Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
direct rendering
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
nikolis
Apprentice
Apprentice


Joined: 21 Aug 2003
Posts: 200
Location: Athens

PostPosted: Fri Feb 24, 2006 5:54 pm    Post subject: direct rendering Reply with quote

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
View user's profile Send private message
fejfbo
Guru
Guru


Joined: 30 May 2005
Posts: 407
Location: Milano - Italy

PostPosted: Fri Feb 24, 2006 6:59 pm    Post subject: Problema con Dri Reply with quote

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? :oops:
Back to top
View user's profile Send private message
=DvD=
Veteran
Veteran


Joined: 25 Mar 2004
Posts: 1353

PostPosted: Fri Feb 24, 2006 9:41 pm    Post subject: Reply with quote

Non so molto sul 7, ma essendo modulare può essere che tu non abbia installato il modulo corrispondente...
Back to top
View user's profile Send private message
lavish
Bodhisattva
Bodhisattva


Joined: 13 Sep 2004
Posts: 4296

PostPosted: Sat Feb 25, 2006 10:19 am    Post subject: Reply with quote

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? :roll:
_________________
minimalblue.com | secgroup.github.io/
Back to top
View user's profile Send private message
fejfbo
Guru
Guru


Joined: 30 May 2005
Posts: 407
Location: Milano - Italy

PostPosted: Sat Feb 25, 2006 1:02 pm    Post subject: Reply with quote

Scusa, anche se i thread si assomigliano non mi sembra siano esattamente la stessa cosa :?
Back to top
View user's profile Send private message
lavish
Bodhisattva
Bodhisattva


Joined: 13 Sep 2004
Posts: 4296

PostPosted: Sat Feb 25, 2006 1:11 pm    Post subject: Reply with quote

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
View user's profile Send private message
nikolis
Apprentice
Apprentice


Joined: 21 Aug 2003
Posts: 200
Location: Athens

PostPosted: Sat Feb 25, 2006 3:25 pm    Post subject: Reply with quote

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
View user's profile Send private message
fejfbo
Guru
Guru


Joined: 30 May 2005
Posts: 407
Location: Milano - Italy

PostPosted: Sat Feb 25, 2006 3:30 pm    Post subject: Reply with quote

Probabilmente devi riemergere i driver nvidia
Back to top
View user's profile Send private message
nikolis
Apprentice
Apprentice


Joined: 21 Aug 2003
Posts: 200
Location: Athens

PostPosted: Sat Feb 25, 2006 5:50 pm    Post subject: Reply with quote

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
View user's profile Send private message
fejfbo
Guru
Guru


Joined: 30 May 2005
Posts: 407
Location: Milano - Italy

PostPosted: Sat Feb 25, 2006 5:58 pm    Post subject: Reply with quote

Prova a controllare questo post se ti può essere d'aiuto
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