PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : NVIDIA GeForce 4200Ti mit einem DVI-TVT und einem VGA-CRT



jabba1980
28.09.04, 23:15
Versuche grade 2 Monitore an meiner GF4200Ti zum laufen zu kriegen.

1. Monitor: LG Flatron L1710B TFT - DVI
2. Monitor: SUN GDM-5010PT - VGA

Leider bleibt bei meinen Versuchen der CRT grundsätzlich schwarz.
Die Modeline des CRT hab ich mt dem Modeline-Generator und den Angaben des Herstellers gemacht.

Hier meine XF86Config .. hoffentlich kann jemand helfen ... :(

-----------

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
Load "extmod"
Load "dbe"
Load "record"
Load "xtrap"
Load "glx"
Load "speedo"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Device" "/dev/usbmouse"
Option "CorePointer"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "monitor1"
VendorName "LG"
ModelName "FLATRON L1710B"
HorizSync 30-83
VertRefresh 60

# LG FLATRON 1710B bei 1280x1024 @ 60 Hz
#ModeLine "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync

EndSection

Section "Monitor"
Identifier "monitor2"
VendorName "SUN"
ModelName "GDM-5010PT"
HorizSync 30-96
VertRefresh 48-160
#Option "DPMS"

# 1280x1024 @ 60.95 Hz, 65.58 kHz
Modeline "1280x1024@60" 117.00 1280 1312 1752 1784 1024 1045 1055 1076

EndSection

Section "Device"
Identifier "device1"
Driver "nvidia"
Screen 0
BusID "PCI:2:0:0"
Option "ConnectedMonitor" "DFP"
Option "NoLogo"
EndSection

Section "Device"
Identifier "device2"
Driver "nvidia"
Screen 1
BusID "PCI:2:0:0"
Option "ConnectedMonitor" "CRT"
Option "NoLogo"
EndSection

Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480 "
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480 "
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480 "
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480 "
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480 "
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480 "
EndSubsection
EndSection

Section "Screen"
Identifier "screen2"
Device "device2"
Monitor "monitor2"
DefaultColorDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubsection
EndSection

Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen 0 "screen1"
Screen 1 "screen2" LeftOf "screen1"
EndSection

-----------

fraggo01
03.10.04, 00:00
versuch mal CRT-0 und DFP-0.

Hilfreich wäre auch die /var/log/XFree86.0.log

G3n3ra1
06.10.04, 17:12
Hi,

Jaja die GF 4 TI 4200 das is schon was! Hab die auch... ... fehler scheinen beliebt bei der zu sein!!!

Versuch einfach mal im Abschnitt Device:


Option "NvAGP" "0"

einzugeben!

Dann müßte es eigendlich gehen!

Gruß
G3n3ra1