Ok, i have decided to give the latest version of Mandriva a go, last time i tried it i suppose it was better, less messing about with installing, was alot easier too.
Anyway, how do i go about installing ATi Drivers for Mandriva, do i use those repository things, or go to the ATi website or somthing? Also, is the X-FI supported by Mandriva? With mandriva is it easier to go to a website and download software compared to Kubuntu?
What kind of software do you want to download from the web? Most of its for Windows, and by adding more repositories you get loads of available software. Including a nice system CPU monitor called hot-babe.
You need to download the latest Linux drivers from the ATi website, and then run the installer as root. ./installer-name
Linux distributions all use the Linux kernel, and since there’s no driver available then it doesn’t matter what distro you pick, it won’t be supported until the devs release it.
Check out the “Getting the most from Mandriva” thread.
Yeah, in Mandriva it’s like this: urpmi <program> …or, like Synaptic in Debian, there is a graphical software installer as well. That’s the method I recommend for n00bs, since they may not know what software they’re looking for in the first place. In Mandriva, the graphical tool is called rpmdrake, and can also be launched through Mandriva Control Center (aka “Configure My Computer”, or mcc from the command line).
Ok, i was am trying to install graphics drivers now, the thing is, i go to the software installer in Mandriva, i search for ATi, and it doesent come up with anything :s, also when i go to the command, type, Urpmi Ati, it says something like the command is not found or no such file or directory :s, do i have to use the command in root, if so, how do i log into root again?, and what do i have to type for the graphics drivers?
I don’t think ATi drivers are included in the mandriva repositories since its proprietary. So you’ll have to download the installer from the website as I said before.
urpmi installs software, so naturally you need root permissions to run it. To go into root from a terminal type su and enter your root password. Exit when you’re done with “exit”.
the command is:chmod a+x <filename>notchmod a+x .<filename> (minus the . (full stop)
btw what is the filename you are trying to execute ? or program your trying to install ?
btw “chmod a+x ” only makes a file executable, so you can then run it with “./”
that actually good because the file is now executable, now do ./home/will/Desktop/attachmentalthough i alwawys change to the directory i’m working in by typingcd /home/will/Desktop/attachmentto make the command less complicated