Torna indietro   Hardware Upgrade Forum > Software > Linux, Unix, OS alternativi

Intervista a Stop Killing Games: distruggere videogiochi è come bruciare la musica di Mozart
Intervista a Stop Killing Games: distruggere videogiochi è come bruciare la musica di Mozart
Mentre Ubisoft vorrebbe chiedere agli utenti, all'occorrenza, di distruggere perfino le copie fisiche dei propri giochi, il movimento Stop Killing Games si sta battendo per preservare quella che l'Unione Europea ha già riconosciuto come una forma d'arte. Abbiamo avuto modo di parlare con Daniel Ondruska, portavoce dell'Iniziativa Europa volta a preservare la conservazione dei videogiochi
Samsung Galaxy S25 Edge: il top di gamma ultrasottile e leggerissimo. La recensione
Samsung Galaxy S25 Edge: il top di gamma ultrasottile e leggerissimo. La recensione
Abbiamo provato il nuovo Galaxy S25 Edge, uno smartphone unico per il suo spessore di soli 5,8 mm e un peso super piuma. Parliamo di un device che ha pro e contro, ma sicuramente si differenzia dalla massa per la sua portabilità, ma non senza qualche compromesso. Ecco la nostra prova completa.
HP Elitebook Ultra G1i 14 è il notebook compatto, potente e robusto
HP Elitebook Ultra G1i 14 è il notebook compatto, potente e robusto
Pensato per il professionista sempre in movimento, HP Elitebook Ultra G1i 14 abbina una piattaforma Intel Core Ultra 7 ad una costruzione robusta, riuscendo a mantenere un peso contenuto e una facile trasportabilità. Ottime prestazioni per gli ambiti di produttività personale con un'autonomia lontano dalla presa di corrente che permette di lavorare per tutta la giornata
Tutti gli articoli Tutte le news

Vai al Forum
Rispondi
 
Strumenti
Old 04-12-2007, 22:17   #1
Zak84
Senior Member
 
L'Avatar di Zak84
 
Iscritto dal: Dec 2001
Città: Fondi - LT -
Messaggi: 2988
Problema con i driver nVidia

Ragazzi scusatemi se magari chiedo cose già dette molte volte, ma ho provato a seguire la guida del wiki di ubuntu senza ottenere risultati positivi. :'( In pratica invece di entrare nell'ambiente grafico, il sistema parte in modalità console. Ah... dimenticavo... uso Kubuntu.

Ho scaricato dal sito nVidia i driver NVIDIA-Linux-x86-1.0-9631-pkg1.run che sono gli ultimi a supportatare la mia GeForce 3.

Riporto anche qui i passaggi della guida che ho usato:

Quote:
Scaricare i driver dalla pagina dei download del sito web di nVidia.

Per l'installazione dei driver è necessario avere già installato i sorgenti del proprio kernel (pacchetto linux-tree), in proposito vedere anche la guida relativa alla compilazione del kernel.

Nelle singole pagine del sito nVidia viene descritto il metodo d'installazione del pacchetto in formato .run.

Alcuni utenti hanno trovato utile questo sistema d'installazione, l'unico difetto è il "peso" del relativo pacchetto (circa 13 MiB). Per installare il driver, applicare quanto descritto nel seguito:

Scaricare il file .run (al momento di questa scrittura è NVIDIA-Linux-x86-1.0-9746-pkg1.run)

Dare il comando:

Codice:
sudo apt-get install build-essential linux-headers-$(uname -r) xserver-xorg-dev
Andare nella prima console con

Codice:
Ctrl+Alt+F1
ed effettuare il login.

Terminare X.org con (se si usa KDE sostituire gdm con kdm):

Codice:
sudo /etc/init.d/gdm stop
Eseguire:

Codice:
sudo sh NVIDIA-Linux-x86-1.0-9746-pkg1.run
Seguire le istruzioni a video fino al termine dell'installazione e riavviare X.org con:

Codice:
sudo /etc/init.d/gdm start
Riporto anche il file xorg.conf e il log Xorg.0.log così magari avete più info per capire il problema:

xorg.conf
Codice:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Thu Nov  9 17:55:20 PST 2006

# 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     "Monitor Generico"
    HorizSync       30.0 - 96.0
    VertRefresh     48.0 - 120.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "nVidia Corporation NV20 [GeForce3]"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "nVidia Corporation NV20 [GeForce3]"
    Monitor        "Monitor Generico"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection
