You are not logged in.

#1 2010-10-25 15:05:35

scenox
Member
Registered: 2010-07-19
Posts: 63

After catalyst 10.10 / xorg 1.9 update, mouse and keyboard don't work

Hi guys,

Yesterday I got the new catalyst update together with the new xorg server, but after rebooting and starting x, I neither could move the mouse nor press short cuts.

I have reinstalled xf86-input-evdev and xorg-input-drivers, but still same issue.

How to fix this?

Edit: Solution: remove [xorg18] repo from /etc/pacman.conf

Thanks

Last edited by scenox (2010-10-26 11:42:09)

Offline

#2 2010-10-25 16:11:24

FedeTheGreat
Member
Registered: 2010-01-15
Posts: 5

Re: After catalyst 10.10 / xorg 1.9 update, mouse and keyboard don't work

the same things happen to me
the answer i found was to go back to 10.9 ...:(

Offline

#3 2010-10-25 21:05:28

scenox
Member
Registered: 2010-07-19
Posts: 63

Re: After catalyst 10.10 / xorg 1.9 update, mouse and keyboard don't work

The update was from the [catalyst] repo, i thought it was tested? is it really a bug which everyone with [catalyst] repo is experiencing or does it happen just to us?

Offline

#4 2010-10-25 21:21:50

neowolf
Member
From: North Carolina
Registered: 2008-01-27
Posts: 105

Re: After catalyst 10.10 / xorg 1.9 update, mouse and keyboard don't work

It's working fine here. Though I switched from the OSS ATI driver to it. Double checking, are you loading hal at startup (evdev needs it) and did you try recreating your config with aticonfig --initial?

Offline

#5 2010-10-25 21:37:40

FedeTheGreat
Member
Registered: 2010-01-15
Posts: 5

Re: After catalyst 10.10 / xorg 1.9 update, mouse and keyboard don't work

Double checking,
are you loading hal at startup (evdev needs it)

yes,  see my rc.conf

DAEMONS=(syslog-ng hal cups @network @net-profiles netfs @alsa !slim)

and did you try recreating your config with aticonfig --initial?

yep.... i  try
my xorg.conf

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    Screen         "aticonfig-Screen[0]-0" RightOf "Screen0"
    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  "extmod"
    Load  "dbe"
    Load  "xtrap"
    Load  "record"
    Load  "dri"
    Load  "glx"
    Load  "GLcore"
    Load  "freetype"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
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 "Monitor"
    Identifier   "aticonfig-Monitor[0]-0"
    Option        "VendorName" "ATI Proprietary Driver"
    Option        "ModelName" "Generic Autodetecting Monitor"
    Option        "DPMS" "true"
EndSection

Section "Device"
    Identifier  "Card0"
    Driver      "fglrx"
    VendorName  "ATI Technologies Inc"
    BoardName   "Radeon Mobility X1400"
    BusID       "PCI:1:0:0"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]-0"
    Driver      "fglrx"
    BusID       "PCI:1:5:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device     "aticonfig-Device[0]-0"
    Monitor    "aticonfig-Monitor[0]-0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "DRI"
    Mode         0666
EndSection

Offline

#6 2010-10-26 01:13:53

FedeTheGreat
Member
Registered: 2010-01-15
Posts: 5

Re: After catalyst 10.10 / xorg 1.9 update, mouse and keyboard don't work

i think i found the problem:
in my pacman.conf i had selected the xorg 1.8 repository, i deleted it, run pacman -Syu and it worked.

Thanks

Last edited by FedeTheGreat (2010-10-26 01:17:03)

Offline

#7 2010-10-26 01:22:08

FedeTheGreat
Member
Registered: 2010-01-15
Posts: 5

Re: After catalyst 10.10 / xorg 1.9 update, mouse and keyboard don't work

to make it work ai intalled catalyst-generator to make the module fglrx

Offline

#8 2010-10-26 11:43:43

scenox
Member
Registered: 2010-07-19
Posts: 63

Re: After catalyst 10.10 / xorg 1.9 update, mouse and keyboard don't work

Same to me, I removed [xorg18] repo, ran pacman -Syu and it worked smile

Thanks!

Offline

Board footer

Powered by FluxBB