<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Torh</id>
	<title>ThinkWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Torh"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Torh"/>
	<updated>2026-05-01T07:50:13Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Xgl&amp;diff=27969</id>
		<title>Xgl</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Xgl&amp;diff=27969"/>
		<updated>2007-01-28T09:51:13Z</updated>

		<summary type="html">&lt;p&gt;Torh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Fixme|This article requires a cleanup: reorg, intro, separation of distro-specific info.}}&lt;br /&gt;
&lt;br /&gt;
Given the overwhelming interest in the two latest eye candy offerings for Linux and their dependence on the underlying hardware, I thought it would make sense to start pages for them. If it needs to be moved, recategorized, or even deleted - have at it. &lt;br /&gt;
&lt;br /&gt;
In the meantime, some links of interest for those wishing to install Xgl:&lt;br /&gt;
&lt;br /&gt;
[http://www.freedesktop.org/wiki/Software/Xgl Freedesktop.org page]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://en.opensuse.org/Xgl OpenSuSE page]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://gentoo-wiki.com/HOWTO_XGL Gentoo Xgl HowTo]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://wiki.ubuntu.com/XglHowto Ubuntu Xgl HowTo]&lt;br /&gt;
&lt;br /&gt;
For those of you on x40's, it apparently is possible to get Xgl running:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[https://wiki.nurd.se/global:howto:x40:xgl Xgl HowTo x40]&lt;br /&gt;
&lt;br /&gt;
Thus far, I've had no success:&lt;br /&gt;
&lt;br /&gt;
[http://forums.gentoo.org/viewtopic-t-457152-start-0-postdays-0-postorder-asc-highlight-.html Gentoo forum thread on x40/Xgl/AIGLX]&lt;br /&gt;
&lt;br /&gt;
==How to install XGL on Ubuntu Dapper==&lt;br /&gt;
The source of this guide is http://ubuntuforums.org/showthread.php?t=145068. Check for updates and update here if neccecery. Original guide by &amp;quot;gandalfn&amp;quot; from ubuntuforums.&lt;br /&gt;
&lt;br /&gt;
1. Add this to your sources.list:&lt;br /&gt;
&lt;br /&gt;
deb http://xgl.compiz.info/ dapper aiglx&lt;br /&gt;
&lt;br /&gt;
deb http://xgl.compiz.info/ dapper main&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Update your repositories by running:&lt;br /&gt;
&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
sudo apt-get dist-upgrade&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Install latest dri modules packages by running:&lt;br /&gt;
&lt;br /&gt;
sudo apt-get install linux-dri-modules-common linux-dri-modules-`uname -r`&lt;br /&gt;
&lt;br /&gt;
[if after a linux-restricted-modules or linux-image update you have some troubles, run &amp;quot;sudo /sbin/ldm-manager&amp;quot; to regenerate modules.dep]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. Install Compiz:&lt;br /&gt;
&lt;br /&gt;
compiz aiglx are now partially official, compiz-vanilla packages work now on xorg-aiglx. All compiz-aiglx packages are now deprecated, well first uninstall all compiz-aiglx packages:&lt;br /&gt;
&lt;br /&gt;
sudo aptitude purge compiz-aiglx compiz-aiglx-gnome&lt;br /&gt;
&lt;br /&gt;
sudo apt-get install compiz-vanilla-aiglx compiz-vanilla compiz-vanilla-gnome&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. Configure Xorg:&lt;br /&gt;
&lt;br /&gt;
update /etc/X11/xorg.conf with:&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Module&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#Load &amp;quot;GLcore&amp;quot;&lt;br /&gt;
Load &amp;quot;GLcore&amp;quot;&lt;br /&gt;
Load &amp;quot;bitmap&amp;quot;&lt;br /&gt;
Load &amp;quot;ddc&amp;quot;&lt;br /&gt;
Load &amp;quot;dbe&amp;quot;&lt;br /&gt;
Load &amp;quot;dri&amp;quot;&lt;br /&gt;
Load &amp;quot;extmod&amp;quot;&lt;br /&gt;
Load &amp;quot;freetype&amp;quot;&lt;br /&gt;
Load &amp;quot;glx&amp;quot;&lt;br /&gt;
Load &amp;quot;int10&amp;quot;&lt;br /&gt;
Load &amp;quot;type1&amp;quot;&lt;br /&gt;
Load &amp;quot;vbe&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
#XGL: remove all other option in device section:&lt;br /&gt;
Section &amp;quot;Device&amp;quot;&lt;br /&gt;
Identifier &amp;quot;Intel Corporation Intel Default Card&amp;quot;&lt;br /&gt;
Driver &amp;quot;i810&amp;quot;&lt;br /&gt;
Option &amp;quot;XAANoOffscreenPixmaps&amp;quot;&lt;br /&gt;
BusID &amp;quot;PCI:0:2:0&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;ServerLayout&amp;quot;&lt;br /&gt;
Option &amp;quot;AIGLX&amp;quot; &amp;quot;true&amp;quot;&lt;br /&gt;
Identifier &amp;quot;Default Layout&amp;quot;&lt;br /&gt;
Screen &amp;quot;Default Screen&amp;quot;&lt;br /&gt;
InputDevice &amp;quot;Generic Keyboard&amp;quot;&lt;br /&gt;
InputDevice &amp;quot;Configured Mouse&amp;quot;&lt;br /&gt;
InputDevice &amp;quot;Synaptics Touchpad&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;DRI&amp;quot;&lt;br /&gt;
Mode 0666&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Extensions&amp;quot;&lt;br /&gt;
Option &amp;quot;Composite&amp;quot; &amp;quot;Enable&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
6. Create or modify /etc/gdm/gdm.conf-custom to change your xorg server like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[servers]&lt;br /&gt;
0=aiglx&lt;br /&gt;
[server-aiglx]&lt;br /&gt;
name=aiglx server&lt;br /&gt;
command=/usr/bin/Xorg-air :0&lt;br /&gt;
flexible=true&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Restart GDM:&lt;br /&gt;
&lt;br /&gt;
sudo /etc/init.d/gdm restart&lt;br /&gt;
&lt;br /&gt;
and choose XGL from the session menu :)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This Howto is known to work on:&lt;br /&gt;
* R50e with Intel Integrated Graphics Controller 855GE&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[AIGLX]]&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Xgl Xgl] at Wikipedia&lt;/div&gt;</summary>
		<author><name>Torh</name></author>
		
	</entry>
</feed>