You are not logged in.

#1 2008-12-06 13:35:19

halcor
Member
Registered: 2008-05-15
Posts: 71

[Solved: maki] Spanish keyboard trouble

English**
One day, Xorg doesn´t work, he tells me that there is a trouble in Line 9. I put a # in the line an zorg works.

But my keyboard is crazy. when i press - he put /, and when I press ñ he puts ;

I am at least one hour changing the xorg.conf but there is no configuration posible. I've got an HP omnibook xE3 GC.

Please someone with a laptop spanish, give me your xorg.conf
If you are not spanish, see in my xorg.conf in ordert to find the trouble. Thanks

Also I've got problems with @ # ¬, this simbols put (spanish) when you press altgr and the numbers 2 3 6

I use these computer in order to symbolic calculus and it is important to me know where are the simbols. Thanks and sorry for my bad english.

Spanish**
Me ha dejado de funcionar xorg.conf, tras arreglarlo comentando la linea 9 he tenido problemas con el teclado.
Cuando pulso un simbolo me pone otro, seguramente porque el teclado está desconfigurado. Tengo un HP omnibook xe3 gc, he estado cambiando diferente configuracion en /etc/X11/xorg.conf, también he usado xorgcfg y nada de nada. Una perdida de tiempo, cuando consigo ponerlo en castellano, me dejan de funcionar @#¬ , o también me pasa que los acentos no funcionan o incluso (WTF?) alt gr ha llegado a convertirse en el nuevo enter.

Dejo mi xorg.conf por si sabeis el problema, por favor déjame el tuyo sino sabes donde está el problema. Gracias.


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

Section "Files"

#    RgbPath      "/usr/share/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Type1"
EndSection

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

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
#    Option        "XkbRules" "xorg"
    Option        "XkbModel" "hpxe3gc"
    Option        "XkbLayout" "es"
    Option        "XkbVariant" "sundeadkeys"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                # [<bool>]
        #Option     "AccelMethod"            # <str>
        #Option     "HWCursor"               # [<bool>]
        #Option     "SWCursor"               # [<bool>]
        #Option     "ShadowFB"               # [<bool>]
        #Option     "Rotate"                 # [<str>]
        #Option     "UseBIOS"                # [<bool>]
        #Option     "LCDClock"               # <freq>
        #Option     "ShadowStatus"           # [<bool>]
        #Option     "CrtOnly"                # [<bool>]
        #Option     "TvOn"                   # [<bool>]
        #Option     "PAL"                    # [<bool>]
        #Option     "ForceInit"              # [<bool>]
        #Option     "Overlay"                # [<str>]
        #Option     "TransparencyKey"        # [<str>]
        #Option     "ForceInit"              # [<bool>]
        #Option     "DisableXVMC"            # [<bool>]
        #Option     "DisableTile"            # [<bool>]
        #Option     "DisableCOB"             # [<bool>]
        #Option     "BCIforXv"               # [<bool>]
        #Option     "DVI"                    # [<bool>]
        #Option     "IgnoreEDID"             # [<bool>]
        #Option     "BusType"                # [<str>]
        #Option     "DmaType"                # [<str>]
        #Option     "DmaMode"                # [<str>]
        #Option     "AGPMode"                # <i>
        #Option     "AGPSize"                # <i>
        #Option     "DRI"                    # [<bool>]
    Identifier  "Card0"
    Driver      "savage"
    VendorName  "S3 Inc."
    BoardName   "86C270-294 Savage/IX-MV"
    BusID       "PCI:1:1:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        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"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "DRI"
    Group        0
EndSection

Section "Extensions"
    Option "Composite" "Enable"
EndSection

Last edited by halcor (2008-12-06 20:28:19)

Offline

#2 2008-12-06 14:50:17

Maki
Member
From: Skopje, Macedonia
Registered: 2007-10-16
Posts: 353
Website

Re: [Solved: maki] Spanish keyboard trouble

http://wiki.archlinux.org/index.php/Xor … otplugging

In the new X server keyboard & mouse is managed by hal


If it ain't broke, broke it then fix it.

Offline

#3 2008-12-06 20:27:58

halcor
Member
Registered: 2008-05-15
Posts: 71

Re: [Solved: maki] Spanish keyboard trouble

Touch your eggs, mariloles.

Thank you Maki, Now my keyboard goes fine.

Goodbye

Offline

#4 2008-12-11 00:31:50

Convergence
Member
Registered: 2005-07-02
Posts: 377

Re: [Solved: maki] Spanish keyboard trouble

wait, did you have to disable hotplugging?


It's a very deadly weapon to know what you're doing
---  William Murderface

Offline

#5 2008-12-24 12:52:41

halcor
Member
Registered: 2008-05-15
Posts: 71

Re: [Solved: maki] Spanish keyboard trouble

Sorry convergence, I don't remember what I do. I'm not a linux professional, I only do tutorials. And I did every thing from de wiki url.

Offline

Board footer

Powered by FluxBB