Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Grafik bei ubuntu

Empfohlene Antworten

wäre gut zu wissen, was du für ne grafikkarte hast :)

Poste mal den Inhalt von der Datei /etc/X11/xorg.conf. (Mir geht es eigentlich nur um Section "Device" und Section "Monitor")

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 :)

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.

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 :)

  • 1 Monat später...
  • Autor

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

Soweit ich weiß musst du bei


Section "Device"

	Identifier	"NVIDIA Corporation NV20 [GeForce3 Ti 200]"

	Driver		"nv"

	BusID		"PCI:1:0:0"

bei Driver "nvidia" anstelle von "nv" stehen haben. (ist zumindest mit dem paket nvidia-glx so)

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

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

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.