Language:
None specified     Change language:
Pastebin: 23163
Author: Anonymous
Subject: ddde
Created: 2007-05-06 11:26:14
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" 
95EndSection 
96 
97Section "Screen" 
98 Identifier "Default Screen" 
99 Device "nVidia Corporation NV34 [GeForce FX 5200]" 
100 Monitor "S/M 900IFT" 
101 Defaultdepth 24 
102 SubSection "Display" 
103 Depth 1 
104 Modes "2048x1536" "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" 
105 EndSubSection 
106 SubSection "Display" 
107 Depth 4 
108 Modes "2048x1536" "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" 
109 EndSubSection 
110 SubSection "Display" 
111 Depth 8 
112 Modes "2048x1536" "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" 
113 EndSubSection 
114 SubSection "Display" 
115 Depth 15 
116 Modes "2048x1536" "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" 
117 EndSubSection 
118 SubSection "Display" 
119 Depth 16 
120 Modes "2048x1536" "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" 
121 EndSubSection 
122 SubSection "Display" 
123 Depth 24 
124 Modes "2048x1536" "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" 
125 EndSubSection 
126EndSection 
127 
128Section "ServerLayout" 
129 Identifier "Default Layout" 
130  screen "Default Screen" 
131 Inputdevice "Generic Keyboard" 
132 Inputdevice "Configured Mouse" 
133 Inputdevice "stylus" "SendCoreEvents" 
134 Inputdevice "cursor" "SendCoreEvents" 
135 Inputdevice "eraser" "SendCoreEvents" 
136EndSection 
137 
138Section "DRI" 
139 Mode 0666 
140EndSection 
Download and save
Toggle line numbers
Thread:
[23163] ddde by Anonymous at 2007-05-06 11:26:14
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.