GatewayC-141XL
Attachment 'xorg.txt'
Download 1 # xorg.conf (X.Org 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 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 # Note that some configuration settings that could be done previously
14 # in this file, now are automatically configured by the server and settings
15 # here are ignored.
16 #
17 # If you have edited this file but would like it to be automatically updated
18 # again, run the following command:
19 # sudo dpkg-reconfigure -phigh xserver-xorg
20
21
22
23
24 Section "InputDevice"
25 Identifier "Generic Keyboard"
26 Driver "kbd"
27 Option "XkbRules" "xorg"
28 Option "XkbModel" "pc105"
29 Option "XkbLayout" "us"
30 EndSection
31
32 Section "InputDevice"
33 Identifier "Configured Mouse"
34 Driver "mouse"
35 Option "CorePointer"
36 EndSection
37
38 Section "InputDevice"
39 Identifier "Synaptics Touchpad"
40 Driver "synaptics"
41 Option "SendCoreEvents" "true"
42 Option "Device" "/dev/psaux"
43 Option "Protocol" "auto-dev"
44 Option "HorizEdgeScroll" "0"
45 Option "SHMConfig" "true"
46 EndSection
47
48
49
50 #
51 #::::::::::::::::::::::::Display ::::::::::::::::::
52 #
53
54
55 Section "Device"
56 Identifier "ATI Radeon HD2300"
57 Driver "ati"
58 BusID "PCI:1:0:0"
59 Option "XAANoOffscreenPixmaps"
60 Option "AccelMethod" "EXA" #Either XAA or EXA. "XAA" is the default and safe choice.
61 Option "EnablePageFlip" "true" #Only works with accelmethod "XAA".
62 # Option "TripleBuffer" "true" #This MIGHT help if you use something like Beryl and have slow video playback.
63 Option "DynamicClocks" "off" #This is for laptop users, it saves energy when in battery mode.
64 EndSection
65
66 Section "Monitor"
67 Identifier "Laptop Monitor"
68 Option "DPMS"
69 EndSection
70
71 Section "Screen"
72 Identifier "Default Screen"
73 Monitor "Laptop Monitor"
74 Device "ATI Radeon HD2300"
75 DefaultDepth 24
76 SubSection "Display"
77 Depth 24
78 Modes "1280x768"
79 Virtual 1280 768
80 EndSubSection
81 EndSection
82
83 Section "DRI"
84 Mode 0666
85 EndSection
86
87 Section "Extensions"
88 Option "Composite" "Enable"
89 EndSection
90
91 #
92 #::::::::::::::::::::WACOM SUPPORT:::::::::::::::::::
93 #
94
95
96 Section "InputDevice"
97 Driver "wacom"
98 Identifier "stylus"
99 Option "Type" "stylus"
100 Option "SendCoreEvents" "true"
101 Option "Device" "/dev/ttyS0"
102 Option "ForceDevice" "ISDV4"# Tablet PC ONLY
103 Option "Button1" "1"
104 Option "Button2" "3"
105 Option "PressCurve" "50,0,100,50"
106 EndSection
107
108 Section "InputDevice"
109 Driver "wacom"
110 Identifier "eraser"
111 Option "Type" "eraser"
112 Option "Device" "/dev/ttyS0"
113 Option "ForceDevice" "ISDV4"# Tablet PC ONLY
114 EndSection
115
116 Section "InputDevice"
117 Driver "wacom"
118 Identifier "cursor"
119 Option "Type" "cursor"
120 Option "Device" "/dev/ttyS0"
121 Option "ForceDevice" "ISDV4"# Tablet PC ONLY
122 EndSection
123
124 Section "InputDevice"
125 Driver "wacom"
126 Identifier "pad"
127 Option "Device" "/dev/ttyS0"# SERIAL ONLY
128 Option "Type" "pad"
129 EndSection
130
131
132 Section "ServerLayout"
133 Identifier "Default Layout"
134 Screen "Default Screen"
135 InputDevice "Generic Keyboard"
136 InputDevice "Configured Mouse"
137 InputDevice "cursor" "SendCoreEvents"
138 InputDevice "stylus" "SendCoreEvents"
139 InputDevice "eraser" "SendCoreEvents"
140 InputDevice "pad" "SendCoreEvents"
141 InputDevice "Synaptics Touchpad" "SendCoreEvents"
142 EndSection
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.