Pagina 1 di 2

[NVidia] Nvidia 6200 AGP schermo nero al login.AIUTO!!

Inviato: martedì 22 luglio 2008, 23:08
da Flashover
Quando abilito i driver con restrizioni, al riavvio del pc al posto del login, lo schermo diventa nero. qualcuno mi può aiutare a risolvere questo problema.
Ho provato un sacco di guide ma non sono riuscito a risolvere niente e forse ho anche incasinato il file xorg.conf

Driver scaricati: nvidia-glx-new

Scheda Video

Codice: Seleziona tutto

01:00.0 VGA compatible controller: nVidia Corporation NV44A [GeForce 6200] (rev a1)
/etc/X11/xorg.conf

Codice: Seleziona tutto

# xorg.conf (X.Org 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 "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"it"
	Option		"XkbOptions"	"lv3:ralt_switch"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
EndSection
Avete qualche suggerimento.

Grazie
Andrea

Re: [NVidia] Nvidia 6200 AGP schermo nero al login.AIUTO!!

Inviato: mercoledì 23 luglio 2008, 2:52
da Flashover
up

Re: [NVidia] Nvidia 6200 AGP schermo nero al login.AIUTO!!

Inviato: mercoledì 23 luglio 2008, 12:10
da Flashover
nessun suggerimento?

Re: [NVidia] Nvidia 6200 AGP schermo nero al login.AIUTO!!

Inviato: mercoledì 23 luglio 2008, 15:13
da Flashover
up

Re: [NVidia] Nvidia 6200 AGP schermo nero al login.AIUTO!!

Inviato: mercoledì 23 luglio 2008, 17:57
da Guiodic
hai usato "driver hardware" in sistema/amministrazione ?

Re: [NVidia] Nvidia 6200 AGP schermo nero al login.AIUTO!!

Inviato: mercoledì 23 luglio 2008, 18:11
da Flashover
si ho usato driver hardware e installato i driver nvidia-glx-new ma niente
ho provato con envy tempo fa ma niente
ho provato a installare i driver dal sito della nvidia tempo fa ma niente
ora stò riprovando con envyNG, ho visto che ci sono dei driver nuovi, provo ma sono sicuro che non funzionerà.

Dopo il riavvio vedo la barra di caricamento di ubuntu e poi schermo nero. se faccio un altro riavvio senza modificare niente lo schermo di spegne invece di mostrare il login.

Grazie
Andrea

Re: [NVidia] Nvidia 6200 AGP schermo nero al login.AIUTO!!

Inviato: mercoledì 23 luglio 2008, 18:49
da DragonEyes
Tempo fa vevo la tua stessa scheda video e tutto andava a meraviglia.
Ti posto il mio xorg, che è rimasto praticamente invariato:

Codice: Seleziona tutto

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Thu Dec 13 19:09:35 PST 2007

Section "Screen"
	Identifier	"Screen0"
	Device		"Device0"
	Monitor		"Monitor0"
	Option		"AllowGLXWithComposite"	"True"
	Option		"AddARGBVisuals"	"True"
	Option		"NoLogo"	"True"
	SubSection "Display"
		Depth	24
		Modes		"1600x1200"	"1280x1024"	"1024x768"	"1024x768@72"	"800x600"	"640x480"
	EndSubSection
	Defaultdepth	24
EndSection

Section "Device"
	Identifier	"Device0"
	Driver		"nvidia"
	Vendorname	"NVIDIA Corporation"
	Option		"AddARGBVisuals"	"True"
	Option		"NoLogo"	"True"
EndSection

Section "InputDevice"
	# generated from default
	Identifier	"Mouse0"
	Driver		"mouse"
	Option		"Protocol"	"auto"
	Option		"Device"	"/dev/psaux"
	Option		"Emulate3Buttons"	"no"
	Option		"ZAxisMapping"	"4 5"
EndSection

Section "InputDevice"
	# generated from default
	Identifier	"Keyboard0"
	Driver		"kbd"
	Option		"XkbLayout"	"it"
EndSection

Section "ServerLayout"
	Identifier	"Layout0"
  screen 0 "Screen0" 0 0
	Inputdevice	"Keyboard0"	"CoreKeyboard"
	Inputdevice	"Mouse0"	"CorePointer"
EndSection

Section "Module"
	Load		"dbe"
	Load		"extmod"
	Load		"type1"
	Load		"freetype"
	Load		"glx"