Xorg.0.log
Codice:
X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Linux Ubuntu (xorg-server 2:1.3.0.0.dfsg-12ubuntu8)
Current Operating System: Linux Twister 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686
Build Date: 29 September 2007
	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: Tue Dec  4 20:55:46 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Monitor Generico"
(**) |   |-->Device "nVidia Corporation NV20 [GeForce3]"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(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 "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81ea440
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 1.2
	X.Org XInput driver : 0.7
	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.3.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.2
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,1130 card 1043,8027 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,1131 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 01 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,2440 card 0000,0000 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,244b card 1043,8027 rev 01 class 01,01,80 hdr 00
(II) PCI: 00:1f:2: chip 8086,2442 card 1043,8027 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1f:3: chip 8086,2443 card 1043,8027 rev 01 class 0c,05,00 hdr 00
(II) PCI: 00:1f:4: chip 8086,2444 card 1043,8027 rev 01 class 0c,03,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0200 card 1043,402f rev a3 class 03,00,00 hdr 00
(II) PCI: 02:0d:0: chip 10ec,8139 card 1429,d010 rev 10 class 02,00,00 hdr 00
(II) PCI: 02:0e:0: chip 1274,5000 card 4942,4c4c rev 01 class 04,01,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), 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: 0x0008 (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xf2000000 - 0xf35fffff (0x1600000) MX[b]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xf3700000 - 0xf7ffffff (0x4900000) MX[b]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 2 I/O range:
	[0] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[b]
	[1] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[b]
	[2] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[b]
	[3] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[b]
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0xf1800000 - 0xf1ffffff (0x800000) MX[b]
(II) Bus 2 prefetchable memory range:
	[0] -1	0	0xf3600000 - 0xf36fffff (0x100000) MX[b]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV20 [GeForce3] rev 163, Mem @ 0xf2000000/24, 0xf4000000/26, 0xf3800000/19, BIOS @ 0xf37f0000/16
(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 0xf8000000 from 0xfbffffff to 0xf7ffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xf1800000 - 0xf18000ff (0x100) MX[b]
	[1] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[b]O
	[2] -1	0	0xf37f0000 - 0xf37fffff (0x10000) MX[b](B)
	[3] -1	0	0xf3800000 - 0xf387ffff (0x80000) MX[b](B)
	[4] -1	0	0xf4000000 - 0xf7ffffff (0x4000000) MX[b](B)
	[5] -1	0	0xf2000000 - 0xf2ffffff (0x1000000) MX[b](B)
	[6] -1	0	0x0000d400 - 0x0000d43f (0x40) IX[b]
	[7] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[b]
	[8] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[b]
	[9] -1	0	0x0000e800 - 0x0000e80f (0x10) IX[b]
	[10] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[b]
	[11] -1	0	0x0000b800 - 0x0000b80f (0x10) IX[b]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xf1800000 - 0xf18000ff (0x100) MX[b]
	[1] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[b]O
	[2] -1	0	0xf37f0000 - 0xf37fffff (0x10000) MX[b](B)
	[3] -1	0	0xf3800000 - 0xf387ffff (0x80000) MX[b](B)
	[4] -1	0	0xf4000000 - 0xf7ffffff (0x4000000) MX[b](B)
	[5] -1	0	0xf2000000 - 0xf2ffffff (0x1000000) MX[b](B)
	[6] -1	0	0x0000d400 - 0x0000d43f (0x40) IX[b]
	[7] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[b]
	[8] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[b]
	[9] -1	0	0x0000e800 - 0x0000e80f (0x10) IX[b]
	[10] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[b]
	[11] -1	0	0x0000b800 - 0x0000b80f (0x10) 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	0xf1800000 - 0xf18000ff (0x100) MX[b]
	[5] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[b]O
	[6] -1	0	0xf37f0000 - 0xf37fffff (0x10000) MX[b](B)
	[7] -1	0	0xf3800000 - 0xf387ffff (0x80000) MX[b](B)
	[8] -1	0	0xf4000000 - 0xf7ffffff (0x4000000) MX[b](B)
	[9] -1	0	0xf2000000 - 0xf2ffffff (0x1000000) MX[b](B)
	[10] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[11] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[12] -1	0	0x0000d400 - 0x0000d43f (0x40) IX[b]
	[13] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[b]
	[14] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[b]
	[15] -1	0	0x0000e800 - 0x0000e80f (0x10) IX[b]
	[16] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[b]
	[17] -1	0	0x0000b800 - 0x0000b80f (0x10) IX[b]
(II) LoadModule: "glx"
(WW) Warning, couldn't open module glx
(II) UnloadModule: "glx"
(EE) Failed to load module "glx" (module does not exist, 0)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.3.0, 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: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.3.0, 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: "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.3.0, 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: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.3.0, 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.3.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "nvidia"
(WW) Warning, couldn't open module nvidia
(II) UnloadModule: "nvidia"
(EE) Failed to load module "nvidia" (module does not exist, 0)
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.2.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.2.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.7
(EE) No drivers available.

Fatal server error:
no screens found
BYEZZZZZZZZZZZZ!!!!!!!!!!!!
__________________
Asus Prime X670E-PRO WIFI|AMD Ryzen 7 7800X3D|G.Skill Trident Z Neo 64GB DDR5 6000MHz CL30|nVidia GeForce RTX 4090 Founders Edition|Samsung 980 Pro 1TB|Samsung 980 Pro 2TB|Creative Sound BlasterX AE5-Plus| BeQuiet! Dark Power 13 850W|Noctua NH-D15S| BeQuiet! Silent Base 801
Zak84 è offline   Rispondi citando il messaggio o parte di esso
Old 04-12-2007, 22:21   #2
Hire
Senior Member
 
L'Avatar di Hire
 
Iscritto dal: Apr 2003
Città: Roma
Messaggi: 1996
Non trova il module nvidia... mmm....

sudo modprobe nvidia cosa dice?

Un lsmod | grep nvidia ?
__________________
That was a love song. This is a love song too. It's called: Rocking Hole - Yeah, yeah, yeah.

[Last.fm] ~ [Okiwii.net] ~ [Anobii] ~ [Facebook]
Hire è offline   Rispondi citando il messaggio o parte di esso
Old 05-12-2007, 08:42   #3
BlSabbatH
Senior Member
 
Iscritto dal: Jun 2007
Messaggi: 385
prima di installare i driver nuovi devi assolutamente rimuovere quelli vecchi.. l'hai fatto? se la risposta è negativa, spero tu abbia ancora il file .run che hai usato per installare i driver.. in tal caso procuratelo e fai
sh filevecchio.run --uninstall
sh filenuovo.run
BlSabbatH è offline   Rispondi citando il messaggio o parte di esso
Old 05-12-2007, 14:47   #4
Zak84
Senior Member
 
L'Avatar di Zak84
 
Iscritto dal: Dec 2001
Città: Fondi - LT -
Messaggi: 2988
In precedenza non avevo installato nessun altro driver.

Facendo sudo modprobe nvidia non ho nessuna uscita, mentre facendo lsmod | grep nvidia ho come uscita
Codice:
nvidia      3932108    0
agpgart       35016    2   nvidia,intel_agp
Che faccio?
__________________
Asus Prime X670E-PRO WIFI|AMD Ryzen 7 7800X3D|G.Skill Trident Z Neo 64GB DDR5 6000MHz CL30|nVidia GeForce RTX 4090 Founders Edition|Samsung 980 Pro 1TB|Samsung 980 Pro 2TB|Creative Sound BlasterX AE5-Plus| BeQuiet! Dark Power 13 850W|Noctua NH-D15S| BeQuiet! Silent Base 801
Zak84 è offline   Rispondi citando il messaggio o parte di esso
Old 05-12-2007, 14:55   #5
khelidan1980
Senior Member
 
L'Avatar di khelidan1980
 
Iscritto dal: Mar 2005
Città: Morimondo city
Messaggi: 5491
Non credo si quello il problema,sicuro di non aver zappato via qualcosa a riguardo con in xorg e mesa?
__________________
Khelidan
khelidan1980 è offline   Rispondi citando il messaggio o parte di esso
Old 05-12-2007, 14:56   #6
Zak84
Senior Member
 
L'Avatar di Zak84
 
Iscritto dal: Dec 2001
Città: Fondi - LT -
Messaggi: 2988
Non credo...
Che mi consigliate di provare a fare?
__________________
Asus Prime X670E-PRO WIFI|AMD Ryzen 7 7800X3D|G.Skill Trident Z Neo 64GB DDR5 6000MHz CL30|nVidia GeForce RTX 4090 Founders Edition|Samsung 980 Pro 1TB|Samsung 980 Pro 2TB|Creative Sound BlasterX AE5-Plus| BeQuiet! Dark Power 13 850W|Noctua NH-D15S| BeQuiet! Silent Base 801
Zak84 è offline   Rispondi citando il messaggio o parte di esso
Old 05-12-2007, 15:17   #7
khelidan1980
Senior Member
 
L'Avatar di khelidan1980
 
Iscritto dal: Mar 2005
Città: Morimondo city
Messaggi: 5491
dovresti cercare con synaptics,ora io non ricordo i nomi precisi ma cerca i pacchetti che centrano con mesa e glx
__________________
Khelidan
khelidan1980 è offline   Rispondi citando il messaggio o parte di esso
Old 05-12-2007, 19:17   #8
Zak84
Senior Member
 
L'Avatar di Zak84
 
Iscritto dal: Dec 2001
Città: Fondi - LT -
Messaggi: 2988
Non saprei quale installare però...
Ho aggiunto la riga BusID "PCI:1:0:0" nella sezione Device che sembrava mancare ma continua a non andare.
Ho controllato il log e anche se molte cose ancora non le ho chiare ho notato che fa riferimento ad alcuni moduli mancanti. Tra questi sembrano esserci i moduli: nvidia e glx (come dicevi).
Poi con quel fatal error alla fine i cui dice no screens found che cosa vuole dire?

Riporto il nuovo xorg.conf e Xorg.0.log

xorg.conf
Codice:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Thu Nov  9 17:55:20 PST 2006

# 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     "Sony CPD-G200P"
    HorizSync       30.0 - 96.0
    VertRefresh     48.0 - 120.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "nVidia Corporation NV20 [GeForce3]"
    Driver         "nvidia"
    BusID	   "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "nVidia Corporation NV20 [GeForce3]"
    Monitor        "Sony CPD-G200P"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection
Xorg.0.log
Codice:
X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Linux Ubuntu (xorg-server 2:1.3.0.0.dfsg-12ubuntu8)
Current Operating System: Linux Twister 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686
Build Date: 29 September 2007
	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: Wed Dec  5 19:52:46 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Sony CPD-G200P"
(**) |   |-->Device "nVidia Corporation NV20 [GeForce3]"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(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 "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81ea440
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 1.2
	X.Org XInput driver : 0.7
	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.3.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.2
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,1130 card 1043,8027 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,1131 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 01 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,2440 card 0000,0000 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,244b card 1043,8027 rev 01 class 01,01,80 hdr 00
(II) PCI: 00:1f:2: chip 8086,2442 card 1043,8027 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1f:3: chip 8086,2443 card 1043,8027 rev 01 class 0c,05,00 hdr 00
(II) PCI: 00:1f:4: chip 8086,2444 card 1043,8027 rev 01 class 0c,03,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0200 card 1043,402f rev a3 class 03,00,00 hdr 00
(II) PCI: 02:0d:0: chip 10ec,8139 card 1429,d010 rev 10 class 02,00,00 hdr 00
(II) PCI: 02:0e:0: chip 1274,5000 card 4942,4c4c rev 01 class 04,01,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), 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: 0x0008 (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xf2000000 - 0xf35fffff (0x1600000) MX[b]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xf3700000 - 0xf7ffffff (0x4900000) MX[b]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 2 I/O range:
	[0] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[b]
	[1] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[b]
	[2] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[b]
	[3] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[b]
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0xf1800000 - 0xf1ffffff (0x800000) MX[b]
(II) Bus 2 prefetchable memory range:
	[0] -1	0	0xf3600000 - 0xf36fffff (0x100000) MX[b]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV20 [GeForce3] rev 163, Mem @ 0xf2000000/24, 0xf4000000/26, 0xf3800000/19, BIOS @ 0xf37f0000/16
(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 0xf8000000 from 0xfbffffff to 0xf7ffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xf1800000 - 0xf18000ff (0x100) MX[b]
	[1] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[b]O
	[2] -1	0	0xf37f0000 - 0xf37fffff (0x10000) MX[b](B)
	[3] -1	0	0xf3800000 - 0xf387ffff (0x80000) MX[b](B)
	[4] -1	0	0xf4000000 - 0xf7ffffff (0x4000000) MX[b](B)
	[5] -1	0	0xf2000000 - 0xf2ffffff (0x1000000) MX[b](B)
	[6] -1	0	0x0000d400 - 0x0000d43f (0x40) IX[b]
	[7] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[b]
	[8] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[b]
	[9] -1	0	0x0000e800 - 0x0000e80f (0x10) IX[b]
	[10] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[b]
	[11] -1	0	0x0000b800 - 0x0000b80f (0x10) IX[b]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xf1800000 - 0xf18000ff (0x100) MX[b]
	[1] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[b]O
	[2] -1	0	0xf37f0000 - 0xf37fffff (0x10000) MX[b](B)
	[3] -1	0	0xf3800000 - 0xf387ffff (0x80000) MX[b](B)
	[4] -1	0	0xf4000000 - 0xf7ffffff (0x4000000) MX[b](B)
	[5] -1	0	0xf2000000 - 0xf2ffffff (0x1000000) MX[b](B)
	[6] -1	0	0x0000d400 - 0x0000d43f (0x40) IX[b]
	[7] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[b]
	[8] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[b]
	[9] -1	0	0x0000e800 - 0x0000e80f (0x10) IX[b]
	[10] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[b]
	[11] -1	0	0x0000b800 - 0x0000b80f (0x10) 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	0xf1800000 - 0xf18000ff (0x100) MX[b]
	[5] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[b]O
	[6] -1	0	0xf37f0000 - 0xf37fffff (0x10000) MX[b](B)
	[7] -1	0	0xf3800000 - 0xf387ffff (0x80000) MX[b](B)
	[8] -1	0	0xf4000000 - 0xf7ffffff (0x4000000) MX[b](B)
	[9] -1	0	0xf2000000 - 0xf2ffffff (0x1000000) MX[b](B)
	[10] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[11] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[12] -1	0	0x0000d400 - 0x0000d43f (0x40) IX[b]
	[13] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[b]
	[14] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[b]
	[15] -1	0	0x0000e800 - 0x0000e80f (0x10) IX[b]
	[16] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[b]
	[17] -1	0	0x0000b800 - 0x0000b80f (0x10) IX[b]
(II) LoadModule: "glx"
(WW) Warning, couldn't open module glx
(II) UnloadModule: "glx"
(EE) Failed to load module "glx" (module does not exist, 0)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.3.0, 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: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.3.0, 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: "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.3.0, 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: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.3.0, 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.3.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "nvidia"
(WW) Warning, couldn't open module nvidia
(II) UnloadModule: "nvidia"
(EE) Failed to load module "nvidia" (module does not exist, 0)
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.2.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.2.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.7
(EE) No drivers available.

Fatal server error:
no screens found
Intanto grazie per l'aiuto!
__________________
Asus Prime X670E-PRO WIFI|AMD Ryzen 7 7800X3D|G.Skill Trident Z Neo 64GB DDR5 6000MHz CL30|nVidia GeForce RTX 4090 Founders Edition|Samsung 980 Pro 1TB|Samsung 980 Pro 2TB|Creative Sound BlasterX AE5-Plus| BeQuiet! Dark Power 13 850W|Noctua NH-D15S| BeQuiet! Silent Base 801
Zak84 è offline   Rispondi citando il messaggio o parte di esso
Old 06-12-2007, 15:52   #9
Zak84
Senior Member
 
L'Avatar di Zak84
 
Iscritto dal: Dec 2001
Città: Fondi - LT -
Messaggi: 2988
Allora...

Ho pulito un po' il sistema disinstallando i driver che ho scaricato dal sito nvidia facendo

Codice:
sudo sh nome-driver.run --uninstall
e facendo poi

Codice:
sudo apt-get remove nvidia-glx
Poi ho fatto

Codice:
sudo dpkg-reconfigure xserver-xorg
e ho messo i driver vesa per far partire il sistema.

Una volta entrato in KDE ho abilitato i driver restricted nvidia. A questo punto ho lo Xorg.0.log in questa situazione:

Codice:
X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Linux Ubuntu (xorg-server 2:1.3.0.0.dfsg-12ubuntu8)
Current Operating System: Linux Twister 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686
Build Date: 29 September 2007
	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 Dec  6 15:59:35 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Sony CPD-G200P"
(**) |   |-->Device "nVidia Corporation NV20 [GeForce3]"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(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 "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81ea440
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 1.2
	X.Org XInput driver : 0.7
	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.3.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.2
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,1130 card 1043,8027 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,1131 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 01 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,2440 card 0000,0000 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,244b card 1043,8027 rev 01 class 01,01,80 hdr 00
(II) PCI: 00:1f:2: chip 8086,2442 card 1043,8027 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1f:3: chip 8086,2443 card 1043,8027 rev 01 class 0c,05,00 hdr 00
(II) PCI: 00:1f:4: chip 8086,2444 card 1043,8027 rev 01 class 0c,03,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0200 card 1043,402f rev a3 class 03,00,00 hdr 00
(II) PCI: 02:0d:0: chip 10ec,8139 card 1429,d010 rev 10 class 02,00,00 hdr 00
(II) PCI: 02:0e:0: chip 1274,5000 card 4942,4c4c rev 01 class 04,01,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), 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: 0x0008 (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xf2000000 - 0xf35fffff (0x1600000) MX[b]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xf3700000 - 0xf7ffffff (0x4900000) MX[b]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 2 I/O range:
	[0] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[b]
	[1] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[b]
	[2] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[b]
	[3] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[b]
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0xf1800000 - 0xf1ffffff (0x800000) MX[b]
(II) Bus 2 prefetchable memory range:
	[0] -1	0	0xf3600000 - 0xf36fffff (0x100000) MX[b]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV20 [GeForce3] rev 163, Mem @ 0xf2000000/24, 0xf4000000/26, 0xf3800000/19, BIOS @ 0xf37f0000/16
(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 0xf8000000 from 0xfbffffff to 0xf7ffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xf1800000 - 0xf18000ff (0x100) MX[b]
	[1] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[b]O
	[2] -1	0	0xf37f0000 - 0xf37fffff (0x10000) MX[b](B)
	[3] -1	0	0xf3800000 - 0xf387ffff (0x80000) MX[b](B)
	[4] -1	0	0xf4000000 - 0xf7ffffff (0x4000000) MX[b](B)
	[5] -1	0	0xf2000000 - 0xf2ffffff (0x1000000) MX[b](B)
	[6] -1	0	0x0000d400 - 0x0000d43f (0x40) IX[b]
	[7] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[b]
	[8] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[b]
	[9] -1	0	0x0000e800 - 0x0000e80f (0x10) IX[b]
	[10] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[b]
	[11] -1	0	0x0000b800 - 0x0000b80f (0x10) IX[b]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xf1800000 - 0xf18000ff (0x100) MX[b]
	[1] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[b]O
	[2] -1	0	0xf37f0000 - 0xf37fffff (0x10000) MX[b](B)
	[3] -1	0	0xf3800000 - 0xf387ffff (0x80000) MX[b](B)
	[4] -1	0	0xf4000000 - 0xf7ffffff (0x4000000) MX[b](B)
	[5] -1	0	0xf2000000 - 0xf2ffffff (0x1000000) MX[b](B)
	[6] -1	0	0x0000d400 - 0x0000d43f (0x40) IX[b]
	[7] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[b]
	[8] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[b]
	[9] -1	0	0x0000e800 - 0x0000e80f (0x10) IX[b]
	[10] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[b]
	[11] -1	0	0x0000b800 - 0x0000b80f (0x10) 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	0xf1800000 - 0xf18000ff (0x100) MX[b]
	[5] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[b]O
	[6] -1	0	0xf37f0000 - 0xf37fffff (0x10000) MX[b](B)
	[7] -1	0	0xf3800000 - 0xf387ffff (0x80000) MX[b](B)
	[8] -1	0	0xf4000000 - 0xf7ffffff (0x4000000) MX[b](B)
	[9] -1	0	0xf2000000 - 0xf2ffffff (0x1000000) MX[b](B)
	[10] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[11] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[12] -1	0	0x0000d400 - 0x0000d43f (0x40) IX[b]
	[13] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[b]
	[14] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[b]
	[15] -1	0	0x0000e800 - 0x0000e80f (0x10) IX[b]
	[16] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[b]
	[17] -1	0	0x0000b800 - 0x0000b80f (0x10) IX[b]
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.9639
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.3.0, 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: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.3.0, 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: "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.3.0, 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: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.3.0, 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.3.0, 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.9639
	Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.2.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.2.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.7
(II) NVIDIA dlloader X Driver  1.0-9639  Mon Apr 16 20:21:54 PDT 2007
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) 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.3.0, 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 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	0xf1800000 - 0xf18000ff (0x100) MX[b]
	[5] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[b]O
	[6] -1	0	0xf37f0000 - 0xf37fffff (0x10000) MX[b](B)
	[7] -1	0	0xf3800000 - 0xf387ffff (0x80000) MX[b](B)
	[8] -1	0	0xf4000000 - 0xf7ffffff (0x4000000) MX[b](B)
	[9] -1	0	0xf2000000 - 0xf2ffffff (0x1000000) MX[b](B)
	[10] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[11] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[12] -1	0	0x0000d400 - 0x0000d43f (0x40) IX[b]
	[13] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[b]
	[14] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[b]
	[15] -1	0	0x0000e800 - 0x0000e80f (0x10) IX[b]
	[16] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[b]
	[17] -1	0	0x0000b800 - 0x0000b80f (0x10) 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	0xf1800000 - 0xf18000ff (0x100) MX[b]
	[5] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[b]O
	[6] -1	0	0xf37f0000 - 0xf37fffff (0x10000) MX[b](B)
	[7] -1	0	0xf3800000 - 0xf387ffff (0x80000) MX[b](B)
	[8] -1	0	0xf4000000 - 0xf7ffffff (0x4000000) MX[b](B)
	[9] -1	0	0xf2000000 - 0xf2ffffff (0x1000000) MX[b](B)
	[10] 0	0	0x000a0000 - 0x000affff (0x10000) MS[b]
	[11] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[b]
	[12] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[b]
	[13] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[14] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[15] -1	0	0x0000d400 - 0x0000d43f (0x40) IX[b]
	[16] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[b]
	[17] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[b]
	[18] -1	0	0x0000e800 - 0x0000e80f (0x10) IX[b]
	[19] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[b]
	[20] -1	0	0x0000b800 - 0x0000b80f (0x10) IX[b]
	[21] 0	0	0x000003b0 - 0x000003bb (0xc) IS[b]
	[22] 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 "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.
(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module! Please ensure
(EE) NVIDIA(0):     that there is a supported NVIDIA GPU in this system, and
(EE) NVIDIA(0):     that the NVIDIA device files have been created properly. 
(EE) NVIDIA(0):     Please consult the NVIDIA README for details.
(EE) NVIDIA(0):  *** Aborting ***
(II) UnloadModule: "nvidia"
(II) UnloadModule: "fb"
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found
Adesso nel log "sembra" andare tutto bene finche non compare questo:

Codice:
(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module! Please ensure
(EE) NVIDIA(0):     that there is a supported NVIDIA GPU in this system, and
(EE) NVIDIA(0):     that the NVIDIA device files have been created properly. 
(EE) NVIDIA(0):     Please consult the NVIDIA README for details.
(EE) NVIDIA(0):  *** Aborting ***
(II) UnloadModule: "nvidia"
(II) UnloadModule: "fb"
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found
Ci siamo quasi?


BYEZZZZZZZZZZZZZ!!!!!!!!!!!!!!!
__________________
Asus Prime X670E-PRO WIFI|AMD Ryzen 7 7800X3D|G.Skill Trident Z Neo 64GB DDR5 6000MHz CL30|nVidia GeForce RTX 4090 Founders Edition|Samsung 980 Pro 1TB|Samsung 980 Pro 2TB|Creative Sound BlasterX AE5-Plus| BeQuiet! Dark Power 13 850W|Noctua NH-D15S| BeQuiet! Silent Base 801
Zak84 è offline   Rispondi citando il messaggio o parte di esso
Old 07-12-2007, 13:18   #10
BlSabbatH
Senior Member
 
Iscritto dal: Jun 2007
Messaggi: 385
uhm.. se metti in section device driver "nv" al posto di "nvidia" (senza virgolette eh) in xorg dovrebbe andarti.. poi riprova a mettere i driver proprietari e a rimettere nvidia al posto di nv in xorg
BlSabbatH è offline   Rispondi citando il messaggio o parte di esso
Old 07-02-2008, 20:30   #11
barreljoker
Senior Member
 
L'Avatar di barreljoker
 
Iscritto dal: May 2006
Città: Napoli
Messaggi: 319
ciao volevo chiederti una cosa, io su ubuntu 7.10 non riesco a installare il pacchetto xserver-xorg-dev, come devo fare? grazie
barreljoker è offline   Rispondi citando il messaggio o parte di esso
Old 08-02-2008, 10:55   #12
photoneit
Bannato
 
L'Avatar di photoneit
 
Iscritto dal: Aug 2003
Città: Bibione e Pordenone
Messaggi: 548
Quote:
Originariamente inviato da BlSabbatH Guarda i messaggi
uhm.. se metti in section device driver "nv" al posto di "nvidia" (senza virgolette eh) in xorg dovrebbe andarti.. poi riprova a mettere i driver proprietari e a rimettere nvidia al posto di nv in xorg

Ciao,
ho la stessa scheda e riscontro i medesimi problemi di configurazione, ho provato
tra l'altro a mettere "nv" al posto di "nvidia" ma non va ugualmente, penso
dunque che succeda la stessa cosa pure a zak84.

Dal momento che la mia è una macchina secondaria non ci ho perso tanto tempo
questo week-end mi ci dedicherò un po' di più e chissà che non ne saltiamo fuori.
Alla prossima.

Ultima modifica di photoneit : 08-02-2008 alle 10:58.
photoneit è offline   Rispondi citando il messaggio o parte di esso
Old 08-02-2008, 15:36   #13
john costantine
Member
 
L'Avatar di john costantine
 
Iscritto dal: Jan 2008
Città: Lauco (UD)
Messaggi: 218
Ciao a tutti e scusate se mi intrometto...Ho anche io lo stesso identico problema con linux ubuntu 7.10 ..Ho un pc con AMD64 e scheda 6200 AGP..ho provato prima un live cd i386 e i driver Nvidia si sono installati senza problemi..poi ho deciso di passare alla AMD64 e i driver non si sono più installati.. con i driver base va, invece con quelli scaricati dal sito (ho preso l'ultima versione) mi da esattamente quel problema. Se ripristino smanettando un pò i driver vesa riesco a far partire gnome...ma non sempre...poi appena rimetto gli nvidia anche quelli base basta va solo il terminale.....
john costantine è offline   Rispondi citando il messaggio o parte di esso
 Rispondi


Intervista a Stop Killing Games: distruggere videogiochi è come bruciare la musica di Mozart Intervista a Stop Killing Games: distruggere vid...
Samsung Galaxy S25 Edge: il top di gamma ultrasottile e leggerissimo. La recensione Samsung Galaxy S25 Edge: il top di gamma ultraso...
HP Elitebook Ultra G1i 14 è il notebook compatto, potente e robusto HP Elitebook Ultra G1i 14 è il notebook c...
Microsoft Surface Pro 12 è il 2 in 1 più compatto e silenzioso Microsoft Surface Pro 12 è il 2 in 1 pi&u...
Recensione REDMAGIC Astra Gaming Tablet: che spettacolo di tablet! Recensione REDMAGIC Astra Gaming Tablet: che spe...
Tesla sta per lanciare il Robotaxi nella...
Dead Island 2 arriva su Mac, ma a un pre...
FIA e Formula E rinnovano il matrimonio:...
Windows 11 24H2 approda su nuovi sistemi...
Le restrizioni americane hanno generato ...
Una Mercedes EQS con batterie allo stato...
Il robot Walker S2 della Cina cambia la ...
Cosa vuol dire "vantaggio quantisti...
Retelit punta sulla connettività ...
Novità WhatsApp: promemoria sui m...
AMD: la prossima generazione di schede v...
MediaWorld potrebbe diventare cinese: Ce...
Amazon in delirio da sconti: 22 articoli...
EOLO ha più di 700 mila utenti in...
Una spin-off del MIT ha creato dei super...
Chromium
GPU-Z
OCCT
LibreOffice Portable
Opera One Portable
Opera One 106
CCleaner Portable
CCleaner Standard
Cpu-Z
Driver NVIDIA GeForce 546.65 WHQL
SmartFTP
Trillian
Google Chrome Portable
Google Chrome 120
VirtualBox
Tutti gli articoli Tutte le news Tutti i download

Strumenti

Regole
Non Puoi aprire nuove discussioni
Non Puoi rispondere ai messaggi
Non Puoi allegare file
Non Puoi modificare i tuoi messaggi

Il codice vB è On
Le Faccine sono On
Il codice [IMG] è On
Il codice HTML è Off
Vai al Forum


Tutti gli orari sono GMT +1. Ora sono le: 18:08.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Served by www3v