--- etc/X11/xorg.conf.in.orig 2007-09-19 10:38:43.000000000 -0500 +++ etc/X11/xorg.conf.in 2007-09-20 10:55:46.000000000 -0500 @@ -1,6 +1,7 @@ Section "ServerLayout" - Identifier "X.Org Configured" + Identifier "Automatically Configured" Screen 0 "Screen0" 0 0 + Screen 0 "ScreenVesa" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "PS/2 Mouse" "AlwaysCore" # InputDevice "Serial Mouse" "AlwaysCore" @@ -85,6 +86,7 @@ Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" + Option "XkbLayout" "us" Option "XkbModel" "pc105" # Option "XkbOptions" "grp:toggle,grp_led:scroll" Option "XkbVariant" ",winkeys" @@ -163,6 +165,11 @@ # BusID "PCI:1:0:0" EndSection +Section "Device" + Identifier "CardVesa" + Driver "vesa" +EndSection + Section "Screen" Identifier "Screen0" Device "Card0" @@ -198,6 +205,41 @@ EndSubSection EndSection +Section "Screen" + Identifier "ScreenVesa" + Device "CardVesa" + Monitor "Monitor0" + DefaultColorDepth 24 + SubSection "Display" + Depth 1 + @@MODES@@ + EndSubSection + SubSection "Display" + Depth 4 + @@MODES@@ + EndSubSection + SubSection "Display" + Depth 8 + @@MODES@@ + EndSubSection + SubSection "Display" + Depth 15 + @@MODES@@ + EndSubSection + SubSection "Display" + Depth 16 + @@MODES@@ + EndSubSection + SubSection "Display" + Depth 24 + @@MODES@@ + EndSubSection + SubSection "Display" + Depth 32 + @@MODES@@ + EndSubSection +EndSection + Section "DRI" Mode 0666 EndSection