Initial configuration for FAI (work in progress)
[grml-live.git] / etc / grml / fai / config / files / etc / X11 / XF86Config-4 / DEMO
1 # XF86Config-4 (XFree86 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 XF86Config-4 manual page.
7 # (Type "man XF86Config-4" at the shell prompt.)
8 #
9 # This file is automatically updated on xserver-xfree86 package upgrades *only*
10 # if it has not been modified since the last upgrade of the xserver-xfree86
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/XF86Config-4 /etc/X11/XF86Config-4.custom
17 #   md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
18 #   dpkg-reconfigure xserver-xfree86
19 Section "Files"
20         FontPath        "unix/:7100"                    # local font server
21         # if the local font server has problems, we can fall back on these
22         FontPath        "/usr/lib/X11/fonts/misc"
23         FontPath        "/usr/lib/X11/fonts/cyrillic"
24         FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
25         FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
26         FontPath        "/usr/lib/X11/fonts/Type1"
27         FontPath        "/usr/lib/X11/fonts/CID"
28         FontPath        "/usr/lib/X11/fonts/Speedo"
29         FontPath        "/usr/lib/X11/fonts/100dpi"
30         FontPath        "/usr/lib/X11/fonts/75dpi"
31 EndSection
32 Section "Module"
33         Load    "GLcore"
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    "speedo"
44         Load    "type1"
45         Load    "vbe"
46 EndSection
47 Section "InputDevice"
48         Identifier      "Generic Keyboard"
49         Driver          "keyboard"
50         Option          "CoreKeyboard"
51         Option          "XkbRules"      "xfree86"
52         Option          "XkbModel"      "pc105"
53         Option          "XkbLayout"     "us"
54 EndSection
55 Section "InputDevice"
56         Identifier      "Configured Mouse"
57         Driver          "mouse"
58         Option          "CorePointer"
59         Option          "Device"                "/dev/psaux"
60         Option          "Protocol"              "PS/2"
61         Option          "ZAxisMapping"          "4 5"
62 EndSection
63
64 Section "InputDevice"
65         Identifier      "Generic Mouse"
66         Driver          "mouse"
67         Option          "SendCoreEvents"        "true"
68         Option          "Device"                "/dev/input/mice"
69         Option          "Protocol"              "ImPS/2"
70         Option          "ZAxisMapping"          "4 5"
71 EndSection
72 Section "Device"
73         Identifier      "Generic Video Card"
74         Driver          "%%VIDEODRV%%"
75 EndSection
76 Section "Monitor"
77         Identifier      "Generic Monitor"
78         HorizSync       30-110
79         VertRefresh     50-160
80         Option          "DPMS"
81 EndSection
82 Section "Screen"
83         Identifier      "Default Screen"
84         Device          "Generic Video Card"
85         Monitor         "Generic Monitor"
86         DefaultDepth    24
87         SubSection "Display"
88                 Depth           1
89                 Modes           "1024x768" "800x600" "640x480"
90         EndSubSection
91         SubSection "Display"
92                 Depth           4
93                 Modes           "1024x768" "800x600" "640x480"
94         EndSubSection
95         SubSection "Display"
96                 Depth           8
97                 Modes           "1024x768" "800x600" "640x480"
98         EndSubSection
99         SubSection "Display"
100                 Depth           15
101                 Modes           "1024x768" "800x600" "640x480"
102         EndSubSection
103         SubSection "Display"
104                 Depth           16
105                 Modes           "1024x768" "800x600" "640x480"
106         EndSubSection
107         SubSection "Display"
108                 Depth           24
109                 Modes           "1024x768" "800x600" "640x480"
110         EndSubSection
111 EndSection
112 Section "ServerLayout"
113         Identifier      "Default Layout"
114         Screen          "Default Screen"
115         InputDevice     "Generic Keyboard"
116         InputDevice     "Configured Mouse"
117         InputDevice     "Generic Mouse"
118 EndSection
119 Section "DRI"
120         Mode    0666
121 EndSection