hype-o-thetic?com Rotating Header Image

Posts from ‘June, 2009’

Ubuntu Jaunty: ATI Radeon HD 2400 XT working in dual head (Catalyst 9.6)

1 – Compile and install driver:
Source: http://wiki.cchtml.com/
[cci lang="bash"]sudo aptitude install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++5 dkms
sh ati-driver-installer-9-6-x86.x86_64.run –buildpkg Ubuntu/jaunty
# i386
sudo dpkg -i xorg-driver-fglrx_*.deb fglrx-kernel-source_*.deb fglrx-amdcccle_*.deb
# AMD64
sudo dpkg -i xorg-driver-fglrx_*.deb fglrx-kernel-source_*.deb fglrx-amdcccle_*.deb[/cci]
2 – Generate xorg.conf:
[cci lang="bash"]sudo aticonfig –initial=dual-head –screen-layout=right
sudo aticonfig –dtop=horizontal –overlay-on=1
sudo aticonfig –xinerama=on[/cci]
Note: you can do “dpkg-reconfigure xserver-xorg” to reset you xorg.conf to [...]

Linux delete/reset old eth0 network card

When you add a new network card in your linux box and remove the old one, the new card will be named eth1. If you want to change it back to eth0, you can edit the file “70-persistent-net.rules” to remove the old eth0 card line and also remove the new eth1 line:
[cci lang="bash"]vi /etc/udev/rules.d/70-persistent-net.rules[/cci]
Then you [...]

Creative Commons Attribution-ShareAlike 2.5 Canada
This work by gimpe is licensed under a Creative Commons Attribution-ShareAlike 2.5 Canada.