LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   Can't enter pasword in the login field. (https://www.linuxquestions.org/questions/suse-opensuse-60/cant-enter-pasword-in-the-login-field-407089/)

albertog 01-23-2006 04:31 PM

Can't enter pasword in the login field.
 
Hello,
Login fails on my Suse 10, OSS, 32 bit.
I can position the cursor in the field, but can't move it or write anything in the field.
How can I regain control of the login fields? Suse has worked very well since installation a couple of months ago, until I made an update just recently.
My username appears in the un.field but can't be deleted or entered.
Thanks in advance for any help on this.

Regards from newbie Al of Norway

abisko00 01-24-2006 09:03 AM

Have you tried typing the password blindly?
You may not see the input, but it's there.

There is a setting in kdm to change the echo mode to show your input. This was in KDE Control Center -> System Administration-> Login Manager

albertog 01-24-2006 03:05 PM

Hi Abisco00,

Thanks for your kind response! I have already tried what you suggest, but to no
avail.I have performed the console login, and it worked.I`m not getting any further though, giving the command startkde in root yields "xset unable to open display".

Al

victorh 01-24-2006 05:17 PM

Hi Al, it seems to me that your problem is related with the X Windows system. The GUI of Linux. That'll also explain why you can't access your keyboard at the login screen. Try the following:

Login as root in console, then type yast2, once there reconfigure your keyboard, mouse, monitor and graphic card, follow the instructions in yast2 until it tells you that all your changes have been saved.

After that exit and login as user and try again startkde, see what happens.

By the way, you can have more info of the X windows system in the file:/var/log/Xorg.0.log. If you see a line that starts with (EE), then definitely you have some problem with X.

muddywaters 01-24-2006 06:03 PM

Just to add something that victorh implied but didn't say outright. By default Suse 10 won't allow you to log into kde as root.

albertog 01-25-2006 11:12 AM

Hello Victorh, and thanks for usefull info! Although the Graphics Card and Monitor would not open in Yast.

I'm thinking of entering the x11config and create a new config.for the graphics card and monitor.
What's your opinion?

albertog 01-25-2006 11:15 AM

Muddywaters hello,

Thanks for helping me!

albertog 01-25-2006 11:54 AM

Victorh or muddywaters , Hello,

Being in file:/var/log/ , Which command do I use to open the Xorg.0.log?

muddywaters 01-25-2006 12:22 PM

Hello Albertog
To read the log file; cat /var/log/Xorg.0.log

Suse has a configuration tool for X called sax2. I've never needed to use it as a repair tool so hopefully one of the other users will give you a run through.
I'm not sure hand editing X configuration should be the first resort.

btw: hope I was correct about root login to kde with Suse 10. I don't use 10, this is info gathered from other posts.

victorh 01-25-2006 12:54 PM

Hi Al, I'm glad of giving you some help.

Now to your problem, if yast2 has not been very helpful, try the following, login as root in console and type sax2 (SUSE Advanced X11 Configuration interface) with this tool you can configure the graphical environment of your system. In order to be successful in this matter you need some information:

1. Specs of your Monitor ( Display Size, Horizontal and Vertical Frequency, available Resolutions ), if you are in doubt please check the manuals of your monitor.
2. Graphic Card: what type of Graphic Card do you have?, you can type the following command to check your graphic card:
# lspci | grep VGA
In case you are using an Nvidia or ATI card you must also activate 3D acceleration. But this matter can be dealt after, first thing is configuring X.
3. Type of keyboard and mouse, be careful in choosing the right device, normally this is done automatically but you can check them just to be sure.
When you have done all this sax2 will try to test the configuration, you'll see a screen with a small window in the center to adjust the size of the screen and also a button to save all your changes. If you have finished this, you can start X safely.

Please note the following, the config file of X is located in /etc/X11/xorg.conf. In this file you can see all the configuration, this file is written by sax2 automatically, so you don't have to modify it manually. Nevertheless if you have an Nvidia or ATI graphic card you must install the propietary drivers of these cards so you can enjoy the full capacity of the card. In the Graphic Device Section of this file you'll see a line with the driver you are using, something like this:
Section "Device"
Identifier "ATI Graphics Adapter"
Driver "fglrx"
this is my case, in case you have an Nvidia card you'll have to see "nv" or "nvidia", or the appropiate one. If you have some problem with the driver you can put:
Driver "vesa"
this driver always works no matter what graphic card you have. Once you have X running you can install the driver of your card.

Finally have you seen some lines with (EE) in the file /var/log/Xorg.0.log? Specially at the end? If so please type them, we can guide you better if we know the exact error.

albertog 01-28-2006 08:26 AM

Jan.28.

Hi victor,


Here is the EE lines at the end" couldn`t load xkb keymap,falling back to pre -xkb keymap"

Situation worsened here Mouse cursor is`nt working anymore.I cant get into the login consol anymore.

I am inclined to make a new install as the rescue calls for Un and Password.My correct Pw won`t work.

And the regular Suse login is frozen.

My graphic card is an Intel 915G.

Thanks from

victorh 01-28-2006 08:56 AM

Doing a fresh install in your case can be a good solution. You can use the option to repair your systemn instead of a complete new install.

For the record, it seems that your keyboard is not well configured (and the mouse also), that's the reason why X can't start, somehow when you did the update your system configuration has been changed and the file /etc/X11/xorg.conf has not been updated, in case you want to be adventurous you can try to fix it, you will learn a lot fixing this problem, I think that's all about Linux, learn everyday something new...

albertog 01-28-2006 09:42 AM

Hello viktorh,

Thanks a lot I will.
Yes its something of the lure of linux you state there.:-)

By the way ,when you use cat, how do you get the output per page?

victorh 01-28-2006 09:53 AM

You can use the command more, in your case type this in the console:
Quote:

cat /etc/X11/xorg.conf | more
to go to the next page press the space bar.
Or, in case you just use cat, you can go back in the console by pressing shift + PagUp.

Keep trying Al.


All times are GMT -5. The time now is 03:27 AM.