VirtualBox

Ticket #221: xorg.conf

File xorg.conf, 4.2 KB (added by giggetto, 18 years ago)
Line 
1# /etc/X11/xorg.conf (xorg X Window System server configuration file)
2#
3# This file was generated by dexconf, the Debian X Configuration tool, using
4# values from the debconf database.
5#
6# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
7# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
8#
9# This file is automatically updated on xserver-xorg package upgrades *only*
10# if it has not been modified since the last upgrade of the xserver-xorg
11# package.
12#
13# If you have edited this file but would like it to be automatically updated
14# again, run the following command:
15# sudo dpkg-reconfigure -phigh xserver-xorg
16
17Section "Files"
18 FontPath "/usr/share/X11/fonts/misc"
19 FontPath "/usr/share/X11/fonts/cyrillic"
20 FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
21 FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
22 FontPath "/usr/share/X11/fonts/Type1"
23 FontPath "/usr/share/X11/fonts/100dpi"
24 FontPath "/usr/share/X11/fonts/75dpi"
25 FontPath "/usr/share/fonts/X11/misc"
26 # path to defoma fonts
27 FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
28EndSection
29
30Section "Module"
31 Load "i2c"
32 Load "bitmap"
33 Load "ddc"
34 Load "dri"
35 Load "extmod"
36 Load "freetype"
37 Load "glx"
38 Load "int10"
39 Load "type1"
40 Load "vbe"
41EndSection
42
43Section "InputDevice"
44 Identifier "Generic Keyboard"
45 Driver "kbd"
46 Option "CoreKeyboard"
47 Option "XkbRules" "xorg"
48 Option "XkbModel" "pc105"
49 Option "XkbLayout" "fr"
50 Option "XkbOptions" "lv3:ralt_switch"
51EndSection
52
53Section "InputDevice"
54 Identifier "Configured Mouse"
55 Driver "mouse"
56 Option "CorePointer"
57 Option "Device" "/dev/input/mice"
58 Option "Protocol" "ExplorerPS/2"
59 Option "ZAxisMapping" "4 5"
60 Option "Emulate3Buttons" "true"
61EndSection
62
63Section "InputDevice"
64 Driver "wacom"
65 Identifier "stylus"
66 Option "Device" "/dev/wacom" # Change to
67 # /dev/input/event
68 # for USB
69 Option "Type" "stylus"
70 Option "ForceDevice" "ISDV4" # Tablet PC ONLY
71EndSection
72
73Section "InputDevice"
74 Driver "wacom"
75 Identifier "eraser"
76 Option "Device" "/dev/wacom" # Change to
77 # /dev/input/event
78 # for USB
79 Option "Type" "eraser"
80 Option "ForceDevice" "ISDV4" # Tablet PC ONLY
81EndSection
82
83Section "InputDevice"
84 Driver "wacom"
85 Identifier "cursor"
86 Option "Device" "/dev/wacom" # Change to
87 # /dev/input/event
88 # for USB
89 Option "Type" "cursor"
90 Option "ForceDevice" "ISDV4" # Tablet PC ONLY
91EndSection
92
93Section "Device"
94 Identifier "ATI Technologies, Inc. Radeon R100 QD [Radeon 7200]"
95 Driver "ati"
96 BusID "PCI:1:0:0"
97EndSection
98
99Section "Monitor"
100 Identifier "Q995"
101 Option "DPMS"
102EndSection
103
104Section "Screen"
105 Identifier "Default Screen"
106 Device "ATI Technologies, Inc. Radeon R100 QD [Radeon 7200]"
107 Monitor "Q995"
108 DefaultDepth 24
109 SubSection "Display"
110 Depth 1
111 Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
112 EndSubSection
113 SubSection "Display"
114 Depth 4
115 Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
116 EndSubSection
117 SubSection "Display"
118 Depth 8
119 Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
120 EndSubSection
121 SubSection "Display"
122 Depth 15
123 Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
124 EndSubSection
125 SubSection "Display"
126 Depth 16
127 Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
128 EndSubSection
129 SubSection "Display"
130 Depth 24
131 Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
132 EndSubSection
133EndSection
134
135Section "ServerLayout"
136 Identifier "Default Layout"
137 Screen "Default Screen"
138 InputDevice "Generic Keyboard"
139 InputDevice "Configured Mouse"
140 InputDevice "stylus" "SendCoreEvents"
141 InputDevice "cursor" "SendCoreEvents"
142 InputDevice "eraser" "SendCoreEvents"
143EndSection
144
145Section "DRI"
146 Mode 0666
147EndSection

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy