LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Screen Resolution (https://www.linuxquestions.org/questions/linux-newbie-8/screen-resolution-375814/)

paul2463 10-22-2005 01:27 PM

Screen Resolution
 
Hi Guys

this seems strange to me, but then again it involves a computer so therefore it should be expected really..

I have logged in as root and changed the screen resolution to 1024X768, my problem is that the root login and my other login screen is not correct I lose the taskbars at the top and bottom and gave gained two white lines that nearly go across the screen but the bottom one is half way down the screen..heres the strange bit-----my wifes login it works perfectly and the screen is the correct size...any ideas anyone???

confused of yorkshire

Paul

homey 10-22-2005 02:36 PM

Quote:

my wifes login it works perfectly and the screen is the correct size
You could bump off your wifes and use their accounts. :)
On my FC4 box, I right click on the desktop area and select: Configure Desktop...
In the Display section, I can set the Screen Size:
On my systems, I usually set that to 1024 x 768

paul2463 10-23-2005 10:11 AM

Thanks Homey

actually what I did was to delete my normal account ( I have only just set it up so there was nothing worth keeping) and strated my own account again...lo and behold it now also shows the correct size screen... I think i will take my losses and leave it as only the root login has the funny screen size and change it bak to 800 X 600 if I have to do anything that purely requires a root login.

thanks for the reply anyway

Paul

I dont suppose it is possible to delete the root account ans start that back up again is there without having to reload everything?


remember --- to grow old is mandatory....to grow up is optional

homey 10-23-2005 12:27 PM

Quote:

I dont suppose it is possible to delete the root account ans start that back up again is there without having to reload everything?
Don't try to remove the root account!
You can reset the root desktop settings by recreating the /root folder.
For example:
At the grub menu, get into single user mode ( init 1 ) .
You do that by typing e ( edit ) and add init 1 to the end of the kernel line.
When booted up in level 1 , run these commands:
rm -rf /root
mkdir root
reboot

That should get you back to a clean desktop.
If you are nervous about doing that, you can move the old /root to someplace safe so you could restore it if need be ( in single mode ) ....
cd /home
mv /root .


The restore command would then be ....
mv /home/root .

jschiwal 10-23-2005 12:41 PM

Which window manager are you using. If it is KDE, you might try deleting the /root/.kde/ directory rather that the entire /root/ directory.

paul2463 10-24-2005 01:41 AM

Thanks Homey
actually I was only really joking about deleting the root account, many thanks for the suggestions though I will give them a try later on.

Thanks jschiwal
I am using Gnome at the moment, havnt really had time to look at all the interfaces to see which one I like the most yet.

paul2463 10-24-2005 01:49 PM

Hi Homey

worked like a dream, everything is working as it should now, could you answer me a small question please?

I am new to linux command line functions, but have some experience with dos, so I understand a few commands
I realise that "rm" is remove but the attributes "-rf" to the command I dont know could you explain please?

once again many thanks

Paul

homey 10-24-2005 02:11 PM

Glad you got it going! :)

The -f is force
Then -r is recursive You need this to remove directories which may not be empty.

There is also the command: rmdir


All times are GMT -5. The time now is 06:16 PM.