Talk:AIGLX

From openSUSE

Do we need "Option" "DRI" "true" in DEVICES section?

I read in Beryl that when using onboard Intel graphics, we should have "Option" "DRI" "true". There is nothing about this in AIGLX article. In am using OS10.3 and Compiz Fusion. Any thoughts?

deatils for ATI and Intel graphic cards

To get everything working properly you have to manually edit /etc/X11/xorg.conf. Edit it and add lines in following sections:

section "Server Layout"

Option "AIGLX" "true"

section "DRI"

Group 0
Mode 0666

section "Device"

Option      "XAANoOffscreenPixmaps" "true"
Option      "DRI"     "true"

section "Extensions"

Option   "Composite"   "Enable"


then save the file and log out/in again.

If you add just those two lines as the article says now, you may experience some problems with windows` content display, and menu`s behaviour. This solution found on the polish version of this Wiki http://portal.suse.pl/wiki/index.php/Konfiguracja_AIGLX solves the problem.