• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

permission denied on root??? (NVM)

mdchesne

Banned
Nevermind...








I'm in root and I'm trying to install the ATI display driver for linux and i get "permission denied" when i try:
./ati-driver-installer-8.18.8-x86_64.run
to open the installer

😕
linux:~ # ./ati-driver-installer-8.18.8-x86_64.run
bash: ./ati-driver-installer-8.18.8-x86_64.run: Permission denied
linux:~ #
 
Just in case anyone else has the same problem, the solution was probably to:

chmod +x ati-driver-installer-8.18.8-x86_64.run

To make it executable.
 
yea, i did it in the GUI. but I thought root would still be able to overwrite any permissions. i mean, it's root after all
 
use:
sh ati-driver-installer-8.18.8-x86_64.run

or sometimes the .run installers don't like your glibc version. in that case use:

linux32 sh ati-driver-installer-8.18.8-x86_64.run

that starts it in 32-bit mode. that fixed it for me when I needed a rtcw patch.
 
Back
Top