jazz/08-12-04: xorg.conf

File xorg.conf, 3.1 KB (added by jazz, 16 years ago)

The Xorg.conf from 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  "i2c"
38  Load  "bitmap"
39  Load  "ddc"
40  Load  "dri"
41  Load  "extmod"
42  Load  "freetype"
43  Load  "glx"
44  Load  "int10"
45  Load  "vbe"
46EndSection
47
48Section "InputDevice"
49  Identifier  "Generic Keyboard"
50  Driver    "kbd"
51  Option    "CoreKeyboard"
52  Option    "XkbRules"  "xorg"
53  Option    "XkbModel"  "pc104"
54  Option    "XkbLayout" "us"
55EndSection
56
57Section "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"
64EndSection
65
66Section "Device"
67  Identifier  "nVidia Corporation NVIDIA Default Card"
68  Driver    "nv"
69  BusID   "PCI:1:0:0"
70EndSection
71
72Section "Monitor"
73  Identifier  "CMC 19"
74  Option    "DPMS"
75EndSection
76
77Section "Screen"
78  Identifier  "Default Screen"
79  Device    "nVidia Corporation NVIDIA Default Card"
80  Monitor   "CMC 19"
81  DefaultDepth  24
82  SubSection "Display"
83    Depth   1
84    Modes   "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
85  EndSubSection
86  SubSection "Display"
87    Depth   4
88    Modes   "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
89  EndSubSection
90  SubSection "Display"
91    Depth   8
92    Modes   "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
93  EndSubSection
94  SubSection "Display"
95    Depth   15
96    Modes   "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
97  EndSubSection
98  SubSection "Display"
99    Depth   16
100    Modes   "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
101  EndSubSection
102  SubSection "Display"
103    Depth   24
104    Modes   "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
105  EndSubSection
106EndSection
107
108Section "ServerLayout"
109  Identifier  "Default Layout"
110  Screen    "Default Screen"
111  InputDevice "Generic Keyboard"
112  InputDevice "Configured Mouse"
113EndSection
114
115Section "DRI"
116  Mode  0666
117EndSection