LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problem with Keyboard in X (https://www.linuxquestions.org/questions/linux-software-2/problem-with-keyboard-in-x-152303/)

Claus 03-01-2004 02:38 PM

Problem with Keyboard in X
 
Hi...

Suddenly, my keyboard is not responding when i hit (my keyb is spanish) the '<' and '>' key. That is happening since I restarted my Xserver after 8 days up, due to a powerdown who forced me to restart my debian box.

The rest of the keys works withouth problems and every key is responding as usual (رّللقلها, etc).

im sure this is X related because un the tty'es the keyboard works perfectly.

Any hint to solve the problem would be very appreciated...

Here is a copy of my XF86Config-4 file. Thanks for your help...

Code:

Section "Files"
        FontPath        "unix/:7100"                        # local font server
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/CID"
        FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
#        Load        "GLcore"
        Load        "bitmap"
        Load        "dbe"
        Load        "ddc"
#        Load        "dri"
        Load        "extmod"
        Load        "freetype"
        Load        "glx"
        Load        "int10"
        Load        "record"
        Load        "speedo"
        Load        "type1"
        Load        "vbe"
EndSection

Section "InputDevice"
        Identifier        "Generic Keyboard"
        Driver                "keyboard"
        Option                "CoreKeyboard"
        Option                "XkbRules"        "xfree86"
        Option                "XkbModel"        "pc104"
        Option                "XkbLayout"        "es"
EndSection

Section "InputDevice"
        Identifier        "Configured Mouse"
        Driver                "mouse"
        Option                "CorePointer"
        Option                "Device"                "/dev/input/mice"
        Option                "Protocol"                "ImPS/2"
        Option                "Emulate3Buttons"        "true"
        Option                "ZAxisMapping"                "4 5"
EndSection

Section "Device"
        Identifier        "NVIDIA GeForce MX400"
        Driver                "nvidia"
#        Option "TwinView"
#        Option "SecondMonitorHorizSync" "30-50"
#        Option "SecondMonitorVertRefresh" "60"
#        Option "ConnectedMonitor" "CRT, TV"
#        Option "MetaModes" "1024x768, 640x480"
EndSection

Section "Monitor"
        Identifier        "Compaq V45 Color"
        HorizSync        30-50 #30-60
        VertRefresh        60 #50-75
        Option                "DPMS"
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Device                "NVIDIA GeForce MX400"
        Monitor                "Compaq V45 Color"
        DefaultDepth        24
        SubSection "Display"
                Depth                1
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                4
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                8
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                15
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                16
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                24
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier        "Default Layout"
        Screen                "Default Screen"
        InputDevice        "Generic Keyboard"
        InputDevice        "Configured Mouse"
EndSection

Section "DRI"
        Mode        0666
EndSection



All times are GMT -5. The time now is 12:22 AM.