On Thursday 11 January 2007 23:01, Sune Vuorela wrote:
> On Thursday 11 January 2007 21:08, Rob Walker wrote:
> > However, I still think this is a bug as this option is not set by default
> > and less experienced users will not know how to fix it.  It's either in
> > the xkb rules (as they suggest altwin:super_win is the default), the
> > debian X config generator (for not setting the altwin:super_win option)
> > or kwin (for not recognising the Win key as a modifier).
>
> Hi!
>
> Can you post your full xorg config and the output from:
> xprop -root|grep XKB (probably one line)
>
> Thanks
>
> /Sune

My xorg.conf is attached.

Without the extra altwin:super_win option (i.e. desktop switching is broken), 
the command above gives:

_XKB_RULES_NAMES(STRING) = "xorg", "microsoftpro", "gb", "", ""

With the extra altwin:super_win option (desktop switching working), the command 
gives:

_XKB_RULES_NAMES(STRING) = "xorg", "microsoftpro", "gb", "", "altwin:super_win"

I get similar results on another machine which has "pc105", instead of 
"microsoftpro".

Regards

Rob

-- 
Rob Walker <[EMAIL PROTECTED]>
http://www.tenfoot.org.uk
# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86
Section "Files"
        FontPath        "unix/:7100"                    # local font server
EndSection
Section "Module"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "glx"
        Load    "extmod"
        Load    "freetype"
        Load    "dri"
        Load    "int10"
        Load    "record"
        Load    "type1"
        Load    "vbe"
EndSection
Section "DRI"
        Mode    0666
EndSection
Section "InputDevice"
        Identifier      "Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbModel"      "microsoftpro"
        Option          "XkbLayout"     "gb"
#       Option          "XkbOptions"    "altwin:super_win"
EndSection
Section "InputDevice"
        Identifier      "Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "Device"
        Identifier      "G400_1"
        Driver          "mga"
        BusID       "PCI:1:0:0"
        Screen      0
        VideoRam        32768
        Option          "AGPMode" "4"
EndSection

Section "Monitor"
        Identifier      "AG Neovo"
        HorizSync       28-82
        VertRefresh     50-90
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Screen"
        Device          "G400_1"
        Monitor         "AG Neovo"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Layout"
        Screen          "Screen"
        InputDevice     "Keyboard"
        InputDevice     "Mouse"
EndSection

Reply via email to