Bienvenido! - Willkommen! - Welcome!

Bitácora Técnica de Tux&Cía., Santa Cruz de la Sierra, BO
Bitácora Central: Tux&Cía.
Bitácora de Información Avanzada: Tux&Cía.-Información
May the source be with you!

Friday, September 17, 2010

"failed to initialize for relative axes" error

(EE) HID 04f3:0103: failed to initialize for relative axes
cat /var/log/Xorg.0.log:
cat /etc/X11/xorg.conf
/etc/hal/fdi/
cat /etc/mkinitcpio.conf

setxkbmap us,es -variant ,extended -option grp:alt_shift_toggle -option grp_led:scroll


edit .xinitrc file in the home folder
in the file i put "exec startfluxbox" but somehow that command doesn't work so X went perfectly after changing it to "exec fluxbox"
[xorg.conf]
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder58)  Tue Oct 20 21:25:04 PDT 2009


Section "ServerFlags"
    Option "AutoAddDevices" "False"
    Option "AllowEmptyInput" "False"
EndSection

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "evdev"
    #Driver          "kbd"
    #Driver          "keyboard"
    Option         "Device"  "/dev/input/event6"
    #Option         "CoreKeyboard"
    #Option         "XkbdRules" "xorg"
    Option         "XkbLayout" "us,el"
    #Option         "XkbModel" "microsoftccurve2k"
    Option         "XkbOptions" "grp:lwin_toggle,grp_led:scroll,lvl3:ralt_switch,eurosign:e"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
#Enable Power-Saving#
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
#---------MyConfig---------#
    Option         "RenderAccel" "true"
    Option         "BackingStore" "true"
    Option         "NoLogo" "true"
    Option         "AGPFastWrite" "true"
    Option         "EnablePageFlip" "true"
    Option         "HWCursor" "true"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals" "True"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

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

No comments: