You are not logged in.

#1 2006-02-21 20:27:21

bhrich902
Member
Registered: 2003-09-21
Posts: 76

Ctrl+Alt+F1

iv'e seem to have lost the ability to go from the desktop (KDE) into console using that command. This all comes after the xorg update, xorg.conf has been edited for new paths, the mouse section was edited with protocol "IMPS/2" instead of "auto" which gave me back wheel scrolling, but im not sure what to do for the keyboard section.

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "CoreKeyboard"
        Option "XkbRules" "xfree86"
        Option "XkbModel" "pc105"
        Option "XkbLayout" ""
        #Option "XkbVariant" "nodeadkeys"
EndSection

thx for any help.

on a side note i've also seem to have lost the use of the "Windows" key on my keyboard. i noticed it when the shortcuts in amarok no longer take place. Even though the shortcuts are still set.

Offline

#2 2006-02-21 20:35:58

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

Re: Ctrl+Alt+F1

change
Option "XkbRules" "xfree86"
to
Option "XkbRules" "xorg"

Offline

#3 2006-02-21 22:12:22

bhrich902
Member
Registered: 2003-09-21
Posts: 76

Re: Ctrl+Alt+F1

dam you 'hwd -x' smile. I'll try that when i get home, thx...

Offline

#4 2006-02-21 22:34:48

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

Re: Ctrl+Alt+F1

hwd doesn't work with the modular xorg. See http://bbs.archlinux.org/viewtopic.php?t=17246&start=15
for a possible fix.

Offline

#5 2006-02-21 23:14:29

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: Ctrl+Alt+F1

Snowman wrote:

hwd doesn't work with the modular xorg. See http://bbs.archlinux.org/viewtopic.php?t=17246&start=15
for a possible fix.

Seems it does work wink
http://bbs.archlinux.org/viewtopic.php?p=144184#144184

Offline

#6 2006-02-21 23:30:26

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: Ctrl+Alt+F1

it would probably be better if you ran Xorg -configure and added options as you need them from your old config.

Offline

#7 2006-02-22 02:42:58

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

Re: Ctrl+Alt+F1

pressh wrote:
Snowman wrote:

hwd doesn't work with the modular xorg. See http://bbs.archlinux.org/viewtopic.php?t=17246&start=15
for a possible fix.

Seems it does work wink
http://bbs.archlinux.org/viewtopic.php?p=144184#144184

Not the version in the extra repo. That's why I posted the link. wink I agree with Penguin that it might be better not to use it.  In my case, it just manually modified my old xorg.conf.

Offline

#8 2006-02-22 09:01:34

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: Ctrl+Alt+F1

Didn't checked in which repo it was...
/me uses always 'xorgconfig' and 'nano /etc/X11/xorg.conf' which fits the job nicely for me.

Offline

#9 2006-02-22 23:31:17

BartL
Member
From: The Netherlands
Registered: 2005-06-21
Posts: 29
Website

Re: Ctrl+Alt+F1

Guys, I found the aswer here
basically, all you have to do is:

setxkbmap -model pc105 -layout us

So, it seems to be a problem with the keymaps
It doesn't recognize us-acentos or us_intl

Offline

#10 2006-02-23 02:03:06

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

Re: Ctrl+Alt+F1

the keymaps were renamed. Try us(intl)

Offline

#11 2006-02-23 09:07:02

BartL
Member
From: The Netherlands
Registered: 2005-06-21
Posts: 29
Website

Re: Ctrl+Alt+F1

Snowman wrote:

the keymaps were renamed. Try us(intl)

my HERO!
now my deadkeys AND Ctrl+Alt+Fn work! big_smile

Offline

Board footer

Powered by FluxBB