diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/xorg-xserver/xserver-xf86-config/netbook/xorg.conf | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/meta/packages/xorg-xserver/xserver-xf86-config/netbook/xorg.conf b/meta/packages/xorg-xserver/xserver-xf86-config/netbook/xorg.conf new file mode 100644 index 000000000..897a1d6fe --- /dev/null +++ b/meta/packages/xorg-xserver/xserver-xf86-config/netbook/xorg.conf @@ -0,0 +1,29 @@ +Section "ServerFlags" + Option "AutoAddDevices" "False" +EndSection + +Section "Device" + Identifier "Intel Graphics Driver" + Driver "intel" +EndSection + +Section "Monitor" + Identifier "Generic Monitor" + Option "DPMS" +EndSection + +Section "Screen" + Identifier "Default Screen" + Device "Intel Graphics Driver" + Monitor "Generic Monitor" + DefaultDepth 24 +EndSection + +Section "ServerLayout" + Identifier "Default Layout" + Screen "Default Screen" +EndSection + +Section "ServerFlags" + Option "DontZap" "0" +EndSection |