xserver-xf86-config: Set a netbook suitable resolution

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-06-09 21:28:42 +01:00
parent 9c57e462ce
commit 3ac19a493e
2 changed files with 6 additions and 1 deletions

View File

@ -29,6 +29,8 @@ EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
# 1024x600 59.85 Hz (CVT) hsync: 37.35 kHz; pclk: 49.00 MHz
Modeline "1024x600_60.00" 49.00 1024 1072 1168 1312 600 603 613 624 -hsync +vsync
EndSection
Section "Screen"
@ -36,6 +38,9 @@ Section "Screen"
Device "Graphics Controller"
Monitor "Generic Monitor"
DefaultDepth 24
SubSectionSub "Display"
Modes "1024x600_60.00"
EndSubSection
EndSection
Section "ServerLayout"

View File

@ -2,7 +2,7 @@ DESCRIPTION = "X.Org X server configuration file"
HOMEPAGE = "http://www.x.org"
SECTION = "x11/base"
LICENSE = "MIT-X"
PR = "r1"
PR = "r3"
SRC_URI = "file://xorg.conf"