<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3256609576073087176</id><updated>2011-04-21T20:22:44.596-07:00</updated><category term='Ubuntu Edgy'/><category term='XGL Desktop'/><category term='Edgy'/><category term='XGL tutorial'/><category term='Edgy Eft'/><category term='Cube'/><title type='text'>***</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://ubuntufreak.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3256609576073087176/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://ubuntufreak.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Mark</name><uri>http://www.blogger.com/profile/04096994295601132417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3256609576073087176.post-712569290568297158</id><published>2006-11-13T22:53:00.000-08:00</published><updated>2006-11-15T16:38:11.548-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='XGL Desktop'/><category scheme='http://www.blogger.com/atom/ns#' term='XGL tutorial'/><category scheme='http://www.blogger.com/atom/ns#' term='Edgy'/><category scheme='http://www.blogger.com/atom/ns#' term='Cube'/><category scheme='http://www.blogger.com/atom/ns#' term='Edgy Eft'/><category scheme='http://www.blogger.com/atom/ns#' term='Ubuntu Edgy'/><title type='text'>XGL on Ubuntu quick refrence</title><content type='html'>1. Create sudo password (if you haven't already)&lt;br /&gt;&lt;br /&gt;    a. Open terminal&lt;br /&gt;    b. sudo passwd root&lt;br /&gt;    c. Create password&lt;br /&gt;&lt;br /&gt;2. Update system&lt;br /&gt;&lt;br /&gt;    a. Open terminal&lt;br /&gt;    b. sudo apt-get update&lt;br /&gt;    c. sudo apt-get dist-upgrade&lt;br /&gt;&lt;br /&gt;3. Add repositories&lt;br /&gt;&lt;br /&gt;    a. Open terminal&lt;br /&gt;    b. sudo nano /etc/apt/sources.list&lt;br /&gt;    c. Now you will be taken to the repository. Cut and paste these links into the beginning of the     repository (note: #=comment out the following text).&lt;br /&gt;&lt;br /&gt;Links&lt;br /&gt;=====&lt;br /&gt;    deb http://www.beerorkid.com/compiz edgy main-edgy&lt;br /&gt;    deb http://media.blutkind.org/xgl/ edgy main-edgy&lt;br /&gt;    deb http://www.beerorkid.com/compiz edgy main-edgy&lt;br /&gt;    deb http://media.blutkind.org/xgl/ edgy main-edgy&lt;br /&gt;&lt;br /&gt;Exit&lt;br /&gt;====&lt;br /&gt;    ctl+X&lt;br /&gt;&lt;br /&gt;Save&lt;br /&gt;====&lt;br /&gt;    Y&lt;br /&gt;&lt;br /&gt;"File Name to write"&lt;br /&gt;====================&lt;br /&gt;&lt;enter&gt;&lt;br /&gt;4. Download public Keys for repositories&lt;br /&gt;&lt;br /&gt;    a. Open the terminal&lt;br /&gt;    b.  sudo wget http://www.beerorkid.com/compiz/quinn.key.asc -O - | sudo apt-key add -&lt;br /&gt;    c.  sudo wget http://media.blutkind.org/xgl/quinn.key.asc -O - | sudo apt-key add -&lt;br /&gt;&lt;br /&gt;5. Install&lt;br /&gt;    a. sudo apt-get update&lt;br /&gt;    b. sudo apt-get install xserver-xgl libgl1-mesa xserver-xorg libglitz-glx1 beryl                          emerald-themes&lt;br /&gt;&lt;br /&gt;6. Add Xgl to login session. To do this, create a script&lt;br /&gt;&lt;br /&gt;    a. Open the terminal&lt;br /&gt;    b. sudo nano /usr/bin/startxgl.sh&lt;br /&gt;    c. Now a "terminal like" window will pop up. Cut and paste the following into this window:   &lt;br /&gt;        #!/bin/sh&lt;br /&gt;        Xgl -fullscreen :1 -ac -accel glx:pbuffer -accel     xv:pbuffer &amp; sleep 2 &amp;amp;&amp; DISPLAY=:1&lt;br /&gt;        # Gnome:&lt;br /&gt;        exec gnome-session&lt;br /&gt;        # KDE:&lt;br /&gt;        # exec startkde&lt;br /&gt;    d. ctl+X&lt;br /&gt;    e. Y&lt;br /&gt;    f. enter&lt;br /&gt;&lt;br /&gt;7. Make script executable&lt;br /&gt;    a. open the terminal&lt;br /&gt;    b. sudo chmod +x /usr/bin/startxgl.sh&lt;br /&gt;&lt;br /&gt;8. Create a new log in session:&lt;br /&gt;&lt;br /&gt;    a. open the terminal&lt;br /&gt;    b. sudo nano /usr/share/xsessions/xgl.desktop&lt;br /&gt;    c. Cut&amp;Paste:&lt;br /&gt;        [Desktop Entry]&lt;br /&gt;            Encoding=UTF-8&lt;br /&gt;            Name=XGL&lt;br /&gt;            Exec=/usr/bin/startxgl.sh&lt;br /&gt;            Icon=&lt;br /&gt;            Type=Application&lt;br /&gt;    d. ctl+x&lt;br /&gt;    e. Y&lt;br /&gt;    f. enter&lt;br /&gt;&lt;br /&gt;9. Set "beryl-manager" and "beryl-xgl" to start automatically&lt;br /&gt;    a. System &gt; Preferences &gt; Sessions &gt; Startup Programs Then add these three entries:&lt;br /&gt;        (1) xmodmap /usr/share/xmodmap/xmodmap.us&lt;br /&gt;        (2) beryl-manager&lt;br /&gt;        (3) beryl-xgl&lt;br /&gt;&lt;br /&gt;Desktop Cube controlls&lt;br /&gt;=======================&lt;br /&gt;CTRL + ALT + Left/Right Arrow      Rotates the desktop-cube to a new side.&lt;br /&gt;CTRL + ALT + SHIFT + Left/Right Arrow     Moves the focused app to a new side of the cube.&lt;br /&gt;CTRL + ALT + Hold Left Mouse Button     Free rotation of desktop-cube with mouse.&lt;br /&gt;ALT + TAB     Switch between apps on the current side of the cube.&lt;br /&gt;CTRL + ALT + TAB     Switch between ALL apps.&lt;/enter&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3256609576073087176-712569290568297158?l=ubuntufreak.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ubuntufreak.blogspot.com/feeds/712569290568297158/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3256609576073087176&amp;postID=712569290568297158' title='13 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3256609576073087176/posts/default/712569290568297158'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3256609576073087176/posts/default/712569290568297158'/><link rel='alternate' type='text/html' href='http://ubuntufreak.blogspot.com/2006/11/xgl-on-ubuntu-in-9-easy-steps_13.html' title='XGL on Ubuntu quick refrence'/><author><name>Mark</name><uri>http://www.blogger.com/profile/04096994295601132417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>13</thr:total></entry></feed>
