View previous topic :: View next topic |
Author |
Message |
Ciccio Bueo l33t


Joined: 19 Oct 2004 Posts: 834 Location: Treviso
|
Posted: Sun Feb 06, 2005 2:07 pm Post subject: Ancora problemi con moduli nvidia |
|
|
allora ho seguito tutti i passaggi descritti nella documentazione gentoo, e ho letto (parte..) dei post che si riferiscono ai problemi con i driver nvidia,
ecco cosa ho fatto:
nel kernel ho modificato:
Code: | Loadable module support --->
[*] Enable loadable module support |
e
Code: | Processor and Features --->
[*] MTRR (Memory Type Range Register) support |
poi ho emerso il driver:
dopo ho lanciato
ho editato /etc/modules.autoload.d/kernel-2.6:
Code: | nano -w /etc/modules.autoload.d/kernel-2.6 |
e ho aggiunto la riga:
ho editato il conf di xorg:
Code: | nano -w /etcX11/xorg.conf |
eccolo:
Code: |
# **********************************************************************
# Graphics device section
# **********************************************************************
# Any number of graphics device sections may be present
# Standard VGA Device:
Section "Device"
Identifier "AsusV7100"
VendorName "nvidia"
BoardName "Unknown"
# The chipset line is optional in most cases. It can be used to override
# the driver's chipset detection, and should not normally be specified.
# Chipset "generic"
# The Driver line must be present. When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module. Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.
Driver "nvidia"
| e nella sezione module: Code: | # **********************************************************************
# Module section -- this section is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"
# This loads the DBE extension module.
Load "dbe" # Double buffer extension
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
# This loads the font modules
Load "type1"
# Load "speedo"
Load "freetype"
# Load "xtt"
# This loads the GLX module
Load "glx"
# This loads the DRI module
# Load "dri"
EndSection
|
faccio allora Code: | opengl-update nvidia |
e Code: | gpasswd -a matteo video |
riavvio il pc, tutto ok, nessun errore in fase di boot, rientro in modalità grafica, vedo la schermata "logo nvidia", digito da root:
Code: | glxinfo | grep direct |
e ecco il fattaccio:
Code: | root@tux matteo # glxinfo | grep direct
bash: glxinfo: command not found
root@tux matteo #
|
e anche se faccio Code: |
root@tux matteo # glxgears
bash: glxgears: command not found
root@tux matteo #
|
perchè non trova il programma? dove sbaglio?  |
|
Back to top |
|
 |
Dhaki Guru


Joined: 16 Jun 2004 Posts: 325 Location: Ticino - CH
|
Posted: Sun Feb 06, 2005 2:10 pm Post subject: |
|
|
Se dai il path completo funziona?
Code: | /usr/X11R6/bin/glxgears
/usr/X11R6/bin/glxinfo |
Potrebbe semplicemente essere che la tua variabile PATH non contiene /usr/X11R6/bin |
|
Back to top |
|
 |
Ciccio Bueo l33t


Joined: 19 Oct 2004 Posts: 834 Location: Treviso
|
Posted: Sun Feb 06, 2005 2:13 pm Post subject: |
|
|
si funziona! Grazie!!!!!
però non vedo alcun miglioramento nell'uso comune... ovvero se sposto velocemnte una finestra, comunque si trascina i controni... mi aspettavo qualcosa di più....  |
|
Back to top |
|
 |
|
|
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
|
|