View previous topic :: View next topic |
Author |
Message |
nikolis Apprentice
Joined: 21 Aug 2003 Posts: 200 Location: Athens
|
Posted: Fri Feb 24, 2006 5:54 pm Post subject: direct rendering |
|
|
non riesco a verificare lo stato del direct rendering
glxinfo | grep direct
glxinfo: error while loading shared libraries: libnvidia-tls.so.1: cannot handle TLS data
Section "Module"
Load "dbe"
Load "glx"
# Load "ddc"
Load "type1"
Load "freetype"
Load "extmod"
# Load "dri"
EndSection
Section "Device"
Identifier "VESA"
Driver "nvidia" # do not remove vesa
Option "PageFlip" "on"
EndSection |
|
Back to top |
|
|
fejfbo Guru
Joined: 30 May 2005 Posts: 407 Location: Milano - Italy
|
Posted: Fri Feb 24, 2006 6:59 pm Post subject: Problema con Dri |
|
|
Ciao, nonostante ho specificato in xorg.conf di caricare il supporto a dri, non me lo carica correttamente.
Questo è il contenuto di xorg.conf che interessa dri
Code: | # This loads the GLX module
Load "glx"
# This loads the DRI module
Load "dri"
.............
Section "DRI"
Mode 0666
EndSection
|
Controllando da console però:
Code: | portatile ~ # glxinfo | grep direct
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect
|
Mentre dal log di xorg sembra non esserci nessun errore:
Code: | (II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI |
Preciso che uso Xorg 7 con Kde 3.5
Da completo ignorante in materia, il fatto che non carica il modulo agp all'avvio del pc, potrebbe esere un problema? |
|
Back to top |
|
|
=DvD= Veteran
Joined: 25 Mar 2004 Posts: 1353
|
Posted: Fri Feb 24, 2006 9:41 pm Post subject: |
|
|
Non so molto sul 7, ma essendo modulare può essere che tu non abbia installato il modulo corrispondente... |
|
Back to top |
|
|
lavish Bodhisattva
Joined: 13 Sep 2004 Posts: 4296
|
Posted: Sat Feb 25, 2006 10:19 am Post subject: |
|
|
Fatto il merge del thread parto da fejfbo con questo. Il thread precedente risaliva a un'ora prima.. possibile che non si sappia non solo fare una ricerca.. ma almeno leggere i titoli dei primi threads presenti nella pagina? _________________ minimalblue.com | secgroup.github.io/ |
|
Back to top |
|
|
fejfbo Guru
Joined: 30 May 2005 Posts: 407 Location: Milano - Italy
|
Posted: Sat Feb 25, 2006 1:02 pm Post subject: |
|
|
Scusa, anche se i thread si assomigliano non mi sembra siano esattamente la stessa cosa |
|
Back to top |
|
|
lavish Bodhisattva
Joined: 13 Sep 2004 Posts: 4296
|
Posted: Sat Feb 25, 2006 1:11 pm Post subject: |
|
|
fejfbo wrote: | Scusa, anche se i thread si assomigliano non mi sembra siano esattamente la stessa cosa |
Certo, trovare due threads identici è alquanto improbabile, ma in questo caso erano MOLTO simili e la soluzione del problema può benissimo essere la stessa per entrambi _________________ minimalblue.com | secgroup.github.io/ |
|
Back to top |
|
|
nikolis Apprentice
Joined: 21 Aug 2003 Posts: 200 Location: Athens
|
Posted: Sat Feb 25, 2006 3:25 pm Post subject: |
|
|
ragazzi ho scoperto un'altro problema della grafica.
Il screen saver non funziona:
The specified library screensaver could not be found.
The diagnostics is:
libnvidia-tls.so.1:cannot handle TLS data
Possible reasons:
An error occurred during your last KDE upgrade leaving an orphaned control module.
You have old third party modules lying around.
Check these points carefully and try to remove the module mentioned in the error message. if this fails, consider contacting your.......
è vero ho fatto l'update di kde. |
|
Back to top |
|
|
fejfbo Guru
Joined: 30 May 2005 Posts: 407 Location: Milano - Italy
|
Posted: Sat Feb 25, 2006 3:30 pm Post subject: |
|
|
Probabilmente devi riemergere i driver nvidia |
|
Back to top |
|
|
nikolis Apprentice
Joined: 21 Aug 2003 Posts: 200 Location: Athens
|
Posted: Sat Feb 25, 2006 5:50 pm Post subject: |
|
|
make[4]: *** [/var/tmp/portage/nvidia-kernel-1.0.6111-r3/work/NVIDIA-Linux-x86-1.0-6111-pkg1/usr/src/nv/os-agp.o] Error 1
make[3]: *** [_module_/var/tmp/portage/nvidia-kernel-1.0.6111-r3/work/NVIDIA-Linux-x86-1.0-6111-pkg1/usr/src/nv] Error 2
make[2]: *** [modules] Error 2
NVIDIA: left KBUILD.
nvidia.ko failed to build!
make[1]: *** [module] Error 1
make: *** [module] Error 2
!!! ERROR: media-video/nvidia-kernel-1.0.6111-r3 failed.
Call stack:
ebuild.sh, line 1894: Called dyn_compile
ebuild.sh, line 941: Called src_compile
ebuild.sh, line 1609: Called linux-mod_src_compile
!!! Unable to make IGNORE_CC_MISMATCH=yes V=1 SYSSRC=/usr/src/linux SYSOUT=/usr/src/linux clean module.
!!! If you need support, post the topmost build error, and the call stack if relevant. |
|
Back to top |
|
|
fejfbo Guru
Joined: 30 May 2005 Posts: 407 Location: Milano - Italy
|
Posted: Sat Feb 25, 2006 5:58 pm Post subject: |
|
|
Prova a controllare questo post se ti può essere d'aiuto |
|
Back to top |
|
|
|