EndSection

Section "Monitor"
	Identifier	"Monitor0"
	Vendorname	"Samsung"
	Modelname	"SyncMaster 152b"
	Horizsync	30.0	-	61.0
	Vertrefresh	50.0	-	75.0
	Option		"DPMS"
EndSection

Section "Extensions"
EndSection

Section "Files"
	Rgbpath		"/usr/lib/X11/rgb"
EndSection
Posso consigliarti di provare ad aggiungere nella sezione 'screen':

Codice: Seleziona tutto

Option		"AllowGLXWithComposite"	"True"
	Option		"AddARGBVisuals"	"True"
	Option		"NoLogo"	"True"
e nella sezione 'device':

Codice: Seleziona tutto

Option		"AddARGBVisuals"	"True"
	Option		"NoLogo"	"True"
Prima fai un backup del tuo xorg.conf

Ti aggiungo questi link:
http://forum.ubuntu-it.org/viewtopic.php?p=1006722#p1006722
http://forum.ubuntu-it.org/viewtopic.php?p=990484#p990484
Ciao

Re: [NVidia] Nvidia 6200 AGP schermo nero al login.AIUTO!!

Inviato: giovedì 24 luglio 2008, 0:51
da Flashover
Aggiornamento Situazione:

ho provato di nuovo con EnvyNG, versione driver 173.09
ma niente il monitor al primo riavvio è nero e al secondo si spegne dicendo "nessun segnale"

ho notato che se provo ad andare nelle console virtuali, se il monitor è nero non ci vado se invece si spegne riesco ad andarci e riesco anche ad avviare l'interfaccia grafica con (Ctrl+Alt+F7).

questo è il file Xorg.conf creato da Envy:

Codice: Seleziona tutto

# xorg.conf (X.Org 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 "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
	Option		"AddARGBGLXVisuals"	"True"
	Defaultdepth	24
EndSection

Section "Device"
	Identifier	"Configured Video Device"
	Driver		"nvidia"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"it"
	Option		"XkbOptions"	"lv3:ralt_switch"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
  screen "Default Screen"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Extensions"
	Option		"Composite"	"Enable"
EndSection
questo è quello modificato da me che uso adesso:

Codice: Seleziona tutto

# xorg.conf (X.Org 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 "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
	Option		"AllowGLXWithComposite"	"True"
	Option		"AddARGBGLXVisuals"	"True"
	Option		"NoLogo"	"True"
	SubSection "Display"
		Depth	24
		Modes		"1600x1200"	"1280x1024"	"1024x768"	"1024x768@72"	"800x600"	"640x480"
	EndSubSection
	Defaultdepth	24
EndSection

Section "Device"
	Identifier	"Configured Video Device"
	Driver		"nvidia"
	Vendorname	"NVIDIA Corporation"
	Option		"AddARGBVisuals"	"True"
	Option		"NoLogo"	"True"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"it"
	Option		"XkbOptions"	"lv3:ralt_switch"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
  screen "Default Screen"
EndSection

Section "Module"
	Load		"dbe"
	Load		"extmod"
	Load		"type1"
	Load		"freetype"
	Load		"glx"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
	Horizsync	30.0	-	61.0
	Vertrefresh	50.0	-	75.0
	Option		"DPMS"
EndSection

Section "Extensions"
	Option		"Composite"	"Enable"
EndSection

Section "Files"
	Rgbpath		"/usr/lib/X11/rgb"
EndSection
se provo a dare glxinfo:

Codice: Seleziona tutto

andrea@Server:~$ glxinfo |grep rendering
direct rendering: Yes
Guardando in driver hardware mi dice Non in uso e non c'è la spunta.

Se provo ad abilitare in Aspetto gli effetti visivi Aggiuntivi, sparisce tutto e vedo solo lo sfondo e il cursore del mouse bloccato e devo resettare il pc.

Se riavvio stesso problema, schermo nero o spento.
Se è spento con Ctrl+Alt+F7 riesco ad aprire l'interfaccia grafica.

se può servire questo è il log Xorg.0.log salvato via console quando lo schermo di spegne.

Codice: Seleziona tutto

This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.

