You are not logged in.

#1 2008-09-07 11:57:08

archxman
Member
Registered: 2008-08-23
Posts: 4

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 xorg-driver-ati@lists.x.org
(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

Offline

#2 2008-09-07 18:02:16

sm4tik
Member
From: Finland, Jyväskylä
Registered: 2006-11-05
Posts: 248
Website

Re: using xorg 1.5 in testing with some problem with keyboard and mplayer

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.

Offline

#3 2008-09-08 05:57:15

archxman
Member
Registered: 2008-08-23
Posts: 4

Re: using xorg 1.5 in testing with some problem with keyboard and mplayer

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.

Offline

Board footer

Powered by FluxBB