Problemi nVidia
Inviato: ven 1 mag 2009, 18:51
Ciao a tutti, ho un problema da tempo.. da quando ho aggiornato il kernel al 2.6.29.1 non riesco ad installare i driver propietari, ho una scheda supportata:
01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] (rev b2)
Questo è l'Xorg di xorgsetup:
Mentre questo è /var/log/nvidia-installer.log :
Ho risolto per la risoluzione da schifo..
ho trovato: http://kmuto.jp/debian/hcl/Apple/PowerMac+G4+Silver dove leggo che la mia scheda funziona su il 2.6.29.x..
Non so che driver cercare....Perfavore aiuto, ne ho bisogno..Please =)
01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] (rev b2)
Questo è l'Xorg di xorgsetup:
Codice: Seleziona tutto
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi/:unscaled"
EndSection
Section "Module"
Load "xtrap"
Load "record"
Load "dri"
Load "extmod"
Load "GLcore"
Load "glx"
Load "dbe"
Load "type1"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc101"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
#DisplaySize 320 240 # mm
Identifier "Monitor0"
VendorName "AOC"
ModelName "7V"
### Comment all HorizSync and VertRefresh values to use DDC:
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "Rotate" # [<str>]
#Option "VideoKey" # <i>
#Option "FlatPanel" # [<bool>]
#Option "FPDither" # [<bool>]
#Option "CrtcNumber" # <i>
#Option "FPScale" # [<bool>]
#Option "FPTweak" # <i>
#Option "DualHead" # [<bool>]
Identifier "Card0"
Driver "nv"
VendorName "nVidia Corporation"
BoardName "NV11 [GeForce2 MX/MX 400]"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Codice: Seleziona tutto
...
NVIDIA: left KBUILD.
-> done.
-> Kernel module compilation complete.
ERROR: Unable to load the kernel module 'nvidia.ko'. This happens most
frequently when this kernel module was built against the wrong or
improperly configured kernel sources, with a version of gcc that differs
from the one used to build the target kernel, or if a driver such as
rivafb/nvidiafb is present and prevents the NVIDIA kernel module from
obtaining ownership of the NVIDIA graphics device(s).
Please see the log entries 'Kernel module load error' and 'Kernel
messages' at the end of the file '/var/log/nvidia-installer.log' for
more information.
-> Kernel module load error: insmod: error inserting './usr/src/nv/nvidia.ko':
-1 Invalid module format
-> Kernel messages:
Intel ISA PCIC probe: not found.
Databook TCIC-2 PCMCIA probe: not found.
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
rt73usb 1-2:1.0: firmware: requesting rt73.bin
ADDRCONF(NETDEV_UP): wlan0: link is not ready
ADDRCONF(NETDEV_UP): wlan0: link is not ready
wlan0: authenticate with AP 00:90:d0:f9:8b:44
wlan0: authenticated
wlan0: associate with AP 00:90:d0:f9:8b:44
wlan0: RX AssocResp from 00:90:d0:f9:8b:44 (capab=0x411 status=0 aid=3)
wlan0: associated
ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
wlan0: authenticate with AP 00:90:d0:f9:8b:44
wlan0: authenticate with AP 00:90:d0:f9:8b:44
wlan0: authenticated
wlan0: associate with AP 00:90:d0:f9:8b:44
wlan0: RX ReassocResp from 00:90:d0:f9:8b:44 (capab=0x411 status=0 aid=3)
wlan0: associated
wlan0: no IPv6 routers present
NET: Registered protocol family 4
NET: Registered protocol family 3
NET: Registered protocol family 5
i2c_core: exports duplicate symbol i2c_smbus_xfer (owned by kernel)
nvidia: version magic '2.6.29.1-smp preempt mod_unload modversions ELAN '
should be '2.6.29.1 mod_unload 486 '
ERROR: Installation has failed. Please see the file
'/var/log/nvidia-installer.log' for details. You may find suggestions
on fixing installation problems in the README available on the Linux
driver download page at www.nvidia.com.
ho trovato: http://kmuto.jp/debian/hcl/Apple/PowerMac+G4+Silver dove leggo che la mia scheda funziona su il 2.6.29.x..
Non so che driver cercare....Perfavore aiuto, ne ho bisogno..Please =)