Re: Ctrl-alt-XXX sind weg

From: Roman Kawe (use-reply-to@romankawe.de)
Date: Sat Apr 03 2004 - 19:25:50 CEST


Huhu,
 
> Kann es sein, daß Du diese fette News übersehen hast?

Habe ich. Nützt aber auch nix:

> In the unlikely event you have customized rstartd.real (which, as shipped,

Unlikely event:) Ich grabbel doch nicht in binaries rum:-D Na
egal, ich war da nicht bei, daran lag's also wohl nicht.

>
> * Users of 102- or 105-key PC keyboards (as well as miniature and laptop
> keyboards compatible with these models) should ensure that their keyboard
> is configured accordingly in the XF86Config-4 file, using the "pc102" or
> "pc105" XkbModel instead of "pc101" or "pc104", respectively. If your
> keyboard has a "< >" key, you likely have a 102- or 105-key model. The
> "< >" may not work if you do not configure your keyboard model correctly.
> You can use "dpkg-reconfigure xserver-xfree86" to change this
> configuration parameter, or edit /etc/X11/XF86Config-4 directly.

Ich habe ein pc104 Schlüsselbrett, dass in der XF86Config
nicht als xkbmodel "pcxxx" erwähnt ist, nur als "us" (Ich häng
die Datei mal dran, sollen ja auch andere was zum Lachen haben)

Immer noch ratlos,

Roman

-- 
roman kawe
       Dew nod trussed yaw spell chequer too find awl mist aches!

# XFree86 4.0 configuration generated by Xconfigurator
# Vom alten redhat weggenommen und angepasst...

Section "ServerLayout"
        Identifier "XFree86 Configured"
        Screen 0 "Screen0" 0 0
        InputDevice "Mouse0" "CorePointer"
        InputDevice "Keyboard0" "CoreKeyboard"
        Option "DontVTSwitch" "off"
        Option "DontZap" "off"
EndSection

Section "ServerFlags"
        Option "DontVTSwitch" "off"
        Option "DontZap" "off"
EndSection

# Die Zeile mit dem 7101 habe ich dazugebastelt.
Section "Files"
        FontPath "unix/:7100"
        FontPath "unix/:7101"
EndSection

# This loads all the modules...

Section "Module"
        Load "GLcore"
        Load "dbe"
        Load "dri"
        Load "extmod"
        Load "glx"
        Load "pex5"
        Load "record"
        Load "xie"
        Load "v4l"
        Load "type1"
EndSection

Section "InputDevice"
        Identifier "Keyboard0"
        Driver "keyboard"
        Option "XkbLayout" "us"
# Option "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
        Identifier "Mouse0"
        Driver "mouse"
        Option "Device" "/dev/psaux"
# Option "Protocol" "PS/2"
        Option "Protocol" "imps/2"
# Option "Emulate3Buttons" "on"
        Option "ZAxisMapping" "4 5"
        Option "Buttons" "3"
EndSection

Section "Monitor"
        Identifier "CustomConfiguration"
        VendorName "Unknown"
        ModelName "Unknown"
        HorizSync 30-70
        VertRefresh 50-150
EndSection

Section "Device"
        Identifier "ATI|Rage 128 RF"
        Driver "r128"
        BoardName "Unknown"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device "ATI|Rage 128 RF"
        Monitor "CustomConfiguration"
        DefaultDepth 24
        Subsection "Display"
                Depth 32
                Modes "1152x864"
        EndSubSection
        Subsection "Display"
                Depth 24
                Modes "1152x864"
        EndSubSection
EndSection

Section "DRI"
EndSection



This archive was generated by hypermail 2.1.7 : Sat Apr 03 2004 - 19:25:18 CEST