• 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.

exit x in fc3

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.
hehe, good call... it gives this error:

(EE) NVIDIA(0): Failed to initiate the NVIDIA kernel module
(EE) NVIDIA(0): ***ABORTING***
(EE) Screen(s) found, but none have a usable configuration

Fatal server error:
no screens found
 
You need to be come root with 'su -' instead of just 'su'. modprobe is in /sbin which isn't normally in regular user's PATH.
 
The added dash tells su to make the shell a 'login' shell which resets the environment to match the user you're switching to. It works for any account, if you type 'su - user' as root it'll switch you to 'user' with their environment.
 
Back
Top