X.Org X Server 1.4.0.90
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux Ubuntu (xorg-server 2:1.4.1~git20080131-1ubuntu9.2)
Current Operating System: Linux Server 2.6.24-19-generic #1 SMP Fri Jul 11 23:41:49 UTC 2008 i686
Build Date: 13 June 2008  01:08:21AM
 
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Jul 24 00:37:01 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Configured Monitor"
(**) |   |-->Device "Configured Video Device"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(**) RgbPath set to "/usr/lib/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is enabled
(==) |-->Input Device "Configured Mouse"
(==) |-->Input Device "Generic Keyboard"
(==) The core pointer device wasn't specified explicitly in the layout.
	Using the first core pointer device.
(==) The core keyboard device wasn't specified explicitly in the layout.
	Using the first keyboard device.
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81dc500
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 2.0
	X.Org XInput driver : 2.0
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org Video Driver, version 2.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,0282 card 1043,80a3 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 1106,1282 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:2: chip 1106,2282 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:3: chip 1106,3282 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:4: chip 1106,4282 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:7: chip 1106,7282 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b188 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:0b:0: chip 10ec,8169 card 1385,311a rev 10 class 02,00,00 hdr 00
(II) PCI: 00:0f:0: chip 1106,3149 card 1043,80ed rev 80 class 01,04,00 hdr 80
(II) PCI: 00:0f:1: chip 1106,0571 card 1043,80ed rev 06 class 01,01,8a hdr 00
(II) PCI: 00:10:0: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:3: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:4: chip 1106,3104 card 1043,80ed rev 86 class 0c,03,20 hdr 80
(II) PCI: 00:11:0: chip 1106,3227 card 1043,80ed rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:5: chip 1106,3059 card 1043,810d rev 60 class 04,01,00 hdr 00
(II) PCI: 00:11:6: chip 1106,3068 card 0000,0000 rev 80 class 07,80,00 hdr 00
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:00:0: chip 10de,0221 card 0000,0000 rev a1 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xf9f00000 - 0xfbffffff (0x2100000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xe0000000 - 0xf8ffffff (0x19000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV44A [GeForce 6200] rev 161, Mem @ 0xfb000000/24, 0xe0000000/28, 0xfa000000/24, BIOS @ 0xf9f00000/17
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xdc000000 from 0xdfffffff to 0xdbffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xf9b00000 - 0xf9b000ff (0x100) MX[B]
	[1] -1	0	0xf9e00000 - 0xf9e000ff (0x100) MX[B]
	[2] -1	0	0xdc000000 - 0xdbffffff (0x0) MX[B]O
	[3] -1	0	0xf9f00000 - 0xf9f1ffff (0x20000) MX[B](B)
	[4] -1	0	0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
	[5] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
	[6] -1	0	0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
	[7] -1	0	0x00001000 - 0x000010ff (0x100) IX[B]
	[8] -1	0	0x0000b000 - 0x0000b0ff (0x100) IX[B]
	[9] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[B]
	[10] -1	0	0x0000c000 - 0x0000c01f (0x20) IX[B]
	[11] -1	0	0x0000b800 - 0x0000b81f (0x20) IX[B]
	[12] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[B]
	[13] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[14] -1	0	0x0000c800 - 0x0000c8ff (0x100) IX[B]
	[15] -1	0	0x0000d000 - 0x0000d00f (0x10) IX[B]
	[16] -1	0	0x0000d400 - 0x0000d403 (0x4) IX[B]
	[17] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[18] -1	0	0x0000e000 - 0x0000e003 (0x4) IX[B]
	[19] -1	0	0x0000e400 - 0x0000e407 (0x8) IX[B]
	[20] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xf9b00000 - 0xf9b000ff (0x100) MX[B]
	[1] -1	0	0xf9e00000 - 0xf9e000ff (0x100) MX[B]
	[2] -1	0	0xdc000000 - 0xdbffffff (0x0) MX[B]O
	[3] -1	0	0xf9f00000 - 0xf9f1ffff (0x20000) MX[B](B)
	[4] -1	0	0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
	[5] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
	[6] -1	0	0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
	[7] -1	0	0x00001000 - 0x000010ff (0x100) IX[B]
	[8] -1	0	0x0000b000 - 0x0000b0ff (0x100) IX[B]
	[9] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[B]
	[10] -1	0	0x0000c000 - 0x0000c01f (0x20) IX[B]
	[11] -1	0	0x0000b800 - 0x0000b81f (0x20) IX[B]
	[12] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[B]
	[13] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[14] -1	0	0x0000c800 - 0x0000c8ff (0x100) IX[B]
	[15] -1	0	0x0000d000 - 0x0000d00f (0x10) IX[B]
	[16] -1	0	0x0000d400 - 0x0000d403 (0x4) IX[B]
	[17] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[18] -1	0	0x0000e000 - 0x0000e003 (0x4) IX[B]
	[19] -1	0	0x0000e400 - 0x0000e407 (0x8) IX[B]
	[20] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xf9b00000 - 0xf9b000ff (0x100) MX[B]
	[5] -1	0	0xf9e00000 - 0xf9e000ff (0x100) MX[B]
	[6] -1	0	0xdc000000 - 0xdbffffff (0x0) MX[B]O
	[7] -1	0	0xf9f00000 - 0xf9f1ffff (0x20000) MX[B](B)
	[8] -1	0	0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
	[9] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
	[10] -1	0	0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
	[11] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[12] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[13] -1	0	0x00001000 - 0x000010ff (0x100) IX[B]
	[14] -1	0	0x0000b000 - 0x0000b0ff (0x100) IX[B]
	[15] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[B]
	[16] -1	0	0x0000c000 - 0x0000c01f (0x20) IX[B]
	[17] -1	0	0x0000b800 - 0x0000b81f (0x20) IX[B]
	[18] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[B]
	[19] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[20] -1	0	0x0000c800 - 0x0000c8ff (0x100) IX[B]
	[21] -1	0	0x0000d000 - 0x0000d00f (0x10) IX[B]
	[22] -1	0	0x0000d400 - 0x0000d403 (0x4) IX[B]
	[23] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[24] -1	0	0x0000e000 - 0x0000e003 (0x4) IX[B]
	[25] -1	0	0x0000e400 - 0x0000e407 (0x8) IX[B]
	[26] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded by default.
(II) "dri" will be loaded by default.
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(WW) Warning, couldn't open module type1
(II) UnloadModule: "type1"
(EE) Failed to load module "type1" (module does not exist, 0)
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 1.4.0.90, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.0
	Module class: X.Org Server Extension
(II) NVIDIA GLX Module  173.14.09  Thu Jun  5 00:07:40 PDT 2008
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.0
	Module class: X.Org Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.2.3
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.2.2
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) NVIDIA dlloader X Driver  173.14.09  Wed Jun  4 23:47:25 PDT 2008
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules//libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xf9b00000 - 0xf9b000ff (0x100) MX[B]
	[5] -1	0	0xf9e00000 - 0xf9e000ff (0x100) MX[B]
	[6] -1	0	0xdc000000 - 0xdbffffff (0x0) MX[B]O
	[7] -1	0	0xf9f00000 - 0xf9f1ffff (0x20000) MX[B](B)
	[8] -1	0	0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
	[9] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
	[10] -1	0	0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
	[11] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[12] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[13] -1	0	0x00001000 - 0x000010ff (0x100) IX[B]
	[14] -1	0	0x0000b000 - 0x0000b0ff (0x100) IX[B]
	[15] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[B]
	[16] -1	0	0x0000c000 - 0x0000c01f (0x20) IX[B]
	[17] -1	0	0x0000b800 - 0x0000b81f (0x20) IX[B]
	[18] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[B]
	[19] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[20] -1	0	0x0000c800 - 0x0000c8ff (0x100) IX[B]
	[21] -1	0	0x0000d000 - 0x0000d00f (0x10) IX[B]
	[22] -1	0	0x0000d400 - 0x0000d403 (0x4) IX[B]
	[23] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[24] -1	0	0x0000e000 - 0x0000e003 (0x4) IX[B]
	[25] -1	0	0x0000e400 - 0x0000e407 (0x8) IX[B]
	[26] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
(II) resource ranges after probing:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xf9b00000 - 0xf9b000ff (0x100) MX[B]
	[5] -1	0	0xf9e00000 - 0xf9e000ff (0x100) MX[B]
	[6] -1	0	0xdc000000 - 0xdbffffff (0x0) MX[B]O
	[7] -1	0	0xf9f00000 - 0xf9f1ffff (0x20000) MX[B](B)
	[8] -1	0	0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
	[9] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
	[10] -1	0	0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
	[11] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[12] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[13] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[14] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1	0	0x00001000 - 0x000010ff (0x100) IX[B]
	[17] -1	0	0x0000b000 - 0x0000b0ff (0x100) IX[B]
	[18] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[B]
	[19] -1	0	0x0000c000 - 0x0000c01f (0x20) IX[B]
	[20] -1	0	0x0000b800 - 0x0000b81f (0x20) IX[B]
	[21] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[B]
	[22] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[23] -1	0	0x0000c800 - 0x0000c8ff (0x100) IX[B]
	[24] -1	0	0x0000d000 - 0x0000d00f (0x10) IX[B]
	[25] -1	0	0x0000d400 - 0x0000d403 (0x4) IX[B]
	[26] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[27] -1	0	0x0000e000 - 0x0000e003 (0x4) IX[B]
	[28] -1	0	0x0000e400 - 0x0000e407 (0x8) IX[B]
	[29] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[30] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[31] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "NoLogo" "True"
(**) NVIDIA(0): Option "AllowGLXWithComposite" "True"
(**) NVIDIA(0): Option "AddARGBGLXVisuals" "True"
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0):     enabled.
(II) NVIDIA(0): NVIDIA GPU GeForce 6200 (NV44) at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 262144 kBytes
(--) NVIDIA(0): VideoBIOS: 05.44.a2.10.00
(II) NVIDIA(0): Detected AGP rate: 8X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce 6200 at PCI:1:0:0:
(--) NVIDIA(0):     ACI ASUS MB17SE (CRT-1)
(--) NVIDIA(0): ACI ASUS MB17SE (CRT-1): 400.0 MHz maximum pixel clock
(II) NVIDIA(0): Assigned Display Device: CRT-1
(WW) NVIDIA(0): No valid modes for "1600x1200"; removing.
(WW) NVIDIA(0): No valid modes for "1024x768@72"; removing.
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1280x1024"
(II) NVIDIA(0):     "1024x768"
(II) NVIDIA(0):     "800x600"
(II) NVIDIA(0):     "640x480"
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(--) NVIDIA(0): DPI set to (95, 96); computed from "UseEdidDpi" X config
(--) NVIDIA(0):     option
(**) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xf9b00000 - 0xf9b000ff (0x100) MX[B]
	[5] -1	0	0xf9e00000 - 0xf9e000ff (0x100) MX[B]
	[6] -1	0	0xdc000000 - 0xdbffffff (0x0) MX[B]O
	[7] -1	0	0xf9f00000 - 0xf9f1ffff (0x20000) MX[B](B)
	[8] -1	0	0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
	[9] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
	[10] -1	0	0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
	[11] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[12] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[13] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[14] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1	0	0x00001000 - 0x000010ff (0x100) IX[B]
	[17] -1	0	0x0000b000 - 0x0000b0ff (0x100) IX[B]
	[18] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[B]
	[19] -1	0	0x0000c000 - 0x0000c01f (0x20) IX[B]
	[20] -1	0	0x0000b800 - 0x0000b81f (0x20) IX[B]
	[21] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[B]
	[22] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[23] -1	0	0x0000c800 - 0x0000c8ff (0x100) IX[B]
	[24] -1	0	0x0000d000 - 0x0000d00f (0x10) IX[B]
	[25] -1	0	0x0000d400 - 0x0000d403 (0x4) IX[B]
	[26] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[27] -1	0	0x0000e000 - 0x0000e003 (0x4) IX[B]
	[28] -1	0	0x0000e400 - 0x0000e407 (0x8) IX[B]
	[29] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[30] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[31] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) NVIDIA(0): Initialized AGP GART.
