emacs.el: nettoyage
[dotfiles.git] / xorg / X11R7_xorg.conf
1 # xorg.conf.dpkg-new (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.dpkg-new manual page.
7 # (Type "man xorg.conf.dpkg-new" 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 commands as root:
15 #
16 #   cp /etc/X11/xorg.conf.dpkg-new /etc/X11/xorg.conf.dpkg-new.custom
17 #   md5sum /etc/X11/xorg.conf.dpkg-new >/var/lib/xfree86/xorg.conf.dpkg-new.md5sum
18 #   dpkg-reconfigure xserver-xorg
19
20 Section "Files"
21         FontPath        "unix/:7100"                    # local font server
22         # if the local font server has problems, we can fall back on these
23         FontPath        "/usr/lib/X11/fonts/misc"
24         FontPath        "/usr/lib/X11/fonts/cyrillic"
25         FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
26         FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
27         FontPath        "/usr/lib/X11/fonts/Type1"
28         FontPath        "/usr/lib/X11/fonts/CID"
29         FontPath        "/usr/lib/X11/fonts/100dpi"
30         FontPath        "/usr/lib/X11/fonts/75dpi"
31 EndSection
32
33 Section "Module"
34         Load    "bitmap"
35         Load    "dbe"
36         Load    "ddc"
37         Load    "dri"
38         Load    "extmod"
39         Load    "freetype"
40         Load    "glx"
41         Load    "int10"
42         Load    "record"
43         Load    "type1"
44         Load    "vbe"
45 #       Load    "synaptics"
46 EndSection
47
48 Section "InputDevice"
49         Identifier      "Generic Keyboard"
50         Driver          "keyboard"
51         Option          "CoreKeyboard"
52         Option          "XkbRules"      "xorg"
53         Option          "XkbModel"      "pc105"
54         Option          "XkbLayout"     "fr-latin9"
55 EndSection
56
57 Section "InputDevice"
58         Identifier      "Configured Mouse"
59         Driver          "mouse"
60         Option          "CorePointer"
61         Option          "Device"                "/dev/input/mice"
62         Option          "Protocol"              "ImPS/2"
63         Option          "Emulate3Buttons"       "true"
64         Option          "ZAxisMapping"          "4 5"
65 EndSection
66
67 # Section "InputDevice"
68 #       Identifier      "TouchPad"
69 #       Driver          "synaptics"
70 #       Option          "SendCoreEvents"        "true"
71 #       Option          "Device"                "/dev/psaux"
72 #       Option          "Protocol"              "auto-dev"
73 #       Option          "SHMConfig"             "true"
74 # EndSection
75
76 Section "Extensions"
77     Option "Composite" "Enable"
78     Option "RENDER" "Enable"
79 EndSection
80
81 Section "Device"
82         Identifier      "Carte vidéo générique"
83         Driver          "radeon"
84         BusID           "PCI:1:0:0"
85         Option "AccelMethod" "EXA"
86
87 # # === Screen Management ===
88 #       Option "DesktopSetup"               "0x00000100" 
89 #       Option "MonitorLayout"              "AUTO, NONE"
90 #       Option "IgnoreEDID"                 "off"
91 #       Option "HSync2"                     "unspecified" 
92 #       Option "VRefresh2"                  "unspecified" 
93 #       Option "ScreenOverlap"              "0" 
94 # # === TV-out Management ===
95 #       Option "NoTV"                       "yes"     
96 #       Option "TVStandard"                 "NTSC-M"     
97 #       Option "TVHSizeAdj"                 "0"     
98 #       Option "TVVSizeAdj"                 "0"     
99 #       Option "TVHPosAdj"                  "0"     
100 #       Option "TVVPosAdj"                  "0"     
101 #       Option "TVHStartAdj"                "0"     
102 #       Option "TVColorAdj"                 "0"     
103 #       Option "GammaCorrectionI"           "0x00000000"
104 #       Option "GammaCorrectionII"          "0x00000000"
105 # # === OpenGL specific profiles/settings ===
106 #       Option "Capabilities"               "0x00000000"
107 # # === Video Overlay for the Xv extension ===
108 #       Option "VideoOverlay"               "on"
109 # # === OpenGL Overlay ===
110 # # Note: When OpenGL Overlay is enabled, Video Overlay
111 # #       will be disabled automatically
112 #       Option "OpenGLOverlay"              "off"
113 # # === Center Mode (Laptops only) ===
114 #       Option "CenterMode"                 "off"
115 # # === Pseudo Color Visuals (8-bit visuals) ===
116 #       Option "PseudoColorVisuals"         "off"
117 # # === QBS Management ===
118 #       Option "Stereo"                     "off"
119 #       Option "StereoSyncEnable"           "1"
120 # # === FSAA Management ===
121 #       Option "FSAAEnable"                 "no"
122 #       Option "FSAAScale"                  "1"
123 #       Option "FSAADisableGamma"           "no"
124 #       Option "FSAACustomizeMSPos"         "no"
125 #       Option "FSAAMSPosX0"                "0.000000"
126 #       Option "FSAAMSPosY0"                "0.000000"
127 #       Option "FSAAMSPosX1"                "0.000000"
128 #       Option "FSAAMSPosY1"                "0.000000"
129 #       Option "FSAAMSPosX2"                "0.000000"
130 #       Option "FSAAMSPosY2"                "0.000000"
131 #       Option "FSAAMSPosX3"                "0.000000"
132 #       Option "FSAAMSPosY3"                "0.000000"
133 #       Option "FSAAMSPosX4"                "0.000000"
134 #       Option "FSAAMSPosY4"                "0.000000"
135 #       Option "FSAAMSPosX5"                "0.000000"
136 #       Option "FSAAMSPosY5"                "0.000000"
137 # # === Misc Options ===
138 #       Option "UseFastTLS"                 "0"
139 #       Option "BlockSignalsOnLock"         "on"
140 #       Option "UseInternalAGPGART"         "yes"
141 #       Option "ForceGenericCPU"            "no"
142 #       Screen 0
143 EndSection
144
145 Section "Monitor"
146         Identifier      "Écran générique"
147         HorizSync       48-50
148         VertRefresh     59-61
149         Option          "DPMS" "on"
150         UseModes        "16:10"
151 EndSection
152
153 Section "Modes"
154         Identifier "16:10"
155         ModeLine "1280x800" 83.5 1280 1344 1480 1680 800 801 804 828
156 #       ModeLine "1280x800" 83.5 1280 1344 1480 1680 800 801 804 828 +HSync +VSync
157 EndSection
158
159 Section "Screen"
160         Identifier      "Default Screen"
161         Device          "Carte vidéo générique"
162         Monitor         "Écran générique"
163         DefaultDepth    24
164         SubSection "Display"
165                 Depth           1
166                 Modes           "1280x800" "1024x768" "800x600" "640x480"
167         EndSubSection
168         SubSection "Display"
169                 Depth           4
170                 Modes           "1280x800" "1024x768" "800x600" "640x480"
171         EndSubSection
172         SubSection "Display"
173                 Depth           8
174                 Modes           "1280x800" "1024x768" "800x600" "640x480"
175         EndSubSection
176         SubSection "Display"
177                 Depth           15
178                 Modes           "1280x800" "1024x768" "800x600" "640x480"
179         EndSubSection
180         SubSection "Display"
181                 Depth           16
182                 Modes           "1280x800" "1024x768" "800x600" "640x480"
183         EndSubSection
184         SubSection "Display"
185                 Depth           24
186                 Modes           "1280x800" "1024x768" "800x600" "640x480"
187         EndSubSection
188 EndSection
189
190 Section "ServerLayout"
191         Identifier      "Default Layout"
192         Screen          "Default Screen"
193         InputDevice     "Generic Keyboard"
194         InputDevice     "Configured Mouse"
195 #       InputDevice     "TouchPad"
196 #         InputDevice     "TouchPad" "CorePointer"
197 EndSection
198
199 Section "DRI"
200         Mode    0666
201 EndSection