Endless Paradigm

Full Version: [blog] Linux wtf's
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Joomsy Wrote: [ -> ]Also, I suggest using the open source ATI driver. It's a lot smoother than fglrx and Catalyst.

I have to beg to disagree with you there Joomsy. If you want 3d acceleration and have a recent ATI card, the proprietary drivers are the way to go. Their performance with games is orders of magnitude better than the open source one.


As far as installing the driver goes, If you're having trouble letting Ubuntu install it, I'd suggest trying to install it manually.

grab the driver from here: http://support.amd.com/us/Pages/AMDSupportHub.aspx

then extract it with

Code:
unzip ati-driver-installer.whatever.zip


and as root run the .run file with

Code:
sh ati-driver-installer.run


when it asks you to generate a package or just install, go with the just install option. You can make a package if you want, but its trivial to uninstall it now that amd bundles an uninstall script with the driver.

then reboot, run

Code:
aticonfig --initial


and you should be good. you should reboot after running the aticonfig command, and then when the machine starts up again you can verify if you installed properly by running

Code:
fglrxinfo


I've been using fglrx since my first computer with a 4650 card in it (about 4 years now), and its worked installing it that way on every distro I've tried (including Ubuntu, Debian, Arch, Fedora, and of course, Slackware), and on multiple computers with different graphics cards (worked with a 4650, a 5570, and a 6480).



Tetris, you could always do a simple check to see if the trackpad is just being disabled:

Code:
synclient TouchpadOff=0


And I don't know where your brightness keys are on the computer, but if theyre on the keyboard, you could probably just bind a button combo somewhere on the keyboard to make it brighter or darker.

@trademark I did everything you said but aticonfig --initial cause it keeps giving me an permission denied.I looked at the xorg.conf and it says that im not the owner (it shows root as the owner) so i can't make changes to it.
right you need to do that as root
Pages: 1 2
Reference URL's