jazz/09-02-09: xorg.conf

File xorg.conf, 2.8 KB (added by jazz, 15 years ago)

The xorg.conf build by Debian Etch

Line 
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
17Section "Files"
18  FontPath  "/usr/share/fonts/X11/misc"
19  FontPath  "/usr/X11R6/lib/X11/fonts/misc"
20  FontPath  "/usr/share/fonts/X11/cyrillic"
21  FontPath  "/usr/X11R6/lib/X11/fonts/cyrillic"
22  FontPath  "/usr/share/fonts/X11/100dpi/:unscaled"
23  FontPath  "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
24  FontPath  "/usr/share/fonts/X11/75dpi/:unscaled"
25  FontPath  "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
26  FontPath  "/usr/share/fonts/X11/Type1"
27  FontPath  "/usr/X11R6/lib/X11/fonts/Type1"
28  FontPath  "/usr/share/fonts/X11/100dpi"
29  FontPath  "/usr/X11R6/lib/X11/fonts/100dpi"
30  FontPath  "/usr/share/fonts/X11/75dpi"
31  FontPath  "/usr/X11R6/lib/X11/fonts/75dpi"
32  # path to defoma fonts
33  FontPath  "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
34EndSection
35
36Section "Module"
37  Load  "bitmap"
38  Load  "ddc"
39  Load  "dri"
40  Load  "extmod"
41  Load  "freetype"
42  Load  "glx"
43  Load  "int10"
44  Load  "vbe"
45EndSection
46
47Section "InputDevice"
48  Identifier  "Generic Keyboard"
49  Driver    "kbd"
50  Option    "CoreKeyboard"
51  Option    "XkbRules"  "xorg"
52  Option    "XkbModel"  "pc104"
53  Option    "XkbLayout" "us"
54EndSection
55
56Section "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"
63EndSection
64
65Section "Device"
66  Identifier  "Generic Video Card"
67  Driver    "vesa"
68  BusID   "PCI:0:15:0"
69EndSection
70
71Section "Monitor"
72  Identifier  "Generic Monitor"
73  Option    "DPMS"
74EndSection
75
76Section "Screen"
77  Identifier  "Default Screen"
78  Device    "Generic Video Card"
79  Monitor   "Generic Monitor"
80  DefaultDepth  24
81  SubSection "Display"
82    Depth   1
83    Modes   "800x600" "640x480"
84  EndSubSection
85  SubSection "Display"
86    Depth   4
87    Modes   "800x600" "640x480"
88  EndSubSection
89  SubSection "Display"
90    Depth   8
91    Modes   "800x600" "640x480"
92  EndSubSection
93  SubSection "Display"
94    Depth   15
95    Modes   "800x600" "640x480"
96  EndSubSection
97  SubSection "Display"
98    Depth   16
99    Modes   "800x600" "640x480"
100  EndSubSection
101  SubSection "Display"
102    Depth   24
103    Modes   "800x600" "640x480"
104  EndSubSection
105EndSection
106
107Section "ServerLayout"
108  Identifier  "Default Layout"
109  Screen    "Default Screen"
110  InputDevice "Generic Keyboard"
111  InputDevice "Configured Mouse"
112EndSection
113
114Section "DRI"
115  Mode  0666
116EndSection