You are not logged in.
Pages: 1
After reinstalling Arch, with Xorg7, etc, I can't change the keyboard layout and the time... (I'm using Xfce4)
these are the steps I've tried...
- pacman -S xf86-input-keyboard
- nano /root/xorg.conf.new ... adding- Option "XkbLayout" "uk"
- nano /etc/rc.conf ... adding- KEYMAP="uk"
- and to change the timezone i went ... nano /etc/rc.conf ... adding- TIMEZONE="Afirica/Lagos"
but nothing has changed... any ideas?
thanks!
Offline
TIMEZONE="Africa/Lagos"
not
TIMEZONE="Afirica/Lagos" ??
Offline
apologies- spelling mistake on forum- not on my laptop
Offline
For layout,
Option "XkbLayout" "gb"
should give you the uk keymap in xorg.
For timezone (and keymaps), try without the quotes. For example, I have:
TIMEZONE=America/Montreal
KEYMAP=us
Offline
I'm afraid neither of those has worked...
Offline
Did you make the changes in the xorg.conf file also, not just in xorg.conf.new?
Haven't been here in a while. Still rocking Arch. ![]()
Offline
there's no such file - when i reinstalled arch, i just downloaded Xorg, then ran 'Xorg -configure' ...
Offline
cp /etc/X11/xorg.conf.new /etc/x11/xorg.confHaven't been here in a while. Still rocking Arch. ![]()
Offline
did you mean...?
cp /root/xorg.conf.new /root/xorg.conf
thanks for all help!
Offline
I've got mine still in the /etc-dir, I don't know if this will still be supported as Xorg developement continues..
Haven't been here in a while. Still rocking Arch. ![]()
Offline
rgds the keyboard- maybe it's recognising it fine, but just isn't the right keyboard still... basically i need your standard keyboard- but one that has the '@" sign on the bottom right-hand next to the shift key... and get the ' " ' by pressing shift+2.
any ideas? thanks!
Offline
"us" layout?
Offline
did you mean...?
cp /root/xorg.conf.new /root/xorg.conf
thanks for all help!
No he didn't, your xorg.conf should be in /etc/X11.
Offline
hmmm- well when I put in cp /etc/X11/xorg.conf.new /etc/x11/xorg.conf, it comes up with :
cp: cannot stat ' /etc/X11/xorg.conf.new': no such file or directory
should i mkdir a new directory?
Offline
hmmm- well when I put in cp /etc/X11/xorg.conf.new /etc/x11/xorg.conf, it comes up with :
cp: cannot stat ' /etc/X11/xorg.conf.new': no such file or directory
should i mkdir a new directory?
No. Do:
cp /root/xorg.conf.new /etc/X11/xorg.conf
Offline
okay that seems to have done it.
so to solve it, I changed:
- cp /root/xorg.conf.new /etc/X11/xorg.conf
- nano /etc/rc.conf ... keyboard layout=uk
thanks!
anyone have an idea on changing the time?
Offline
Pages: 1