Nvidia Karte installieren

Du kommst mit der Installation nicht voran oder willst noch was nachfragen? Schau auch in den "Tipps und Tricks"-Bereich.
Antworten
Benutzeravatar
TechnoFan
Beiträge: 244
Registriert: 15.03.2004 13:13:12
Wohnort: Düren
Kontaktdaten:

Nvidia Karte installieren

Beitrag von TechnoFan » 24.04.2005 23:13:04

Hi Leute
Hatte eigentlich vor meine GeForce 6 unter Linux zu isntallieren, komm aber über Apt-Get nicht an die Pakete.
Meine source.list sie folgendermasen aus:

Code: Alles auswählen

deb ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/debian/ unstable main non-free 
deb-src ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/debian/ unstable main  non-free
deb http://non-us.debian.org/debian-non-US unstable/non-US main non-free
deb-src http://non-us.debian.org/debian-non-US unstable/non-US main non-free
Hab überall ein non-free drangehängt, da ohne das die Pakete überhaupt nicht gefunden werden. Nun bekomme ich die Meldung :

Code: Alles auswählen

david:/home/david# apt-get install nvidia-glx
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut... Fertig
Einige Pakete konnten nicht installiert werden. Das kann bedeuten, dass
Sie eine unmögliche Situation angefordert haben oder dass, wenn Sie die
instabile Distribution verwenden, einige erforderliche Pakete noch nicht
kreiert oder aus Incoming herausbewegt wurden.

Da Sie nur eine einzige Operation angefordert haben ist es sehr wahrscheinlich,
dass das Paket einfach nicht installierbar ist und eine Fehlermeldung über
dieses Paket erfolgen sollte.
Die folgenden Informationen helfen Ihnen vielleicht, die Situation zu lösen:

Die folgenden Pakete haben nichterfüllte Abhängigkeiten:
  nvidia-glx: Hängt ab: nvidia-kernel-1.0.7174
E: Kaputte Pakete
Habt ihr da nen Tipp für mcih? Vielen dank.

David

Benutzeravatar
TechnoFan
Beiträge: 244
Registriert: 15.03.2004 13:13:12
Wohnort: Düren
Kontaktdaten:

Beitrag von TechnoFan » 24.04.2005 23:47:10

Tut mir leid, aht sich schon erledigt, hab einfahc den Installer von der Nvidia Seite benutzt.

Aber nun jemand ne Idee,w ie ich den Dual Head Mode einstelle/konfiguriere?

Benutzeravatar
mistersixt
Beiträge: 6601
Registriert: 24.09.2003 14:33:25
Lizenz eigener Beiträge: GNU Free Documentation License

Beitrag von mistersixt » 25.04.2005 15:15:43

Als Beispiel:

Code: Alles auswählen

...
Section "Device"
        Identifier      "Generic Video Card"
        Driver          "nvidia"
        Option          "NoLogo"                "true"
        Option          "TwinView"              "true"
        Option          "TwinViewOrientation"   "RightOf"
        Option          "SecondMonitorHorizSync"        "50-96"
        Option          "SecondMonitorVertRefresh"      "50-96"
        Option          "MetaModes"             "1280x1024,1280x1024"
        Option          "ConnectedMonitor"      "crt,crt"
EndSection
...
Section "Screen"
        Identifier      "Default Screen"
        Device          "Generic Video Card"
        Monitor         "Generic Monitor"
        DefaultDepth    16
        SubSection "Display"
                Depth           16
                Modes           "2560x1024"
        EndSubSection
EndSection
...
Gruss, mistersixt.
--
System: Debian Bookworm, 6.11.x.-x-amd64, ext4, AMD Ryzen 7 3700X, 8 x 3.8 Ghz., Radeon RX 5700 XT, 32 GB Ram, XFCE

Benutzeravatar
TechnoFan
Beiträge: 244
Registriert: 15.03.2004 13:13:12
Wohnort: Düren
Kontaktdaten:

Beitrag von TechnoFan » 25.04.2005 18:36:46

Hab das etwas anders, aber so wie ichs auch hab bleibt der zweite Monitor im Standby:

Code: Alles auswählen

# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
#	Load	"GLcore"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
#	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"de"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"Geforce 6 6800 GT"
	Driver		"nvidia"
	Screen 0
EndSection

Section "Device"
	Identifier	"Geforce 6 6800 GT 2"
	Driver		"nvidia"
	Screen 1
EndSection

Section "Monitor"
	Identifier	"Elsa Ecomo 21H95"
	HorizSync	30-92
	VertRefresh	50-85
	Option		"DPMS"
EndSection

Section "Monitor"
	Identifier	"Samtron 95P Plus"
	HorizSync	30-92
	VertRefresh	50-85
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Geforce 6 6800 GT"
	Monitor		"Elsa Ecomo 21H95"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x960" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x960" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x960" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x960" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x960" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x960" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Right Screen"
	Device		"Geforce 6 6800 GT 2"
	Monitor		"Samtron 95p Plus"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x960" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x960" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x960" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x960" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x960" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x960" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen 0	"Default Screen"
	Screen 1	"Right Screen" RightOf "Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection

Benutzeravatar
TechnoFan
Beiträge: 244
Registriert: 15.03.2004 13:13:12
Wohnort: Düren
Kontaktdaten:

Beitrag von TechnoFan » 25.04.2005 21:31:24

Okay, bei mir läufts jetzt!
Und zwar mit:

Code: Alles auswählen

Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
#	Load	"GLcore"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
#	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"de"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"Geforce 6 6800 GT"
	Driver 	"nvidia"
	Option 	"NvAgp" "1"
	Option 	"NoLogo" "1"
	Option 	"HWCursor" "1"
	Option 	"TwinView" "on"
EndSection

Section "Monitor"
	Identifier	"Elsa Ecomo 21H95"
	HorizSync	30-92
	VertRefresh	50-85
	Option		"DPMS"
EndSection

Section "Monitor"
	Identifier	"Samtron 95P Plus"
	HorizSync	30-92
	VertRefresh	50-85
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Geforce 6 6800 GT"
	Monitor		"Elsa Ecomo 21H95"
	DefaultDepth	24
	Option "SecondMonitorHorizSync" "30-92"
	Option "SecondMonitorVertRefresh" "50-85"
	Option "MetaModes" "1280x1024,1280x1024" "1280x1024,NULL; 1024x768,NULL; 800x600,NULL; 640x480,NULL"
	Option "TwinViewOrientation" "RightOf"

	DefaultDepth 24
	SubSection "Display"
		Depth 24
		Modes "1280x1024" "1024x768" "800x600" "640x480"
		ViewPort 0 0
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection

Antworten