diff options
author | Sven Gothel <[email protected]> | 2013-07-09 19:57:34 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-07-09 19:57:34 +0200 |
commit | 7c0ed3c96089a86aba43a6ea6fea92d9d51ead0b (patch) | |
tree | 6f4d81d76fa4276d147215e4748aca9eb84703ec | |
parent | b02916d4121863045f2d9214be01009dcaa52995 (diff) |
Add X11 xorg.conf for NV GPUs of nodes
3 files changed, 122 insertions, 0 deletions
diff --git a/jenkins-server-slave-setup/nodes/c3d-linux64-nvfx580-003_004.ubuntu10/edid-sgothel-dfp0.bin b/jenkins-server-slave-setup/nodes/c3d-linux64-nvfx580-003_004.ubuntu10/edid-sgothel-dfp0.bin Binary files differnew file mode 100644 index 0000000..4e39474 --- /dev/null +++ b/jenkins-server-slave-setup/nodes/c3d-linux64-nvfx580-003_004.ubuntu10/edid-sgothel-dfp0.bin diff --git a/jenkins-server-slave-setup/nodes/c3d-linux64-nvfx580-003_004.ubuntu10/xorg-linux-nv_gpu.conf b/jenkins-server-slave-setup/nodes/c3d-linux64-nvfx580-003_004.ubuntu10/xorg-linux-nv_gpu.conf new file mode 100644 index 0000000..0cdca62 --- /dev/null +++ b/jenkins-server-slave-setup/nodes/c3d-linux64-nvfx580-003_004.ubuntu10/xorg-linux-nv_gpu.conf @@ -0,0 +1,57 @@ +# nvidia-xconfig: X configuration file generated by nvidia-xconfig +# nvidia-xconfig: version 1.0 (buildmeister@builder58) Thu Apr 22 20:35:23 PDT 2010 + +Section "ServerLayout" + Identifier "Default Layout" + Screen "Default Screen" 0 0 + InputDevice "Keyboard0" "CoreKeyboard" + InputDevice "Mouse0" "CorePointer" +EndSection + +Section "InputDevice" + # generated from default + Identifier "Keyboard0" + Driver "keyboard" +EndSection + +Section "InputDevice" + # generated from default + Identifier "Mouse0" + Driver "mouse" + Option "Protocol" "auto" + Option "Device" "/dev/psaux" + Option "Emulate3Buttons" "no" + Option "ZAxisMapping" "4 5" +EndSection + +Section "Monitor" + Identifier "Configured Monitor" + VendorName "Unknown" + ModelName "Unknown" + HorizSync 30.0 - 140.0 + VertRefresh 56.0 - 120.0 + Option "DPMS" + DisplaySize 521 293 +EndSection + +Section "Device" + Identifier "Configured Video Device" + Driver "nvidia" + Option "CustomEDID" "DFP-0:/etc/X11/edid-sgothel-dfp0.bin" + Option "UseEdidDpi" "false" + Option "RandRRotation" "on" + Option "DynamicTwinView" "False" + Option "ConnectedMonitor" "DFP" +EndSection + +Section "Screen" + Identifier "Default Screen" + Device "Configured Video Device" + Monitor "Configured Monitor" + DefaultDepth 24 + SubSection "Display" + Depth 24 + Modes "1920x1080" "1680x1050" "1600x1200" "1440x900" "1280x1024" "1280x960" "1280x800" "1024x768" "800x600" "640x480" + EndSubSection +EndSection + diff --git a/jenkins-server-slave-setup/nodes/sgothel-solaris10-nvquadro-020_021/xorg-solaris-nv_gpu.conf b/jenkins-server-slave-setup/nodes/sgothel-solaris10-nvquadro-020_021/xorg-solaris-nv_gpu.conf new file mode 100644 index 0000000..cee87de --- /dev/null +++ b/jenkins-server-slave-setup/nodes/sgothel-solaris10-nvquadro-020_021/xorg-solaris-nv_gpu.conf @@ -0,0 +1,65 @@ +# nvidia-xconfig: X configuration file generated by nvidia-xconfig +# nvidia-xconfig: version 290.10 ([email protected]) Wed Nov 16 21:22:41 PST 2011 + +Section "ServerLayout" + Identifier "Layout0" + Screen 0 "Screen0" + InputDevice "Keyboard0" "CoreKeyboard" + InputDevice "Mouse0" "CorePointer" +EndSection + +Section "Files" + FontPath "/usr/X11R6/lib/X11/fonts/misc/:unscaled" + FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" + FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" + FontPath "/usr/X11R6/lib/X11/fonts/misc/" + FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" + FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" +EndSection + +Section "InputDevice" + # generated from default + Identifier "Mouse0" + Driver "mouse" + Option "Protocol" "auto" + Option "Device" "/dev/mouse" + Option "Emulate3Buttons" "no" + Option "ZAxisMapping" "4 5" +EndSection + +Section "InputDevice" + # generated from default + Identifier "Keyboard0" + Driver "keyboard" +EndSection + +Section "Monitor" + Identifier "Monitor0" + VendorName "Unknown" + ModelName "Unknown" + HorizSync 28.0 - 33.0 + VertRefresh 43.0 - 72.0 + Option "DPMS" +EndSection + +Section "Device" + Identifier "Device0" + Driver "nvidia" + VendorName "NVIDIA Corporation" + Option "DynamicTwinView" "False" + Option "RandRRotation" "on" +EndSection + +Section "Screen" + Identifier "Screen0" + Device "Device0" + Monitor "Monitor0" + DefaultDepth 24 + Option "DynamicTwinView" "False" + Option "RandRRotation" "on" + SubSection "Display" + Depth 24 + Modes "1920x1200" "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480" + EndSubSection +EndSection + |