mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
xserver-xf86-config: Set a netbook suitable resolution
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user