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)

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

Similar Messages

  • Thinkpad t42 mouse and keyboard don't work after factory reset

    I get to the system preperation tool 2.0 but i cant click or select anything . Same thing happens if i turn the machine on and go into safe mode - the keyboard works to select safe mode but when I get to safe mode they both don't work. they both work if i go into the IBM recovery menu.
    Any help would be appreciated
    Thanks
    DK
    Solved!
    Go to Solution.

    Hi DK,
    If you are using the Rescue and Recovery to reload Windows, you should never see the "SysPrep 2.0" appear. Are you using the orignal recovery CDs to reload windows or booting from the F11 partition?  To fix this problem, I would simply start the process of reinstalling Windows again.
    Go to this website and follow the guide for Using Rescue and Recovery to Recover your OS
    http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&lndocid=MIGR-70803
    If you are still seeing the "System Preparation Tool 2.0" after reloading Windows, do the following:
    Step 1: Under the "Options" box, make sure the following are checked:
    "Don't reset grace period for activation"
    "Use Mini-Setup
    "Don't regenerate security identifiers"
    Step 2: In the drop down menu for "Shutdown mode", change this setting to "Quit"
    Step 3: Click the "Reseal" button
    This should resolve your issue. Be sure to reload the OS using R&R FIRST before doing the above steps.
    Regards,
    Mark
     Do NOT PM me with technical issues. Post in the forum for assistance. Thanks

  • [solved] Xorg 1.8.1 + FGLRX Mouse and keyboard don't work...

    Beginning this week i installed Arch linux for the first time (several times infact) and i followed the installtion guide to get gnome working on my machine...
    pacman -Sy
    pacman -S xorg
    pacman -S gnome gnome-system-tools gnome-extra gdm gksu
    I also added the "fuse usblp"  and " fam hal" entries to /etc/rc.conf in their respective sections as decribed there.
    When i would reboot and type gdm the system would start up and i could configure everything else, but after reinstalling this morning this no longer works because the xorg got upgraded to a new version.
    When i type gdm or startx in complains that "vesa" has no modes, so i installed and configure the fglrx drivers from the pacman source.
    Now comes the actual problem, when i now type gdm or startx i get the graphical enviroment but my keyboard and mouse do not work and the computer is frozen.
    I tried going to a diffirent tty but it won't take those commands either.
    Does anyone have any idea what the problem could be ? i do not understand what is wrong....
    The Solution - Because the vesa driver didn't work i installed fglrx and i deleted this folder called /etc/X11/xorg.conf.d as i had never seen it before and figured that  i didn't need it if xorg.conf was present.
    Leaving the folder intact solved the problem
    it was a noobish mistake from a beginner, sorry folks
    Last edited by Dennis Beekman (2010-06-21 10:17:04)

    Beginning this week i installed Arch linux for the first time (several times infact) and i followed the installtion guide to get gnome working on my machine...
    pacman -Sy
    pacman -S xorg
    pacman -S gnome gnome-system-tools gnome-extra gdm gksu
    I also added the "fuse usblp"  and " fam hal" entries to /etc/rc.conf in their respective sections as decribed there.
    When i would reboot and type gdm the system would start up and i could configure everything else, but after reinstalling this morning this no longer works because the xorg got upgraded to a new version.
    When i type gdm or startx in complains that "vesa" has no modes, so i installed and configure the fglrx drivers from the pacman source.
    Now comes the actual problem, when i now type gdm or startx i get the graphical enviroment but my keyboard and mouse do not work and the computer is frozen.
    I tried going to a diffirent tty but it won't take those commands either.
    Does anyone have any idea what the problem could be ? i do not understand what is wrong....
    The Solution - Because the vesa driver didn't work i installed fglrx and i deleted this folder called /etc/X11/xorg.conf.d as i had never seen it before and figured that  i didn't need it if xorg.conf was present.
    Leaving the folder intact solved the problem
    it was a noobish mistake from a beginner, sorry folks
    Last edited by Dennis Beekman (2010-06-21 10:17:04)

  • Macbook pro mouse and keyboard don't work after installing drivers.  Help!

    I just installed windows XP SP2 on a macbook pro 2.66 i7 running 10.6.4. I installed the boot camp drivers from my OSX install disk and now neither keyboard, trackpad, nor usb mouse work. Not sure what to do other than delete the partition and start over. Any help is much appreciated!

    I have the exact same problem with the same two operating systems and the same exact computer. Needless to say, I would also love to get an answer to this question.

  • Touchsmart 520-1047c Mouse and Keyboard will not work after sleep mode

    I have an issue which I need some help with. When my computer goes to sleep the wireless mouse and keyboard will not work unless I restart, however each one will wake the system up but will not operate after that. I have tried just making the display go to sleep, both go to sleep but that makes no difference same issue occurs. The only work around I have found is going into the power settings and turning the sleep mode off for booth the computer and display. This does not solve the problem it just masks it. New batteries, unplugged and replugged the dongle, updated the bios and all drivers. Don't know what else to try. Anybody know how to fix this? Thank you in advance for your help.

    Hello , Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More. I understand that the mouse and keyboard on your desktop computer does not work if your computer enters sleep mode, and I would be happy to assist you in this matter! To correct this issue, I recommend following the steps in this document on Troubleshooting sleep and hibernate issues (Windows 7). This should help enable your system to wake from sleep mode using your wireless keyboard and mouse. I also recommend connecting wired peripherals to diagnose the functionality of your keyboard and mouse. If your system is still not able to wake from sleep mode, please follow the steps below to restore the default power schemes on your computer: Step 1. Click the Start button
    Step 2. In the search box, type "Command Prompt"
    Step 3. Right-click Command PromptStep 4. Click Run as administrator
    Step 5. At the command prompt, type powercfg /restoredefaultschemes and press Enter  reference: http://superuser.com/questions/669571/windows-8-1-64-bit-power-schemes-gone Please re-post with the results of your troubleshooting, as well as the requested information above. I look forward to your reply!
    Regards  

  • External mouse and keyboard no longer work after 10.8.5 upgrade

    Today I upgraded from OSX 10.8.4 to 10.8.5 on my macbook pro 17". This upgrade caused by external mouse and keyboard to completely stop working. I tried installing the 10.8.5 "combo" install (http://support.apple.com/kb/DL1676) and also tried resetting the PRAM, but neither action had any effect.
    I also tried restoring to an older time machine backup with 10.8.4, but could only figure out how to restore files, not the entire system.
    I've lost a day of work at this point, I need help... How can I get back to 10.8.4 or get the mouse/keyboard working again on 10.8.5??

    Try booting into the Safe Mode.  Disconnect all peripherals except those needed for the test. Shut down the computer and then power it back up. Immediately after hearing the startup chime, hold down the shift key and continue to hold it until the gray Apple icon and a progress bar appear. The boot up is significantly slower than normal. This will reset some caches, forces a directory check, and disables all startup and login items, among other things. When you reboot normally, the initial reboot may be slower than normal. If the system operates normally, there may be 3rd party applications which are causing a problem. Try deleting/disabling the third party applications after a restart by using the application uninstaller. For each disable/delete, you will need to restart if you don't do them all at once.
    Safe Mode
    Safe Mode - About

  • Please help!  my iMac keeps freezing, mouse and keyboard do not work after

    Early this morning I turned on my iMac and started downloading updates through software update as usual. I was browsing a website in Safari when all of a sudden the "zoom" feature activated itself and I could not turn it off. I restarted and the keyboard started typing different characters but not letters, so I took out my installation CD and it took me quite a while to reboot the computer using the CD as a startup. Since the keyboard had a different input, the C key was not running the CD. I tried loggin into the support page, but it downloaded the links into the desktop. I used system utilities to restart the computer from the CD, I verified the Disk Permissions, then Repaired the permisions, then the Verify Disk and then the Repair disk, in that order. I restarted the computer and everything seemed fine, but after a couple of minutes the mouse starts closing windows, downloading website links into the desktop and then the keyboard freezes and does not let me type! This has repeated over and over, and I don't know what to do!
    Posting this message has been quite an achievement, because I have restarted the computer a lot of times in order to finish.
    Someone please help! I don't know what else to do!!!
    Thanks!

    Yes. And since you aren't backed up, you may have to use Prosoft Data Rescue to try to recovery any information that is critical. First though, do you have another Mac you can hook this one up to using Target Disk Mode?
    If you do, that's another way to rescue information. Target Disk Mode is explained here:
    http://docs.info.apple.com/article.html?artnum=58583
    Similarly, if you have a bootable external hard drive, you can try to boot off that with the Startup manager:
    http://docs.info.apple.com/article.html?artnum=106178
    To rescue your information. This at least will allow you to do further analysis to see what data corruption might have happened. If the drive is invisible when booted off another, that may indicate a directory issue. But first let's see if we can attach or boot off another and see the internal drive of the machine.

  • Mouse and keyboard don't respond after a wake up

    hi i have a problem with my mac pro under leopard 10.5.5
    when my mac is sleeping and i wake up him sometimes the mouse is freeze and the keeboard too
    even the caps lock light does not blink
    and after 1 or 2 minutes it work again ! i dont understand why
    thanks for your help

    Flagadajones - I have the same problem. Have you found a solution?

  • After reinstall my magic mouse and keyboard are not working properly

    so i've had various problems with my mac so did a clean reinstall, now my magic mouse wont scroll and my the f buttons on my wireless keyboard don't work ie volume buttons, i've checked the system preferences and all is well there, any ideas????
    i have a 2008 24' imac

    Hi
    It is not easy to say much about this issue.
    Do you use wireless devices? Are batteries OK?
    Have you noticed the same problem using other USB devices?
    I presume both devices uses USB port on your notebook.

  • T400 - frozen mouse and keyboard after waking from standby

    I'm experiencing a very annoying problem on my T400 with Win XP Professional SP3:  around 75% of the time, when I wake up my T400 from standby mode, the mouse and keyboard don't work.  Actually what happens is one of these situations:
    1) Neither keyboard nor mouse (stick and pad) respond - Ctrl-Alt-Del to enter username/password is not registered, I can't log into Windows
    2) Keyboard works (I can log into windows) but mouse doesn't respond
    I have to close the laptop to standby and re-open, repeatedly, until it finally works.  Though one interesting aspect is that if I have external USB keyboard and mouse plugged in, they always work.
    Anyone have any ideas?  Thank you in advance!

    Hello jsolomin and welcome to community,
    Kindly update the BIOS and then check if the issue gets resolved.
    BIOS Update (Bootable CD)
    BIOS update utility for Windows 32-bit
    BIOS update utility for Windows 64-bit
    Best Regards,
    Tanuj
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution".! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • [Solved] Mouse and Keyboard Dont Work After BIOS Update

    I spent the last few hours in windows 7 trying to prove to the guys over at MSFN that my problem wasn't driver or bios related by updating to the latest drivers and upgrading my bios to the most recent version. After I was finished I decided to boot back into arch to work some more on my custom kernel (since oddly it had the same problem before the bios update, the mouse and keyboard worked on one boot but once i rebooted into it again they no longer worked) and found that the keyboard and mouse no longer worked, thinking I had rebooted into the custom kernel by accident I rebooted and selected the default kernel once again only to find that the mouse and keyboard still didn't work.
    Any ideas on how to fix this? I really don't want to reinstall since I just installed it last night.
    Edit: Another silly mistake, i had renamed the original xorg.conf and never put back when I was finished. This makes me wonder why KDM even started up at all though.
    Last edited by brando56894 (2010-01-08 08:04:21)

    Hello base76, welcome to the HP Forums.
    It appears that the mouse and keyboard aren't working correctly. I will try to assist you with this.
    To start could you please provide the following:
    Model and product numbers for you notebook.
    Currently install operating system.
    Were these working previously? If yes, were any changes made prior to them not working?
    Have you attempted any troubleshooting? If yes, what have you tried so far?
    I look forward to your reply.
    Thank you for posting on the HP Forums.
    I worked on behalf of HP.

  • My iphone 6 wont turn on after i updated it and it doesn't work to restore it in itunes. what should i do?

    my iphone 6 wont turn on after i updated it and it doesn't work to restore it in itunes. what should i do?

    Hello ole-gunnar,
    Thanks for using Apple Support Communities.
    If your iPhone is unresponsive after updating your iOS version, then I'd like you to please follow the troubleshooting below.
    If you see a black screen
    You might need to charge your device before it can turn on. Plug in your device and let it charge for at least 10 minutes (20 minutes for iPad), then try turning it on. 
    You should see a battery icon while your device is charging. If you continue to see a black screen, reset your device. If your device doesn't respond when you press buttons
    Your device might not return to the Home screen when you press the Home button, wake from sleep when you press the Sleep/Wake button, slide to unlock or power off, or it might appear frozen. Try these steps:
    Restart your device.
    If it still doesn't respond, or if it doesn't turn back on, reset your device.
    If your device gets stuck during startup
    When starting up, you might see the Apple logo or a red or blue screen for a long time, or your device might restart again. Try these steps:
    Make sure that you have iTunes 12 or later on your computer.
    Put your device in recovery mode.
    When you get the option to restore or update, select Update. This will reinstall iOS without erasing your data.
    Get more help
    If you still need help after trying the steps above, contact Apple Support. 
    If your iPhone, iPad, or iPod touch doesn't respond or doesn't turn on - Apple Support
    Cheers,
    Alex H.

  • IMac stuck in home screen - mouse & keyboard don 't work after Apple Update

    I just updated my iMac by hitting the Update button in the left upper screen.
    After collecting 98.1 Mb of Update-tools i had to restart my iMac.
    During shutdown it installed the components, as normal.
    Once restarted, it brought me back to the home screen, where everything looked
    normal. Problem is, that the iMac doesn 't respond to my mouse and keyboard anymore. Cursor is left of the apple in the left upper screen and doesn 't move an inch.
    I discovered during a couple of restarts, that immediately as the apple appears in the white screen ... that Caps Lock modus is switched on. I am not able to switch it off.
    Who knows what's wrong ? Please don t tell me to use my OS Tiger cd's .. because i later installed proper Leopard version, but these cd's are not with me at this moment.
    HELP !

    Hi !
    Well, it is the wired keyboard and wired mouse. I tried as you told me,
    but up untill now there 's no difference and everythings' still stuck ..
    I tried the hardware test that you can do with CD 1 .. and everything
    seems to work fine. At that point ( after startup hold D-button ) you can
    control both mouse and keyboard.
    When you then choose for startup from Mac OS Hardrive ... the whole problem
    starts again. Caps Lock is ON ( green light ) from the moment you enter the
    home screen.
    The problem i have is that the original cd's that came with this imac intel duo core .. are OS Tiger. A friend of mine clean installed Snow Leopard 6.1. so i can t reinstall on a short term. I also would regret it if all my files would get lost.
    Thanks for your quick respond. Please help me out !
    Roger

  • After updating to Yosemite remote don't work on iMac

    after updating to Yosemite remote don't work on iMac

    No, the versions of iPhoto on the iPad and on OS X are totally different.
    What Apple ID are you using for the Mac App Store? Who else has access to that Apple ID, or what possible other Apple IDs could be in use? It's possible you'll need to purchase iPhoto to get the upgrade, though I'd think Software Update should offer you the correct version.

  • Bluetooth mouse and keyboard go off exactly the same time, and don't connect agian after ive installed the mac os x 10.8 updates please fix this apple

    After Installing the mac os x update for 10.6.8 ive recentley in the last couple of days the bluetooth mouse and keyboard going off at the same time ive looked at some help but i feel like this is a software bug after installing so any other suggetions than taking it into an Apple Store,
    I hope apple fixthis problem in there next patch update.

    Hi,
    Welcome to the    Discussions
    Does the App launch form the Applications Folder rather than the DOCK ?
    The icons in the DOCK are links to the App. Sometimes this link can get broken.
    8:37 PM Sunday; December 27, 2009
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

Maybe you are looking for

  • Advance Payments and Returns

    Hi All, I am having an issue designing the process for payments and processing payment returns. The organisational structure that the company operates is such that there are units that have been represented as cost centres in the FICO configuration.

  • Images on webpages are not centered in window

    When I bring up certain webpages (Sadly the Apple website Start page is one of them) the images are off center either horizintally or way off to the right and down below the bottom of the window.  If I bring the the same website in another browser, t

  • Problem with Japanese character Codes

    I have been working for a company which got a product to support the sms activities. We are developing a new feature which supports Japanese language as of now along with english. We developed a new character set called PDC which is a combination of

  • Handle Custom Exception messages in EJB 3.x

    Hi I would like to know the process to follow in order to handle CustomException as in example the following code used within the Satteless / statefull /Message EJB's may be *if(user.account.value <= 100){* throw new EJBHanldleException("1001") where

  • Laptop screen is Black! PLZ Help

    Hi All.  Happy Holidays!   I am not too computer savvy but I try!!   All of a sudden my notebook screen is blank.  My computer is charged fully.  I can turn it on and I hear it turn on and WINDOWS boot up but my screen is blank and black.  There is n