Pagina 1 di 1

[NVidia] Driver propietari 96.43.xx e schermo bianco.

Inviato: sabato 9 febbraio 2008, 13:26
da Elphio
Questo 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"
	Option		"XkbOptions"	"lv3:ralt_switch"
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"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizEdgeScroll"	"0"
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 NV17 [GeForce4 440 Go]"
	Driver		"nvidia"
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"Monitor Generico"
	Option		"DPMS"
	HorizSync	28-80
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"nVidia Corporation NV17 [GeForce4 440 Go]"
	Monitor		"Monitor Generico"
	DefaultDepth	24
	SubSection "Display"
		Modes		"1600x1200"
	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"
	InputDevice	"Synaptics Touchpad"
EndSection
Il pc è un notebook Toshiba Satellite 5100-503.

Installati i driver propietari (sia con restricted manager che con i driver freschi freschi da casa NVidia al riavvio di X lo schermo è bianco a chiazze... come se la frequenza fosse sbagliata.

Per poter usare il pc mi basta modificare il

Codice: Seleziona tutto

Section "Device"
	Identifier	"nVidia Corporation NV17 [GeForce4 440 Go]"
	Driver		"nvidia"
	BusID		"PCI:1:0:0"
EndSection
in

Codice: Seleziona tutto

Section "Device"
	Identifier	"nVidia Corporation NV17 [GeForce4 440 Go]"
	Driver		"nv"
	BusID		"PCI:1:0:0"
EndSection
Ovviamente così facendo non va il rendering 3D.
Se do il comando

Codice: Seleziona tutto

nvidia-xconfig
va il rendering e tutto... mi modifica completamente l'xorg.conf ma non posso scegliere la risoluzione nativa del monitor 1600x1200.

p.s. Prima di formattare andava tutto come doveva ma ho dimenticato di salvarmi l'xorg.conf funzionante e ora non so più com'era...

HELP!!!!

Re: [NVidia] Driver propietari 96.43.xx e schermo bianco.

Inviato: sabato 9 febbraio 2008, 13:51
da lllllllllllllillll
su terminale digita lspci così si vede che scheda grafica hai.


poi verifica se è presente quà

http://it.download.nvidia.com/XFree86/L ... dix-a.html


poi segui questa guida

http://forum.ubuntu-it.org/viewtopic.php?t=86189



poi dimmi  ;D

Re: [NVidia] Driver propietari 96.43.xx e schermo bianco.

Inviato: sabato 9 febbraio 2008, 14:41
da Elphio
driver presenti nella lista e supportati....

Seguito la tia guida (soprattutto la parte relativa alla frequenza) ma nulla... schermo bianco!

Re: [NVidia] Driver propietari 96.43.xx e schermo bianco.

Inviato: sabato 9 febbraio 2008, 14:59
da lllllllllllllillll
allora prova a disinstallare i driver che hai usando la procedura che è indicata dove ti sei informato per installarli, poi prova a seguire la mia guida e reinstallare.

di più non saprei

Re: [NVidia] Driver propietari 96.43.xx e schermo bianco.

Inviato: sabato 9 febbraio 2008, 15:04
da jubbaman
Per i driver nvidia segui guida di telperion. È la più completa che ho trovato

Re: [NVidia] Driver propietari 96.43.xx e schermo bianco.

Inviato: sabato 9 febbraio 2008, 15:34
da lllllllllllllillll
jubbaman ha scritto: Per i driver nvidia segui guida di telperion. È la più completa che ho trovato
molto interessante, appena ho tempo e voglia mi curioso i vari parametri che non conosco, c'è sempre da imparare; per quanto riguarda la non disinstallazione del restricted dipende sempre se hai altre cose che lo utilizzano o no e se eseguire tale procedura non è troppo complicato e sopratutto risolve il problema.


cmq sia, son convinto che dalla prossima versione di ubuntu molte cosette saranno da dimenticare, almeno per chi ha delle schede grafiche presedenti al 2008 (almeno spero) e forse il restricted manager tornerà utile e funzionante in modo corretto; se non sarà così continuerò come ho fatto ora.

Re: [NVidia] Driver propietari 96.43.xx e schermo bianco.

Inviato: sabato 9 febbraio 2008, 15:40
da Elphio
Nulla... disinstallato il possibile...
Seguido da zero entrambe le guide.... non ci si muove!

Re: [NVidia] Driver propietari 96.43.xx e schermo bianco.

Inviato: sabato 9 febbraio 2008, 18:18
da lllllllllllllillll
la tua scheda a dire il vero non la vedo bene di preciso in lista, la più somigliante è questa:

The 96.43.xx driver supports the following set of GPUs:
NVIDIA GPU product Device PCI ID

GeForce4 440 Go 0x0174

e il tuo driver è quello che menzioni, cioè 96.43

con quello che uso io non va.

ho idea che tu debba rimboccarti le maniche e cominciare a leggere quà  ;D

http://www.nvidia.it/object/linux_displ ... 05_it.html

non avendo avuto a che fare con tale scheda non so aiutarti, e nemmeno ci perdo tempo in quanto ne sto già perdendo parecchio per la mia scheda e non ne so + di te per risolvere.

ciao

Re: [NVidia] Driver propietari 96.43.xx e schermo bianco.

Inviato: sabato 9 febbraio 2008, 19:07
da Elphio
risolto parzialmente:

Modificato le 2 voci in xorg.conf così:

Codice: Seleziona tutto

Section "Monitor"
	Identifier	"Monitor Generico"
	Option		"UseDisplayDevice" "DFP-0"	
	Option		"DPMS"
	HorizSync	28-80
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"nVidia Corporation NV17 [GeForce4 440 Go]"
	Monitor		"Monitor Generico"
	DefaultDepth	24
	Option "CustomEDID" "DFP-0:/etc/X11/edidnew.bin"
	SubSection "Display"
		Modes		"1600x1200"
	EndSubSection
EndSection
Poi ho installato ghex

Codice: Seleziona tutto

sudo apt-get install ghex
dopodichè ho aperto l'"NVIDIA X Server settings"

Codice: Seleziona tutto

nvidia-settings
vado su GPU 0 -> DFP-0 -> Acquire edid...
Salvo l'edid nella mia home dopodichè lo apro con ghex

Codice: Seleziona tutto

ghex2 edid.bin
Modifica -> Vai a byte -> 56 (è quello che dice alla sceda la risoluzione orizzontale massima dato che non era possibile scegliere la mia risoluzione nativa 1600x1200)
modifico il parametro inserendo 40.
salvo come edidnew.bin e poi do

Codice: Seleziona tutto

sudo cp /home/[nome_utente]/edidnew.bin /etc/X11/
Riavvio il serverX e tutto va QUASI a meraviglia... Il 3d funziona e al comando

Codice: Seleziona tutto

glxinfo | grep rendering
direct rendering: Yes
sembra che possa andare tutto bene.

Peccato che non riesco ad attivare compiz perchè ricevo il seguente messaggio d'errore:
Desktop effects could not be enabled
Posto il mio nuovo xorg.conf. Cosa mi sfugge????

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"
	Option		"XkbOptions"	"lv3:ralt_switch"
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"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"	"/dev/psaux"
	Option		"Protocol"	"auto-dev"
	Option		"HorizEdgeScroll"	"0"
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 NV17 [GeForce4 440 Go]"
	Driver		"nvidia"
	Busid		"PCI:1:0:0"
	Option		"AddARGBVisuals"	"True"
	Option		"AddARGBGLXVisuals"	"True"
	Option		"NoLogo"	"True"
EndSection

Section "Monitor"
	Identifier	"Monitor Generico"
	Option		"UseDisplayDevice" "DFP-0"
	Option		"DPMS"
	Horizsync	28-80
	Vertrefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"nVidia Corporation NV17 [GeForce4 440 Go]"
	Monitor		"Monitor Generico"
	Defaultdepth	24
	Option "CustomEDID" "DFP-0:/etc/X11/edidnew.bin"
	SubSection "Display"
		Modes		"1600x1200"
	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"
	Inputdevice	"Synaptics Touchpad"
EndSection

Section "Module"
	Load		"glx"
EndSection

Re: [NVidia] Driver propietari 96.43.xx e schermo bianco.

Inviato: domenica 10 febbraio 2008, 12:16
da Bfidus
Elphio ha scritto: risolto parzialmente:

Posto il mio nuovo xorg.conf. Cosa mi sfugge????

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"
	Option		"XkbOptions"	"lv3:ralt_switch"
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"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"	"/dev/psaux"
	Option		"Protocol"	"auto-dev"
	Option		"HorizEdgeScroll"	"0"
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 NV17 [GeForce4 440 Go]"
	Driver		"nvidia"
	Busid		"PCI:1:0:0"
	Option		"AddARGBVisuals"	"True"
	Option		"AddARGBGLXVisuals"	"True"
	Option		"NoLogo"	"True"
EndSection

Section "Monitor"
	Identifier	"Monitor Generico"
	Option		"UseDisplayDevice" "DFP-0"
	Option		"DPMS"
	Horizsync	28-80
	Vertrefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"nVidia Corporation NV17 [GeForce4 440 Go]"
	Monitor		"Monitor Generico"
	Defaultdepth	24
	Option "CustomEDID" "DFP-0:/etc/X11/edidnew.bin"
	SubSection "Display"
		Modes		"1600x1200"
	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"
	Inputdevice	"Synaptics Touchpad"
EndSection

Section "Module"
	Load		"glx"
EndSection
Allora, io questo:

Codice: Seleziona tutto

 Option         "AddARGBVisuals" "True"
    Option         "NoLogo" "True"
    Option         "RenderAccel" "True"
    [b]Option         "AllowGLXWithComposite" "True"
    Option         "AddARGBGLXVisuals" "True"[/b]
ce l'ho sotto la sezione "screen", ma sopratutto a te manca "AllowGLXWithComposite" "True" e:

Codice: Seleziona tutto

Section "Extensions"
    Option         "Composite" "Enable"
Prova ad inserirlo.
Ti posto il mio xorg.conf

Codice: Seleziona tutto

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Fri Jan 11 15:05:59 PST 2008

# 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 "ServerLayout"

	# Uncomment if you have a wacom tablet
	#	InputDevice     "stylus"	"SendCoreEvents"
	#	InputDevice     "cursor"	"SendCoreEvents"
	#	InputDevice     "eraser"	"SendCoreEvents"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "Files"
EndSection

Section "Module"
    Load           "glx"
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"
    Identifier     "stylus"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"
    Option         "Type" "stylus"
    Option         "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

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

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

Section "Monitor"
    Identifier     "SyncMaster"
    HorizSync       30.0 - 60.0
    VertRefresh     50.0 - 75.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "nVidia Corporation G80 [GeForce 8600 GT]"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "nVidia Corporation G80 [GeForce 8600 GT]"
    Monitor        "SyncMaster"
    DefaultDepth    24
    Option         "AddARGBVisuals" "True"
    Option         "NoLogo" "True"
    Option         "RenderAccel" "True"
    Option         "AllowGLXWithComposite" "True"
    Option         "AddARGBGLXVisuals" "True"
    Option         "UseEdid" "False"
    SubSection     "Display"
        Depth       24
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection
Spero ti possa aiutare  :)

Re: [NVidia] Driver propietari 96.43.xx e schermo bianco.

Inviato: domenica 10 febbraio 2008, 17:22
da Elphio
Niente... aggiunte le 2 voci che mancavano ma non va