emacs.el: nettoyage
[dotfiles.git] / xorg / X11R6_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 EndSection
46
47 Section "InputDevice"
48         Identifier      "Generic Keyboard"
49         Driver          "keyboard"
50         Option          "CoreKeyboard"
51         Option          "XkbRules"      "xorg"
52         Option          "XkbModel"      "pc105"
53         Option          "XkbLayout"     "fr-latin9"
54 EndSection
55
56 Section "InputDevice"
57         Identifier      "Configured Mouse"
58         Driver          "mouse"
59         Option          "CorePointer"
60         Option          "Device"                "/dev/input/mice"
61         Option          "Protocol"              "ImPS/2"
62         Option          "Emulate3Buttons"       "true"
63         Option          "ZAxisMapping"          "4 5"
64 EndSection
65
66 Section "Extensions"
67     Option "Composite" "Enable"
68     Option "RENDER" "Enable"
69 EndSection
70
71 Section "Device"
72         Identifier      "Carte vidéo générique"
73         Driver          "radeon"
74         BusID           "PCI:1:0:0"
75         Option "AccelMethod" "EXA"
76
77 # # === Screen Management ===
78 #       Option "DesktopSetup"               "0x00000100" 
79 #       Option "MonitorLayout"              "AUTO, NONE"
80 #       Option "IgnoreEDID"                 "off"
81 #       Option "HSync2"                     "unspecified" 
82 #       Option "VRefresh2"                  "unspecified" 
83 #       Option "ScreenOverlap"              "0" 
84 # # === TV-out Management ===
85 #       Option "NoTV"                       "yes"     
86 #       Option "TVStandard"                 "NTSC-M"     
87 #       Option "TVHSizeAdj"                 "0"     
88 #       Option "TVVSizeAdj"                 "0"     
89 #       Option "TVHPosAdj"                  "0"     
90 #       Option "TVVPosAdj"                  "0"     
91 #       Option "TVHStartAdj"                "0"     
92 #       Option "TVColorAdj"                 "0"     
93 #       Option "GammaCorrectionI"           "0x00000000"
94 #       Option "GammaCorrectionII"          "0x00000000"
95 # # === OpenGL specific profiles/settings ===
96 #       Option "Capabilities"               "0x00000000"
97 # # === Video Overlay for the Xv extension ===
98 #       Option "VideoOverlay"               "on"
99 # # === OpenGL Overlay ===
100 # # Note: When OpenGL Overlay is enabled, Video Overlay
101 # #       will be disabled automatically
102 #       Option "OpenGLOverlay"              "off"
103 # # === Center Mode (Laptops only) ===
104 #       Option "CenterMode"                 "off"
105 # # === Pseudo Color Visuals (8-bit visuals) ===
106 #       Option "PseudoColorVisuals"         "off"
107 # # === QBS Management ===
108 #       Option "Stereo"                     "off"
109 #       Option "StereoSyncEnable"           "1"
110 # # === FSAA Management ===
111 #       Option "FSAAEnable"                 "no"
112 #       Option "FSAAScale"                  "1"
113 #       Option "FSAADisableGamma"           "no"
114 #       Option "FSAACustomizeMSPos"         "no"
115 #       Option "FSAAMSPosX0"                "0.000000"
116 #       Option "FSAAMSPosY0"                "0.000000"
117 #       Option "FSAAMSPosX1"                "0.000000"
118 #       Option "FSAAMSPosY1"                "0.000000"
119 #       Option "FSAAMSPosX2"                "0.000000"
120 #       Option "FSAAMSPosY2"                "0.000000"
121 #       Option "FSAAMSPosX3"                "0.000000"
122 #       Option "FSAAMSPosY3"                "0.000000"
123 #       Option "FSAAMSPosX4"                "0.000000"
124 #       Option "FSAAMSPosY4"                "0.000000"
125 #       Option "FSAAMSPosX5"                "0.000000"
126 #       Option "FSAAMSPosY5"                "0.000000"
127 # # === Misc Options ===
128 #       Option "UseFastTLS"                 "0"
129 #       Option "BlockSignalsOnLock"         "on"
130 #       Option "UseInternalAGPGART"         "yes"
131 #       Option "ForceGenericCPU"            "no"
132 #       Screen 0
133 EndSection
134
135 Section "Monitor"
136         Identifier      "Écran générique"
137         HorizSync       48-50
138         VertRefresh     59-61
139         Option          "DPMS" "on"
140         UseModes        "16:10"
141 EndSection
142
143 Section "Modes"
144         Identifier "16:10"
145         ModeLine "1280x800" 83.5 1280 1344 1480 1680 800 801 804 828
146 #       ModeLine "1280x800" 83.5 1280 1344 1480 1680 800 801 804 828 +HSync +VSync
147 EndSection
148
149 Section "Screen"
150         Identifier      "Default Screen"
151         Device          "Carte vidéo générique"
152         Monitor         "Écran générique"
153         DefaultDepth    24
154         SubSection "Display"
155                 Depth           1
156                 Modes           "1280x800" "1024x768" "800x600" "640x480"
157         EndSubSection
158         SubSection "Display"
159                 Depth           4
160                 Modes           "1280x800" "1024x768" "800x600" "640x480"
161         EndSubSection
162         SubSection "Display"
163                 Depth           8
164                 Modes           "1280x800" "1024x768" "800x600" "640x480"
165         EndSubSection
166         SubSection "Display"
167                 Depth           15
168                 Modes           "1280x800" "1024x768" "800x600" "640x480"
169         EndSubSection
170         SubSection "Display"
171                 Depth           16
172                 Modes           "1280x800" "1024x768" "800x600" "640x480"
173         EndSubSection
174         SubSection "Display"
175                 Depth           24
176                 Modes           "1280x800" "1024x768" "800x600" "640x480"
177         EndSubSection
178 EndSection
179
180 Section "ServerLayout"
181         Identifier      "Default Layout"
182         Screen          "Default Screen"
183         InputDevice     "Generic Keyboard"
184         InputDevice     "Configured Mouse"
185 EndSection
186
187 Section "DRI"
188         Mode    0666
189 EndSection