Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[KDE4.1] ati + Composite mais pas de transparence [RESOLU]
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
chrissou
Guru
Guru


Joined: 22 Mar 2004
Posts: 473

PostPosted: Tue Jan 27, 2009 3:43 pm    Post subject: [KDE4.1] ati + Composite mais pas de transparence [RESOLU] Reply with quote

Bonjour @ tous je viens fraichement de réinstaller une gentoo sur mon macbook avec un KDE 4.1
J'ai installé les drivers ati 8.542
J'ai config mon xorg.conf de cette facon :

Code:


GentooZoBi ~ # cat /etc/X11/xorg.conf


Section "ServerLayout"
        Identifier     "Simple Layout"
        Screen      0  "SCREEN" 0 0
        InputDevice    "Mouse1" "CorePointer"
        InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/75dpi/"
        FontPath        "/usr/share/fonts/corefonts/"
        FontPath        "/usr/share/fonts/freefonts/"
EndSection

Section "Module"

        Load       "glx"
        Load       "dri"
        Load     "dbe"          # Double buffer extension
        Load  "freetype"
EndSection

Section "InputDevice"

        Identifier  "Keyboard1"
        Driver      "kbd"
        Option      "AutoRepeat" "500 30"
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "macbook78"
        Option      "XkbLayout" "fr"
EndSection

Section "InputDevice"

        Identifier  "Mouse1"
        Driver      "mouse"
        Option      "Protocol" "Auto"   # Auto detect
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
        Option      "Emulate3Buttons"
EndSection

Section "Monitor"

        Identifier   "lcd"
        HorizSync    31.5 - 64.3
        VertRefresh  50.0 - 100.0

EndSection

Section "Monitor"

        Identifier   "LCD"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"

EndSection

Section "dri"
        Group "video"
        Mode 0660
EndSection


Section "Device"

        Identifier  "X1600"
        Driver      "fglrx"
        BusID       "PCI:1:0:0"
        Option      "backingstore"  "true"
        Option      "RenderAccel"   "true"

EndSection


Section "Screen"
        Identifier "SCREEN"
        Device     "X1600"
        Monitor    "LCD"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "Extensions"
    Option "Composite" "Enable"
EndSection

#Section "ServerFlags"
#       Option "AIGLX" "on"
#EndSection




Dans KDE j'ai coché la case pour appliquer les effets mais sans succès !

J'ai un petit problème dans mon log de Xorg je ne sais pas si ca a un rapport :

Code:
(WW) AIGLX: 3D driver claims to not support visual 0x69
(WW) AIGLX: 3D driver claims to not support visual 0x6a
(WW) AIGLX: 3D driver claims to not support visual 0x6b
(WW) AIGLX: 3D driver claims to not support visual 0x6c
(WW) AIGLX: 3D driver claims to not support visual 0x6d
(WW) AIGLX: 3D driver claims to not support visual 0x6e
(WW) AIGLX: 3D driver claims to not support visual 0x6f
(WW) AIGLX: 3D driver claims to not support visual 0x70
(WW) AIGLX: 3D driver claims to not support visual 0x71
(WW) AIGLX: 3D driver claims to not support visual 0x72


Merci d'avance @ tous
_________________
MacBookPro 17, OSX 10.6

Mon site oueb : http://www.generationdomotique.com


Last edited by chrissou on Wed Feb 04, 2009 5:25 pm; edited 4 times in total
Back to top
View user's profile Send private message
Temet
Advocate
Advocate


Joined: 14 Mar 2006
Posts: 2586
Location: 92

PostPosted: Wed Jan 28, 2009 8:59 am    Post subject: Reply with quote

Désolé de ne pas t'aider, mais je trouve étonnant que le nombre de fanboys ATI ici présents (depuis qu'ils ont ouvert les specs) ne te chantent les louanges du driver libre... et surtout te laissent dans la merde.

Je n'ai jamais eu d'ATI, je ne peux pas t'aider... désolé :?
_________________
Full Gentoo powered.
Back to top
View user's profile Send private message
chrissou
Guru
Guru


