You are not logged in.

#1 2006-03-14 22:24:30

christianpurefoy
Member
Registered: 2005-10-16
Posts: 136

keyboard and time

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

#2 2006-03-15 00:17:57

teto
Member
Registered: 2006-03-10
Posts: 12

Re: keyboard and time

TIMEZONE="Africa/Lagos"
not
TIMEZONE="Afirica/Lagos"  ??

Offline

#3 2006-03-15 08:30:46

christianpurefoy
Member
Registered: 2005-10-16
Posts: 136

Re: keyboard and time

apologies- spelling mistake on forum- not on my laptop

Offline

#4 2006-03-15 22:57:43

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: keyboard and time

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

#5 2006-03-16 10:14:20

christianpurefoy
Member
Registered: 2005-10-16
Posts: 136

Re: keyboard and time

I'm afraid neither of those has worked...

Offline

#6 2006-03-16 10:22:50

Sigi
Member
From: Thurgau, Switzerland
Registered: 2005-09-22
Posts: 1,131

Re: keyboard and time

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. smile

Offline

#7 2006-03-16 10:26:04

christianpurefoy
Member
Registered: 2005-10-16
Posts: 136

Re: keyboard and time

there's no such file - when i reinstalled arch, i just downloaded Xorg, then ran 'Xorg -configure' ...

Offline

#8 2006-03-16 11:10:51

Sigi
Member
From: Thurgau, Switzerland
Registered: 2005-09-22
Posts: 1,131

Re: keyboard and time

cp /etc/X11/xorg.conf.new /etc/x11/xorg.conf

Haven't been here in a while. Still rocking Arch. smile

Offline

#9 2006-03-16 11:13:22

christianpurefoy
Member
Registered: 2005-10-16
Posts: 136

Re: keyboard and time

did you mean...?

cp /root/xorg.conf.new /root/xorg.conf

thanks for all help!

Offline

#10 2006-03-16 11:36:08

Sigi
Member
From: Thurgau, Switzerland
Registered: 2005-09-22
Posts: 1,131

Re: keyboard and time

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. smile

Offline

#11 2006-03-16 23:36:11

christianpurefoy
Member
Registered: 2005-10-16
Posts: 136

Re: keyboard and time

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

#12 2006-03-17 00:04:03

teto
Member
Registered: 2006-03-10
Posts: 12

Re: keyboard and time

"us" layout?

Offline

#13 2006-03-17 00:42:07

Cam
Member
From: Brisbane, Aus
Registered: 2004-12-21
Posts: 658
Website

Re: keyboard and time

christianpurefoy wrote:

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

#14 2006-03-17 07:40:59

christianpurefoy
Member
Registered: 2005-10-16
Posts: 136

Re: keyboard and time

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

#15 2006-03-18 01:09:29

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: keyboard and time

christianpurefoy wrote:

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

#16 2006-03-18 16:19:13

christianpurefoy
Member
Registered: 2005-10-16
Posts: 136

Re: keyboard and time

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

Board footer

Powered by FluxBB