]> icculus.org git repositories - crow/jumpnbump.git/blob - XF86Config-4
Renamed jbmenu.tcl to jnbmenu.tcl and added some of the new options (GS).
[crow/jumpnbump.git] / XF86Config-4
1 # XF86Config-4 (XFree86 server configuration file) generated by Dexconf, the
2 # Debian X Configuration tool, using values from the debconf database.
3 #
4 # Edit this file with caution, and see the XF86Config manual page.
5 # (Type "man XF86Config" at the shell prompt.)
6
7 Section "Files"
8         FontPath        "unix/:7100"                    # local font server
9         # if the local font server has problems, we can fall back on these
10         FontPath        "/usr/lib/X11/fonts/misc"
11         FontPath        "/usr/lib/X11/fonts/cyrillic"
12         FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
13         FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
14         FontPath        "/usr/lib/X11/fonts/Type1"
15         FontPath        "/usr/lib/X11/fonts/Speedo"
16         FontPath        "/usr/lib/X11/fonts/100dpi"
17         FontPath        "/usr/lib/X11/fonts/75dpi"
18 EndSection
19
20 Section "ServerFlags"
21 EndSection
22
23 Section "Module"
24         Load    "ddc"
25         Load    "GLcore"
26         Load    "dbe"
27         Load    "dri"
28         Load    "extmod"
29         Load    "glx"
30         Load    "pex5"
31         Load    "record"
32         Load    "xie"
33         Load    "bitmap"
34         Load    "freetype"
35         Load    "speedo"
36         Load    "type1"
37         Load    "vbe"
38         Load    "int10"
39 EndSection
40
41 Section "InputDevice"
42         Identifier      "Generic Keyboard"
43         Driver          "keyboard"
44         Option          "CoreKeyboard"
45         Option          "XkbRules"      "xfree86"
46         Option          "XkbModel"      "pc105"
47         Option          "XkbLayout"     "de_CH"
48 EndSection
49
50 Section "InputDevice"
51         Identifier      "Generic Mouse"
52         Driver          "mouse"
53         Option          "CorePointer"
54         Option          "Device"                "/dev/ttyS0"
55         Option          "Protocol"              "Microsoft"
56 EndSection
57
58 Section "Device"
59         Identifier      "Generic Video Card"
60         Driver          "nvidia"
61 EndSection
62
63 Section "Monitor"
64         Identifier      "Generic Monitor"
65         HorizSync       28-57
66         VertRefresh     43-90
67         Option          "DPMS"
68         #Modeline       "320x240"       15.75 320 336 384 400 240 244 246 262 doublescan
69         Modeline        "320x240"       12.588 320 336 384 400 240 245 246 262 doublescan
70         Modeline "400x256"     22.00  400 416 480 504  256 259 262 269 doublescan
71         Modeline        "512x384"       22.00 512 528 592 640 384 385 388 404 -hsync -vsync
72         #Modeline       "320x240"       15.750 320 336 384 400 240 244 246 262 doublescan
73 EndSection
74
75 Section "Screen"
76         Identifier      "Default Screen"
77         Device          "Generic Video Card"
78         Monitor         "Generic Monitor"
79         DefaultDepth    24
80         SubSection "Display"
81                 Depth           1
82                 Modes           "1152x864" "1024x768" "640x480" "320x240"
83         EndSubSection
84         SubSection "Display"
85                 Depth           4
86                 Modes           "1152x864" "1024x768" "640x480" "320x240"
87         EndSubSection
88         SubSection "Display"
89                 Depth           8
90                 Modes           "1152x864" "1024x768" "640x480" "320x240"
91         EndSubSection
92         SubSection "Display"
93                 Depth           15
94                 Modes           "1152x864" "1024x768" "640x480" "320x240"
95         EndSubSection
96         SubSection "Display"
97                 Depth           16
98                 Modes           "1152x864" "1024x768" "640x480" "320x240"
99         EndSubSection
100         SubSection "Display"
101                 Depth           24
102                 Modes           "1024x768" "640x480" "512x384" "400x256" "320x240"
103 #"1280x1024" "1152x864" 
104         EndSubSection
105 EndSection
106
107 Section "ServerLayout"
108         Identifier      "Default Layout"
109         Screen          "Default Screen"
110         InputDevice     "Generic Keyboard"
111         InputDevice     "Generic Mouse"
112 EndSection
113
114 Section "DRI"
115         Mode    0666
116 EndSection
117
118 # end of XF86Config