]> code.ossystems Code Review - openembedded-core.git/commitdiff
xserver-xf86-config: Set a netbook suitable resolution
authorRichard Purdie <rpurdie@linux.intel.com>
Tue, 9 Jun 2009 20:28:42 +0000 (21:28 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 9 Jun 2009 20:28:42 +0000 (21:28 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/packages/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf
meta/packages/xorg-xserver/xserver-xf86-config_0.1.bb

index b42de61228ac240890a1a82b4a2450991d7b1fd3..50fd7b4797f59c37088c57ac796c4c3e5f13d0a9 100644 (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
+    SubSection "Display"
+        Modes     "1024x600_60.00"
+    EndSubSection
 EndSection
 
 Section "ServerLayout"
index e6f0c4df2e0b72bbedfe95ff9eb7b8ff21210e4f..5492a251345ac488ed77032939417f8318ba8b94 100644 (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"