[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

odd keyboard issues...



Maybe this ought to be going to the x list, but I thought I'd check
here first.  I just upgraded to the 4.1.0-0pre1v5 packages available
on p.d.o/~branden and I'm having a problem with my meta key not
working.

Using xkeycaps I had generated the following a while back to use the
command key as Meta and the alt key as alt (duh).

keycode 0x85 =	Meta_L

add    Shift   = Shift_R
add    Control = Control_R
add    Mod1    = Alt_R
add    Mod3    = Meta_L
add    Mod5    = Scroll_Lock

btw, I'm on a Lombard powerbook.

after upgrading today, for some reason the keycode for meta changed
from 0x85 to 0x73, which (according to my xkeycaps setup) is the
keycode for what end (fn-right arrow) used to be.

pretty strange.  is this a transient thing, or something else?
(configuration issue, perhaps?)

The only output in the log is a statement to the effect that the
keyboard is being handled by the legacy driver.

below is my XF86Config-4:

Section "Files"
    RgbPath	"/usr/X11R6/lib/X11/rgb"
    FontPath	"unix/:7100"
    #FontPath	"/usr/X11R6/lib/X11/fonts/local/"
    #FontPath	"/usr/X11R6/lib/X11/fonts/misc/:unscaled"
    #FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    #FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    #FontPath	"/usr/X11R6/lib/X11/fonts/Type1/"
    #FontPath	"/usr/X11R6/lib/X11/fonts/CID/"
    #FontPath	"/usr/X11R6/lib/X11/fonts/Speedo/"
    #FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/"
    #FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
    Load	"dbe"
    Load	"extmod"
    Load	"type1"
    Load	"freetype"
#    Load	"v4l"
EndSection

Section "ServerFlags"
    Option	"standby time"	"20"
    Option	"suspend time"	"30"
    Option	"off time"	"60"
EndSection

Section "InputDevice"
    Identifier	"Keyboard1"
    Driver	"keyboard"
    Option	"AutoRepeat"	"500 5"
EndSection

Section "InputDevice"
    Identifier	"Mouse1"
    Driver	"mouse"
    Option	"Protocol"	"IMPS/2"
    Option	"Device"	"/dev/input/mice"
EndSection

Section "Monitor"
    Identifier	"Apple 1024x768 LCD"
EndSection

Section "Device"
    Identifier	"ATI Rage LT Pro"
    Driver	"ati"
    VideoRam	8192
    BusID	"PCI:0:17:0"
    Option	"UseFBDev"
EndSection

Section "Screen"
    Identifier	"Screen 1"
    Device	"ATI Rage LT Pro"
    Monitor	"Apple 1024x768 LCD"
    DefaultDepth 16
    SubSection "Display"
        Depth		15
        Modes		"1024x768"
    EndSubsection

    SubSection "Display"
    	Depth		8
	Modes		"1024x768"
    EndSubsection

    SubSection "Display"
    	Depth		24
	Modes		"1024x768"
    EndSubsection

    SubSection "Display"
    	Depth		16
	Modes		"1024x768"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier	"Powerbook G3"
    Screen	"Screen 1"
    InputDevice	"Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection



-snip-

Thanks for the help in advance,

-- 
Josh Huber                                   | huber@debian.org |



Reply to: