xorg.conf:
Code: Select all
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection
When it starts up with KDM, it keeps using the resolution from kernel framebuffer, which I set to 1024x768.
Xorg.0.log:
Code: Select all
[ 41.293] (--) intel(0): Output LVDS1 using initial mode 1024x768 on pipe 0
[ 41.527] (II) intel(0): switch to mode 1024x768@60.0 on pipe 0 using LVDS1, position (0, 0), rotation normal

