Pagina 1 di 1

[Risolto] [Driver] problema driver nvidia

Inviato: venerdì 21 marzo 2008, 16:46
da Bolla86
Ciao,
ho una 7900gs, per testare una x600 l'ho semplicemente sostituita alla 7900gs e avviato ubuntu 7.10.
All'avvio mi è apparsa la finestrella del BulletProof-X tramite il quale ho riconfigurato il server X scegliendo i driver VESA.
Spengo, rimetto la 7900gs e avvio ubuntu.
Mi appare di nuovo la finestra del BulletProof-X, riconfiguro il monitor e la scheda video, scegliendo i driver nvidia ma il server x si rifuita di partire ugualmente.
Lancio allora un sudo dpkg-reconfigure -phigh xserver-xorg.
Il server X parte ma non ho l'accelerazione grafica.
Se provo ad utilizzare il "gestore driver con restrizioni", mi indica i driver in uso ma non abilitati, se li abilito sono al punto di partenza.
Ho provato a seguire le guide di Poolycoke e ti teleperion ma nulla.
Infine ho utilizzato Envy per prima disinstallare e poi reinstallare i driver nvidia, facendogli riconfigurare l'xorg.conf.
Ora di synaptic mi trovo installati i seguenti pacchetti riferiti a nvidia.
nvidia-glx-new
nvidia-glx-new-dev
nvidia-kernel-2.6.22-14-generic
nvidia-kernel-common
nvidia-new-kernel-source
La situazione del "gestore driver con restrizioni" è quella scritta sopra.
Riporto sotto l'xorg.conf:

Codice: Seleziona tutto

# 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 xorg.conf manual page.
# (Type "man 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"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"it"
EndSection

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

Section "InputDevice"
	Driver		"wacom"
	Identifier	"stylus"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"stylus"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"eraser"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"eraser"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"cursor"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"cursor"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"nVidia Corporation G71 [GeForce 7900 GS]"
	Driver		"nv"
	BusID		"PCI:2:0:0"
EndSection

Section "Monitor"
	Identifier	"17'' LCD"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"nVidia Corporation G71 [GeForce 7900 GS]"
	Monitor		"17'' LCD"
	DefaultDepth	24
	SubSection "Display"
		Modes		"1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
EndSection

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

# Uncomment if you have a wacom tablet
#	InputDevice     "stylus"	"SendCoreEvents"
#	InputDevice     "cursor"	"SendCoreEvents"
#	InputDevice     "eraser"	"SendCoreEvents"
EndSection
Un grazie a chiunque mi aiuti!

Re: problema driver nvidia

Inviato: venerdì 21 marzo 2008, 17:07
da nel89
hai provato a disinstallare i driver da synaptic, poi installare i driver tramite il restricted-manager?

Re: problema driver nvidia

Inviato: venerdì 21 marzo 2008, 17:13
da Bolla86
sì, il problema rimane...

Re: [Driver] problema driver nvidia

Inviato: sabato 22 marzo 2008, 0:21
da Bolla86
altre idee?
compilare un nuovo kernel potrebbe risolvere il problema?

Re: [Driver] problema driver nvidia

Inviato: sabato 22 marzo 2008, 11:52
da Bolla86
Ho risolto...
Avevo dimenticato di collegare l'alimentazione supplementare per la scheda video e il bullettproof-x mi nascondeva l'errore che altrimenti sarebbe stato mostrato dai driver >:(