source: npl/X/xorg_conf/confs/Nvidia_default.conf @ 80c0fb9

gcc484perl-5.22
Last change on this file since 80c0fb9 was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 2.0 KB
Line 
1# nvidia-xconfig: X configuration file generated by nvidia-xconfig
2# nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Mon May 19 00:33:37 PDT 2008
3
4Section "ServerLayout"
5    Identifier     "Layout0"
6    Screen      0  "Screen0"
7    InputDevice    "Keyboard0" "CoreKeyboard"
8    InputDevice    "Mouse0" "CorePointer"
9EndSection
10
11Section "Files"
12    RgbPath         "/usr/X11R6/lib/X11/rgb"
13    FontPath        "/usr/X11R6/lib/X11/fonts/misc/:unscaled"
14    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
15    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
16    FontPath        "/usr/X11R6/lib/X11/fonts/misc/"
17    FontPath        "/usr/X11R6/lib/X11/fonts/Type1/"
18    FontPath        "/usr/X11R6/lib/X11/fonts/Speedo/"
19    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/"
20    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/"
21    FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic/"
22    FontPath        "/usr/X11R6/lib/X11/fonts/TTF/"
23EndSection
24
25Section "Module"
26    Load           "dbe"
27    Load           "extmod"
28    Load           "type1"
29    Load           "freetype"
30    Load           "glx"
31EndSection
32
33Section "InputDevice"
34    # generated from default
35    Identifier     "Mouse0"
36    Driver         "mouse"
37    Option         "Protocol" "auto"
38    Option         "Device" "/dev/psaux"
39    Option         "Emulate3Buttons" "no"
40    Option         "ZAxisMapping" "4 5"
41EndSection
42
43Section "InputDevice"
44    # generated from default
45    Identifier     "Keyboard0"
46    Driver         "kbd"
47EndSection
48
49Section "Monitor"
50    Identifier     "Monitor0"
51    VendorName     "Unknown"
52    ModelName      "Unknown"
53    HorizSync       30.0 - 110.0
54    VertRefresh     50.0 - 150.0
55    Option         "DPMS"
56EndSection
57
58Section "Device"
59    Identifier     "Device0"
60    Driver         "nvidia"
61    VendorName     "NVIDIA Corporation"
62EndSection
63
64Section "Screen"
65    Identifier     "Screen0"
66    Device         "Device0"
67    Monitor        "Monitor0"
68    DefaultDepth    24
69    SubSection     "Display"
70        Depth       24
71    EndSubSection
72EndSection
73
Note: See TracBrowser for help on using the repository browser.