View previous topic :: View next topic |
Author |
Message |
santos n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 25 May 2008 Posts: 5
|
Posted: Mon Jun 02, 2008 10:23 am Post subject: [NVIDIA] rendering non attivo |
|
|
Salve a tutti
ho installato gentoo da poco, e piano piano sto installando tutto il necessario ma con il rendering 3d ho dei problemi, nonostante abbia seguito questa guida mi esce:
Code: | $ glxinfo |grep rendering
direct rendering: No |
ho provato anche a reinstallare i driver nvidia ma senza successo, forse c'è qualche USE particolare da utilizzare?
Ringrazio tutti in anticipo |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
k01 Arch/Herd Tester
![Arch/Herd Tester Arch/Herd Tester](/images/ranks/rank_rect_5_at_ht.gif)
![](images/avatars/6198034074bb90f886d986.jpg)
Joined: 13 Feb 2008 Posts: 619 Location: Milano
|
Posted: Mon Jun 02, 2008 10:39 am Post subject: |
|
|
manca una delle informazioni più importanti, il modello della tua scheda video
ah, anche /etc/X11/xorg.conf già che ci sei |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
santos n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 25 May 2008 Posts: 5
|
Posted: Mon Jun 02, 2008 12:34 pm Post subject: |
|
|
hai ragione ,predono
modello scheda video NVIDIA GeForce 7600 GS
xorg.conf
Code: | 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/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "Module"
Load "extmod"
Load "dbe"
Load "GLcore"
Load "dri"
Load "record"
Load "xtrap"
Load "glx"
Load "freetype"
Load "type1"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Samsung SyncMaster"
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 75.0
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "GeForce 7600 GS"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7600 GS"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "1280x1024_75 +0+0; nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
k01 Arch/Herd Tester
![Arch/Herd Tester Arch/Herd Tester](/images/ranks/rank_rect_5_at_ht.gif)
![](images/avatars/6198034074bb90f886d986.jpg)
Joined: 13 Feb 2008 Posts: 619 Location: Milano
|
Posted: Mon Jun 02, 2008 12:52 pm Post subject: |
|
|
dunque, prova a commentare
Code: |
# Load "dri"
# Load "GLcore" |
e alle sezioni Device aggiungi
Code: | Option "RenderAccel" "true" |
e se non l'hai ancora fatto, prova a dare:
Code: | # eselect opengl set nvidia |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
santos n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 25 May 2008 Posts: 5
|
Posted: Mon Jun 02, 2008 1:45 pm Post subject: |
|
|
ora funziona
ti ringrazio
ps. l'utimo comando cosa fa di preciso? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
crisandbea Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 03 Jul 2005 Posts: 1778 Location: BOSCO (SA) ... ma domiciliato a Bologna....
|
Posted: Mon Jun 02, 2008 1:47 pm Post subject: |
|
|
santos wrote: | ora funziona
ti ringrazio
ps. l'utimo comando cosa fa di preciso? |
in parole molto povere : dice ad opengl di usare i driver nvidia
ciauz _________________ se fossi un disegnatore ti disegnerei, se fossi uno scrittore ti scriverei, se fossi un inventore ti inventerei...ma sono solo un trombettista!!! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|