|
|
|
![]() |
|
Strumenti |
![]() |
#1 |
Senior Member
Iscritto dal: Jul 2002
Messaggi: 1182
|
problema driver nvidia e debian
Ciao a tutti, ho ricompilato il kernel togliendo il supporto rivafb, e ho installato gli ultimi driver nvidia, ma ora quando lancio startx mi dà errore, posto il log di XFree86.0.log:
http://runningwild.altervista.org/XFree86.0.log qualcuno sa aiutarmi? thx
__________________
Ho trattato con: Zano, Grey.fox, Skeja, KamiG, plc42, Iceworld, Manuelcese20, Alfagd, Mad_max2000, Legolas 81, weedmasta, Spank,LoveOverclock, Mastla, Rac00n,Ayrton,Felipe,Simonov,JokerVero,Mabru,Malleus,Jacopastorius! ![]() |
![]() |
![]() |
![]() |
#2 |
Senior Member
Iscritto dal: Sep 2003
Città: San Mauro Torinese
Messaggi: 5402
|
il link non funge
![]()
__________________
Suonare come superamento, anche se per pochi attimi, della realtà costrittiva, come espressione, comunicazione, con modalità proprie, agli altri; http://www.magazzinifranti.it/ |
![]() |
![]() |
![]() |
#3 |
Senior Member
Iscritto dal: Jul 2002
Messaggi: 1182
|
copia & incolla in una nuuova finestra, altervista è così
![]() cmq grazie per il pensiero ![]()
__________________
Ho trattato con: Zano, Grey.fox, Skeja, KamiG, plc42, Iceworld, Manuelcese20, Alfagd, Mad_max2000, Legolas 81, weedmasta, Spank,LoveOverclock, Mastla, Rac00n,Ayrton,Felipe,Simonov,JokerVero,Mabru,Malleus,Jacopastorius! ![]() |
![]() |
![]() |
![]() |
#4 |
Senior Member
Iscritto dal: Sep 2003
Città: San Mauro Torinese
Messaggi: 5402
|
DEvi caricare il modulo "nvidia"
__________________
Suonare come superamento, anche se per pochi attimi, della realtà costrittiva, come espressione, comunicazione, con modalità proprie, agli altri; http://www.magazzinifranti.it/ |
![]() |
![]() |
![]() |
#5 |
Senior Member
Iscritto dal: Sep 2002
Città: Celano (AQ) Segno_Zodiacale: Leone Ascendente: Cammello Segni_Particolari: Quello
Messaggi: 9569
|
fai un xfreeconfig
|
![]() |
![]() |
![]() |
#6 |
Senior Member
Iscritto dal: Jul 2002
Messaggi: 1182
|
ehm... come fo?
dopo aver ricompilato il kernel io installo i driver tramite sh NOMEdriver.rum , e edito XF86config-4 commentando dri, GLcore e aggiungendo glx, dopodichè sostituisco nv con nvidia...
__________________
Ho trattato con: Zano, Grey.fox, Skeja, KamiG, plc42, Iceworld, Manuelcese20, Alfagd, Mad_max2000, Legolas 81, weedmasta, Spank,LoveOverclock, Mastla, Rac00n,Ayrton,Felipe,Simonov,JokerVero,Mabru,Malleus,Jacopastorius! ![]() |
![]() |
![]() |
![]() |
#7 |
Senior Member
Iscritto dal: Sep 2003
Città: San Mauro Torinese
Messaggi: 5402
|
Il log dice (NV) :-)
Codice:
(II) NV(0):
__________________
Suonare come superamento, anche se per pochi attimi, della realtà costrittiva, come espressione, comunicazione, con modalità proprie, agli altri; http://www.magazzinifranti.it/ |
![]() |
![]() |
![]() |
#8 |
Senior Member
Iscritto dal: Jul 2002
Messaggi: 1182
|
certo, e intanto grazie per l'aiuto
![]() # XF86Config-4 (XFree86 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 XF86Config-4 manual page. # (Type "man XF86Config-4" at the shell prompt.) # # This file is automatically updated on xserver-xfree86 package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xfree86 # package. # # If you have edited this file but would like it to be automatically updated # again, run the following commands as root: # # cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom # md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum # dpkg-reconfigure xserver-xfree86 Section "Files" # if the local font server has problems, we can fall back on these FontPath "unix/:7100" FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/100dpi:unscaled" FontPath "/usr/lib/X11/fonts/75dpi:unscaled" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/Speedo" FontPath "/usr/local/share/fonts" FontPath "/usr/share/fonts" FontPath "/usr/X11R6/lib/X11/fonts" FontPath "/usr/share/fonts/truetype" FontPath "/usr/share/fonts/type1" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/X11R6/lib/X11/fonts/Speedo" FontPath "/usr/X11R6/lib/X11/fonts/Type1" EndSection Section "Module" Load "GLcore" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "speedo" Load "type1" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "it" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "PS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Generic Mouse" Driver "mouse" Option "SendCoreEvents" "true" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "NVIDIA Corporation NV25 [GeForce4 Ti 4200]" Driver "nv" EndSection Section "Monitor" Identifier "Monitor Generico" HorizSync 30-85 VertRefresh 50-130 Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "NVIDIA Corporation NV25 [GeForce4 Ti 4200]" Monitor "Monitor Generico" DefaultDepth 16 SubSection "Display" Depth 1 Modes "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Generic Mouse" EndSection Section "DRI" Mode 0666 EndSection questo è prima di installare i driver, dopo aver messo i driver io commento i moduli dri e GLcore , lasciando il modulo glx e metto Driver "nvidia" nella sezione "Device"....
__________________
Ho trattato con: Zano, Grey.fox, Skeja, KamiG, plc42, Iceworld, Manuelcese20, Alfagd, Mad_max2000, Legolas 81, weedmasta, Spank,LoveOverclock, Mastla, Rac00n,Ayrton,Felipe,Simonov,JokerVero,Mabru,Malleus,Jacopastorius! ![]() |
![]() |
![]() |
![]() |
#9 |
Senior Member
Iscritto dal: Jul 2002
Messaggi: 1182
|
adesso vi racconto una cosa stranissima: ho riprovato nella stessa identica maniera a reinstallare, e a rieditare l'XF86config-4 , faccio startx e funziona tuttto, appare il logo nvidia e glxgears mi dà ragione... poi riavvio e startx non va più :\ misteri dell'informatica?
__________________
Ho trattato con: Zano, Grey.fox, Skeja, KamiG, plc42, Iceworld, Manuelcese20, Alfagd, Mad_max2000, Legolas 81, weedmasta, Spank,LoveOverclock, Mastla, Rac00n,Ayrton,Felipe,Simonov,JokerVero,Mabru,Malleus,Jacopastorius! ![]() |
![]() |
![]() |
![]() |
#10 |
Senior Member
Iscritto dal: Sep 2003
Città: San Mauro Torinese
Messaggi: 5402
|
mmm... allora mostra il /var/log giusto perche' quello che hai linkato si riferisce a nv.
Senza il giusto log non si puo' fa molto... ![]() ![]()
__________________
Suonare come superamento, anche se per pochi attimi, della realtà costrittiva, come espressione, comunicazione, con modalità proprie, agli altri; http://www.magazzinifranti.it/ |
![]() |
![]() |
![]() |
#11 |
Senior Member
Iscritto dal: Sep 2003
Città: San Mauro Torinese
Messaggi: 5402
|
prova a mettere nvidia in /etc/modules in maniera da caricarlo automaticamente ad ogni riavvio...
__________________
Suonare come superamento, anche se per pochi attimi, della realtà costrittiva, come espressione, comunicazione, con modalità proprie, agli altri; http://www.magazzinifranti.it/ |
![]() |
![]() |
![]() |
#12 |
Senior Member
Iscritto dal: Jul 2002
Messaggi: 1182
|
boh ho riprovato ma funzia solo quando installo i driver ed edito XF86config-4, se riavvio la macchina mi dà errore :\ ... boh
__________________
Ho trattato con: Zano, Grey.fox, Skeja, KamiG, plc42, Iceworld, Manuelcese20, Alfagd, Mad_max2000, Legolas 81, weedmasta, Spank,LoveOverclock, Mastla, Rac00n,Ayrton,Felipe,Simonov,JokerVero,Mabru,Malleus,Jacopastorius! ![]() |
![]() |
![]() |
![]() |
#13 |
Senior Member
Iscritto dal: Jul 2002
Messaggi: 1182
|
ho riprovato, l log dovrebbe essere questo.
XFree86 Version 4.3.0.1 (Debian 4.3.0.dfsg.1-10 20041215174925 fabbione@fabbione.net) Release Date: 15 August 2003 X Protocol Version 11, Revision 0, Release 6.6 Build Operating System: Linux 2.4.26 i686 [ELF] Build Date: 15 December 2004 This version of XFree86 has been extensively modified by the Debian Project, and is not supported by the XFree86 Project, Inc., in any way. Bugs should be reported to the Debian Bug Tracking System; see <URL: http://www.debian.org/Bugs/Reporting >. We strongly encourage the use of the "reportbug" package and command to ensure that bug reports contain as much useful information as possible. Before filing a bug report, you may want to consult the Debian X FAQ: XHTML version: file:///usr/share/doc/xfree86-common/FAQ.xhtml plain text version: file:///usr/share/doc/xfree86-common/FAQ.gz Module Loader present OS Kernel: Linux version 2.6.10 (root@debian) (gcc version 3.3.5 (Debian 1:3.3.5-5)) #1 Thu Feb 3 11:32:49 CET 2005 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/XFree86.0.log", Time: Fri Feb 4 00:15:44 2005 (==) Using config file: "/etc/X11/XF86Config-4" (==) ServerLayout "Default Layout" (**) |-->Screen "Default Screen" (0) (**) | |-->Monitor "Monitor Generico" (**) | |-->Device "NVIDIA Corporation NV25 [GeForce4 Ti 4200]" (**) |-->Input Device "Generic Keyboard" (**) Option "XkbRules" "xfree86" (**) XKB: rules: "xfree86" (**) Option "XkbModel" "pc105" (**) XKB: model: "pc105" (**) Option "XkbLayout" "it" (**) XKB: layout: "it" (==) Keyboard: CustomKeycode disabled (**) |-->Input Device "Configured Mouse" (**) |-->Input Device "Generic Mouse" (WW) `fonts.dir' not found (or not valid) in "/usr/local/share/fonts". Entry deleted from font path. (Run 'mkfontdir' on "/usr/local/share/fonts"). (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts"). (WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts". Entry deleted from font path. (Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts"). (**) FontPath set to "unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi:unscaled,/usr/lib/X11/fonts/75dpi:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/share/fonts/truetype,/usr/share/fonts/type1,/usr/X11R6/lib/X11/fonts/100dpi,/usr/X11R6/lib/X11/fonts/75dpi,/usr/X11R6/lib/X11/fonts/misc,/usr/X11R6/lib/X11/fonts/Speedo,/usr/X11R6/lib/X11/fonts/Type1" (==) RgbPath set to "/usr/X11R6/lib/X11/rgb" (==) ModulePath set to "/usr/X11R6/lib/modules" (--) using VT number 7 (WW) Open APM failed (/dev/apm_bios) (No such file or directory) (II) Module ABI versions: XFree86 ANSI C Emulation: 0.2 XFree86 Video Driver: 0.6 XFree86 XInput driver : 0.4 XFree86 Server Extension : 0.2 XFree86 Font Renderer : 0.4 (II) Loader running on linux (II) LoadModule: "bitmap" (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a (II) Module bitmap: vendor="The XFree86 Project" compiled for 4.3.0.1, module version = 1.0.0 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.4 (II) Loading font Bitmap (II) LoadModule: "pcidata" (II) Loading /usr/X11R6/lib/modules/libpcidata.a (II) Module pcidata: vendor="The XFree86 Project" compiled for 4.3.0.1, module version = 1.0.0 ABI class: XFree86 Video Driver, version 0.6 (II) PCI: Probing config type using method 1 (II) PCI: Config type is 1 (II) PCI: stages = 0x03, oldVal1 = 0x80020008, mode1Res1 = 0x80000000 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 10de,01e0 card 147b,1c00 rev c1 class 06,00,00 hdr 80 (II) PCI: 00:00:1: chip 10de,01eb card 10de,0c17 rev c1 class 05,00,00 hdr 80 (II) PCI: 00:00:2: chip 10de,01ee card 10de,0c17 rev c1 class 05,00,00 hdr 80 (II) PCI: 00:00:3: chip 10de,01ed card 10de,0c17 rev c1 class 05,00,00 hdr 80 (II) PCI: 00:00:4: chip 10de,01ec card 10de,0c17 rev c1 class 05,00,00 hdr 80 (II) PCI: 00:00:5: chip 10de,01ef card 10de,0c17 rev c1 class 05,00,00 hdr 80 (II) PCI: 00:01:0: chip 10de,0060 card 147b,1c00 rev a4 class 06,01,00 hdr 80 (II) PCI: 00:01:1: chip 10de,0064 card 147b,1c00 rev a2 class 0c,05,00 hdr 80 (II) PCI: 00:02:0: chip 10de,0067 card 147b,1c00 rev a4 class 0c,03,10 hdr 80 (II) PCI: 00:02:1: chip 10de,0067 card 147b,1c00 rev a4 class 0c,03,10 hdr 80 (II) PCI: 00:02:2: chip 10de,0068 card 147b,1c00 rev a4 class 0c,03,20 hdr 80 (II) PCI: 00:04:0: chip 10de,0066 card 147b,1c00 rev a1 class 02,00,00 hdr 00 (II) PCI: 00:05:0: chip 10de,006b card 147b,1c00 rev a2 class 04,01,00 hdr 00 (II) PCI: 00:06:0: chip 10de,006a card 147b,1c00 rev a1 class 04,01,00 hdr 00 (II) PCI: 00:08:0: chip 10de,006c card 0000,0000 rev a3 class 06,04,00 hdr 01 (II) PCI: 00:09:0: chip 10de,0065 card 147b,1c00 rev a2 class 01,01,8a hdr 00 (II) PCI: 00:1e:0: chip 10de,01e8 card 0000,0000 rev c1 class 06,04,00 hdr 01 (II) PCI: 02:00:0: chip 10de,0253 card 0000,0000 rev a3 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,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-ISA bridge: (II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) (II) PCI-to-PCI bridge: (II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0202 (VGA_EN is cleared) (II) Bus 1 I/O range: [0] -1 0 0x00009000 - 0x0000afff (0x2000) IX[b] (II) Bus 1 non-prefetchable memory range: [0] -1 0 0xea000000 - 0xebffffff (0x2000000) MX[b] (II) PCI-to-PCI bridge: (II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x000a (VGA_EN is set) (II) Bus 2 non-prefetchable memory range: [0] -1 0 0xe8000000 - 0xe9ffffff (0x2000000) MX[b] (II) Bus 2 prefetchable memory range: [0] -1 0 0xd8000000 - 0xe7ffffff (0x10000000) MX[b] (--) PCI:*(2:0:0) nVidia Corporation NV25 [GeForce4 Ti 4200] rev 163, Mem @ 0xe8000000/24, 0xd8000000/27, 0xe0000000/19 (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 0xffe00000 - 0xffffffff (0x200000) MX[b](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b] [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b] [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[b] (II) PCI Memory resource overlap reduced 0xd0000000 from 0xd7ffffff to 0xcfffffff (II) Active PCI resource ranges: [0] -1 0 0xec081000 - 0xec081fff (0x1000) MX[b] [1] -1 0 0xec000000 - 0xec07ffff (0x80000) MX[b] [2] -1 0 0xec085000 - 0xec085fff (0x1000) MX[b] [3] -1 0 0xec084000 - 0xec0840ff (0x100) MX[b] [4] -1 0 0xec083000 - 0xec083fff (0x1000) MX[b] [5] -1 0 0xec080000 - 0xec080fff (0x1000) MX[b] [6] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O [7] -1 0 0xe0000000 - 0xe007ffff (0x80000) MX[b](B) [8] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B) [9] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[b](B) [10] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b] [11] -1 0 0x0000b800 - 0x0000b87f (0x80) IX[b] [12] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b] [13] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[b] [14] -1 0 0x0000c400 - 0x0000c41f (0x20) IX[b] (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xec081000 - 0xec081fff (0x1000) MX[b] [1] -1 0 0xec000000 - 0xec07ffff (0x80000) MX[b] [2] -1 0 0xec085000 - 0xec085fff (0x1000) MX[b] [3] -1 0 0xec084000 - 0xec0840ff (0x100) MX[b] [4] -1 0 0xec083000 - 0xec083fff (0x1000) MX[b] [5] -1 0 0xec080000 - 0xec080fff (0x1000) MX[b] [6] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O [7] -1 0 0xe0000000 - 0xe007ffff (0x80000) MX[b](B) [8] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B) [9] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[b](B) [10] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b] [11] -1 0 0x0000b800 - 0x0000b87f (0x80) IX[b] [12] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b] [13] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[b] [14] -1 0 0x0000c400 - 0x0000c41f (0x20) IX[b] (II) OS-reported resource ranges after removing overlaps with PCI: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[b](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b] [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b] [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[b] (II) All system resource ranges: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[b](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b] [5] -1 0 0xec081000 - 0xec081fff (0x1000) MX[b] [6] -1 0 0xec000000 - 0xec07ffff (0x80000) MX[b] [7] -1 0 0xec085000 - 0xec085fff (0x1000) MX[b] [8] -1 0 0xec084000 - 0xec0840ff (0x100) MX[b] [9] -1 0 0xec083000 - 0xec083fff (0x1000) MX[b] [10] -1 0 0xec080000 - 0xec080fff (0x1000) MX[b] [11] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O [12] -1 0 0xe0000000 - 0xe007ffff (0x80000) MX[b](B) [13] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B) [14] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[b](B) [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b] [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[b] [17] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b] [18] -1 0 0x0000b800 - 0x0000b87f (0x80) IX[b] [19] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b] [20] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[b] [21] -1 0 0x0000c400 - 0x0000c41f (0x20) IX[b] (II) LoadModule: "bitmap" (II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a (II) Loading font Bitmap (II) LoadModule: "dbe" (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a (II) Module dbe: vendor="The XFree86 Project" compiled for 4.3.0.1, module version = 1.0.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.2 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "ddc" (II) Loading /usr/X11R6/lib/modules/libddc.a (II) Module ddc: vendor="The XFree86 Project" compiled for 4.3.0.1, module version = 1.0.0 ABI class: XFree86 Video Driver, version 0.6 (II) LoadModule: "extmod" (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a (II) Module extmod: vendor="The XFree86 Project" compiled for 4.3.0.1, module version = 1.0.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.2 (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 FontCache (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: "freetype" (II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a (II) Module freetype: vendor="The XFree86 Project" compiled for 4.3.0.1, module version = 2.0.2 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.4 (II) Loading font FreeType (II) LoadModule: "glx" (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so (II) Module glx: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.6629 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension GLX (II) LoadModule: "int10" (II) Loading /usr/X11R6/lib/modules/linux/libint10.a (II) Module int10: vendor="The XFree86 Project" compiled for 4.3.0.1, module version = 1.0.0 ABI class: XFree86 Video Driver, version 0.6 (II) LoadModule: "record" (II) Loading /usr/X11R6/lib/modules/extensions/librecord.a (II) Module record: vendor="The XFree86 Project" compiled for 4.3.0.1, module version = 1.13.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.2 (II) Loading extension RECORD (II) LoadModule: "speedo" (II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a Skipping "/usr/X11R6/lib/modules/fonts/libspeedo.a:spencode.o": No symbols found (II) Module speedo: vendor="The XFree86 Project" compiled for 4.3.0.1, module version = 1.0.1 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.4 (II) Loading font Speedo (II) LoadModule: "type1" (II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a (II) Module type1: vendor="The XFree86 Project" compiled for 4.3.0.1, module version = 1.0.2 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.4 (II) Loading font Type1 (II) Loading font CID (II) LoadModule: "vbe" (II) Loading /usr/X11R6/lib/modules/libvbe.a (II) Module vbe: vendor="The XFree86 Project" compiled for 4.3.0.1, module version = 1.1.0 ABI class: XFree86 Video Driver, version 0.6 (II) LoadModule: "nvidia" (II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o (II) Module nvidia: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.6629 Module class: XFree86 Video Driver (II) LoadModule: "mouse" (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o (II) Module mouse: vendor="The XFree86 Project" compiled for 4.3.0.1, module version = 1.0.0 Module class: XFree86 XInput Driver ABI class: XFree86 XInput driver, version 0.4 (II) NVIDIA X Driver 1.0-6629 Wed Nov 3 13:14:07 PST 2004 (II) NVIDIA Unified Driver for all NVIDIA GPUs (II) Primary Device is: PCI 02:00:0 (--) Assigning device section with no busID to primary device (--) Chipset NVIDIA GPU found (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[b](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b] [5] -1 0 0xec081000 - 0xec081fff (0x1000) MX[b] [6] -1 0 0xec000000 - 0xec07ffff (0x80000) MX[b] [7] -1 0 0xec085000 - 0xec085fff (0x1000) MX[b] [8] -1 0 0xec084000 - 0xec0840ff (0x100) MX[b] [9] -1 0 0xec083000 - 0xec083fff (0x1000) MX[b] [10] -1 0 0xec080000 - 0xec080fff (0x1000) MX[b] [11] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O [12] -1 0 0xe0000000 - 0xe007ffff (0x80000) MX[b](B) [13] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B) [14] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[b](B) [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b] [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[b] [17] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b] [18] -1 0 0x0000b800 - 0x0000b87f (0x80) IX[b] [19] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b] [20] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[b] [21] -1 0 0x0000c400 - 0x0000c41f (0x20) IX[b] (II) resource ranges after probing: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[b](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b] [5] -1 0 0xec081000 - 0xec081fff (0x1000) MX[b] [6] -1 0 0xec000000 - 0xec07ffff (0x80000) MX[b] [7] -1 0 0xec085000 - 0xec085fff (0x1000) MX[b] [8] -1 0 0xec084000 - 0xec0840ff (0x100) MX[b] [9] -1 0 0xec083000 - 0xec083fff (0x1000) MX[b] [10] -1 0 0xec080000 - 0xec080fff (0x1000) MX[b] [11] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O [12] -1 0 0xe0000000 - 0xe007ffff (0x80000) MX[b](B) [13] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B) [14] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[b](B) [15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b] [16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b] [17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b] [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b] [19] -1 0 0x00000000 - 0x000000ff (0x100) IX[b] [20] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b] [21] -1 0 0x0000b800 - 0x0000b87f (0x80) IX[b] [22] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b] [23] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[b] [24] -1 0 0x0000c400 - 0x0000c41f (0x20) IX[b] [25] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b] [26] 0 0 0x000003c0 - 0x000003df (0x20) IS[b] (II) Setting vga for screen 0. (**) NVIDIA(0): Depth 16, (--) framebuffer bpp 16 (==) NVIDIA(0): RGB weight 565 (==) NVIDIA(0): Default visual is TrueColor (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) (--) NVIDIA(0): Linear framebuffer at 0xD8000000 (--) NVIDIA(0): MMIO registers at 0xE8000000 (II) NVIDIA(0): NVIDIA GPU detected as: GeForce4 Ti 4200 (--) NVIDIA(0): VideoBIOS: 04.25.00.29.00 (--) NVIDIA(0): Interlaced video modes are supported on this GPU (II) NVIDIA(0): Detected AGP rate: 4X (--) NVIDIA(0): VideoRAM: 65536 kBytes (II) NVIDIA(0): Connected display device(s): CRT-1 (--) NVIDIA(0): Display device CRT-1: maximum pixel clock at 8 bpp: 350 MHz (--) NVIDIA(0): Display device CRT-1: maximum pixel clock at 16 bpp: 350 MHz (--) NVIDIA(0): Display device CRT-1: maximum pixel clock at 32 bpp: 350 MHz (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Reloading /usr/X11R6/lib/modules/libddc.a (II) NVIDIA(0): Monitor Generico: Using hsync range of 30.00-85.00 kHz (II) NVIDIA(0): Monitor Generico: Using vrefresh range of 50.00-130.00 Hz (II) NVIDIA(0): Clock range: 12.00 to 350.00 MHz (II) NVIDIA(0): Not using default mode "1280x960" (hsync out of range) (II) NVIDIA(0): Not using default mode "640x480" (hsync out of range) (II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range) (II) NVIDIA(0): Not using default mode "640x512" (hsync out of range) (II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range) (II) NVIDIA(0): Not using default mode "800x600" (hsync out of range) (II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range) (II) NVIDIA(0): Not using default mode "800x600" (hsync out of range) (II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range) (II) NVIDIA(0): Not using default mode "800x600" (hsync out of range) (WW) (1792x1344,Monitor Generico) mode clock 204.8MHz exceeds DDC maximum 200MHz (II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range) (II) NVIDIA(0): Not using default mode "896x672" (hsync out of range) (II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range) (II) NVIDIA(0): Not using default mode "928x696" (hsync out of range) (II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range) (II) NVIDIA(0): Not using default mode "928x696" (hsync out of range) (II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range) (II) NVIDIA(0): Not using default mode "960x720" (hsync out of range) (II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range) (II) NVIDIA(0): Not using default mode "960x720" (hsync out of range) (II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range) (II) NVIDIA(0): Not using default mode "960x720" (hsync out of range) (II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range) (II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range) (II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range) (II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range) (II) NVIDIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan) (II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range) (II) NVIDIA(0): Not using default mode "1792x1344" (width too large for virtual size) (II) NVIDIA(0): Not using default mode "1600x1200" (width too large for virtual size) (II) NVIDIA(0): Not using default mode "1600x1200" (width too large for virtual size) (II) NVIDIA(0): Not using default mode "1400x1050" (width too large for virtual size) (II) NVIDIA(0): Not using default mode "1400x1050" (width too large for virtual size) (II) NVIDIA(0): Not using default mode "1280x1024" (width too large for virtual size) (II) NVIDIA(0): Not using default mode "1280x1024" (width too large for virtual size) (II) NVIDIA(0): Not using default mode "1280x960" (width too large for virtual size) (II) NVIDIA(0): Not using default mode "1152x864" (width too large for virtual size) (II) NVIDIA(0): Not using default mode "1152x768" (width too large for virtual size) (WW) NVIDIA(0): Not using mode "896x672" (height 1344 is larger than (WW) NVIDIA(0): EDID-specified maximum 1200) (WW) NVIDIA(0): Not using mode "576x384": (WW) NVIDIA(0): horizontal sync start (589) not a multiple of 8 (WW) NVIDIA(0): Not using mode "360x200": (WW) NVIDIA(0): horizontal sync start (378) not a multiple of 8 (**) NVIDIA(0): Validated modes for display device CRT-1: (**) NVIDIA(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz (**) NVIDIA(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz (**) NVIDIA(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz (**) NVIDIA(0): Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz (**) NVIDIA(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz (**) NVIDIA(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz (**) NVIDIA(0): Default mode "1024x768": 44.9 MHz, 35.5 kHz, 87.0 Hz (I) (**) NVIDIA(0): Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz (**) NVIDIA(0): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz (**) NVIDIA(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz (**) NVIDIA(0): Default mode "800x600": 87.8 MHz, 81.2 kHz, 65.0 Hz (D) (**) NVIDIA(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz (**) NVIDIA(0): Default mode "800x600": 81.0 MHz, 75.0 kHz, 60.0 Hz (D) (**) NVIDIA(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz (**) NVIDIA(0): Default mode "700x525": 77.9 MHz, 81.5 kHz, 74.8 Hz (D) (**) NVIDIA(0): Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D) (**) NVIDIA(0): Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D) (**) NVIDIA(0): Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D) (**) NVIDIA(0): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz (**) NVIDIA(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz (**) NVIDIA(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz (**) NVIDIA(0): Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D) (**) NVIDIA(0): Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz (**) NVIDIA(0): Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz (**) NVIDIA(0): Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D) (**) NVIDIA(0): Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz (**) NVIDIA(0): Default mode "512x384": 47.2 MHz, 68.7 kHz, 85.0 Hz (D) (**) NVIDIA(0): Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D) (**) NVIDIA(0): Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D) (**) NVIDIA(0): Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D) (**) NVIDIA(0): Default mode "512x384": 22.4 MHz, 35.5 kHz, 86.9 Hz (D) (**) NVIDIA(0): Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D) (**) NVIDIA(0): Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D) (**) NVIDIA(0): Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D) (**) NVIDIA(0): Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D) (**) NVIDIA(0): Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D) (**) NVIDIA(0): Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D) (**) NVIDIA(0): Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D) (**) NVIDIA(0): Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D) (**) NVIDIA(0): Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D) (**) NVIDIA(0): Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D) (**) NVIDIA(0): Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D) (**) NVIDIA(0): Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D) (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768 (++) NVIDIA(0): DPI set to (100, 100) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/X11R6/lib/modules/libfb.a (II) Module fb: vendor="The XFree86 Project" compiled for 4.3.0.1, module version = 1.0.0 ABI class: XFree86 ANSI C Emulation, version 0.2 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Loading /usr/X11R6/lib/modules/libramdac.a (II) Module ramdac: vendor="The XFree86 Project" compiled for 4.3.0.1, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.6 (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] 0 0 0xe0000000 - 0xe007ffff (0x80000) MX[b] [1] 0 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b] [2] 0 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[b] [3] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[b](B) [4] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B) [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b] [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b] [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b] [8] -1 0 0xec081000 - 0xec081fff (0x1000) MX[b] [9] -1 0 0xec000000 - 0xec07ffff (0x80000) MX[b] [10] -1 0 0xec085000 - 0xec085fff (0x1000) MX[b] [11] -1 0 0xec084000 - 0xec0840ff (0x100) MX[b] [12] -1 0 0xec083000 - 0xec083fff (0x1000) MX[b] [13] -1 0 0xec080000 - 0xec080fff (0x1000) MX[b] [14] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O [15] -1 0 0xe0000000 - 0xe007ffff (0x80000) MX[b](B) [16] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B) [17] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[b](B) [18] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprD) [19] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD) [20] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprD) [21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b] [22] -1 0 0x00000000 - 0x000000ff (0x100) IX[b] [23] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b] [24] -1 0 0x0000b800 - 0x0000b87f (0x80) IX[b] [25] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b] [26] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[b] [27] -1 0 0x0000c400 - 0x0000c41f (0x20) IX[b] [28] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU) [29] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU) (II) NVIDIA(0): Setting mode "1024x768" (II) Loading extension NV-GLX (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 (==) RandR enabled (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 LBX (II) Initializing built-in extension XC-APPGROUP (II) Initializing built-in extension SECURITY (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFree86-Bigfont (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing extension GLX *** If unresolved symbols were reported above, they might not *** be the reason for the server aborting. Fatal server error: Caught signal 11. Server aborting When reporting a problem related to a server crash, please send the full server output, not just the last messages. This can be found in the log file "/var/log/XFree86.0.log". Please report problems to submit@bugs.debian.org. ma che casino per dei driver...
__________________
Ho trattato con: Zano, Grey.fox, Skeja, KamiG, plc42, Iceworld, Manuelcese20, Alfagd, Mad_max2000, Legolas 81, weedmasta, Spank,LoveOverclock, Mastla, Rac00n,Ayrton,Felipe,Simonov,JokerVero,Mabru,Malleus,Jacopastorius! ![]() |
![]() |
![]() |
![]() |
#15 |
Senior Member
Iscritto dal: Dec 2001
Città: Montepulciano
Messaggi: 310
|
Ho avuto lo stesso problema anche io...
E' che non mi è chiaro come l'ho risolto di preciso... ![]() Ho prima tentato di installare i 6629 dall'installer nvidia, ma ho ottenuto il vostro stesso problema... Allora attraverso www.apt-get.org ho trovato un repository con i 6611, che ho installato attraverso il metodo debian, e li ha funzionato il 2d ma non il 3d. Allora ho attraverso dpkg --purge ho eliminato i driver 6611 ed ho rifatto l'installer dei 6629 e... incredibile ma vero è partito tutto alla perfezione! mmm... direi che è una spiegazione chiarissima! ![]() o forse no, ma effettivamente è quello che ho fatto per far funzionare questi sramal#####i drivers ![]() Ciao! |
![]() |
![]() |
![]() |
#16 | |
Senior Member
Iscritto dal: Jul 2004
Città: Napoli
Messaggi: 2029
|
Quote:
|
|
![]() |
![]() |
![]() |
#17 |
Senior Member
Iscritto dal: Dec 2001
Città: Montepulciano
Messaggi: 310
|
bhè... normalmente non è che abbia mai avuto grossi problemi... solo in questa occasione ho trovato questi scogli.
[OT] Comunque una volta installati, il livello dei drivers Nvidia è ancora imparagonabilmente superiore a quelli ATI. [/OT] Ciao! |
![]() |
![]() |
![]() |
#18 | |
Senior Member
Iscritto dal: Jul 2004
Città: Napoli
Messaggi: 2029
|
Quote:
![]() ![]() |
|
![]() |
![]() |
![]() |
#19 |
Senior Member
Iscritto dal: Apr 2003
Città: Genova
Messaggi: 673
|
io ho risolto in questo modo:
(ho avuto problemi con glx) glx era cio' che mi comprometteva. alla fine ho fatto un apt-get remove nvidia-glx e poi apt-get install nvidia-glx boh cmq ora va ![]() |
![]() |
![]() |
![]() |
#20 |
Senior Member
Iscritto dal: Jul 2002
Messaggi: 1182
|
io avevo trovato su google un tizio che aveva risolto semplicemente copiando 2 files che a detta sua venivano cancellati all'inizio... ho provato anche io ed ha funzionato, non ricordo che files però
![]()
__________________
Ho trattato con: Zano, Grey.fox, Skeja, KamiG, plc42, Iceworld, Manuelcese20, Alfagd, Mad_max2000, Legolas 81, weedmasta, Spank,LoveOverclock, Mastla, Rac00n,Ayrton,Felipe,Simonov,JokerVero,Mabru,Malleus,Jacopastorius! ![]() |
![]() |
![]() |
![]() |
Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 21:21.