| | 1 | = TripleHead2Go = |
| | 2 | [[TracNav(TracNav/SupportTOC)]] |
| | 3 | |
| | 4 | Below is a the /etc/X11/xorg.conf I hacked together to drive the Matrix !TripleHead2Go at 3840x1024 under Suse 10.0. So far this is just a quick hack, I'll refine this later. The key part is the modeline which I cobbled together from the modeline calculator at: http://www.zaph.com/Modeline/ |
| | 5 | |
| | 6 | {{{ |
| | 7 | Modeline "3840x1024" 301.37 3840 3920 4224 4752 1024 1027 1030 1057 |
| | 8 | }}} |
| | 9 | ---- |
| | 10 | {{{ |
| | 11 | # nvidia-xconfig: X configuration file generated by nvidia-xconfig |
| | 12 | # nvidia-xconfig: version 1.0 (robert@linux-sli) Tue Apr 18 14:01:46 BST 2006 |
| | 13 | |
| | 14 | # /.../ |
| | 15 | # SaX generated X11 config file |
| | 16 | # Created on: 2006-02-01T18:47:43+0000. |
| | 17 | # |
| | 18 | # Version: 7.1 |
| | 19 | # Contact: Marcus Schaefer <sax@suse.de>, 2002 |
| | 20 | # |
| | 21 | # Automatically generated by [ISaX] (7.1) |
| | 22 | # PLEASE DO NOT EDIT THIS FILE! |
| | 23 | # |
| | 24 | |
| | 25 | Section "ServerLayout" |
| | 26 | Identifier "Layout[all]" |
| | 27 | Screen 0 "Screen[0]" 0 0 |
| | 28 | # Screen 1 "Screen[1]" RightOf "Screen[0]" |
| | 29 | InputDevice "Keyboard[0]" "CoreKeyboard" |
| | 30 | InputDevice "Mouse[1]" "CorePointer" |
| | 31 | EndSection |
| | 32 | |
| | 33 | Section "Files" |
| | 34 | FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled" |
| | 35 | FontPath "/usr/X11R6/lib/X11/fonts/local" |
| | 36 | FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" |
| | 37 | FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled" |
| | 38 | FontPath "/usr/X11R6/lib/X11/fonts/Type1" |
| | 39 | FontPath "/usr/X11R6/lib/X11/fonts/URW" |
| | 40 | FontPath "/usr/X11R6/lib/X11/fonts/Speedo" |
| | 41 | FontPath "/usr/X11R6/lib/X11/fonts/PEX" |
| | 42 | FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" |
| | 43 | FontPath "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled" |
| | 44 | FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled" |
| | 45 | FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled" |
| | 46 | FontPath "/usr/X11R6/lib/X11/fonts/latin2/Type1" |
| | 47 | FontPath "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled" |
| | 48 | FontPath "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled" |
| | 49 | FontPath "/usr/X11R6/lib/X11/fonts/japanese:unscaled" |
| | 50 | FontPath "/usr/X11R6/lib/X11/fonts/kwintv" |
| | 51 | FontPath "/usr/X11R6/lib/X11/fonts/truetype" |
| | 52 | FontPath "/usr/X11R6/lib/X11/fonts/uni:unscaled" |
| | 53 | FontPath "/usr/X11R6/lib/X11/fonts/CID" |
| | 54 | FontPath "/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled" |
| | 55 | FontPath "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled" |
| | 56 | FontPath "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled" |
| | 57 | FontPath "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled" |
| | 58 | FontPath "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled" |
| | 59 | FontPath "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled" |
| | 60 | FontPath "/usr/X11R6/lib/X11/fonts/hellas/Type1" |
| | 61 | FontPath "/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled" |
| | 62 | FontPath "/usr/X11R6/lib/X11/fonts/xtest" |
| | 63 | FontPath "/opt/kde3/share/fonts" |
| | 64 | EndSection |
| | 65 | |
| | 66 | Section "Module" |
| | 67 | Load "dbe" |
| | 68 | Load "type1" |
| | 69 | Load "freetype" |
| | 70 | Load "extmod" |
| | 71 | Load "glx" |
| | 72 | Load "v4l" |
| | 73 | EndSection |
| | 74 | |
| | 75 | Section "ServerFlags" |
| | 76 | Option "AllowMouseOpenFail" |
| | 77 | EndSection |
| | 78 | |
| | 79 | Section "InputDevice" |
| | 80 | Identifier "Keyboard[0]" |
| | 81 | Driver "kbd" |
| | 82 | Option "Protocol" "Standard" |
| | 83 | Option "XkbLayout" "gb" |
| | 84 | Option "XkbModel" "pc105" |
| | 85 | Option "XkbRules" "xfree86" |
| | 86 | EndSection |
| | 87 | |
| | 88 | Section "InputDevice" |
| | 89 | Identifier "Mouse[1]" |
| | 90 | Driver "mouse" |
| | 91 | Option "Buttons" "5" |
| | 92 | Option "Device" "/dev/input/mice" |
| | 93 | Option "Name" "Microsoft Wheel Mouse Optical" |
| | 94 | Option "Protocol" "explorerps/2" |
| | 95 | Option "Vendor" "Sysp" |
| | 96 | Option "ZAxisMapping" "4 5" |
| | 97 | EndSection |
| | 98 | |
| | 99 | Section "Modes" |
| | 100 | Identifier "Modes[0]" |
| | 101 | |
| | 102 | # V-freq: 75.00 Hz // h-freq: 80.42 KHz |
| | 103 | Modeline "1280x1024" 151.83 1280 1360 1544 1888 1024 1024 1027 1072 |
| | 104 | |
| | 105 | # V-freq: 60.00 Hz // h-freq: 63.73 KHz |
| | 106 | Modeline "1280x1024" 109.62 1280 1336 1472 1720 1024 1024 1026 1062 |
| | 107 | |
| | 108 | # V-freq: 60.00 Hz // h-freq: 63.42 KHz |
| | 109 | Modeline "3840x1024" 301.37 3840 3920 4224 4752 1024 1027 1030 1057 |
| | 110 | |
| | 111 | EndSection |
| | 112 | |
| | 113 | Section "Monitor" |
| | 114 | Identifier "Monitor[0]" |
| | 115 | VendorName "--> VESA" |
| | 116 | ModelName "3840x1024@60Z" |
| | 117 | UseModes "Modes[0]" |
| | 118 | DisplaySize 1020 270 |
| | 119 | HorizSync 28.0 - 64.0 |
| | 120 | VertRefresh 50.0 - 60.0 |
| | 121 | Option "DPMS" |
| | 122 | EndSection |
| | 123 | |
| | 124 | Section "Device" |
| | 125 | Identifier "Device[0]" |
| | 126 | Driver "nvidia" |
| | 127 | VendorName "NVidia" |
| | 128 | BoardName "0x0092" |
| | 129 | BusID "1:0:0" |
| | 130 | EndSection |
| | 131 | |
| | 132 | Section "Device" |
| | 133 | Identifier "Device[1]" |
| | 134 | Driver "nvidia" |
| | 135 | VendorName "NVidia" |
| | 136 | BoardName "0x0092" |
| | 137 | BusID "2:0:0" |
| | 138 | EndSection |
| | 139 | |
| | 140 | Section "Screen" |
| | 141 | Identifier "Screen[0]" |
| | 142 | Device "Device[0]" |
| | 143 | Monitor "Monitor[0]" |
| | 144 | DefaultDepth 24 |
| | 145 | Option "NoLogo" "True" |
| | 146 | SubSection "Display" |
| | 147 | Depth 15 |
| | 148 | Modes "3840x1024" "1280x1024" |
| | 149 | EndSubSection |
| | 150 | SubSection "Display" |
| | 151 | Depth 16 |
| | 152 | Modes "3840x1024" "1280x1024" |
| | 153 | EndSubSection |
| | 154 | SubSection "Display" |
| | 155 | Depth 24 |
| | 156 | Modes "3840x1024" "1280x1024" |
| | 157 | EndSubSection |
| | 158 | SubSection "Display" |
| | 159 | Depth 32 |
| | 160 | Modes "3840x1024" "1280x1024" |
| | 161 | EndSubSection |
| | 162 | SubSection "Display" |
| | 163 | Depth 8 |
| | 164 | Modes "3840x1024" "1280x1024" |
| | 165 | EndSubSection |
| | 166 | EndSection |
| | 167 | }}} |