source: npl/X/xorg_conf/confs/Nvidia_tvout.conf @ c5c522c

gcc484ntopperl-5.22
Last change on this file since c5c522c 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.3 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 "ServerFlags"
12        Option  "AllowMouseOpenFail" "true"
13        Option "BlankTime"  "0"
14        Option "NoPM"  "true"
15        Option "StandbyTime"  "0"
16        Option "SuspendTime"  "0"
17        Option "OffTime"  "0"
18EndSection
19
20
21Section "Files"
22    RgbPath         "/usr/X11R6/lib/X11/rgb"
23    FontPath        "/usr/X11R6/lib/X11/fonts/misc/:unscaled"
24    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
25    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
26    FontPath        "/usr/X11R6/lib/X11/fonts/misc/"
27    FontPath        "/usr/X11R6/lib/X11/fonts/Type1/"
28    FontPath        "/usr/X11R6/lib/X11/fonts/Speedo/"
29    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/"
30    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/"
31    FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic/"
32    FontPath        "/usr/X11R6/lib/X11/fonts/TTF/"
33EndSection
34
35Section "Module"
36    Load           "dbe"
37    Load           "extmod"
38    Load           "type1"
39    Load           "freetype"
40    Load           "glx"
41#    Load         "dri"
42EndSection
43
44Section "InputDevice"
45    # generated from default
46    Identifier     "Mouse0"
47    Driver         "mouse"
48    Option         "Protocol" "auto"
49    Option         "Device" "/dev/psaux"
50    Option         "Emulate3Buttons" "no"
51    Option         "ZAxisMapping" "4 5"
52EndSection
53
54Section "InputDevice"
55    # generated from default
56    Identifier     "Keyboard0"
57    Driver         "kbd"
58EndSection
59
60Section "Monitor"
61    Identifier     "Monitor0"
62    VendorName     "Unknown"
63    ModelName      "Unknown"
64    HorizSync 30-50
65    VertRefresh 58-62   
66    Option         "DPMS"
67EndSection
68
69Section "Device"
70    Identifier     "Device0"
71    Driver         "nvidia"
72    VendorName     "NVIDIA Corporation"
73    Option "NoLogo"
74EndSection
75
76Section "Screen"
77    Identifier     "Screen0"
78    Device         "Device0"
79    Monitor        "Monitor0"
80    DefaultDepth    24
81    SubSection     "Display"
82        Depth       24
83        Modes "800x600"
84    EndSubSection
85
86EndSection
87
Note: See TracBrowser for help on using the repository browser.