Language:
None specified     Change language:
Pastebin: 23170
Author: Anonymous
Subject: Untitled
Created: 2007-05-06 11:37:56
Download and save
Toggle line numbers
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 xorg.conf(5) manual page. 
7# (Type "man 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/fonts/X11/misc" 
19 Fontpath "/usr/share/fonts/X11/cyrillic" 
20 Fontpath "/usr/share/fonts/X11/100dpi/:unscaled" 
21 Fontpath "/usr/share/fonts/X11/75dpi/:unscaled" 
22 Fontpath "/usr/share/fonts/X11/Type1" 
23 Fontpath "/usr/share/fonts/X11/100dpi" 
24 Fontpath "/usr/share/fonts/X11/75dpi" 
25 # path to defoma fonts 
26 Fontpath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" 
27EndSection 
28 
29Section "Module" 
30 Load "i2c" 
31 Load "bitmap" 
32 Load "ddc" 
33 Load "extmod" 
34 Load "freetype" 
35 Load "glx" 
36 Load "int10" 
37 Load "vbe" 
38EndSection 
39 
40Section "InputDevice" 
41 Identifier "Generic Keyboard" 
42 Driver "kbd" 
43 Option "CoreKeyboard" 
44 Option "XkbRules" "xorg" 
45 Option "XkbModel" "pc105" 
46 Option "XkbLayout" "gb" 
47EndSection 
48 
49Section "InputDevice" 
50 Identifier "Configured Mouse" 
51 Driver "mouse" 
52 Option "CorePointer" 
53 Option "Device" "/dev/input/mice" 
54 Option "Protocol" "ImPS/2" 
55 Option "ZAxisMapping" "4 5" 
56 Option "Emulate3Buttons" "true" 
57EndSection 
58 
59Section "InputDevice" 
60 Driver "wacom" 
61 Identifier "stylus" 
62 Option "Device" "/dev/input/wacom" 
63 Option "Type" "stylus" 
64 Option "ForceDevice" "ISDV4"# Tablet PC ONLY 
65EndSection 
66 
67Section "InputDevice" 
68 Driver "wacom" 
69 Identifier "eraser" 
70 Option "Device" "/dev/input/wacom" 
71 Option "Type" "eraser" 
72 Option "ForceDevice" "ISDV4"# Tablet PC ONLY 
73EndSection 
74 
75Section "InputDevice" 
76 Driver "wacom" 
77 Identifier "cursor" 
78 Option "Device" "/dev/input/wacom" 
79 Option "Type" "cursor" 
80 Option "ForceDevice" "ISDV4"# Tablet PC ONLY 
81EndSection 
82 
83Section "Device" 
84 Identifier "nVidia Corporation NV34 [GeForce FX 5200]" 
85 Driver "nvidia" 
86 Busid "PCI:1:0:0" 
87 Option "AddARGBVisuals" "True" 
88 Option "AddARGBGLXVisuals" "True" 
89 Option "NoLogo" "True" 
90EndSection 
91 
92Section "Monitor" 
93 Identifier "S/M 900IFT" 
94 Option "DPMS" 
95        HorizSync       80.0 - 150.0 
96        VertRefresh     50.0 - 90.0 
97EndSection 
98 
99Section "Screen" 
100 Identifier "Default Screen" 
101 Device "nVidia Corporation NV34 [GeForce FX 5200]" 
102 Monitor "S/M 900IFT" 
103 Defaultdepth 24 
104 SubSection "Display" 
105 Depth 1 
106 Modes "2048x1536" "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" 
107 EndSubSection 
108 SubSection "Display" 
109 Depth 4 
110 Modes "2048x1536" "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" 
111 EndSubSection 
112 SubSection "Display" 
113 Depth 8 
114 Modes "2048x1536" "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" 
115 EndSubSection 
116 SubSection "Display" 
117 Depth 15 
118 Modes "2048x1536" "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" 
119 EndSubSection 
120 SubSection "Display" 
121 Depth 16 
122 Modes "2048x1536" "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" 
123 EndSubSection 
124 SubSection "Display" 
125 Depth 24 
126 Modes "2048x1536" "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" 
127 EndSubSection 
128EndSection 
129 
130Section "ServerLayout" 
131 Identifier "Default Layout" 
132  screen "Default Screen" 
133 Inputdevice "Generic Keyboard" 
134 Inputdevice "Configured Mouse" 
135 Inputdevice "stylus" "SendCoreEvents" 
136 Inputdevice "cursor" "SendCoreEvents" 
137 Inputdevice "eraser" "SendCoreEvents" 
138EndSection 
139 
140Section "DRI" 
141 Mode 0666 
142EndSection 
Download and save
Toggle line numbers
Thread:
[23170] Untitled by Anonymous at 2007-05-06 11:37:56
Tip: Click the line numbers to toggle highliting on that line.

Paste followup:

Language:
Author:
Subject:


    Tabstop:     bigger biggest
Note: You can prefix a line with "@@@" to highlight it.