it seems you are a bit confused about how that work :) i't ok don't worry... direct 3d rendering means you directly use your graphic card for 3d computation instead of your processor. if you don't have direct rendering all stuff 3d-related goes through your processor wich is VERY VERY slow with this kind of computation.. this mean you can enable AIGLX and Compiz without direct rendering if you want to hurt yourself/your pc :P
you have some aplications to save the things that you do, on your desktop. like "recordmydesktop"
xD but linux it is so cool :P
MatriXunga 3 years ago
best of all it's free
dgurevich1 4 years ago
So sweet.
If most games be able to run on Linux,I would abandon crappy Windows and go Linux.
sandman2PCGAME 4 years ago
WINE
jackofwack 2 years ago
Great video. I was looking all over for a AIGLX and ATI example, I'm convinced now that I should update my drivers and move on to Compiz Fusion.
adamtar 4 years ago
Do you get Direct 3d rendering with AIGLX?
macabro22 4 years ago
it seems you are a bit confused about how that work :) i't ok don't worry... direct 3d rendering means you directly use your graphic card for 3d computation instead of your processor. if you don't have direct rendering all stuff 3d-related goes through your processor wich is VERY VERY slow with this kind of computation.. this mean you can enable AIGLX and Compiz without direct rendering if you want to hurt yourself/your pc :P
mastroDani 4 years ago
So now how do I use the FGLRX driver with aixgl and compiz?
macabro22 4 years ago
you have to install fglrx new driver
aixgl should be auto-enabled when you start X (the graphic system)
you can check this with a simple terminal command
grep -i aiglx /var/log/Xorg.0.log
this will give you some information on what the system have done with aiglx
if you didn't manually disabled aiglx in /etc/X11/xorg.conf and the driver works aiglx should be enable out-of-the-box :)
for compiz you have to install it..
then start it... there are a lot of guide on how to do it..
mastroDani 4 years ago
Whats the advantage in using AIXGL instead of XGL?
macabro22 4 years ago
it's simple:
XGL substitute X
X is the graphical server in Linux (and other system)
this mean you have a different project.. when X will have new feature may be they will not come on XGL or they will not be compatible with it...
AIGLX instead is an extension of X
so you don't have to substitute X tu use the same functions...
it's build in into X and will follow all upgrade/new feature of X
it's a better solution to create an extension then create a new branch for a simple modification
mastroDani 4 years ago