AMD unsupported hardware

Asked by arnupharb

How to run ati driver as a super user. I tried su - and then it said failed to authorization.
what should I do next?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
N1ck 7h0m4d4k15
Solved:
Last query:
Last reply:
Revision history for this message
Best N1ck 7h0m4d4k15 (nicktux) said :
#1

You can change to root user with

    sudo -i

But it would be better if you say what exactly you want to achieve, or what is the problem.

Also some terminal results would be useful

    lspci -nnk | grep -iA2 vga
    lsb_release -rcd && uname -rm
    /usr/lib/nux/unity_support_test -p

Regards
 NikTh

Revision history for this message
arnupharb (arnupharb-master) said :
#2

Thanks Nik.Th., that solved my question.