同埋改 Time and Date (install 時冇改) 個 Privileges 我打 root password 都唔 pass
裝 Nvidia Driver 又話要 run as root ....
Thanks.
Do you mean gksu, which prompt you to enter your password when you try to modify system's configurations? It is actually a kind of protection of your system, with such protection, your Linux system is almost immune to viruses.
When using sudo or gksu, you need to enter your pasword, not the root password.
Don't run programs as root, or your system may get infected by viruses or malicious codes/ scripts. Remember, with great power, comes great responsibility.
If you really need to login as root in GNOME, I can remember that you can go to [System]-[Login] in menu bar, and then enable login as root. You have to use su - and passwd to change the password of root.
Think yourself as a virus program, if you can access anywhere in the system without password, is it very easy for you to break the system? Linux protect itself with password is to prevent such programs doing something that may harm the system.