Joined: 22 Mar 2004
Posts: 473

PostPosted: Tue Feb 03, 2009 10:30 am    Post subject: Reply with quote

Un petit up au cas ou
_________________
MacBookPro 17, OSX 10.6

Mon site oueb : http://www.generationdomotique.com
Back to top
View user's profile Send private message
titoucha
Advocate
Advocate


Joined: 21 Jul 2005
Posts: 2374
Location: Genève

PostPosted: Tue Feb 03, 2009 10:40 am    Post subject: Reply with quote

J'ai les même erreurs que toi pour AIGLX et mon pilote fonctionne j'ai la transparence, tu dois avoir d'autre erreurs dans ton Xorg.0.log

Je te donne mon xorg.conf qui fonctionne chez moi.
Code:
Section "Device"
        Identifier      "Configured Video Device"
        Driver          "fglrx"
        Option          "XAANoOffscreenPixmaps" "true"
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
        Device          "Configured Video Device"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
#       Option          "AIGLX"                 "true"
EndSection

Section "DRI"
   Mode    0666
EndSection
petite précision j'utilise la version 1.5 de xorg et mon clavier et ma souris sont gérés par evdev et hal, je n'ai donc pas de config pour eux dans xorg.conf
_________________
Assurez-vous que le titre de votre message soit conforme aux conventions de ce forum (paragraphe 3/3 : Comment poster sur le forum ??)
Back to top
View user's profile Send private message
Temet
Advocate
Advocate


Joined: 14 Mar 2006
Posts: 2586
Location: 92

PostPosted: Tue Feb 03, 2009 12:08 pm    Post subject: Reply with quote

Par contre, passe à KDE 4.2 ...
_________________
Full Gentoo powered.
Back to top
View user's profile Send private message
chrissou
Guru
Guru


Joined: 22 Mar 2004
Posts: 473

PostPosted: Tue Feb 03, 2009 12:10 pm    Post subject: Reply with quote

Temet wrote:
Par contre, passe à KDE 4.2 ...

je suis entrain justement ;)
je regarde après ;)
Merci
_________________
MacBookPro 17, OSX 10.6

Mon site oueb : http://www.generationdomotique.com
Back to top
View user's profile Send private message
chrissou
Guru
Guru


Joined: 22 Mar 2004
Posts: 473

PostPosted: Wed Feb 04, 2009 9:53 am    Post subject: Reply with quote

Re je suis passé en xorg 1.5.2 avec les drivers ati 8.561 et tout fonctionne a merveilles ;)
Merci beaucoup ;)
_________________
MacBookPro 17, OSX 10.6

Mon site oueb : http://www.generationdomotique.com
Back to top
View user's profile Send private message
titoucha
Advocate
Advocate


Joined: 21 Jul 2005
Posts: 2374
Location: Genève

PostPosted: Wed Feb 04, 2009 3:28 pm    Post subject: Reply with quote

Il faut mettre résolu dans ton titre.
_________________
Assurez-vous que le titre de votre message soit conforme aux conventions de ce forum (paragraphe 3/3 : Comment poster sur le forum ??)
Back to top
View user's profile Send private message
prentonmantoonsenva
n00b
n00b


Joined: 23 Aug 2006
Posts: 49
Location: Point Place, Wisconsin

PostPosted: Wed Feb 04, 2009 4:03 pm    Post subject: Reply with quote

Il mérite des gifles ce Chrissou ;)

Je peux ?
Back to top
View user's profile Send private message
chrissou
Guru
Guru


Joined: 22 Mar 2004
Posts: 473

PostPosted: Wed Feb 04, 2009 5:27 pm    Post subject: Reply with quote

titoucha wrote:
Il faut mettre résolu dans ton titre.


Pas de prob :D j'allais le faire biensur :)

prentonmantoonsenva wrote:
Il mérite des gifles ce Chrissou ;)

Je peux ?


hum hum tu as pas gagné ton quote de gifle alors passe ton tour :D
_________________
MacBookPro 17, OSX 10.6

Mon site oueb : http://www.generationdomotique.com
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