Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »mipfi« (14.11.2008, 19:57)
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 16 Modes "1680x1050" "1280x1024" "1152x864" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1680x1050" "1280x1024" "1152x864" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Extensions" Option "Composite" "on" EndSection |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 |
Section "Module" # Load "GLcore" Load "dbe" Load "record" # Load "dri" Load "extmod" Load "glx" Load "xtrap" Load "freetype" Load "type1" EndSection |
Quellcode |
|
1 |
eselect opengl set nvidia |
Quellcode |
|
1 |
(II) NV(0): Not using driver mode "1680x1050" (mode clock too high) |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 |
Section "Monitor" DisplaySize 470 300 # mm Identifier "Monitor0" VendorName "SAM" ModelName "SyncMaster" ### Comment all HorizSync and VertRefresh values to use DDC: HorizSync 30.0 - 81.0 VertRefresh 50.0 - 85.0 Option "DPMS" UseModes "Modes0" EndSection |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
Section "Modes" Identifier "Modes0" # V-freq: 60.00 Hz // h-freq: 65.35 KHz Modeline "1680x1050" 149.00 1680 1760 1944 2280 1050 1050 1052 1089 # V-freq: 65.00 Hz // h-freq: 71.02 KHz Modeline "1680x1050" 167.04 1680 1768 1968 2352 1050 1050 1053 1092 # V-freq: 70.00 Hz // h-freq: 76.72 KHz Modeline "1680x1050" 185.97 1680 1776 2000 2424 1050 1050 1053 1096 # V-freq: 75.00 Hz // h-freq: 82.46 KHz Modeline "1680x1050" 207.14 1680 1784 2032 2512 1050 1050 1053 1099 EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Virtual 1680 1050 Modes "1680x1050" "1280x1024" "1024x768" "720x400" "720x400" "640x480" "800x600" EndSubSection EndSection Section "DRI" Group 0 Mode 0666 EndSection Section "Extensions" Option "Composite" "Enable" EndSection |
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »mipfi« (29.10.2008, 21:42)
Maximaler Pixeltakt
146 MHz (Analog, Digital)
Quellcode |
|
1 2 |
# V-freq: 57.00 Hz // h-freq: 61.97 KHz Modeline "1680x1050" 138.81 1680 1752 1920 2240 1050 1050 1052 1087 |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »josef.95« (29.10.2008, 17:47)