Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
05-14-2003, 12:17 PM
|
#1
|
|
LQ Newbie
Registered: Sep 2002
Location: Montreal
Distribution: Mandriva 2008
Posts: 28
Rep:
|
Can't enter X
Dear Everyone,
here's a weird behavior:
while I'm in the frontend login, each key that I strike on my keyboard refreshes my display in different resolution.
I don't understand 'cause, yesterday, it was quite fine.
The only thing that I changed was putting the Num Lock on for the next restart.
I can not even do ALT+F1 to go to console.
Even ALT+Backspace and CTRL+ALT+Backspace can't bring me back before the graphical login.
I'm on Red Hat 9.0, using a MSI GeForce 4 MX440 on an Asus A7N8X Deluxe. I've got plenty of hard disk space and ram.
I remember that my XFree86config file correctly installed my Viewsonic and my video card (using nv for driver).
After all, it was working fine....
How can I stop the graphical login to load ?
|
|
|
|
05-14-2003, 12:43 PM
|
#2
|
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
Re: Can't enter X
Quote:
Originally posted by McNider
I can not even do ALT+F1 to go to console.
|
Try Ctrl + Alt + F1
Quote:
|
How can I stop the graphical login to load ?
|
Append " 3" to your kernel arguments at boot.
You could also try using "Ctrl & Alt & +" and "Ctrl & Alt & -" to set the resolution once X has loaded.
|
|
|
|
05-14-2003, 01:04 PM
|
#3
|
|
LQ Newbie
Registered: Sep 2002
Location: Montreal
Distribution: Mandriva 2008
Posts: 28
Original Poster
Rep:
|
Same result.
Like I said: EVERY key on my keyboard resizes my display without entering any caracter at all !
... and my keyboard is working just fine in other OSes.
|
|
|
|
05-14-2003, 01:20 PM
|
#4
|
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
In that case append " 3" (no quotes) to your kernel arguments at boot.
|
|
|
|
05-14-2003, 01:24 PM
|
#5
|
|
LQ Newbie
Registered: Sep 2002
Location: Montreal
Distribution: Mandriva 2008
Posts: 28
Original Poster
Rep:
|
you mean editing Grub at start and entering that parameter after loading vmlinuz ? (same line ?)
|
|
|
|
05-14-2003, 02:04 PM
|
#6
|
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
Yes at the end of the ie:
kernel /vmlinuz.version OTHER PARAMETERS 3
|
|
|
|
05-14-2003, 03:29 PM
|
#7
|
|
LQ Newbie
Registered: Sep 2002
Location: Montreal
Distribution: Mandriva 2008
Posts: 28
Original Poster
Rep:
|
Thanks for the help. I got in Kudzu, everything looks just fine. Then, on console, the keyboard behaves perfectly (well.... normally).
I logged in and typed startx.
Then.... same WEIRD behavior:
The mouse works fine but as soon as I type ANY key on my keyboard, BANG ! The display changes from 1024*768 to 640*480 and to 800*600 etc.. (KDE and Gnome)
Should I reinstalled an XFree86-kboard....rpm kind of thing ?
Or should I change my prescription ?
(I'll be back in 20 hours)
|
|
|
|
05-14-2003, 03:38 PM
|
#8
|
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
Do you have right settings for your keyboard in XF86Config?
|
|
|
|
05-16-2003, 03:45 PM
|
#9
|
|
LQ Newbie
Registered: Sep 2002
Location: Montreal
Distribution: Mandriva 2008
Posts: 28
Original Poster
Rep:
|
Looks OK to me but If you see something suspicious...
I'll just copy & paste parts where the keyboard is mentionned...
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "DevInputMice" "AlwaysCore"
EndSection
Section "InputDevice"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
|
|
|
|
05-29-2003, 10:19 PM
|
#10
|
|
LQ Newbie
Registered: Sep 2002
Location: Montreal
Distribution: Mandriva 2008
Posts: 28
Original Poster
Rep:
|
13 Days later...
Having still the same problem...
Here's a cue though:
While looking at my /var/log/gdm files, I've come across this warning line under the section The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Multiple interpretations of "NoSymbol+AnyOfOrNone(all)"
Using last definition for duplicate fields
and this line comes after this:
expected keysym, got XF86_Prev_VMode: line 54 of XFree86
Obviously, that looks like Previous VideoMode, and that's exactly the reaction that I get when I strike any key on my keyboard.
I've checked line 54 in my XF86Config file but it's only a comment line.
Has anyone seen this before ?
And do you have ANY IDEA how I could get back my X server to work correctly ?
|
|
|
|
06-02-2003, 02:54 PM
|
#11
|
|
LQ Newbie
Registered: Sep 2002
Location: Montreal
Distribution: Mandriva 2008
Posts: 28
Original Poster
Rep:
|
Conclusion
With the help from someone @ XFree86.org, my GDM now works again !
It seems that I had to refresh the file /usr/X11R6/lib/X11/XKeysymDB...
|
|
|
|
07-12-2003, 12:19 AM
|
#12
|
|
LQ Newbie
Registered: Jul 2003
Posts: 1
Rep:
|
I am having the EXACT same problem and I would greatly appreciate if anyone knew how to fix it or if McNider could tell me. Thanks, its driving me crazy!!!
|
|
|
|
07-13-2003, 02:12 PM
|
#13
|
|
LQ Newbie
Registered: Sep 2002
Location: Montreal
Distribution: Mandriva 2008
Posts: 28
Original Poster
Rep:
|
Hey crabbyman6,
This link should provide you with the latest XKeysymDB file:
http://cvsweb.xfree86.org/cvsweb/~ch...ype=text/plain
But don't take a chance and make a backup of your own before !
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 12:09 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|