(II) NVIDIA(0): Initialized AGP GART.
(II) NVIDIA(0): Initialized AGP GART.
(II) NVIDIA(0): Initialized AGP GART.
(II) NVIDIA(0): Initialized AGP GART.
(II) NVIDIA(0): Initialized AGP GART.
(II) NVIDIA(0): Initialized AGP GART.
(II) NVIDIA(0): Initialized AGP GART.
(II) NVIDIA(0): Initialized AGP GART.
(EE) NVIDIA(0): Error recovery failed.
(EE) NVIDIA(0):  *** Aborting ***
(II) NVIDIA(0): Setting mode "1280x1024"
(II) NVIDIA(0): Initialized AGP GART.
(II) NVIDIA(0): Initialized AGP GART.
(II) NVIDIA(0): Initialized AGP GART.
(II) NVIDIA(0): Initialized AGP GART.
(II) NVIDIA(0): Initialized AGP GART.
(II) NVIDIA(0): Initialized AGP GART.
(II) NVIDIA(0): Initialized AGP GART.
(WW) NVIDIA(0): The NVIDIA X driver has encountered too many errors.  Falling
(WW) NVIDIA(0):     back to legacy PCI mode.
(II) NVIDIA(0): Initialized AGP GART.
(II) Loading extension NV-GLX
(II) NVIDIA(0): Initialized AGP GART.
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(WW) NVIDIA(0): Option "AddARGBVisuals" is not used
(==) RandR enabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(WW) Configured Mouse: No Device specified, looking for one...
(II) Configured Mouse: Setting Device option to "/dev/input/mice"
(--) Configured Mouse: Device: "/dev/input/mice"
(==) Configured Mouse: Protocol: "Auto"
(**) Option "CorePointer"
(**) Configured Mouse: always reports core events
(**) Option "Device" "/dev/input/mice"
(==) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(**) Configured Mouse: Sensitivity: 1
(**) Option "CoreKeyboard"
(**) Generic Keyboard: always reports core events
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "it"
(**) Generic Keyboard: XkbLayout: "it"
(**) Option "XkbOptions" "lv3:ralt_switch"
(**) Generic Keyboard: XkbOptions: "lv3:ralt_switch"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(II) evaluating device (Generic Keyboard)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(II) evaluating device (Configured Mouse)
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(--) Configured Mouse: PnP-detected protocol: "ExplorerPS/2"
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(II) NVIDIA(0): Initialized AGP GART.
(II) NVIDIA(0): Initialized AGP GART.
Che faccio??  :-\

