Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[RISOLTO]Problema driver nvidia dopo passaggio a Xorg 7
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
Sephirot
Tux's lil' helper
Tux's lil' helper


Joined: 09 Jun 2004
Posts: 124
Location: Milano

PostPosted: Mon May 01, 2006 6:56 pm    Post subject: [RISOLTO]Problema driver nvidia dopo passaggio a Xorg 7 Reply with quote

Salve
Oggi ho fatto il passaggio a xorg modulare, ho seguito la guida e sembrava essere andato tutto liscio.
Ma al primo riavvio ecco che si presentano i problemi: do' startx e nn trova i driver nvidia cosi' x nn parte. Alche' vado su www.nvidia.it e scarico gli ultimi driver per la mia scheda, una nvidia geforce2 GTS, pc con architettura x86. Scarico il file NVIDIA-Linux-x86-1.0-7174-pkg1.run e lo lancio, dopo faccio le opportune modifiche al mio xorg.conf. Rilancio x, che parte ma con qualche problema visto che mi ritrovo con il desktop tutto spostato verso destra (che mi sembra il tipico problema di quando nn trova i driver), e unreal tournament 2004 nn parte piu'.
Ho provato anche con i driver che ci sono in portage (nvidia-kernel Latest version installed: 1.0.6629-r5) ma nulla.

Questo e' quanto mi ritorna il log file:
Code:
(EE) Failed to load module "glx" (module does not exist, 0)


il mio xorg:
Code:

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/CID/"
        FontPath     "/usr/share/fonts/75dpi/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath   "/usr/share/fonts/ttf-bitstream-vera/"
        FontPath   "/usr/share/fonts/terminus/"
        FontPath   "/usr/share/fonts/corefonts/"   
        FontPath   "/usr/share/fonts/Type1/"
        FontPath   "/usr/share/fonts/freefont/"
        FontPath   "/usr/share/fonts/artwiz/"
        FontPath   "/usr/share/fonts/misc/"
        FontPath   "/usr/share/fonts/75dpi/:unscaled"
        FontPath   "/usr/share/fonts/100dpi/:unscaled"
        FontPath   "/usr/share/fonts/encodings/"
        FontPath   "/usr/share/fonts/TTF/"
        FontPath   "/usr/share/fonts/sharefont/"
        FontPath   "/usr/share/fonts/unifont/"
EndSection

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

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mouse0"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "off"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection
Section "Device"
    Identifier  "Card0"
        Driver      "nv"
        VendorName  "nVidia Corporation"
        BoardName   "NV15 [GeForce2 GTS/Pro]"
        Videoram        65536
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
EndSection


Penso di aver messo tutto, avete qualche idea? thanks!
_________________
"Gentoo is more educational than mainstream distros. It encourages you to look under the hood and effectively turns a lot of n00bs into l33ts."
resistence is futile
(if < 1 ohm)


Last edited by Sephirot on Mon May 01, 2006 10:27 pm; edited 1 time in total
Back to top
View user's profile Send private message
knefas
l33t
l33t


Joined: 21 Dec 2003
Posts: 828

PostPosted: Mon May 01, 2006 8:29 pm    Post subject: Reply with quote

Ti sconsiglio di usare i driver direttamente dal sito. Usa nvidia-kernel e nvidia-glx. Per avere le ultimissime verisoni basta smascherare i pacchetti.
Code:
echo "media-video/nvidia-kernel" >> /etc/portage/package.keywords
echo "media-video/nvidia-glx" >> /etc/portage/package.keywords

ci sono un po' di guide in giro (tipo nella documentazione ufficiale, in caso).
Back to top
View user's profile Send private message
Sephirot
Tux's lil' helper
Tux's lil' helper


Joined: 09 Jun 2004
Posts: 124
Location: Milano

PostPosted: Mon May 01, 2006 10:05 pm    Post subject: Reply with quote

ho provato anche mascherandoli ma niente:
Code:
*  media-video/nvidia-glx
      Latest version available: 1.0.7174-r5
      Latest version installed: 1.0.7174-r5
      Size of files: 13,942 kB
      Homepage:      http://www.nvidia.com/
      Description:   NVIDIA X11 driver and GLX libraries
      License:       NVIDIA

*  media-video/nvidia-kernel
      Latest version available: 1.0.7174-r2
      Latest version installed: 1.0.7174-r2
      Size of files: 13,942 kB
      Homepage:      http://www.nvidia.com/
      Description:   Linux kernel module for the NVIDIA X11 driver
      License:       NVIDIA


:(
_________________
"Gentoo is more educational than mainstream distros. It encourages you to look under the hood and effectively turns a lot of n00bs into l33ts."
resistence is futile
(if < 1 ohm)
Back to top
View user's profile Send private message
knefas
l33t
l33t


Joined: 21 Dec 2003
Posts: 828

PostPosted: Mon May 01, 2006 10:09 pm    Post subject: Reply with quote

Ti consiglio davvero di leggere la guida.

Dovresti anche mettere driver "nvidia" e non "nv", se usi nvidia-kernel e glx.
Back to top
View user's profile Send private message
Sephirot
Tux's lil' helper
Tux's lil' helper


Joined: 09 Jun 2004
Posts: 124
Location: Milano

PostPosted: Mon May 01, 2006 10:27 pm    Post subject: Reply with quote

La guida l'avevo letta, diceva di commentare Load Dri e cosi avevo fatto. Adesso ho provato a rimetterlo e funzionava di nuovo tutto bene (anche UT parte senza problemi). Thanks cmq :)
_________________
"Gentoo is more educational than mainstream distros. It encourages you to look under the hood and effectively turns a lot of n00bs into l33ts."
resistence is futile
(if < 1 ohm)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum