You are not logged in.
Pages: 1
Hello people. I installed Arch some days ago and it works great, but I'm having a couple of annoying issues with my keyboard and mouse.
As for the keyboard, it happens sometimes that it seems to get stuck with one key. If I open a terminal window when this happens, I see weird sets of characters, like ^[[2~ (something like this image: http://img520.imageshack.us/img520/9033 … azojl2.png ). It seems that for some reason the 'Alt' key and/or the 'Alt Gr' key get stuck since I can't use them when this happens (for example, if I attempt close a window with 'Alt-F4', it doesn't work, or if I try to type a character that requires the use of the 'Alt Gr' key, like @, #, etc. it doesn't work either.
And as for the mouse issue, it's minor, but still a bit annoying: sometimes when I'm browsing a website on firefox and use the mouse wheel to scroll up or down, the browser suddenly goes one page backward (as if I had pressed the browser's back arrow button).
I don't think these two issues are directly due to my hardware because it's been working fine for months on other distros I've tried in this PC. In case this is relevant, here's my xorg.conf:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Thu Feb 14 18:20:37 PST 2008
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "xtrap"
Load "glx"
Load "dbe"
Load "record"
Load "extmod"
# Load "dri"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
#DisplaySize 340 270 # mm
### Comment all HorizSync and VertRefresh values to use DDC:
Identifier "Monitor0"
VendorName "SAM"
ModelName "SyncMaster"
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "Rotate" # [<str>]
#Option "VideoKey" # <i>
#Option "FlatPanel" # [<bool>]
#Option "FPDither" # [<bool>]
#Option "CrtcNumber" # <i>
#Option "FPScale" # [<bool>]
#Option "FPTweak" # <i>
#Option "DualHead" # [<bool>]
Option "RenderAccel" "true"
Option "NoLogo" "true"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "G71 [GeForce 7300 GS]"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Thanks in advance for your help.
Offline
do you havea and use multimediakeys on your keyboard? i have similar "problems" when using media buttons.
Last edited by iggy (2008-03-22 13:43:42)
sorry for my bad english
Offline
Hi. Yes, my keyboard has some multimedia keys, but I never use them (keys like volume up and down, track backward and forward, stop, play/pause). Do you think this can be the source of the problem? If so, how to solve it? Thanks in advance.
Offline
Hi. Does this happen also when you switch to a console (I'm not sure if that's the correct name - ctrl-alt-f1)?
Btw, great desktop!
Offline
Yes, it also happens if I switch to a virtual console. In fact, I attempted to open a session on a virtual console (ctrl-alt-F1) the last time it happened, but I couldn't because my password wasn't logged correctly; the weird thing is, I could type the login name (for example, 'root' or my user name), but when I tried to enter the password it always returned an authentication error because the password was misspelled, or something. I also tried to reset the X server to see if it solved the issue, but I couldn't because the 'Alt' key was not working (when it happens, the only solution is to reboot from the GUI). Any ideas?
Oh, and thanks for your comment about my desktop
Offline
Hi again people. Sorry for double post. This is just to let you know it seems my keyboard was broken after all. It started happening on Debian too, so I happened to plug an old keyboard I had in my closet, and it's been working fine for about 24 hours.
The only issue left is the weird browser behavior when scrolling down or up on websites with the mouse. Does anyone have a clue?
Thanks in advance.
Offline
Bit of a old topic but, I had the same problem with Firefox and I managed to solve it by changing my Xorg.conf
This is how my mouse section looks like:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "CorePointer"
EndSection
Hope it helps.
Offline
Pages: 1