|
default screen resolution
hi,
i'm using a debian system.
i ant to change the default resoltion to 1280x1024.
but for some reason gdm always boots with 1152x864 resolution.
this is the relevant part of my XFree86-4 conf file:
Section "Monitor"
Identifier "F700P"
HorizSync 30-98
VertRefresh 50-160
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "F700P"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
grtz N`Kr1pt
|