Re: [NVidia] Nvidia 6200 AGP schermo nero al login.AIUTO!!

Inviato: giovedì 24 luglio 2008, 1:00
da Guiodic
sei sicuro che le frequenze siano giuste?

hai provato con

sudo displayconfig-gtk

?

Re: [NVidia] Nvidia 6200 AGP schermo nero al login.AIUTO!!

Inviato: giovedì 24 luglio 2008, 1:15
da Flashover
no non sono sicuro...
quei valori li ho copiati dal file Xorg sopra al mio post.

i valori del mio monitor presi dal sito ASUS sono questi:
Modello: ASUS MB17SE LCD
Analog Signal Frequency: 24~80 KHz(H)/ 56Hz~76.2 Hz(V)
Digital Signal Frequency: 24~80 KHz(H)/ 56Hz~76.2 Hz(V)

con il comando che mi hai dato tu ho 50 Hz impostato e 54 Hz selezionabile

Re: [NVidia] Nvidia 6200 AGP schermo nero al login.AIUTO!!

Inviato: giovedì 24 luglio 2008, 1:50
da Flashover
quasi quasi provo a cambiare scheda video o un nvidia FX5200 del vecchio pc con ubuntu, mi sa che questa scheda non è proprio adatta ad ubuntu.
sulla FX5200 era bastato abilitare i driver da driver con restrizioni e compiz era partito subito.

