![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
A Carafe of Ubuntu
![]() |
ATI XGL/Compiz Beta tester needed
First section
First make sure you have 3d acceleration available in a normal Gnome session. There are lots of howtos for this , Google if you need any help with that. So if glxinfo shows direct rendering: yes , then you are good to go. If not XGL and Compiz wont work! If you own an X series Radeon card , scroll down to the end of this HowTo! This First metod is starting Xgl in root not over X....
Code:
sudo aptitude update && sudo aptitude dist-upgrade
Code:
sudo gedit /etc/apt/sources.list
Code:
deb http://www.beerorkid.com/compiz dapper main aiglx deb http://media.blutkind.org/xgl/ dapper main aiglx deb http://ubuntu.compiz.net/ dapper main aiglx
Code:
wget http://www.beerorkid.com/compiz/quinn.key.asc -O - | sudo apt-key add - wget http://media.blutkind.org/xgl/quinn.key.asc -O - | sudo apt-key add - wget http://ubuntu.compiz.net/quinn.key.asc -O - | sudo apt-key add -
Code:
sudo aptitude update
Code:
sudo aptitude install xserver-xgl compiz compiz-core compiz-plugins compiz-gnome gnome-compiz-manager cgwd cgwd-themes
Code:
sudo gedit /etc/gdm/gdm.conf-custom
Code:
servers] # Override display 1 to use Xgl (DISPLAY 1 IMPORTANT FOR ATI FGLRX). 1=Xgl [server-Xgl] name=Xgl server command=/usr/bin/Xgl :1 -fullscreen -ac -accel glx:pbuffer -accel xv:pbuffer flexible=true
Code:
sudo gedit /etc/gdm/gdm.conf
Code:
0=Standard #1=Standard Code:
#0=Standard 1=Standard
Code:
GdmXserverTimeout=50
Code:
sudo aptitude update && sudo aptitude dist-upgrade
Second Section First make sure you have 3d acceleration available in a normal Gnome session. There are lots of howtos for this , Google if you need any help with that. So if glxinfo shows direct rendering: yes, then you are good to go. If not XGL and Compiz wont work! Tih method is starting Xgl in cover of X its more stable but use more memory. And you will not be able to shut down or restart the computer. Update your system: Code:
sudo aptitude update && sudo aptitude dist-upgrade
Code:
sudo gedit /etc/apt/sources.list Code:
deb http://www.beerorkid.com/compiz dapper main aiglx deb http://media.blutkind.org/xgl/ dapper main aiglx deb http://ubuntu.compiz.net/ dapper main aiglx
Code:
wget http://www.beerorkid.com/compiz/quinn.key.asc -O - | sudo apt-key add - wget http://media.blutkind.org/xgl/quinn.key.asc -O - | sudo apt-key add - wget http://ubuntu.compiz.net/quinn.key.asc -O - | sudo apt-key add -
Code:
sudo aptitude update
Code:
sudo aptitude install xserver-xgl compiz compiz-core compiz-plugins compiz-gnome gnome-compiz-manager cgwd cgwd-themes
Code:
sudo gedit /usr/bin/startxgl.sh
Code:
Xgl -fullscreen :1 -ac -accel glx:pbuffer -accel xv:pbuffer & sleep 2 && DISPLAY=:1 # Start GNOME exec gnome-session
Code:
sudo chmod 755 /usr/bin/startxgl.sh
Code:
sudo gedit /usr/share/xsessions/xgl.desktop
Code:
[Desktop Entry] Encoding=UTF-8 Name=XGl Exec=/usr/bin/startxgl.sh Icon= Type=Application
Code:
sudo aptitude update && sudo aptitude dist-upgrade
To start compiz you have to right click on the red icon in notification aera and clik on : GL Desktop Additional Notes: If you own an X series Radeon and have problems with lockups, do this: Code:
sudo gedit /etc/X11/xorg.conf Code:
Option "KernelModuleParm" "agplock=0" Please Let me know if someting wrong with this How to and tell me what do you think Here A link to the wiki page for configuring Compiz in Gconf-editor https://help.ubuntu.com/community/Co...ngCompiz#xprop Removal for the first method - ---------------------- Prepare and update repositories: Code:
sudo gedit /etc/apt/sources.list Remove or comment out (#) quinstorms' and reggaemanus' repositories to /etc/apt/sources.list: Code:
#deb http://www.beerorkid.com/compiz dapper main aiglx #deb http://media.blutkind.org/xgl/ dapper main aiglx #deb http://ubuntu.compiz.net/ dapper main aiglx Remove instaled packages: Code:
Code:
sudo gedit /etc/gdm/gdm.conf-custom Look for [servers] section and delete this: Code:
Code:
Code:
#0=Standard 1=Standard to Code:
0=Standard #1=Standard reboot Second section removal: update repositories: Code:
sudo gedit /etc/apt/sources.list Comment (#) out the following or delete: Code:
#deb http://www.beerorkid.com/compiz dapper main aiglx #deb http://media.blutkind.org/xgl/ dapper main aiglx #deb http://ubuntu.compiz.net/ dapper main aiglx Code:
Delete: Code:
sudo rm /usr/bin/startxgl.sh sudo rm /usr/share/xsessions/xgl.desktop reboot Last edited by chokes; August 31st, 2006 at 02:27 PM.. Reason: Added more info about First and second section |
|
|
|
|
|
#2 |
|
Quad Shot of Ubuntu
![]() Join Date: Jan 2005
Location: Portugal
Beans: 499
Hardy Heron (Ubuntu Development)
|
Re: ATI XGL/Compiz Beta tester needed
I've tried the 2º section and it works.
My card is an ATI RADEON 9600 PRO.
__________________
"Linux guys are motivated by their hate for Microsoft, while BSD developers are motivated by their love of UNIX..." "Há nos confins da Ibéria um povo que nem se governa nem se deixa governar" - Gaius Julius Caesar (100-44 AC) |
|
|
|
|
|
#3 |
|
A Carafe of Ubuntu
![]() |
Re: ATI XGL/Compiz Beta tester needed
you can start and stop compiz with the Compiz icon?
Last edited by chokes; August 28th, 2006 at 12:32 AM.. |
|
|
|
|
|
#4 |
|
Just Give Me the Beans!
![]() Join Date: Jul 2006
Beans: 47
Ubuntu 7.10 Gutsy Gibbon
|
Re: ATI XGL/Compiz Beta tester needed
before I try this, whats the likely hood it is going to work on a 64 bit system ?
Im really looking forward to getting this eye candy cranking! |
|
|
|
|
|
#5 |
|
A Carafe of Ubuntu
![]() Join Date: Feb 2006
Location: Finland
Beans: 42
Ubuntu 7.04 Feisty Fawn
|
Re: ATI XGL/Compiz Beta tester needed
No. 2 works for me and I can start/stop compiz using the Compiz icon in the notification area.
I've been using the compiz-start.py script to start and manage compiz. Just tried gnome-compiz-manager. It's alright and I realize that gnome-compiz-preferences are newbie-friendlier but I do prefer gset-compiz for editing the preferences. It has features like choosing the cube top and bottom images and more comprehensive shortcut editing capabilities, for example. I guess I could use gconf-editor for that. Also, compiz-start.py has the option to restart compiz and to switch to metacity, which I like. Also IMHO it's good that in compiz-start.py you can go directly to the cgwd themer. Last edited by The Soundophiliac; August 28th, 2006 at 06:06 AM.. |
|
|
|
|
|
#6 |
|
Extra Foam Sugar Free Ubuntu
![]() |
Re: ATI XGL/Compiz Beta tester needed
I installed both ways, both work for me.
Good job - trib'
__________________
[Why does Linux take up so much of my RAM?] [Get GNU/Linux!] "Software is like sex; it's better when it's free" - Linus Torvalds |
|
|
|
|
|
#7 |
|
A Carafe of Ubuntu
![]() |
Re: ATI XGL/Compiz Beta tester needed
alexandermimix: you will need amd64 packages, you can see this guide: http://www.ubuntuforums.org/showthread.php?t=133427
me and chokes will update the guide, we will have both nVidia and ATi setup, since we are getting good feedback, we will post the guide with chokes nVidia guide and my ATi one, which is this. chokes helped me with a few modifications. So far all seems well, are you guys experiencing slow downs or any problems or its all good?
__________________
Linux user#425903 Ubuntu user#7402 .:Linux For Clinics:. .:Linux Mod-Free Forums:. |
|
|
|
|
|
#8 |
|
Extra Foam Sugar Free Ubuntu
![]() |
Re: ATI XGL/Compiz Beta tester needed
It's all good so far.
I'd say it's even faster than the other tutorials (beerorkid's repos seem to be more up-to-date). I still have some XGL related questions, but it has nothing to do with the installation method, so I'll post them somewhere else Cheers - trib'
__________________
[Why does Linux take up so much of my RAM?] [Get GNU/Linux!] "Software is like sex; it's better when it's free" - Linus Torvalds |
|
|
|
|
|
#9 |
|
A Carafe of Ubuntu
![]() |
Re: ATI XGL/Compiz Beta tester needed
Thanks a lot tribaal and everyone else for the great feedback!
__________________
Linux user#425903 Ubuntu user#7402 .:Linux For Clinics:. .:Linux Mod-Free Forums:. Last edited by S1NGH; August 28th, 2006 at 06:21 AM.. |
|
|
|
|
|
#10 |
|
Quad Shot of Ubuntu
![]() Join Date: Jan 2005
Location: Portugal
Beans: 499
Hardy Heron (Ubuntu Development)
|
Re: ATI XGL/Compiz Beta tester needed
Yes I can
__________________
"Linux guys are motivated by their hate for Microsoft, while BSD developers are motivated by their love of UNIX..." "Há nos confins da Ibéria um povo que nem se governa nem se deixa governar" - Gaius Julius Caesar (100-44 AC) |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|