You are not logged in.
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
the same things happen to me
the answer i found was to go back to 10.9 ...:(
Offline
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
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
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
EndSectionOffline
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
to make it work ai intalled catalyst-generator to make the module fglrx
Offline
Same to me, I removed [xorg18] repo, ran pacman -Syu and it worked ![]()
Thanks!
Offline