Re: [NVidia] Nvidia 6200 AGP schermo nero al login.AIUTO!!

Inviato: giovedì 24 luglio 2008, 2:29
da Guiodic
eh ma tu nello xorg hai messo valori sballatissimi...

prova a selezionare il modello del tuo monitor dalla lista, se non lo trovi scarica il driver per windows e cerca il file .inf del monitor, lo puoi importare.

Comunque le frequenze sostituiscile, metti quelle del tuo monitor.

Re: [NVidia] Nvidia 6200 AGP schermo nero al login.AIUTO!!

Inviato: giovedì 24 luglio 2008, 9:17
da Flashover
Allora ho rimosso i driver nvidia con envy e ho rimosso anche envy.
ho provato a trovare il file inf o i driver sia dal sito dell'asus che da cd che ho ma niente da fare, non trovo niente, sul sito non parla proprio di driver e sul cd non c'è nessun file inf, forse è da estrarre da qualche file.

ho provato ad installare una nvidia FX5200 che con gutsy funzionava senza problemi (compiz, 3d, ecc...)
ho installato i driver 169.12 da driver hardaware, ma al riavvio solito problema schermo spento, con Ctrl+Alt+F7 entro, glxinfo rendering YES, driver hardware in uso, ma effetti non selezionabili, scompare tutto, resta solo sfondo e cursore e dopo qualche secondo ricompaiono finestre e icone ma senza effetti.

sembra che ora con la FX5200 il file xorg.conf sia un più configurato.

Codice: Seleziona tutto

