Zum Inhalt springen

Grafik bei ubuntu


Philipp_Schöne

Empfohlene Beiträge

klingt nach einer gf3 ti 200.

du kannst dir die treiber runterladen bei nvidia.de runterladen und die anleitung befolgen, dies dazu gibt - bei mir hat die immer gut funktioniert - glaube aber, der treiber will die kernelquellen installiert haben.

ist auch gut möglich, dass es dafür ein paket gibt, also solltest du evtl mal apt bemühen. sowas in der art wie "apt-cache search nvidia" könnte gehen.

hab im mom leider kein linux am laufen hier auf arbeit :)

Link zu diesem Kommentar
Auf anderen Seiten teilen

Es gibt ein Paket NVIDIA-GLX , dass man per apt installieren kann, das ist aber mit Vorsicht zu genießen, mir friert es nach kurzer Zeit immer den X-Server ein. Im Internet gibts da diverse "Hilfe, mein X-Server hängt"-Threads zu.

Ich empfehl dir, das Script bei nvidia runterzuladen und damit zu installieren, notfalls eine etwas ältere Version nehmen und wie gesagt erst Kernelquellen installieren.

Link zu diesem Kommentar
Auf anderen Seiten teilen

Wie installiere ich den Treiber denn? In welchem Modus muss ich booten?

Ist die Datei "NVIDIA-Linux-x86-1.0-8762-pkg1.run" richtig für Ubuntu?

Ja, ist die richtige.


> init 3 

> sudo chmod 755 <datei>

> sudo ./<datei>

Wenn man Glück hat, funktioniert das so :)

Link zu diesem Kommentar
Auf anderen Seiten teilen

  • 1 Monat später...

Ich bekomme den treiber nicht installiert.

meine /etc/X11/xorg.conf

# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.

# (Type "man /etc/X11/xorg.conf" at the shell prompt.)

#

# This file is automatically updated on xserver-xorg package upgrades *only*

# if it has not been modified since the last upgrade of the xserver-xorg

# package.

#

# If you have edited this file but would like it to be automatically updated

# again, run the following command:

#   sudo dpkg-reconfigure -phigh xserver-xorg


Section "Files"

	FontPath	"/usr/share/X11/fonts/misc"

	FontPath	"/usr/share/X11/fonts/cyrillic"

	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"

	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"

	FontPath	"/usr/share/X11/fonts/Type1"

	FontPath	"/usr/share/X11/fonts/CID"

	FontPath	"/usr/share/X11/fonts/100dpi"

	FontPath	"/usr/share/X11/fonts/75dpi"

        # paths to defoma fonts

	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"

	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"

EndSection


Section "Module"

	Load	"GLcore"

	Load	"i2c"

	Load	"bitmap"

	Load	"ddc"

	Load	"dri"

	Load	"extmod"

	Load	"freetype"

	Load	"glx"

	Load	"int10"

	Load	"type1"

	Load	"vbe"

EndSection


Section "InputDevice"

	Identifier	"Generic Keyboard"

	Driver		"kbd"

	Option		"CoreKeyboard"

	Option		"XkbRules"	"xorg"

	Option		"XkbModel"	"pc105"

	Option		"XkbLayout"	"de"

	Option		"XkbVariant"	"nodeadkeys"

EndSection


Section "InputDevice"

	Identifier	"Configured Mouse"

	Driver		"mouse"

	Option		"CorePointer"

	Option		"Device"		"/dev/input/mice"

	Option		"Protocol"		"ImPS/2"

	Option		"Emulate3Buttons"	"true"

	Option		"ZAxisMapping"		"4 5"

EndSection


Section "Device"

	Identifier	"NVIDIA Corporation NV20 [GeForce3 Ti 200]"

	Driver		"nv"

	BusID		"PCI:1:0:0"

EndSection


Section "Monitor"

	Identifier	"Standardbildschirm"

	Option		"DPMS"

	HorizSync	28-51

	VertRefresh	43-60

EndSection


Section "Screen"

	Identifier	"Default Screen"

	Device		"NVIDIA Corporation NV20 [GeForce3 Ti 200]"

	Monitor		"Standardbildschirm"

	DefaultDepth	24

	SubSection "Display"

		Depth		1

		Modes		"1024x768" "800x600" "640x480"

	EndSubSection

	SubSection "Display"

		Depth		4

		Modes		"1024x768" "800x600" "640x480"

	EndSubSection

	SubSection "Display"

		Depth		8

		Modes		"1024x768" "800x600" "640x480"

	EndSubSection

	SubSection "Display"

		Depth		15

		Modes		"1024x768" "800x600" "640x480"

	EndSubSection

	SubSection "Display"

		Depth		16

		Modes		"1024x768" "800x600" "640x480"

	EndSubSection

	SubSection "Display"

		Depth		24

		Modes		"1024x768" "800x600" "640x480"

	EndSubSection

EndSection


Section "ServerLayout"# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.

# (Type "man /etc/X11/xorg.conf" at the shell prompt.)

#

# This file is automatically updated on xserver-xorg package upgrades *only*

# if it has not been modified since the last upgrade of the xserver-xorg

# package.

#

# If you have edited this file but would like it to be automatically updated

# again, run the following command:

#   sudo dpkg-reconfigure -phigh xserver-xorg


