Using xorg 1.5 in testing with some problem with keyboard and mplayer

I have the following lines in my xorg's log file:
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) RADEON(0): R500 support is under development. Please report any issues to [email protected]
(WW) RADEON(0): LVDS Info:
(WW) RADEON(0): Unknown vendor-specific block f
(WW) RADEON(0): Unknown vendor-specific block f
(WW) RADEON(0): DRI init changed memory map, adjusting ...
(WW) RADEON(0): MC_FB_LOCATION was: 0xdbffd800 is: 0xdbffd800
(WW) RADEON(0): MC_AGP_LOCATION was: 0x003f0000 is: 0xffffffc0
(WW) Warning, couldn't open module evdev
(EE) Failed to load module "evdev" (module does not exist, 0)
(EE) No input driver matching `evdev'
(EE) config/hal: NewInputDeviceRequest failed
(WW) Warning, couldn't open module evdev
(EE) Failed to load module "evdev" (module does not exist, 0)
(EE) No input driver matching `evdev'
(EE) config/hal: NewInputDeviceRequest failed
(WW) Warning, couldn't open module evdev
(EE) Failed to load module "evdev" (module does not exist, 0)
(EE) No input driver matching `evdev'
(EE) config/hal: NewInputDeviceRequest failed
(WW) Warning, couldn't open module evdev
(EE) Failed to load module "evdev" (module does not exist, 0)
(EE) No input driver matching `evdev'
(EE) config/hal: NewInputDeviceRequest failed
(WW) Warning, couldn't open module evdev
(EE) Failed to load module "evdev" (module does not exist, 0)
(EE) No input driver matching `evdev'
(EE) config/hal: NewInputDeviceRequest failed
(WW) Warning, couldn't open module evdev
(EE) Failed to load module "evdev" (module does not exist, 0)
(EE) No input driver matching `evdev'
(EE) config/hal: NewInputDeviceRequest failed
(WW) Warning, couldn't open module evdev
(EE) Failed to load module "evdev" (module does not exist, 0)
(EE) No input driver matching `evdev'
(EE) config/hal: NewInputDeviceRequest failed
(WW) Warning, couldn't open module evdev
(EE) Failed to load module "evdev" (module does not exist, 0)
(EE) No input driver matching `evdev'
(EE) config/hal: NewInputDeviceRequest failed
(WW) RADEON(0): Unknown vendor-specific block f
(WW) RADEON(0): Unknown vendor-specific block f
1. my notebook's keyboard works well now, but when I see above error, I installed xf86-input-evdev package, then strange thing happened: when I press the up arrow key, gnome-screenshot was opened, so I cannot use the "Up" key,:( then I have to uninstall the xf86-input-evdev, but I donot know why there are error messages as shown above.
2. The radeon driver works fine for me ---- at least I think so ----, but I cannot use mplayer -vo gl:yuv=4:lscale=1 somemediafile to play, cause it is too slow
it says:
do_wait: drmWaitVBlank returned -1, IRQs don't seem to be working correctly.
Try adjusting the vblank_mode configuration parameter.
my video card is x1300 on Lenovo T60.
here is my xorg.conf:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Synaptics Touchpad" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
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 "dri"
Load "glx"
Load "drm"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
# Option "Protocol" "auto"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"
Option "EmulateWheel" "on"
Option "EmulateWheelButton" "2"
Option "EmulateWheelTimeOut" "200"
Option "YAxisMapping" "4 5"
Option "XAxisMapping" "6 7"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
# Option "Device" "/dev/input/mouse2"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "TouchpadOff" "1"
Option "SHMConfig" "true"
EndSection
Section "Monitor"
#DisplaySize 290 210 # mm
Identifier "Monitor0"
VendorName "LEN"
ModelName "4020"
Option "DPMS"
# 1024x768 96dpi
DisplaySize 270 203
EndSection
Section "Device"
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "M52 [Mobility Radeon X1300]"
BusID "PCI:1:0:0"
Option "DRI" "true"
Option "AGPMode" "4"
Option "EnablePageFlip" "on"
Option "ColorTiling" "on"
Option "DynamicClocks" "on"
Option "AccelMethod" "EXA"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
# Option "Composite" "0"
Option "XVideo" "Enable"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
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
Modes "1024x768"
EndSubSection
EndSection