# xorg.conf (X.Org 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 "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"it"
	Option		"XkbOptions"	"lv3:ralt_switch"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
	Boardname	"nvidia"
	Busid		"PCI:1:0:0"
	Driver		"nvidia"
	Screen	0
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
	Vendorname	"Generic LCD Display"
	Modelname	"LCD Panel 1280x1024"
	Horizsync	31.5-64.0
	Vertrefresh	56.0 - 65.0
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
  modeline  "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
  modeline  "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
	Gamma	1.0
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
	Defaultdepth	24
	SubSection "Display"
		Depth	24
		Virtual	1280	1024
		Modes		"1280x1024@60"	"1280x960@60"	"1024x768@60"	"800x600@60"	"800x600@56"	"640x480@60"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
  screen 0 "Default Screen" 0 0
EndSection
Section "Extensions"
EndSection
Section "Module"
	Load		"glx"
	Load		"v4l"
EndSection
Section "device" # 
	Identifier	"device1"
	Boardname	"nvidia"
	Busid		"PCI:1:0:0"
	Driver		"nvidia"
	Screen	1
EndSection
Section "screen" # 
	Identifier	"screen1"
	Device		"device1"
	Defaultdepth	24
	Monitor		"monitor1"
EndSection
Section "monitor" # 
	Identifier	"monitor1"
	Gamma	1.0
EndSection
Section "ServerFlags"
EndSection
Cambio le frequenze?
inserisco questi valori?

Codice: Seleziona tutto

	HorizSync 24 - 80
	VertRefresh 56 - 76

Re: [NVidia] Nvidia 6200 AGP schermo nero al login.AIUTO!!

Inviato: giovedì 24 luglio 2008, 11:47
da Guiodic
sì e togli anche quelle righe modeline, saranno tutte sballate pure quelle.

secondo me un bel

sudo dpkg-reconfigure xserver-xorg

e rimetti molte cose a posto.

Re: [NVidia] Nvidia 6200 AGP schermo nero al login.AIUTO!!

Inviato: giovedì 24 luglio 2008, 13:59
da Flashover
con

Codice: Seleziona tutto

dpkg-reconfigure xserver-xorg
mi chiede info solo sulla tastiera, niente scheda video o monitor e questo è il file come lo modifica:

Codice: Seleziona tutto

# xorg.conf (X.Org 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 "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"it"
	Option		"XkbOptions"	"lv3:ralt_switch"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
EndSection
ha disabilitato i driver hardware.

Re: [NVidia] Nvidia 6200 AGP schermo nero al login.AIUTO!!

Inviato: giovedì 24 luglio 2008, 14:03
da Guiodic
ok, adesso modifica xorg. conf e nella sezione "device" fai così:

Section "Device"
Identifier "Configured Video Device"
        Driver "nvidia"
EndSection

salva e premi cltr+alt+backspace

Re: [NVidia] Nvidia 6200 AGP schermo nero al login.AIUTO!!

Inviato: giovedì 24 luglio 2008, 14:17
da Flashover
schermo spento dopo il riavvio di X.
sento l'audio del login ma niente video, per visualizzare il login devo prima andare su una console virtuale Ctrl+Alt+F1 e poi con Ctrl+Alt+F7 mi fa vedere il login.

Ora i Driver hardware sono abilitati.

gli effetti non vanno, solito problema sperisce tutto e resta solo sfondo e cursore.

Re: [NVidia] Nvidia 6200 AGP schermo nero al login.AIUTO!!

Inviato: giovedì 24 luglio 2008, 17:26
da Flashover
seguendo questo post
http://forum.ubuntu-it.org/viewtopic.php?p=1329396#p1329396

avevo cancellato il file /etc/init.d/nvidia-kernel, per installare i driver manualmente dal sito nvidia, ora che stò cercando di installare i driver hardware, questo file non c'è più è un problema?

Andrea

Re: [NVidia] Nvidia 6200 AGP schermo nero al login.AIUTO!!

Inviato: giovedì 24 luglio 2008, 19:42
da Guiodic
adesso prova ad aggiungere

HorizSync 24 - 80
VertRefresh 56 - 76

nella sezione monitor

Re: [NVidia] Nvidia 6200 AGP schermo nero al login.AIUTO!!

Inviato: giovedì 24 luglio 2008, 19:57
da Flashover
fatto... ho riavviato X.
Ora la risoluzione è 800x600.

Codice: Seleziona tutto

andrea@Server:~$ glxinfo |grep rendering
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".