|
|
Linux Technical issues under Linux platform |
|
Thread Tools | Display Modes |
|
01-07-2010, 04:27 AM | #1 |
Baron
Join Date: Apr 2009
Location: Montana, U.S.A.
Posts: 690
|
Strange LinuxMint8 x64 problem in RO with ALT key function
Just to see how RO runs under the new LinuxMint8 x64, I set up a separate partition on my HD for it and installed it, the latest ATI Catalyst Drivers and RO.
I cannot play it, however, in that even though the game installed, updated and launched fine, the keyboard cannot function as it acts as though I'm constantly holding down the left Alt key (which I'm not doing). If I click on the dialog box to type, it highlights the chat but when I type nothing shows up. If I press escape, nothing happens. If I try moving, it saves a screenshot when I press "s" If I try typing, the FPS info and Network info boxes pop up when I press "p" and "i" Keep in mind I'm not holding Alt down while doing this (though these functions occur in RO were I holding ALT + those keys). Also if I press Enter the game toggles between window and full screen. I tried looking at my base keyboard settings in LinuxMint and didn't see anything out of the ordinary. I looked at the game's .cfg file and all the keybindings are at default. Every other program I install or use in LinuxMint8 x64 runs fine with the keyboard settings as-is. RO runs fine in Ubuntu 8.04 amd64 LTS (which I use normally) but for some reason RO under LinuxMint8 (9.10) has that weird, constant Left-Alternate key condition and I really can't do anything. Even pressing the left-alt key does not un-toggle it. It's almost like the game starts up in some invisible "L-ALT LOCK" mode and I don't know why. If anyone has any insights or fixes regarding this, it would be greatly appreciated. Thanks, --Kyro
__________________
Μολὼν λαβέ
Kyrottimus: 60 - Barbarian (WM) RIP || Rykor: 60 - Knight (WM) RIP Vanosen Sagesight: 60 - Marksman (WM) RIP || Orykus: 60 - Hunter RIP |
01-07-2010, 03:31 PM | #2 |
Master
Join Date: Aug 2007
Posts: 303
|
You have probably more than one keyboard layout in your gnome configuration. Thats probably the reason. Just delete one of the two keyboard maps.
|
01-08-2010, 12:24 AM | #3 | |
Baron
Join Date: Apr 2009
Location: Montana, U.S.A.
Posts: 690
|
Quote:
(I'm still a linux-noob but I am learning)
__________________
Μολὼν λαβέ
Kyrottimus: 60 - Barbarian (WM) RIP || Rykor: 60 - Knight (WM) RIP Vanosen Sagesight: 60 - Marksman (WM) RIP || Orykus: 60 - Hunter RIP |
|
01-08-2010, 01:06 AM | #4 |
Pledge
Join Date: Jan 2010
Posts: 6
|
Just go to keyboard settings, and delete any extra key maps.
|
01-08-2010, 12:17 PM | #5 |
Master
Join Date: Aug 2007
Posts: 303
|
|
01-11-2010, 02:12 AM | #6 |
Pledge
Join Date: Dec 2008
Location: In the closet.
Posts: 40
|
If you're using mint, you have English -Ireland as the default. Delete it. Problem fixed.
__________________
Resurrected. |
01-12-2010, 06:55 AM | #8 |
Initiate
Join Date: Aug 2008
Location: The Desert, The Mountains, The Sky
Posts: 152
|
Just in case changing the setting in Gnome doesn't work you can edit your xorg file to the proper keyboard map. Here is an excerpt of mine
Code:
Section "InputDevice" # generated from default Identifier "Keyboard0" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection What this will do for you is if you switch DEs or go to just use a WM you wont have to select localization options per DE since they will a part of your X config. In other words if you want to install KDE, LXDE or XFCE you wont have to change settings in each Desktop Environment.
__________________
Doing something maybe nothing, maybe nothing with something. |
|
|