You are not logged in.

#1 2005-02-15 13:59:49

martyc
Member
From: Austria
Registered: 2005-02-15
Posts: 2

Problem with keymap?

Hello,

since I have moved my system from one partition to another , I've got strange keymap problems when I log in as a user and start xorg:
I can't switch to the virtual terminals by pressing <Ctrl>+<Alt>+<Fx>, neither can I use the Pipe Symbol "|" by pressing <Alt Gr>+<<>, nor the "@" Symbol by pressing <Alt Gr>+<q> (I've got the german keymap). 
But when I log in as root and start xorg, I can use all these symbols and also switch to the virtual terminals.

My xorg.conf InputDevice Section looks like this:
Section "InputDevice"
Identifier  "Keyboard0"
Driver      "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"

Anyone got an idea what could be wrong with my system?

Thanks in advance!

Martin

Offline

#2 2005-02-15 20:18:51

jerem
Member
From: France
Registered: 2005-01-15
Posts: 310

Re: Problem with keymap?

Make sure X reads the right xorg.conf file.

Sometimes I forget that I have xorg.conf both in my ~ and in my /etc/X11.


If you have only one xorg.conf then I suggest you post your whole xorg.conf.

Offline

#3 2005-02-16 11:47:16

martyc
Member
From: Austria
Registered: 2005-02-15
Posts: 2

Re: Problem with keymap?

I've got only one xorg.conf.
I've now found a workaround, I start kdm at boot, so I don't have to start xorg as user.
This isn't exactly what I wanted, but it works.

But I would be happy if anyone could find the problem, so here is my xorg.conf:

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen        "Screen0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
    FontPath    "/usr/X11R6/lib/X11/fonts/misc"
    FontPath    "/usr/X11R6/lib/X11/fonts/TTF"
    FontPath    "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath    "/usr/X11R6/lib/X11/fonts/CID"
    FontPath    "/usr/X11R6/lib/X11/fonts/75dpi"
    FontPath    "/usr/X11R6/lib/X11/fonts/100dpi"
    FontPath    "/usr/local/share/fonts"
    FontPath    "/usr/X11R6/lib/X11/fonts"
    FontPath    "/usr/X11R6/lib/X11/fonts/cyrillic"
    FontPath    "/usr/X11R6/lib/X11/fonts/local"
    FontPath    "/usr/local/share/fonts/win"
EndSection

Section "Module"
        Load  "extmod"
        Load  "dri"
        Load  "glx"
        Load  "dbe"
        Load  "record"
        Load  "xtrap"
        Load  "type1"
        Load  "freetype"
        Load  "v4l"
    Load "freetype"
EndSection

Section "DRI"
         Group "users"
         Mode 0660     
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option "XkbModel" "pc105"
        Option "XkbLayout" "de"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "ExplorerPS/2"
        Option      "Device" "/dev/psaux"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync 30-95
        VertRefresh 50-180
        Modeline "1152x864" 137.15 1152 1184 1312 1536          864 864 876 902 -hsync -vsync

EndSection

Section "Device"
Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "NV5 [RIVA TNT2/TNT2 Pro]"
        BusID       "PCI:1:5:0"
        Option      "DPMS"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultColorDepth 24
        SubSection "Display"
                Virtual 1152 864
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Virtual 1152 864
                Depth     24
        EndSubSection
EndSection

Offline

Board footer

Powered by FluxBB