Does compositing/opengl work with gfx cards other than nvidia?

svn path=/branches/work/kwin_composite/; revision=600732
icc-effect-5.14.5
Luboš Luňák 2006-10-31 15:28:38 +00:00
parent bf0256bf1b
commit 12731982bb
2 changed files with 10 additions and 2 deletions

View File

@ -60,8 +60,14 @@ OpenGL TODO
+ Check/make it work with other gfx cards
- I've tested only with nvidia with the 9625 beta drivers and 8776 stable drivers so far
- I have absolutely no idea about other gfx cards, needs to be tested
+ - ati
+ - intel
- ati
! - does kwin_composite work there at all?
! - does glcompmgr work there at all? (even with the various switches in the source)
+ - make kwin_composite work there if it doesn't
- intel
! - does kwin_composite work there at all?
! - does glcompmgr work there at all? (even with the various switches in the source)
+ - make kwin_composite work there if it doesn't
+ - who knows what else
? Xgl support

View File

@ -30,6 +30,8 @@ Sources and other compositing managers:
- simple and easy to understand
- works even without texture_from_pixmap extension
- claims to support several different gfx cards
- compile with something like
"gcc -Wall glcompmgr-0.5.c `pkg-config --cflags --libs glib-2.0` -lGL -lXcomposite -lXdamage -L/usr/X11R6/lib"
- compiz
- git clone git://anongit.freedesktop.org/git/xorg/app/compiz