sm4tik wrote:Have a look at http://bbs.archlinux.org/viewtopic.php?id=54568
I decided to keep the old drivers and just ignore the error. I read a dozen mail list entries etc before reverting back, and it seems laptop keyboards are often quite tricky to get working correctly. Also using a non english layout will cause some extra effort.. My suggestion is to uninstall evdev and stick to the old drivers until there's a real reason to switch to evdev.
Well, after follow the post you gave.
I think that evdev now is really sucks!
I agree with you, as long as my whole computer works, I donot care such errors.

Similar Messages

  • TS4148 i was using my iphone 4 in sweden with telia and i shifted to portugal,how can i unlock my iphone?

    i was using my iphone 4 in sweden with telia and i shifted to portugal,how can i unlock my iphone?

    Contact tella to see if they offer unlocking and if you qualify.
    Only the wireless carrier to which an iPhone is locked can unlock it.

  • I use LabVIEW 7.1 but I have some problem when, I use LabVEW to read the data from serial communication

    I use LabVIEW 7.1 but I have some problem when, I use LabVEW to read the data from serial communication.
    I use LabVIEW to read the data from serial communication then, i open the example (.vi) from Serial Communication - Advanced Serial Write and Read  from LabVIEW Example. BUT it have some error message that : Error - 1073807202 occured  at property node in visa configure serial port (instr).vi -> advance serial write and read .vi
    this error code is undefined. no one has provide a description for this code, or you might have wired a number that is not an error code to the error code input.
    I don't know why? please help me. thank you.

    When I copy that code into "Explain Error" I get: "VISA:  (Hex 0xBFFF009E) A code library required by VISA could not be located or loaded."
    You may have a bad install of VISA or the wrong version of VISA loaded. Try re-installing VISA. You can get the latest version from the NI support site: http://digital.ni.com/softlib.nsf/webcategories/85256410006C055586256BBB002C0E91?opendocument&node=1....
    Also ensure that you are not pointing the example towards a serial port that does not exist.
    Please let us know what you find and what gets this working for you.
         Rob

  • Is anybody using the Canon 1D mark III with RAW and Aperture?

    Hello,
    Is anybody using the Canon 1D mark III with RAW and Aperture?
    JO

    I'm using a 5D with a G5 and having nothing but problems. I have aperture installed on my Powerbook and don't have any problems. Upload fine and everything. But as soon as i try and upload photos on my G5 it's terrible. They preview fine before import.
    but afterwards they're corrupt.
    any help....
    Message was edited by: Kris Shacochis

  • 870A Fuzion Power has problem with keyboard and mouse movement only in games.

    Hey guys,
    recently built a new system and chose to go with the 870A Fuzion Power mainboard, everything has gone very smoothly execpt for one problem, only when I play games like Crysis 2 ect the mouse seems to jolt around now and again and the keyboard decides to stop responding if I hold down the movement keys, and this is only in game not surfing the web for example. Now, I am using a wireless mouse and keyboard but I plugged in a PS/2 keyboard and the exact same thing happened. I've installed all of the drivers that came with this board and the drivers for the mouse and keyboard. Any of you guys ever had this sort of problem or know how to fix this?
    Thanks.

    I bought a new Macbook pro in june 2010, I didn't have any keyboard or mouse issues prior to upgrading to 10.6.4 supposedly this update was made to fix some issues with keyboard and mouse becoming unresponsive. For me the opposite happened. after the upgrade, my keyboard and mouse (trackpad) becomes sometimes partially unresponsive or totally unresponsive. the only way to solve the problem is by completely turning of the computer and turning back on.. granted it doesn't happen very often.. generally once every about 2-3 weeks but it is still annoying though..
    I didn't have a chance to use the computer too much on the previous version (10.6.3) so I don't know if it is software related or hardware related.. any thoughts?
    Message was edited by: msoued

  • Using Photoshop CC 2014 on a Windows Tablet without a keyboard and mouse

    Using Photoshop CC 2014 on a Windows Tablet without a keyboard and mouse can be quite a challenge. Even if you use the experimental 2x UI. You can not use your fingers or to quickly change tools and change settings. You have no shortcut without popping up Windows touch keyboard or leave it up taking a great deal of screen space.  If you're using the 2x UI Photoshop uses the screen at half resolution so it displays 1/4 the amount of pixels it could.
    Fortunately I found a little touchkey utility on the web the lets you design your own touch keyboards. The can be transparent and you can even paint under them as long as you start the stroke  outside the keyboard area. The keyboards can be toggles on and off so you can actually use Photoshop.  The utility is small and requires not installation can be run form anywhere.  I purchased a Surface Pro 3 a week ago.  Its a full fledge PC.  Through the home group I can access all machines in my house and using network shares I can access all files on my machines and the network drive on my router,  I can print on my Epson 4800 printer. I can show slideshow on my HDTV via   Bluetooth using a Microsoft wireless display adapter.   I can plug in my Wacom Intuos Pro wireless receiver into the USB  3 port and use my Wacom tablet.  Have a very touchy machine.  Touch on the keyboard touch pad touch on the Display display and on the Wacom tablet.  Could have touch on a mouse but I prefer the Microsoft comfort bluetooth mouse that has six buttons and a four way wheel.
    As a tablet its under two pounds.  Its quite impressive cost why mor the an iPad but worth the cost to me for with windows I can get at the file system.   If you have a Surface Pro 3 you should check out  "Touchkey" its handy.

    Do a screen screen capture and post it here so we can see what you stating about a white layout...

  • [SOLVED, PARTIALLY] Xorg 1.5 leaves me with freezed and colored screen

    I was using xorg-server 1.4 with xf86-video-i810 and xf86-input-keyboard 1.3.1 and it was fine. Today, I upgrade my system and xf86-input-keyboard was upgrade to 1.3.2. With this upgrade, I was able to log into X but my keyboard was unusable. And since I do not have the old package of xf86-input-keyboard (version 1.3.1) in my hard disk, I am unable to go back.
    So, I tried to upgrade my system completely including xorg-server 1.4 to 1.5 and xf86-video-i810 to xf86-video-intel. Then I tried starting up X and it gives a colorful screen with vertical lines.
    Searched forum a bit and came to know that I can remove my xorg.conf since new xorg detects things on its own. Hence, I deleted xorg.conf and enabled hal in rc.conf. But this also gave me the same result.
    Thirdly, I tried removing xbindkeys since there was some mention that it creates problem when starting up with X, but to no avail.
    Finally, I tried using "hwd -u" and "hwd -xa" to get an xorg.conf as it was mentioned in some post. it too did not work.
    Can someone help me get out of this mess. I'm not able to post links to other posts or my xorg log since I'm on links to browse net and using it first time.
    Waiting for your help.[
    Last edited by ravisghosh (2009-02-27 00:23:15)

    After trying lot of things and not being able to get xorg-server 1.5 work with my system, the only way remaining was to build xf86-input-keyboard 1.3.1 using abs. Here is how I did it (will help those who does not know how to build using abs just as I did not know).
    copy the following files in a folder.
    /var/abs/extra/xf86-input-keyboard/PKGBUILD
    /var/abs/extra/xf86-input-keyboard/new-server.patch
    open PKGBUILD file using some editor, e.g. nano. and change the following lines to look like this
    pkgver=1.3.1
    pkgrel=1
    Note, the version and release has to be changed.
    Now run this command
    makepkg
    This will download a file and after a while you will get the following error:
    validating source files with md5sums
    xf86-input-keyboard-1.3.1.tar.gz FAILED
    Now run the following command
    md5sum -t xf86-input-keyboard-1.3.1.tar.gz
    THis will give a long series of letters and numbers. Note that down and again open PKGBUILD file. Go to the end of the file and you will find 2 similar series of numbers and letters. Replace the first series with the number you have noted down. Save the file and exit.
    Now again run
    makepkg
    This time, the process will continue and will not fail. You will get the installation file in the same directory, named like xf86-input-keyboard-1.3.1-1-i686.pkg.tar.gz.
    now, install this file
    pacman -U xf86-input-keyboard-1.3.1-1-i686.pkg.tar.gz
    Do the same for other files, i.e., xorg-server 1.4 and xf86-video-i810-1.7.4, etc., if you happen to not have them in your hard disk.

  • Used to be able get iMessages with iPhone and iPad. Cannot register # or email.

    I used to be able to get iMessages using either my phone number or email address besides the me.com one. Now I can't and it won't verify them. I am not even given the choice to add my phone number as on my wife's phone. It keeps telling me I have to register my phone number and email addresses.
    Then when I attempt to I am told I need to put in a "code" sent to me on the iPad but have no clue where to look for that code. Nothing shows up in Messages or an email.
    HELP!!  My wife's iPhone 6, bought and set up the same time, works fine.
    Using Yosemite and iOS X latest versions of each. Verizon service.

    Hi NeddafromFl,
    Thanks for using Apple Support Communities. Based on what you stated, it sounds like you are trying to use a phone nnumber and email address to use Messages. I would recommend that you read this article, it may be able to help the issue.
    iOS and OS X: Link your phone number and Apple ID for use with FaceTime and iMessage - Apple Support
    Cheers,
    Mario

  • I'm using an older iMac G5 (PowerPC) with Firefox and MacOs 10.5.8. I no longer am able to watch video clips because Firefox recently auto-updated to 3.6.24; is there an older version of FireFox that would work with my PowerPC, and where do I find it

    I used to be able to watch video clips off a streaming website, but it's been getting more difficult and now it no longer works. I suspect that my older Power PC G5 Mac is not compatible with the newer Firefox version of 3.6.24. I suspect that if I used an older version of Firefox with my system, I could get back to watching video clips. Would this work, and if so, where can I download an earler version of Firefox that would be compatible with my Mac and MacOs 10.5.8?

    You might want to consider extending the lifespan of your G5 by using a different operating system. I put [https://en.wikipedia.org/wiki/Lubuntu Lubuntu] on a G5 recently and it runs the newest Firefox just fine. Lubuntu (pronounced Loo-boon-two) is sort of an Ubuntu lite - a user-friendly version of Linux. There are many applications to choose from, and it's all free.
    The PowerPC I did this on was one of the old Bondi Blue ones. Firefox had no problem running on it at all and has all plug-ins needed for video, audio, etc.. I gave it to a church and it's running fine for them.
    You can download old versions of Firefox, but you'll just open yourself up to security problems if you do.
    FYI: The Mac operating system is built on Linux.

  • Hi - for any photo, info in mountain lion shows a different file size than Photoshop does. I've tested with CS3 and CS6 and get the same problem. Doesn't happen with CS3 and OSX10.4 or any previous versions of Photoshop and OSX. Anyone know why?

    Hi - for any photo, info in mountain lion shows a different file size than Photoshop does. I've tested with both CS3 and CS6 on 10.8.2 and get the same problem. This doesn't happen with CS3 and OSX10.4 or any previous versions of Photoshop and OSX. Anyone know why?

    this one is actually a really rare symptom of a flaky connection to the ipod on a Windows PC. there's more going on in terms of hardware on nanos and 5th gens than in the earlier models ... so if the connection is flaky to precisely the right/wrong degree, itunes will see the ipod, but misidentify it as an earlier version of ipod.
    tracking down the cause of the flakiness can be tricky ... as you already know ...
    just checking. have you tried connecting with a different (known-good) USB cable? does that seem to have any impact on the rate of occurence of the problem?

  • Using Bloomberg Professional Excel Add-In with Parallels and Vista

    Has anyone successfully used the Bloomberg Excel Add-In for Excel 2007, Windows Vista, and Mac OS 10.5#? Bloomberg professional works fine, but I can't get any data to populate with the BDS(), BDH() or BDP() functions.

    Check the file permissions on c:\winnt\system32\msvcr71.dll. This needs to be 'Read/Execute' for 'everyone'. The add-in installation only gives permissions to the User who is installing the add-in. Which causes problems when other users need to access the Add-in. (Similar problem on Citrix / TS). <BR><BR>James Archer

  • Problem with keyboard and mouse pm8m-v

    I have gotten this pm8m-v from a freind who knew nothing about computers. He had problems with the keyboard and mouse not responding at start up or just freeze on him. So I check it out, called MSI and even sent it to them, they claimed that there was nothing wrong with the board. So here are the specs of the computer now:
    pm8m-v motherboard
    2-256MB memory PC-2700 DDR 333Mhz
    intel P4 2.6GHz
    codegen power supply 300W
    gateway CDW
    western digital 40 harddrive
    the rest is on board stuff
    the problem is still there and it is driving me crazy, can you please help?

    I had the same problem with the PM8M-V, today as a matter of fact, and I kept getting locked up at the point where I had to hit enter to load the WinXP CD to setup the system.  After finding this topic I tried a different keyboard. The one that was being used was a Kennsiington PS2 cheapo, I swapped it for a Microsoft (one of those ergonomic styles and I've had it for a long time) Keyboard PS2, and the problem went away.  I'm typing on the Kennsington right now, so it's fine just wasn't liked by the PM8M-V for some reason.

  • Problem with keyboard and audio on Satellite L40

    Hi everybody,
    I just installed XP SP2 on my Satellite L40 (BTW thanx to all you that have helped me overcome the problems during this operation with your threads), but I have some problem with my keyboard. I have an azerty keyboard and after I installed xp, it worked as a qwerty, I repared it, now all my letters are working fine, but i have some problems with some symbols, such as @, !, _,if you understand me.
    Could somebody help me???
    I also have problems with my audio, in fact I have no audio at all, in control panel it says that no audio device is found.
    I saw some threads that said that I should first install kb888111, and another likely thing, but i can't find the other one. I've downloaded the sound driver from the toshiba website; thanx for helping me in that field also.
    bye

    I have the same problem with sound...I have found hotfix kb888111 and I instaled that one...but when i wanted to start instaling sound driver a popup window say thet there is some error and can't continue with instaling sound driver...
    I found hotfix kb888111 in this folder which i have downladed from toshiba site: english\sound driver\mshdqfe\win2k_xp\us\kb888111xps2....
    i do not know what to do.....Does anybody else knows....

  • Is there a way to use an adapter to connect my ipad to a USB keyboard and to an ACDC for power

    I have a tablet keyboard with a male USB plug attached to it and it came with an adapter with a female USB on one end and a mini male USB on the other end. I was wondering if there is a way to use that keyboard with my iPad and iPod? There are adapters that plug into laptops and pc's that you can plug keyboards and mice into. Will it work if I plug the iPod or iPad  into one and the keyboard into one and then plug one into the ACDC power adapter (since I am sure the keyboard will drain the battery quicker). I am so tired of the iPad keyboard always hiding what I am trying to type.

    As far as I know, there isn't any support for USB keyboards. THe iPad is designed to work with blue tooth ones.
    That power issue that you state is why it likley won't work. An update in 2011 reduced the amount of power allocated to the charging port and I don't think it's capable of outputting enough to run a keyboard.

  • Helix will not connect with keyboard and touch pad

    This is kind of wierd.  It's been doing this since I've owned it.  I have a Thinkpad USB 3.0 port replicator.  When I get to work, I used to turn the screen around backwards on the keyboard and plug it into the PR.  That way all you could see was the screen.  Now I have a tablet stand and I remove it from the keyboard and set it in the stand.  The problem I'm having is that when I have it reversed on the keyboard OR off of the keyboard all together for a period of time (say, 30 minutes) and I re-attach it to the keyboard, I can't use the keyboard or trackpad unless I press the power button for 20 seconds and hard reset the tablet.  It see's the battery and plays the audio that tells me it see's it, but the pad and keyboard are unresponsive.  It's frustrating.  A standard reboot/restart will not fix the problem.  I have made sure my tablet and keyboard have the latest BIOS and firmware updates. 
    SMBIOS - 2.7
    UEFI Bios - 1.27
    Embedded Controller Version - 1.21
    It's frustrating to have to force a restart every single time I want to dock it after it's been off the keyboard for more than 20 minutes.
    Any idea's? 
    Gavin

    Does Axis say it is compatible with a 4G iPod with iOS 6.1?
    Sometimes this works
    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up           
    - Restore to factory settings/new iOS device.

Maybe you are looking for

  • Memory Upgrade on Satellite L40-15G

    I have a Toshiba L40-15G with 1GB DDR2 ram (2x512MB). It works at a frequency of 266Mhz. I want to upgrade to 2GB of ram by going 2x1GB sticks or a 2GB stick. However, i don't know if the 2GB stick will be accepted on one slot. Should i buy a 2GB sti

  • HT1766 I have a problem with my iPhone 4S

    I have a problem with my iPhone 4S. But I lost my purchase receipt/invoice. I still have original box with serial numbers etc. The phone is 18 months old. Can I get this fixed with Apple Gener Bar? Do I need the receipt?

  • Trying to install cs5.5 design premium on my laptop(second computer)

    i dont have the serial code because its a student version and i am no longer in school so i dont have that email address anymore

  • Trying to go to a website but unable...use this website a great deal

    I am trying to connect to a website that I use daily. I keep getting an "opps, sorry can not connect". I am trying to figure out if it is Firefox, me, or if the site is down. Was on the site about 2-3 hours earlier, then nothing.

  • Will not recognize lacie backup disk

    I connected Lacie Backup Disk and used Time Machine to select the disk.  But then a warning popped up telling me to eject the disk properly next time before disconnecting it, even though I never disconnected the device.  Now time machine does not eve