Attachment 'xorg.conf.Lenny_Acer_Aspire_Timeline_4810T.txt'
Download 1 # 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 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
17 Section "Files"
18 FontPath "/usr/share/fonts/X11/cyrillic"
19 FontPath "/usr/share/fonts/X11/misc"
20 FontPath "/usr/share/fonts/X11/Type1"
21 FontPath "/usr/share/fonts/X11/100dpi"
22 FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
23 FontPath "/usr/share/fonts/X11/75dpi"
24 FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
25 # path to defoma fonts
26 FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
27 EndSection
28
29 Section "Module"
30 Load "i2c"
31 Load "bitmap"
32 Load "ddc"
33 Load "dri"
34 Load "dbe"
35 Load "extmod"
36 Load "freetype"
37 Load "glx"
38 Load "int10"
39 Load "vbe"
40 EndSection
41
42 Section "InputDevice"
43 Identifier "Generic Keyboard"
44 Driver "kbd"
45 Option "CoreKeyboard"
46 Option "XkbRules" "xorg"
47 Option "XkbModel" "pc104"
48 Option "XkbLayout" "us"
49 EndSection
50
51 Section "InputDevice"
52 Identifier "Configured Mouse"
53 Driver "mouse"
54 Option "CorePointer"
55 Option "Device" "/dev/input/mice"
56 Option "Protocol" "ImPS/2"
57 Option "Emulate3Buttons" "true"
58 EndSection
59
60 Section "InputDevice"
61 Identifier "Synaptics Touchpad"
62 Driver "synaptics"
63 Option "SendCoreEvents" "true"
64 Option "Device" "/dev/psaux"
65 Option "Protocol" "auto-dev"
66 Option "HorizScrollDelta" "0"
67 Option "SHMConfig" "on"
68 EndSection
69
70 Section "Device"
71 Identifier "Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller"
72 Driver "intel"
73 BusID "PCI:0:2:0"
74 # Option "DRI" "true"
75 Option "AccelMethod" "EXA"
76 EndSection
77
78 Section "Monitor"
79 Identifier "Generic Monitor"
80 Option "DPMS"
81 HorizSync 28-64
82 VertRefresh 43-60
83 EndSection
84
85 Section "Screen"
86 Identifier "Default Screen"
87 Device "Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller"
88 Monitor "Generic Monitor"
89 DefaultDepth 24
90 SubSection "Display"
91 Modes "1366x768"
92 EndSubSection
93 EndSection
94
95 Section "ServerLayout"
96 Identifier "Default Layout"
97 Screen "Default Screen"
98 InputDevice "Generic Keyboard"
99 InputDevice "Configured Mouse"
100 InputDevice "Synaptics Touchpad"
101 EndSection
102
103 Section "DRI"
104 Mode 0666
105 EndSection
106
107 Section "Extensions"
108 Option "Composite" "Enable"
109 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.