emacs.el: nettoyage
[dotfiles.git] / xorg / X11R7.1_xorg.conf
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
17 Section "Files"
18         FontPath        "unix/:7100"                    # local font server
19         # if the local font server has problems, we can fall back on these
20         FontPath        "/usr/share/fonts/X11/misc"
21         FontPath        "/usr/X11R6/lib/X11/fonts/misc"
22         FontPath        "/usr/share/fonts/X11/cyrillic"
23         FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
24         FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
25         FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
26         FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
27         FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
28         FontPath        "/usr/share/fonts/X11/Type1"
29         FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
30         FontPath        "/usr/share/fonts/X11/100dpi"
31         FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
32         FontPath        "/usr/share/fonts/X11/75dpi"
33         FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
34         # path to defoma fonts
35         FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
36 EndSection
37
38 Section "Extensions"
39         Option "Composite" "Enable"
40 EndSection
41
42 Section "Module"
43         Load    "i2c"
44         Load    "bitmap"
45         Load    "ddc"
46         Load    "dri"
47         Load    "extmod"
48         Load    "freetype"
49         Load    "glx"
50         Load    "int10"
51         Load    "type1"
52         Load    "vbe"
53 EndSection
54
55 Section "InputDevice"
56         Identifier      "Generic Keyboard"
57         Driver          "kbd"
58         Option          "CoreKeyboard"
59         Option          "XkbRules"      "xorg"
60         Option          "XkbModel"      "pc105"
61         Option          "XkbLayout"     "fr"
62         Option          "XkbVariant"    "latin9"
63 EndSection
64
65 Section "InputDevice"
66         Identifier      "Configured Mouse"
67         Driver          "mouse"
68         Option          "CorePointer"
69         Option          "Device"                "/dev/input/mice"
70         Option          "Protocol"              "ExplorerPS/2"
71         Option          "Emulate3Buttons"       "true"
72 EndSection
73
74 Section "InputDevice"
75         Identifier      "Synaptics Touchpad"
76         Driver          "synaptics"
77         Option          "SendCoreEvents"        "true"
78         Option          "Device"                "/dev/psaux"
79         Option          "Protocol"              "auto-dev"
80         Option          "HorizScrollDelta"      "0"
81 EndSection
82
83 Section "Device"
84         Identifier      "ATI Technologies, Inc. RV350 [Mobility Radeon 9600 M10]"
85         Driver          "ati"
86         BusID           "PCI:1:0:0"
87         Option "XAANoOffscreenPixmaps"
88
89 #        Option "AccelMethod" "EXA"
90 #         Option "AGPMode" "8"
91 #         Option "AGPFastWrite" "on"
92 #         Option "EnablePageFlip" "true"
93 EndSection
94
95 Section "Monitor"
96         Identifier      "Écran générique"
97         Option          "DPMS"
98 EndSection
99
100 Section "Screen"
101         Identifier      "Default Screen"
102         Device          "ATI Technologies, Inc. RV350 [Mobility Radeon 9600 M10]"
103         Monitor         "Écran générique"
104         DefaultDepth    24
105         SubSection "Display"
106                 Depth           1
107                 Modes           "1280x800"
108         EndSubSection
109         SubSection "Display"
110                 Depth           4
111                 Modes           "1280x800"
112         EndSubSection
113         SubSection "Display"
114                 Depth           8
115                 Modes           "1280x800"
116         EndSubSection
117         SubSection "Display"
118                 Depth           15
119                 Modes           "1280x800"
120         EndSubSection
121         SubSection "Display"
122                 Depth           16
123                 Modes           "1280x800"
124         EndSubSection
125         SubSection "Display"
126                 Depth           24
127                 Modes           "1280x800"
128         EndSubSection
129 EndSection
130
131 Section "ServerLayout"
132         Identifier      "Default Layout"
133         Screen          "Default Screen"
134         InputDevice     "Generic Keyboard"
135         InputDevice     "Configured Mouse"
136         InputDevice     "Synaptics Touchpad"
137 EndSection
138
139 Section "DRI"
140         Mode    0666
141 EndSection