Radeon X1300
{{{Depreciated as of SabayonLinux 3.4. Shall remain as for pre-3.4 users.}}} --Element 22:12, 16 July 2007 (PDT)
Contents |
Mobility Radeon X1300
Introduction
This page is dedicated to getting the Radeon X1300 working under Sabayon Linux with XGL and Beryl. This has been tested on a Dell Inspiron 6400 notebook. I cannot make any guarantees it will work anywhere else, but please add a line in the Working section if you have another laptop or desktop it works under.
Credits
Thanks to Chris Vecchitto and his Enable/disable_XGL_or_AIGLX_after_Install page.
Card Information
ATI Radeon X1300 Here is the output from my lspci.
01:00.0 VGA compatible controller: ATI Technologies Inc M52 [ATI Mobility Radeon X1300]
Installation Instructions
The following installation instructions worked for me and I hope they will work for you as well.
1. Log into console 1 (ctrl alt F1) as root. 2. Shut down X11.
/etc/init.d/xdm stop
3. Re-emerge the ati drivers.
emerge ati-drivers
4. Tell X11 to use the ATI openGL.
eselect opengl set ati
5. Re-emerge the XGL package.
emerge xgl
6. Run aticonfig via.
aticonfig --initial --input=/etc/X11/xorg.conf
7. Emerge desktop-acceleration-tools (for the shell)
emerge desktop-acceleration-helpers
8. Disable AIGLX.
/sbin/aiglx-setup disable
9. Enable XGL.
/sbin/xgl-setup enable
10. Restart X11
/etc/init.d/xdm start
--
termleech