Well, I'd better jump in to show that ATI is behind.
Xgl and compiz are setup with latest ati-drivers(fglrx) and coffebuzz's overlay.
This is the result from Ati Radeon 9800Pro and P4 - 3.2Ghz-HT.
Dual head --dtop=horizontal ---->
2048x768
>>Stable & smooth,
BUT resolution bigger than this gives "
no screens found" error and the method with /etc/drirc doesn't help.
Dual head --dtop=clone ----->
1280x1024
>>Works nice, smooth and stable, it's just two same desktops that I see. Too bad.
Here is the
xorg.conf I am using.
Here is how I start the desktop with gnome-light.
Code: Select all
#!/bin/bash
Xgl :1 -ac -accel glx:pbuffer -accel xv:pbuffer &
LD_LIBRARY_PATH=/usr/lib/opengl/xorg-x11/lib/ DISPLAY=:1 compiz gconf &
DISPLAY=:1 gnome-window-decorator &
DISPLAY=:1 /usr/libexec/gnome-settings-daemon &
DISPLAY=:1 nautilus -n --sync &
DISPLAY=:1 gnome-panel
I just use Ctrl+Alt+Backspace to kill Xgl.
If anyone can get Dual Head --dtop=horizontal with 2560x1024 on Ati, please let me know how to.
Thanks.