Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[KDE] effets de bureau inutilisables (résolu)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
Kevin57
Guru
Guru


Joined: 21 Aug 2009
Posts: 373

PostPosted: Sun Oct 04, 2009 12:03 pm    Post subject: [KDE] effets de bureau inutilisables (résolu) Reply with quote

Bonjour,

J'aimerais utiliser les effets du bureau KDE, mais je n'y arrive pas. Pourtant, t'accélération 3D matérielle me semble activée, glxinfo | grep rendering renvoie direct rendering yes.

Ma carte graphique est une nVidia 8300 GS, j'utilise le driver nvidia-drivers-185.18.31.

Voici mon xorg.conf au besoin :
Code:
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        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  "glx"
        Load  "extmod"
        Load  "dbe"
        Load  "xtrap"
        Load  "record"
        Load  "dri"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbLayout" "fr"
        Option      "XkbVariant" "nodeadkeys"
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   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "GeForce 8300 GS"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection


J'ai bien sûr suivi la documentation mais j'ai dû rater quelque chose. Quand j'essaie de les activier, j'ai ce message qui s'affiche :
Quote:
Impossible d'activer les effets du bureau avec ces options de configuration. La configuration antérieure sera rétablie.

Verifiez votre configuration du serveur X. Vous pouvez aussi envisager de modifier certaines options avancées, en particulier le mode d'affichage composite

Je ne sais pas trop comment faire, je ne sais pas ce qu'est le mode d'affichage composite...

Je vous remercie beaucoup par avance de votre aide,

Kevin57

Edit : en fait j'ai trouvé ce que c'est le mode d'affichage composite, je suis passé de OpenGL à Xrender et ça marche, mais certains effets (comme le bureau en cube par exemple) ne marchent toujours pas, savez-vous comment ça se fait?
_________________
Gentoo ~amd64 avec Openbox, AMD Phenom II X4 965 BE, Radeon HD 4250, 4GB RAM.
Traducteur indépendant allemand-français et anglais-français


Last edited by Kevin57 on Sun Oct 04, 2009 3:15 pm; edited 1 time in total
Back to top
View user's profile Send private message
tmasscool
Apprentice
Apprentice


Joined: 27 Jul 2005
Posts: 151

PostPosted: Sun Oct 04, 2009 1:39 pm    Post subject: Reply with quote

Le cube nécessite OpenGL non ?

En fait je pense qu'il faut ajouter au fichier /etc/X11/xorg.conf

Code:
Section "Extensions"
    Option       "Composite" "Enable"
EndSection


Et vérifier que les pilotes nvidia sont bien utilisés :
Code:
# eselect opengl set nvidia
Back to top
View user's profile Send private message
Kevin57
Guru
Guru


Joined: 21 Aug 2009
Posts: 373

PostPosted: Sun Oct 04, 2009 3:15 pm    Post subject: Reply with quote

C'est bien la section qui manquait dans le xorg.conf, maintenant ça marche merci beaucoup!
_________________
Gentoo ~amd64 avec Openbox, AMD Phenom II X4 965 BE, Radeon HD 4250, 4GB RAM.
Traducteur indépendant allemand-français et anglais-français
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French 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