[or-cvs] r11522: Add video driver fall back to VESA. (incognito/trunk/root_overlay/var/patches)
double at seul.org
double at seul.org
Wed Sep 19 16:39:07 UTC 2007
Author: double
Date: 2007-09-19 12:39:07 -0400 (Wed, 19 Sep 2007)
New Revision: 11522
Modified:
incognito/trunk/root_overlay/var/patches/xorg.conf.in.patch
Log:
Add video driver fall back to VESA.
Modified: incognito/trunk/root_overlay/var/patches/xorg.conf.in.patch
===================================================================
--- incognito/trunk/root_overlay/var/patches/xorg.conf.in.patch 2007-09-19 16:37:33 UTC (rev 11521)
+++ incognito/trunk/root_overlay/var/patches/xorg.conf.in.patch 2007-09-19 16:39:07 UTC (rev 11522)
@@ -1,6 +1,31 @@
---- etc/X11/xorg.conf.in 2007-05-31 23:10:19.000000000 -0500
-+++ etc/X11/xorg.conf.in 2007-06-01 00:49:44.000000000 -0500
-@@ -85,6 +85,7 @@
+--- etc/X11/xorg.conf.in.orig 2007-09-19 10:38:43.000000000 -0500
++++ etc/X11/xorg.conf.in 2007-09-19 10:38:33.000000000 -0500
+@@ -1,5 +1,5 @@
+ Section "ServerLayout"
+- Identifier "X.Org Configured"
++ Identifier "Card Specific"
+ Screen 0 "Screen0" 0 0
+ InputDevice "Keyboard0" "CoreKeyboard"
+ InputDevice "PS/2 Mouse" "AlwaysCore"
+@@ -8,6 +8,17 @@
+ InputDevice "Synaptics" "AlwaysCore"
+ EndSection
+
++Section "ServerLayout"
++ Identifier "VESA fall back"
++ Screen 0 "ScreenVesa" 0 0
++ InputDevice "Keyboard0" "CoreKeyboard"
++ InputDevice "PS/2 Mouse" "AlwaysCore"
++# InputDevice "Serial Mouse" "AlwaysCore"
++ InputDevice "USB Mouse" "AlwaysCore"
++ InputDevice "Synaptics" "AlwaysCore"
++EndSection
++
++
+ Section "ServerFlags"
+ Option "AllowMouseOpenFail" "true"
+ @@NOPM@@
+@@ -85,6 +96,7 @@
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
@@ -8,3 +33,57 @@
Option "XkbModel" "pc105"
# Option "XkbOptions" "grp:toggle,grp_led:scroll"
Option "XkbVariant" ",winkeys"
+@@ -163,6 +175,11 @@
+ # BusID "PCI:1:0:0"
+ EndSection
+
++Section "Device"
++ Identifier "CardVesa"
++ Driver "vesa"
++EndSection
++
+ Section "Screen"
+ Identifier "Screen0"
+ Device "Card0"
+@@ -198,6 +215,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
More information about the tor-commits
mailing list