Section "Files"

	FontPath	"/usr/share/X11/fonts/misc"

	FontPath	"/usr/share/X11/fonts/cyrillic"

	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"

	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"

	FontPath	"/usr/share/X11/fonts/Type1"

	FontPath	"/usr/share/X11/fonts/CID"

	FontPath	"/usr/share/X11/fonts/100dpi"

	FontPath	"/usr/share/X11/fonts/75dpi"

        # paths to defoma fonts

	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"

	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"

EndSection


Section "Module"

	Load	"GLcore"

	Load	"i2c"

	Load	"bitmap"

	Load	"ddc"

	Load	"dri"

	Load	"extmod"

	Load	"freetype"

	Load	"glx"

	Load	"int10"

	Load	"type1"

	Load	"vbe"

EndSection


Section "InputDevice"

	Identifier	"Generic Keyboard"

	Driver		"kbd"

	Option		"CoreKeyboard"

	Option		"XkbRules"	"xorg"

	Option		"XkbModel"	"pc105"

	Option		"XkbLayout"	"de"

	Option		"XkbVariant"	"nodeadkeys"

EndSection


Section "InputDevice"

	Identifier	"Configured Mouse"

	Driver		"mouse"

	Option		"CorePointer"

	Option		"Device"		"/dev/input/mice"

	Option		"Protocol"		"ImPS/2"

	Option		"Emulate3Buttons"	"true"

	Option		"ZAxisMapping"		"4 5"

EndSection


Section "Device"

	Identifier	"NVIDIA Corporation NV20 [GeForce3 Ti 200]"

	Driver		"nv"

	BusID		"PCI:1:0:0"

EndSection


Section "Monitor"

	Identifier	"Standardbildschirm"

	Option		"DPMS"

	HorizSync	28-51

	VertRefresh	43-60

EndSection


Section "Screen"

	Identifier	"Default Screen"

	Device		"NVIDIA Corporation NV20 [GeForce3 Ti 200]"

	Monitor		"Standardbildschirm"

	DefaultDepth	24

	SubSection "Display"

		Depth		1

		Modes		"1024x768" "800x600" "640x480"

	EndSubSection

	SubSection "Display"

		Depth		4

		Modes		"1024x768" "800x600" "640x480"

	EndSubSection

	SubSection "Display"

		Depth		8

		Modes		"1024x768" "800x600" "640x480"

	EndSubSection

	SubSection "Display"

		Depth		15

		Modes		"1024x768" "800x600" "640x480"

	EndSubSection

	SubSection "Display"

		Depth		16

		Modes		"1024x768" "800x600" "640x480"

	EndSubSection

	SubSection "Display"

		Depth		24

		Modes		"1024x768" "800x600" "640x480"

	EndSubSection

EndSection


Section "ServerLayout"

	Identifier	"Default Layout"

	Screen		"Default Screen"

	InputDevice	"Generic Keyboard"

	InputDevice	"Configured Mouse"

EndSection


Section "DRI"

	Mode	0666

EndSection


	Identifier	"Default Layout"

	Screen		"Default Screen"

	InputDevice	"Generic Keyboard"

	InputDevice	"Configured Mouse"

EndSection


Section "DRI"

	Mode	0666

EndSection

Link zu diesem Kommentar
Auf anderen Seiten teilen

Jep, musste ich auch so machen bei mir.

Ich habe noch drei Links, die dir sehr hilfreich sein könnten:

1. Easyubuntu - superleichte Konfiguration deines Ubuntus, gerade was diverse Codecs und Flash angeht.

2. Wiki - Ubuntuusers - Eine Seite, die viel lesenswerten KRam enthält und last but not least ...

3. ganz nette Dokumentation einer Ubuntu-Installation

mfg

zimt

Link zu diesem Kommentar
Auf anderen Seiten teilen

In der Section "Monitor"

gibst du die Werte deines Bildschirmes und den Namen ein, zu finden in der Anleitung. Pass auf, dass du da keinen Fehler machst und zu viel reinbläst.

Wenn das passt, kannst du die Hz-zahl über die Anzeigenverwaltung erhöhen.

Hier schau auch mal rein, linkt zu einigen netten Anleitungen.

http://wiki.x.org/wiki/FAQ

Link zu diesem Kommentar
Auf anderen Seiten teilen

Dein Kommentar

Du kannst jetzt schreiben und Dich später registrieren. Wenn Du ein Konto hast, melde Dich jetzt an, um unter Deinem Benutzernamen zu schreiben.

Gast
Auf dieses Thema antworten...

×   Du hast formatierten Text eingefügt.   Formatierung wiederherstellen

  Nur 75 Emojis sind erlaubt.

×   Dein Link wurde automatisch eingebettet.   Einbetten rückgängig machen und als Link darstellen

×   Dein vorheriger Inhalt wurde wiederhergestellt.   Editor leeren

×   Du kannst Bilder nicht direkt einfügen. Lade Bilder hoch oder lade sie von einer URL.

Fachinformatiker.de, 2024 by SE Internet Services

fidelogo_small.png

Schicke uns eine Nachricht!

Fachinformatiker.de ist die größte IT-Community
rund um Ausbildung, Job, Weiterbildung für IT-Fachkräfte.

Fachinformatiker.de App

Download on the App Store
Get it on Google Play

Kontakt

Hier werben?
Oder sende eine E-Mail an

Social media u. feeds

Jobboard für Fachinformatiker und IT-Fachkräfte

×
×
  • Neu erstellen...