|
||||||||||||||||||||||||||||||||||||||||||||||||||||
Changing default keyboard on ubuntu 5.04
I need help changing the default keyboard on ubuntu 5.04 for the login screen. i set it to Dvorak on installation but have switched the keyboard layout back to US English.
i can change the layout for me as an individual user, but not for the login screen.
can someone PLEASE help me with this?
i really need help! 
i can change the layout for me as an individual user, but not for the login screen.
can someone PLEASE help me with this?
5.04? Seriously, upgrade. Sorry.
thx 4 the help...
not.
7.10 uses 128mb more ram... that i don't have.
not.
7.10 uses 128mb more ram... that i don't have.
You can try ubuntu 6.06 which is LTS.
Or even Xubuntu will be a good idea since it has XFCE, which requires less RAM. Also, you could use something like fluxbox or xfwm instead of a full blown DE, but they have a slightly higher learning curve.
Getting back to your original query. You need to edit your Xorg settings. There are 2 methods you can use to do this
1) Directly edit the /etc/X11/xorg.conf file. You won't be able to do so directly as the keyboard will work like a DVORAK keyboard. So, rather take a live CD like puppy, mount your ubuntu partition and edit the file. Do remember to take a backup of the file before editing
2) Run the following command
Now Xorg will try to autodetect all your hardware. Most of them, if not all will be detected fine. IF it's not then you will have to do so manually. But, again remember to take backup before running this command.
In this case if something is detected wrongly and you aren't sure then you might again have some problems. But, chances of this happening is very low as it didn't happen when you installed ubuntu.
Or even Xubuntu will be a good idea since it has XFCE, which requires less RAM. Also, you could use something like fluxbox or xfwm instead of a full blown DE, but they have a slightly higher learning curve.
Getting back to your original query. You need to edit your Xorg settings. There are 2 methods you can use to do this
1) Directly edit the /etc/X11/xorg.conf file. You won't be able to do so directly as the keyboard will work like a DVORAK keyboard. So, rather take a live CD like puppy, mount your ubuntu partition and edit the file. Do remember to take a backup of the file before editing
2) Run the following command
| Code: |
| sudo dpkg-reconfigure xserver-xorg |
Now Xorg will try to autodetect all your hardware. Most of them, if not all will be detected fine. IF it's not then you will have to do so manually. But, again remember to take backup before running this command.
In this case if something is detected wrongly and you aren't sure then you might again have some problems. But, chances of this happening is very low as it didn't happen when you installed ubuntu.
I don't use Ubuntu, but I can recommend you some tips
- You should check, if you have installed package with keyboard layouts. (xkbdata, xkeyboard-config, ...)
- I use XFCE insted of gnome or KDE and after boot, I have about 90MB RAM filled and the rest is free
- Try XFKC, it is easy utility to switch keyboard layout (It mus be started before your X session starts, read manual, how to do that)
- Try never versions of software, some old (Like Ubuntu 5.04 is) could be more buggy then new releases
- Find /etc/X11/xorg.conf and edit Keyboard InputDevice section
- If you use Gnome (i don't know the utility name, because I never use Gnome) or KDE (kxkb), you should find some utility, which change keyboard layout at runtime. If this utility is used, settings in xorg.conf is useless, because it is override by this utility. This utility could start at background and you should not know it.
- You should check, if you have installed package with keyboard layouts. (xkbdata, xkeyboard-config, ...)
- I use XFCE insted of gnome or KDE and after boot, I have about 90MB RAM filled and the rest is free
- Try XFKC, it is easy utility to switch keyboard layout (It mus be started before your X session starts, read manual, how to do that)
- Try never versions of software, some old (Like Ubuntu 5.04 is) could be more buggy then new releases
- Find /etc/X11/xorg.conf and edit Keyboard InputDevice section
- If you use Gnome (i don't know the utility name, because I never use Gnome) or KDE (kxkb), you should find some utility, which change keyboard layout at runtime. If this utility is used, settings in xorg.conf is useless, because it is override by this utility. This utility could start at background and you should not know it.
Related topics
