can't login via GUI but can via Putty

 
Thread Tools Search this Thread
Operating Systems Linux Fedora can't login via GUI but can via Putty
# 1  
Old 06-03-2011
can't login via GUI but can via Putty

Hi all,

I am able to login via putty to a fedora 10 workstation.
But when i try to login via physical screen connected to workstation, it just gives me a blank screen and i cant see any options to enter username and passwd. How do i get the physical GUI to work.

Code:
[vct@console-0124 ~]$ who -r
         run-level 5  2011-06-03 11:25

below is the ps -ef output for X

Code:
 
[vct@console-0124 ~]$ ps -ef|grep X
vct       4309     1  2 11:31 ?        00:06:05 Xvnc :1 -desktop console-0124.local:1 (vct) -auth /home/vct/.Xauthority -geometry 1024x768 -depth 16 -rfbwait 30000 -rfbauth /home/vct/.vnc/passwd -rfbport 5901 -pn
vct       4315     1  0 11:31 ?        00:00:00 /usr/bin/ck-xinit-session /usr/bin/ssh-agent /etc/X11/xinit/Xclients
vct       4513  4510  0 11:31 ?        00:00:00 /usr/bin/ssh-agent /etc/X11/xinit/Xclients
root      4737  4736  0 11:33 tty1     00:00:01 /usr/bin/Xorg :0 -nr -verbose -auth /var/run/gdm/auth-for-gdm-RnNDaK/database -nolisten tcp vt1
vct       8977  8880  0 15:48 pts/1    00:00:00 grep X
[vct@console-0124 ~]$

# 2  
Old 06-03-2011
It may be on a different virtual terminals. In linux you can switch between several different local terminals with ctrl-alt-f1 through ctrl-alt-f6. ctrl-alt-f7 should switch to the terminal where the GUI traditionally resides. Or sometimes, ctrl-alt-f8.

Or it may be that X11 just isn't working for some reason. Check /var/log/Xorg.0.log
# 3  
Old 06-03-2011
Hi,

Tried ctrl-alt f1 through f8. None worked.
I am wondering is it something to do with any X windows process or any resolution issue ?
# 4  
Old 06-03-2011
Quote:
Originally Posted by lramsb4u
Hi,

Tried ctrl-alt f1 through f8. None worked.
That's extremely weird. Are you sure the keyboard is even working? Do the num lock keys/lights do anything?
# 5  
Old 06-03-2011
Hi,

Yes, the keyboard is working. (checked num lock/lights)
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

AIX GUI to replace old school puTTy?

Is there now in existence a graphical interface for AIX instead of black screen on putty? I ask this, because IBM i has GUI interfaces. Maybe a navigator GUI for smitty etc also with powerVP enhanced? (2 Replies)
Discussion started by: dusktildawn
2 Replies

2. AIX

Able to ping the server but not able to login through putty it says network timeout

Able to ping the server but not able to login through putty it says network timeout Please assist (3 Replies)
Discussion started by: Vishal_dba
3 Replies

3. UNIX for Dummies Questions & Answers

Putty Auto Login

Hello All , Requiremnt : i want to login to putty automatically and change the settings like i want , for ex : changing the "lines of scrollback" , " under colors , want to check to checkmark the option use system colors" . Like this i want to do . I have a bash file created to login . But... (2 Replies)
Discussion started by: radha254
2 Replies

4. UNIX for Advanced & Expert Users

Login putty automatically

Hi Guys , I am using putty.exe file to login to servers . I heard that there is way to save my username and password in putty so that i no need to give my creds while logging into putty . If so please provide me th way to do so . Please note : I am not talking about keyfile . Thanks in... (6 Replies)
Discussion started by: radha254
6 Replies

5. Windows & DOS: Issues & Discussions

Batch file to login to putty and list directory

I've created a .bat file with this line: start C:\USERS\Putty\putty.exe -ssh user@server.com -pw password That opens a putty session and logged in it with the user and password i've already specified. But now, I want to enter a simple command like "ls -l" for example.. How can I do that? I've... (3 Replies)
Discussion started by: nirmal.mukundan
3 Replies

6. Linux

Opening a GUI from a putty window on Linux

Hi, I have a linux which I am accessing using putty.I have written some code in TCL-Tk & developed a GUI based app.I knew that it is difficult to open a GUI based app. from putty,but there must be some way to do that. If anybody knows any such workarounds kindly let me know. Shell I am using is... (4 Replies)
Discussion started by: forstudy3
4 Replies

7. UNIX for Dummies Questions & Answers

Putty Login - with Batch?

Hello Everybody, I have a question on the UNIX server login with putty. Can this login procedure into PUTTY be automated with a macro or vbs or batch file? Kindly help me in directing me for the above. Thanks for the help, Regards, (3 Replies)
Discussion started by: swame_sp
3 Replies

8. UNIX for Dummies Questions & Answers

Can't login through putty

I am changing root password by passwd. Now I can directly log into the system but I can not log in using puttytel. It will show an error "Incorrect Password":rolleyes: (1 Reply)
Discussion started by: arrs
1 Replies

9. Linux

resticting user to login using putty on port 21(ftp)

Hi, I am having small query and wheather it is possible ? that user can transfer the files using ftp client examples (filezilla) , but he can not use putty to login using ftp and run the commands, Regards, Manoj (2 Replies)
Discussion started by: manoj.solaris
2 Replies

10. Programming

compile java with GUI on unix system/putty

is it possible in the first place? if so, how should I go about it? (0 Replies)
Discussion started by: finalight
0 Replies
Login or Register to Ask a Question