Ubuntu This forum is for the discussion of Ubuntu Linux. |
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
10-29-2008, 02:49 AM
|
#1
|
LQ Newbie
Registered: Oct 2008
Posts: 2
Rep:
|
Keyboard Shortcuts Not Working After Dist-Upgrade to Intrepid
Hi guys. I just upgraded from Hardy to Intrepid. I'm running into some very annoying issues. Specifically speaking, I'm no longer able to use any of my Up, Down, Left and Right arrows in any of my apps like I used to.
Some practical example are: Prior to the dist-upgrade, depressing either the Up or Down arrow keys in Epiphany browser would have allowed me to scroll up or down a webpage, but not now. And pressing the the Up arrow key, does not bring up the last command I typed in GNOME terminal like it used to before the upgrade. Similarly, my Insert, Delete, Home, End keys do not work anymore.
I cannot also press Ctrl C and Ctrl V for any cut & paste operations like before. Also I while I have a Generic 105 key keyboard, under System > Preferences > Keyboard > Layouts, Intrepid thinks I have a Generic 101 key PC instead.
How do I rectify these? Can anyone help me out here? Please?
Last edited by dreamteam; 10-29-2008 at 03:31 AM.
|
|
|
10-30-2008, 12:17 AM
|
#2
|
LQ Newbie
Registered: Oct 2008
Posts: 2
Original Poster
Rep:
|
An update.
Tried to perform a "sudo dpkg-reconfigure console-common". Found that console-common wasn't installed for whatever reasons. Went ahead and installed that, everything went smoothly till the "sudo dpkg-reconfigure console-common" portion.
I forgot that as my arrow keys aren't working anymore, I could not select any of the options brought up in the debconf dialog. The only choice was to stick with the default i.e. "do not touch my keymaps" or something.
Is there a config file or 2 that I can manually edit (e.g. while in failsafe) perhaps where I can define my keyboard type (seems like the new xorg doesn't read the xorg.conf anymore and insists on recognizing my keyboard as a 101 key one instead of it being a 105 generic) as well as set the default behavior of like my Left, Right, Up, Down, Page Up, Page Down, Insert, Delete, Home, End, etc keys? If is/are, how do I go about it i.e. what stuff do I need to add/remove, comment or uncomment?
Last edited by dreamteam; 10-30-2008 at 12:22 AM.
|
|
|
11-01-2008, 06:43 PM
|
#3
|
LQ Guru
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019
Rep: 
|
You may have to look into setxkbmap and, for configuration files, the /usr/share/X11 directory.
Of course, you may find that doing a clean install will take less time than doing all of this.
Last edited by jay73; 11-01-2008 at 06:44 PM.
|
|
|
11-01-2008, 11:06 PM
|
#4
|
Senior Member
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230
|
Quote:
Originally Posted by dreamteam
Is there a config file or 2 that I can manually edit (e.g. while in failsafe) perhaps where I can define my keyboard type (seems like the new xorg doesn't read the xorg.conf anymore
|
Even though the new xorg with Intrepid does not use an xorg.conf anymore, you could just create a blank xorg.conf file in the /etc/X11 directory and put in the relevant parts that you need and X will still read it. For the keyboard section it would be something like this:
Code:
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Just edit the keyboard section to suit your needs, and restart X.
Last edited by tommcd; 11-01-2008 at 11:09 PM.
|
|
|
All times are GMT -5. The time now is 06:40 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
|
|