Tomay 0 Posted February 6, 2003 When I first logged on as root I changed the red background with something that didn't hurt my eyes so much, but after I rebooted it was all back. I can not change the background the color of the desktop font ... even if I restart X it's all back to the default settings. If i log on as a normal user (not as root) I don't have such problems. How can I change the root desktop settings?? I use KDE Share this post Link to post
punkisdead 0 Posted February 7, 2003 Why are you trying to run X as root? If you need to run an app in X you could always su to root then type in: xauth merge ~<username>/.Xauthority now you can run X-apps as root without that nasty error saying cannot connect to Xserver Share this post Link to post
Tomay 0 Posted February 7, 2003 I'm running as a normal user now, but when I mount and unmount I get errors that only root can do that. Is there a way to give higher priorities to a normal user. Share this post Link to post
Tomay 0 Posted February 7, 2003 I'm gonna play around some with the chmod command. Where can I find what the -rwxr-xr-x means. I know that r-read w-write x-execute. But is there a good howto on this. Share this post Link to post
punkisdead 0 Posted February 7, 2003 -rwsr-xr-x the first set is the owners permissions, the second set is the group member permissions, and the last is everyone else..... do a ls -l /dev/cdrom* if this is linked to something else for instance if it is your cdburner it might be sr0 or scd0. you should see something like the following.... brw-rw---- 1 root cdrecording 11, 0 Mar 14 2002 /dev/scd0 This device is owned by root and group is cdrecording, I believe in Suse the group is disk. So if you make yourself a member of disk you should be able to mount it..... Share this post Link to post