Xen_GPU_cluster: xorg.conf

File xorg.conf, 1.7 KB (added by rider, 15 years ago)

XEN_NVIDIA_Dom0

Line 
1# nvidia-xconfig: X configuration file generated by nvidia-xconfig
2# nvidia-xconfig:  version 1.0  (buildmeister@builder62)  Tue Mar 24 06:15:32 PST 2009
3
4
5Section "ServerLayout"
6    Identifier     "Layout0"
7    Screen      0  "Screen0" 0 0
8    InputDevice    "Keyboard0" "CoreKeyboard"
9    InputDevice    "Mouse0" "CorePointer"
10EndSection
11
12Section "Files"
13    FontPath        "unix/:7100"
14EndSection
15
16Section "Module"
17    Load           "dbe"
18    Load           "extmod"
19    Load           "type1"
20    Load           "freetype"
21    Load           "glx"
22EndSection
23
24Section "InputDevice"
25
26    # generated from default
27    Identifier     "Mouse0"
28    Driver         "mouse"
29    Option         "Protocol" "auto"
30    Option         "Device" "/dev/psaux"
31    Option         "Emulate3Buttons" "no"
32    Option         "ZAxisMapping" "4 5"
33EndSection
34
35Section "InputDevice"
36
37    # generated from default
38    Identifier     "Keyboard0"
39    Driver         "kbd"
40EndSection
41
42Section "Monitor"
43    Identifier     "Monitor0"
44    VendorName     "ViewSonic"
45    ModelName      "VA721"
46    HorizSync       28.0 - 33.0
47    VertRefresh     43.0 - 72.0
48    Option         "DPMS"
49EndSection
50
51Section "Device"
52    Identifier     "Device0"
53    Driver         "nvidia"
54    VendorName     "NVIDIA Corporation"
55EndSection
56
57Section "Screen"
58    Identifier     "Screen0"
59    Device         "Device0"
60    Monitor        "Monitor0"
61    DefaultDepth    24
62    SubSection     "Display"
63        Depth       24
64    EndSubSection
65EndSection
66
67Section "Extensions"
68    Option         "Composite" "on"
69EndSection
70
71Section "ServerFlags"
72    Option     "DisableVidModeExtension" "yes"
73    Option     "AllowNonLocalXvidtune" "yes"
74EndSection