You are not logged in.

#1 2009-11-07 23:24:04

spetex
Member
Registered: 2008-04-28
Posts: 2

radeonhd - DRI problem

Hey,

Im trying to run Direct rendering on my MSI laptop with Radeon HD 2600 graphic card but there is some problem and i cant figure out where.

im using the radeonhd open source driver

This is my xorg.conf

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "USBMouse" "SendCoreEvents"
    InputDevice    "Touchpad" "CorePointer"
    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  "glx"
    Load  "dri"
    Load  "dri2"
    Load  "drm"
    Load  "extmod"
    Load  "dbe"
    Load  "dri"
    Load  "record"
    Load  "synaptics"
EndSection

Section "ServerFlags"
    Option        "AutoAddDevices" "False"
    Option        "AllowEmptyInput" "False"
EndSection
(disabled hotplugging because of my buggy usb mouse)

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "USBMouse"
    Driver      "mouse"
    Option        "Protocol" "IMPS/2"
    Option        "Device" "/dev/input/mouse2"
    Option        "ZAxisMapping" "4 5 6 7"
    Option        "SendCoreEvents" "true"
EndSection

Section "InputDevice"
    Identifier  "Touchpad"
    Driver      "synaptics"
    Option        "TapButton1" "1"
    Option        "TapButton2" "2"
    Option        "TapButton3" "3"
    Option        "Device" "/dev/mouse1"
    Option        "Protocol" "auto-dev"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Device"
    Identifier  "Card0"
    Driver      "radeonhd"
    VendorName  "ATI Technologies Inc"
    BoardName   "M76 [Radeon Mobility HD 2600 Series]"
    Option        "DRI" "on"
      Option     "AGPMode" "4"
    Option     "ColorTiling" "on"
    #Option        "DynamicPM" "on"      # Dynamic powersaving.
    #Option        "ClockGating" "on"    # Assisting option for powersaving.
    Option        "AccelMethod" "exa"   # EXA should fit most cases.
    #Option        "EXAVSync" "on"       # EXAVSync is explained above.
    #Option        "DMAForXv" "on"       # Forced option in order to enable Xv overlay.
    #Option        "ScalerWidth" "2048"  # That should fix some very rare bugs.
    #Option        "EnablePageFlip" "on" # It will not be enabled on R5xx cards.
    #Option        "RenderAccel" "on"    # Optional. It should be enabled by default.
    #Option        "AccelDFS" "on"       #Optional. See the man page.
    BusID       "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    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
    EndSubSection
EndSection

and my log file

This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.

X.Org X Server 1.7.1.901 (1.7.2 RC 1)
Release Date: 2009-11-6
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.31-ARCH i686 
Current Operating System: Linux spetexovo 2.6.31-ARCH #1 SMP PREEMPT Fri Oct 23 11:12:58 CEST 2009 i686
Kernel command line: root=/dev/disk/by-uuid/ac27508b-3ecb-4ea8-885c-6d0728b881af ro
Build Date: 06 November 2009  09:14:54PM
 
Current version of pixman: 0.16.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Nov  8 00:07:03 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "USBMouse"
(**) |-->Input Device "Touchpad"
(**) |-->Input Device "Keyboard0"
(**) Option "AllowEmptyInput" "False"
(**) Option "AutoAddDevices" "False"
(**) Not automatically adding devices
(==) Automatically enabling devices
(**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
(**) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is disabled
(II) Loader magic: 0x81e5d40
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 6.0
    X.Org XInput driver : 7.0
    X.Org Server Extension : 2.0
(--) using VT number 7

(--) PCI:*(0:1:0:0) 1002:9581:1462:3fd5 ATI Technologies Inc M76 [Radeon Mobility HD 2600 Series] rev 0, Mem @ 0xf0000000/134217728, 0xfdef0000/65536, I/O @ 0x0000c000/256, BIOS @ 0x????????/131072
(II) Open ACPI successful (/var/run/acpid.socket)
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="FireGL - ATI Technologies Inc."
    compiled for 7.4.0, module version = 1.0.0
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
    compiled for 7.4.0, module version = 1.0.0
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
    compiled for 1.4.99.906, module version = 8.66.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.7.1.901, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.7.1.901, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.7.1.901, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "dri"
(II) Reloading /usr/lib/xorg/modules/extensions/libdri.so
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Reloading /usr/lib/xorg/modules/linux/libfglrxdrm.so
(II) Loading extension XFree86-DRI
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
    compiled for 1.7.1.901, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
    compiled for 1.7.0.901, module version = 1.2.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
(II) LoadModule: "radeonhd"
(II) Loading /usr/lib/xorg/modules/drivers/radeonhd_drv.so
(II) Module radeonhd: vendor="AMD GPG"
    compiled for 1.7.0.901, module version = 1.3.0
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.7.0.901, module version = 1.5.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
(II) LoadModule: "synaptics"
(II) Reloading /usr/lib/xorg/modules/input/synaptics_drv.so
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.7.0.901, module version = 1.4.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
(II) RADEONHD: X driver for the following AMD GPG (ATI) graphics devices:
    RV505 : Radeon X1550, X1550 64bit.
    RV515 : Radeon X1300, X1550, X1600; FireGL V3300, V3350.
    RV516 : Radeon X1300, X1550, X1550 64-bit, X1600; FireMV 2250.
    R520  : Radeon X1800; FireGL V5300, V7200, V7300, V7350.
    RV530 : Radeon X1300 XT, X1600, X1600 Pro, X1650; FireGL V3400, V5200.
    RV535 : Radeon X1300, X1650.
    RV550 : Radeon X2300 HD.
    RV560 : Radeon X1650.
    RV570 : Radeon X1950, X1950 GT; FireGL V7400.
    R580  : Radeon X1900, X1950; AMD Stream Processor.
    R600  : Radeon HD 2900 GT/Pro/XT; FireGL V7600/V8600/V8650.
    RV610 : Radeon HD 2350, HD 2400 Pro/XT, HD 2400 Pro AGP; FireGL V4000.
    RV620 : Radeon HD 3450, HD 3470.
    RV630 : Radeon HD 2600 LE/Pro/XT, HD 2600 Pro/XT AGP; Gemini RV630;
        FireGL V3600/V5600.
    RV635 : Radeon HD 3650, HD 3670.
    RV670 : Radeon HD 3690, 3850, HD 3870, FireGL V7700, FireStream 9170.
    R680  : Radeon HD 3870 X2.
    M52   : Mobility Radeon X1300.
    M54   : Mobility Radeon X1400; M54-GL.
    M56   : Mobility Radeon X1600; Mobility FireGL V5200.
    M58   : Mobility Radeon X1800, X1800 XT; Mobility FireGL V7100, V7200.
    M62   : Mobility Radeon X1350.
    M64   : Mobility Radeon X1450, X2300.
    M66   : Mobility Radeon X1700, X1700 XT; FireGL V5250.
    M68   : Mobility Radeon X1900.
    M71   : Mobility Radeon HD 2300.
    M72   : Mobility Radeon HD 2400; Radeon E2400.
    M74   : Mobility Radeon HD 2400 XT.
    M76   : Mobility Radeon HD 2600;
        (Gemini ATI) Mobility Radeon HD 2600 XT.
    M82   : Mobility Radeon HD 3400.
    M86   : Mobility Radeon HD 3650, HD 3670, Mobility FireGL V5700.
    M88   : Mobility Radeon HD 3850, HD 3850 X2, HD 3870, HD3870 X2.
    RS600 : Radeon Xpress 1200, Xpress 1250.
    RS690 : Radeon X1200, X1250, X1270.
    RS740 : RS740, RS740M.
    RS780 : Radeon HD 3100/3200/3300 Series.
    R700  : Radeon R700.
    RV710 : Radeon HD4570, HD4350.
    RV730 : Radeon HD4670, HD4650.
    RV740 : Radeon HD4770. EXPERIMENTAL AND UNTESTED.
    RV770 : Radeon HD 4800 Series; Everest, K2, Denali ATI FirePro.
    RV790 : Radeon HD 4890.
    M92   : Mobility Radeon HD4330, HD4530, HD4570. EXPERIMENTAL.
    M93   : Mobility Radeon M93. EXPERIMENTAL AND UNTESTED.
    M96   : Mobility Radeon HD4600.
    M97   : Mobility Radeon HD4860. EXPERIMENTAL AND UNTESTED.
    M98   : Mobility Radeon HD4850, HD4870.

(II) RADEONHD: version 1.3.0, built from dist of git branch master, commit 8cbff7bf

(II) Primary Device is: PCI 01@00:00:0
(WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
(EE) RADEONHD(0): The fglrx kernel module is loaded. This can have obvious
     or subtle side effects. See radeonhd(4) for details.
(==) RADEONHD(0): Depth 24, (--) framebuffer bpp 32
(**) RADEONHD(0): Option "AccelMethod" "exa"
(**) RADEONHD(0): Option "DRI" "on"
(**) RADEONHD(0): Selected EXA 2D acceleration.
(II) RADEONHD(0): Card not in database: 0x9581:0x1462:0x3FD5; using generic modesetting.
    If - and only if - your card does not work or does not work optimally
    please contact radeonhd@opensuse.org to help rectify this.
    Use the subject: 0x9581:0x1462:0x3FD5: <name of board>
    and *please* describe the problems you are seeing
    in your message.
(--) RADEONHD(0): Detected an M76 on an unidentified card
(II) RADEONHD(0): Mapped IO @ 0xfdef0000 to 0xb729f000 (size 0x00010000)
(II) RADEONHD(0): PCIE Card Detected
(II) RADEONHD(0): Getting BIOS copy from legacy VBIOS location
(II) RADEONHD(0): ATOM BIOS Rom: 
    SubsystemVendorID: 0x1462 SubsystemID: 0x3fd5
    IOBaseAddress: 0xc000
    Filename: BR25320.002 
    BIOS Bootup Message: 

MSI_1634 M76M A12 GDDR3 450e/400m                                           


(II) RADEONHD(0): Analog TV Default Mode: 1
(II) RADEONHD(0): Found default TV Mode NTSC
(II) RADEONHD(0): The detected amount of videoram exceeds the PCI BAR aperture.
(II) RADEONHD(0): Using only 131072kB of the total 262144kB.
(--) RADEONHD(0): VideoRAM: 131072 kByte
(II) RADEONHD(0): Framebuffer space used by Firmware (kb): 20
(II) RADEONHD(0): Start of VRAM area used by Firmware: 0xfffb000
(II) RADEONHD(0): AtomBIOS requests 20kB of VRAM scratch space
(II) RADEONHD(0): AtomBIOS VRAM scratch base: 0xfffb000
(WW) RADEONHD(0): rhdAtomAllocateFbScratch: FW FB scratch area 268414976 (size: 20480) extends beyond available framebuffer size 134217728
(II) RADEONHD(0): Cannot get VRAM scratch space. Allocating in main memory instead
(II) RADEONHD(0): Default Engine Clock: 500000
(II) RADEONHD(0): Default Memory Clock: 600000
(II) RADEONHD(0): Maximum Pixel ClockPLL Frequency Output: 1200000
(II) RADEONHD(0): Minimum Pixel ClockPLL Frequency Output: 0
(II) RADEONHD(0): Maximum Pixel ClockPLL Frequency Input: 13500
(II) RADEONHD(0): Minimum Pixel ClockPLL Frequency Input: 1000
(II) RADEONHD(0): Maximum Pixel Clock: 400000
(II) RADEONHD(0): Reference Clock: 27000
(II) RADEONHD(0): Found libdri 5.0.0.
(EE) RADEONHD(0): RHDDRIVersionCheck: drmOpen("radeon", "pci:0000:01:00.0") failed.
(WW) RADEONHD(0): RHDDRIPreInit: Version check failed. Disabling DRI.
(WW) RADEONHD(0): Falling back to ShadowFB acceleration
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) RADEONHD(0): Reference Clock: 27000
(II) RADEONHD(0): GPIO_I2C_Clk_Mask: 0x1f90
(II) RADEONHD(0): GPIO_I2C_Clk_Mask_Shift: 0x0
(II) RADEONHD(0): GPIO_I2C_Data_Mask: 0x1f90
(II) RADEONHD(0): GPIO_I2C_Data_Mask_Shift: 0x8
(II) RADEONHD(0): I2C bus "RHD I2C line 0" initialized.
(II) RADEONHD(0): GPIO_I2C_Clk_Mask: 0x1f94
(II) RADEONHD(0): GPIO_I2C_Clk_Mask_Shift: 0x0
(II) RADEONHD(0): GPIO_I2C_Data_Mask: 0x1f94
(II) RADEONHD(0): GPIO_I2C_Data_Mask_Shift: 0x8
(II) RADEONHD(0): I2C bus "RHD I2C line 1" initialized.
(II) RADEONHD(0): GPIO_I2C_Clk_Mask: 0x1f98
(II) RADEONHD(0): GPIO_I2C_Clk_Mask_Shift: 0x0
(II) RADEONHD(0): GPIO_I2C_Data_Mask: 0x1f98
(II) RADEONHD(0): GPIO_I2C_Data_Mask_Shift: 0x8
(II) RADEONHD(0): I2C bus "RHD I2C line 2" initialized.
(II) RADEONHD(0): GPIO_I2C_Clk_Mask: 0x1f80
(II) RADEONHD(0): GPIO_I2C_Clk_Mask_Shift: 0x0
(II) RADEONHD(0): GPIO_I2C_Data_Mask: 0x1f80
(II) RADEONHD(0): GPIO_I2C_Data_Mask_Shift: 0x8
(II) RADEONHD(0): I2C bus "RHD I2C line 3" initialized.
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) RADEONHD(0): Detected VGA mode.
(II) RADEONHD(0): Minimum Pixel ClockPLL Frequency Output: 0
(II) RADEONHD(0): Maximum Pixel ClockPLL Frequency Output: 1200000
(II) RADEONHD(0): Maximum Pixel Clock: 400000
(II) RADEONHD(0): Reference Clock: 27000
(II) RADEONHD(0): FB: Allocated Cursor Image at offset 0x00000000 (size = 0x00004000)
(II) RADEONHD(0): FB: Allocated Cursor Image at offset 0x00004000 (size = 0x00004000)
(II) RADEONHD(0): FirmwareInfo Revision 0104
(II) RADEONHD(0): Unused attribute: ul3DAccelerationEngineClock 0
(II) RADEONHD(0): Unused attribute: ulDriverTargetEngineClock 0
(II) RADEONHD(0): Unused attribute: ulDriverTargetMemoryClock 0
(II) RADEONHD(0): Unused attribute: ucASICMaxTemperature 0
(II) RADEONHD(0): Scary bits: Estimated MinEngineClock 250000 kHz
(II) RADEONHD(0): Scary bits: Estimated MinMemoryClock 250000 kHz
(II) RADEONHD(0): Default Engine Clock: 500000
(II) RADEONHD(0): Default Memory Clock: 600000
(II) RADEONHD(0): Current Engine Clock: 499500
(II) RADEONHD(0): Current Memory Clock: 594000
(II) RADEONHD(0): Current Chip Voltage: 0
(II) RADEONHD(0): Power Management: used engine clock / memory clock / core (VDDC) voltage   (0: ignore)
(II) RADEONHD(0): Power Management: Raw Ranges
(II) RADEONHD(0):   Minimum    250000 kHz /   250000 kHz /  0.950 V
(II) RADEONHD(0):   Maximum         0 kHz /        0 kHz /  1.100 V
(II) RADEONHD(0):   Default    500000 kHz /   600000 kHz /  1.100 V
(II) RADEONHD(0): PowerPlayInfo Revision 0401
(II) RADEONHD(0): Power Management: Validated Ranges
(II) RADEONHD(0):   Minimum    110000 kHz /   250000 kHz /  0.950 V
(II) RADEONHD(0):   Maximum    600000 kHz /   600000 kHz /  1.100 V
(II) RADEONHD(0):   Default    500000 kHz /   600000 kHz /  1.100 V
(II) RADEONHD(0): Power Management: Known Good Configurations
(II) RADEONHD(0):   1          300000 kHz /   400000 kHz /  1.100 V
(II) RADEONHD(0):   2          300000 kHz /   400000 kHz /  1.100 V
(II) RADEONHD(0):   3          300000 kHz /   400000 kHz /  1.100 V
(II) RADEONHD(0):   4          500000 kHz /   600000 kHz /  1.100 V
(II) RADEONHD(0):   5          110000 kHz /   252000 kHz /  0.950 V
(II) RADEONHD(0):   6          110000 kHz /   252000 kHz /  0.950 V
(II) RADEONHD(0):   7          300000 kHz /   252000 kHz /  0.950 V
(II) RADEONHD(0):   8          500000 kHz /   600000 kHz /  1.100 V
(II) RADEONHD(0):   9          500000 kHz /   600000 kHz /  1.100 V
(II) RADEONHD(0):   10         600000 kHz /   600000 kHz /  1.100 V
(II) RADEONHD(0):   11         300000 kHz /   600000 kHz /  1.100 V
(II) RADEONHD(0):   12         300000 kHz /   600000 kHz /  1.100 V
(II) RADEONHD(0): Power Management: Final Levels
(II) RADEONHD(0):   Off        110000 kHz /   250000 kHz /  0.950 V
(II) RADEONHD(0):   Idle       500000 kHz /   600000 kHz /  1.100 V
(II) RADEONHD(0):   Slow2D     500000 kHz /   600000 kHz /  1.100 V
(II) RADEONHD(0):   Fast2D     500000 kHz /   600000 kHz /  1.100 V
(II) RADEONHD(0):   Slow3D     500000 kHz /   600000 kHz /  1.100 V
(II) RADEONHD(0):   Fast3D     500000 kHz /   600000 kHz /  1.100 V
(II) RADEONHD(0):   Max3D      600000 kHz /   600000 kHz /  1.100 V
(II) RADEONHD(0):   User       500000 kHz /   600000 kHz /  1.100 V
(II) RADEONHD(0): Connector[0] {RHD_CONNECTOR_PANEL, "LVDS LCD1", RHD_DDC_4, RHD_HPD_NONE, { RHD_OUTPUT_LVTMA, RHD_OUTPUT_NONE } }
(II) RADEONHD(0): Connector[1] {RHD_CONNECTOR_TV, "7PIN_DIN TV1", RHD_DDC_NONE, RHD_HPD_NONE, { RHD_OUTPUT_DACB, RHD_OUTPUT_NONE } }
(II) RADEONHD(0): Connector[2] {RHD_CONNECTOR_DVI_SINGLE, "HDMI_TYPE_A DFP1", RHD_DDC_1, RHD_HPD_0, { RHD_OUTPUT_TMDSA, RHD_OUTPUT_NONE } }
(II) RADEONHD(0): Connector[3] {RHD_CONNECTOR_VGA, "VGA CRT1", RHD_DDC_0, RHD_HPD_NONE, { RHD_OUTPUT_DACA, RHD_OUTPUT_NONE } }
(II) RADEONHD(0): LVDS SEQ Dig onto DE: 30
(II) RADEONHD(0): LVDS SEQ DE to BL: 360
(II) RADEONHD(0): LVDS Off Delay: 500
(II) RADEONHD(0): LVDS Duallink: 0x0
(II) RADEONHD(0): LVDS 24Bit: 0x0
(II) RADEONHD(0): LVDS FPDI: 0x0
(II) RADEONHD(0): LVDS Temporal Dither : 0x1
(II) RADEONHD(0): LVDS Spatial Dither : 0x0
(II) RADEONHD(0): LVDS Grey Level: 0x3
(II) RADEONHD(0): AtomBIOS returned 3 Grey Levels
(--) RADEONHD(0): Detected a 18bit single link panel.
(II) RADEONHD(0): ACPI Backlight Control found.
(--) RADEONHD(0): Attaching Output LVDS to Connector PANEL
(--) RADEONHD(0): Attaching Output DAC B to Connector TV 7PIN_DIN
(--) RADEONHD(0): Attaching Output TMDS A to Connector DVI-D 1
(--) RADEONHD(0): Attaching Output DAC A to Connector VGA 1
(II) RADEONHD(0): RandR: Adding RRoutput PANEL for Output LVDS
(II) RADEONHD(0): RandR: Adding RRoutput TV_7PIN_DIN for Output DAC B
(II) RADEONHD(0): RandR: Adding RRoutput DVI-D_1 for Output TMDS A
(II) RADEONHD(0): RandR: Adding RRoutput VGA_1 for Output DAC A
(II) RADEONHD(0): Output PANEL using monitor section Monitor0
(II) RADEONHD(0): Output PANEL has no monitor section
(II) RADEONHD(0): Output TV_7PIN_DIN has no monitor section
(II) RADEONHD(0): Output DVI-D_1 has no monitor section
(II) RADEONHD(0): Output VGA_1 has no monitor section
(II) RADEONHD(0): Query for AtomBIOS Get Panel EDID: failed
(II) RADEONHD(0): Found native mode: Modeline "1280x800"   68.94  1280 1296 1344 1408  800 801 804 816
(WW) RADEONHD(0): No monitor size info, assuming 96dpi.
(II) RADEONHD(0): Output PANEL connected
(II) RADEONHD(0): Output TV_7PIN_DIN disconnected
(II) RADEONHD(0): Output DVI-D_1 disconnected
(II) RADEONHD(0): Output VGA_1 disconnected
(II) RADEONHD(0): Using exact sizes for initial modes
(II) RADEONHD(0): Output PANEL using initial mode 1280x800
(II) RADEONHD(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
(II) RADEONHD(0): RandR 1.2 support enabled
(==) RADEONHD(0): RGB weight 888
(==) RADEONHD(0): Default visual is TrueColor
(II) RADEONHD(0): Using 3840x1920 Framebuffer with 3840 pitch
(II) RADEONHD(0): FB: Allocated ScanoutBuffer at offset 0x00008000 (size = 0x01C20000)
(==) RADEONHD(0): DPI set to (96, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
    compiled for 1.7.1.901, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(II) Loading sub module "shadow"
(II) LoadModule: "shadow"
(II) Loading /usr/lib/xorg/modules/libshadow.so
(II) Module shadow: vendor="X.Org Foundation"
    compiled for 1.7.1.901, module version = 1.1.0
    ABI class: X.Org ANSI C Emulation, version 0.4
(II) RADEONHD(0): Using ShadowFB
(--) Depth 24 pixmap format is 32 bpp
(II) RADEONHD(0): Mapped IO @ 0xfdef0000 to 0xb729f000 (size 0x00010000)
(II) RADEONHD(0): Mapped FB @ 0xf0000000 to 0xaf27c000 (size 0x08000000)
(II) RADEONHD(0): Attempting to enable power management
(II) RADEONHD(0): Current Engine Clock: 499500
(II) RADEONHD(0): Current Memory Clock: 594000
(II) RADEONHD(0): Current Chip Voltage: 0
(II) RADEONHD(0): Attempting to set Engine Clock to 500000
(II) RADEONHD(0): Current Engine Clock: 499500
(II) RADEONHD(0): Current Memory Clock: 594000
(II) RADEONHD(0): Current Chip Voltage: 0
(WW) RADEONHD(0): RHDCSInit: CS for R600 requires DRI.
(==) RADEONHD(0): Backing store disabled
(==) RADEONHD(0): Silken mouse enabled
(II) RADEONHD(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(II) RADEONHD(0): On Crtc 0 Setting 60.0 Hz Mode: Modeline "1280x800"   68.94  1280 1296 1344 1408  800 801 804 816
None
(II) RADEONHD(0): RHDAudioSetSupported: config 0x60040 codec 0x1
(==) RADEONHD(0): DPMS enabled
(WW) RADEONHD(0): Option "AGPMode" is not used
(WW) RADEONHD(0): Option "ColorTiling" is not used
(--) RandR disabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
record: RECORD extension enabled at configure time.
record: This extension is known to be broken, disabling extension now..
record: http://bugs.freedesktop.org/show_bug.cgi?id=20500
(EE) GLX error: Can not get required symbols.
(II) RADEONHD(0): Setting screen physical size to 338 x 211
(**) Option "Protocol" "IMPS/2"
(**) USBMouse: Device: "/dev/input/mouse2"
(**) USBMouse: Protocol: "IMPS/2"
(**) Option "SendCoreEvents"
(**) USBMouse: always reports core events
(**) Option "Device" "/dev/input/mouse2"
(==) USBMouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5 6 7"
(**) USBMouse: ZAxisMapping: buttons 4, 5, 6 and 7
(**) USBMouse: Buttons: 11
(**) USBMouse: Sensitivity: 1
(II) XINPUT: Adding extended input device "USBMouse" (type: MOUSE)
(**) USBMouse: (accel) keeping acceleration scheme 1
(**) USBMouse: (accel) acceleration profile 0
(II) USBMouse: ps2EnableDataReporting: succeeded
(II) Synaptics touchpad driver version 1.2.0
(--) Touchpad auto-dev sets device to /dev/input/event3
(**) Option "Device" "/dev/input/event3"
(II) Touchpad: x-axis range 32 - 544
(II) Touchpad: y-axis range 32 - 352
(II) Touchpad: device does not report pressure, will use touch data.
(II) Touchpad: finger width range 0 - 0
(II) Touchpad: buttons: left right middle double triple
(**) Option "TapButton1" "1"
(**) Option "TapButton2" "2"
(**) Option "TapButton3" "3"
(--) Touchpad: touchpad found
(**) Option "CorePointer"
(**) Touchpad: always reports core events
(II) XINPUT: Adding extended input device "Touchpad" (type: TOUCHPAD)
(**) Touchpad: (accel) keeping acceleration scheme 1
(**) Touchpad: (accel) acceleration profile 0
(--) Touchpad: touchpad found
(**) Option "CoreKeyboard"
(**) Keyboard0: always reports core events
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "XkbRules" "base"
(**) Keyboard0: XkbRules: "base"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) config/hal: Adding input device Macintosh mouse button emulation
(II) AutoAddDevices is off - not adding device.
(EE) config/hal: NewInputDeviceRequest failed (8)
(II) config/hal: Adding input device ETPS/2 Elantech Touchpad
(II) AutoAddDevices is off - not adding device.
(EE) config/hal: NewInputDeviceRequest failed (8)
(II) config/hal: Adding input device A4Tech PS/2+USB Mouse
(II) AutoAddDevices is off - not adding device.
(EE) config/hal: NewInputDeviceRequest failed (8)
(II) config/hal: Adding input device AT Translated Set 2 keyboard
(II) AutoAddDevices is off - not adding device.
(EE) config/hal: NewInputDeviceRequest failed (8)
(II) config/hal: Adding input device Power Button
(II) AutoAddDevices is off - not adding device.
(EE) config/hal: NewInputDeviceRequest failed (8)
(II) config/hal: Adding input device Sleep Button
(II) AutoAddDevices is off - not adding device.
(EE) config/hal: NewInputDeviceRequest failed (8)
(II) config/hal: Adding input device Video Bus
(II) AutoAddDevices is off - not adding device.
(EE) config/hal: NewInputDeviceRequest failed (8)
(II) config/hal: Adding input device Power Button
(II) AutoAddDevices is off - not adding device.
(EE) config/hal: NewInputDeviceRequest failed (8)
(II) RADEONHD(0): Query for AtomBIOS Get Panel EDID: failed
(II) RADEONHD(0): Found native mode: Modeline "1280x800"   68.94  1280 1296 1344 1408  800 801 804 816
(WW) RADEONHD(0): No monitor size info, assuming 96dpi.
(II) RADEONHD(0): Query for AtomBIOS Get Panel EDID: failed
(II) RADEONHD(0): Found native mode: Modeline "1280x800"   68.94  1280 1296 1344 1408  800 801 804 816
(WW) RADEONHD(0): No monitor size info, assuming 96dpi.
(II) RADEONHD(0): Query for AtomBIOS Get Panel EDID: failed
(II) RADEONHD(0): Found native mode: Modeline "1280x800"   68.94  1280 1296 1344 1408  800 801 804 816
(WW) RADEONHD(0): No monitor size info, assuming 96dpi.
(II) RADEONHD(0): Query for AtomBIOS Get Panel EDID: failed
(II) RADEONHD(0): Found native mode: Modeline "1280x800"   68.94  1280 1296 1344 1408  800 801 804 816
(WW) RADEONHD(0): No monitor size info, assuming 96dpi.
(II) RADEONHD(0): Query for AtomBIOS Get Panel EDID: failed
(II) RADEONHD(0): Found native mode: Modeline "1280x800"   68.94  1280 1296 1344 1408  800 801 804 816
(WW) RADEONHD(0): No monitor size info, assuming 96dpi.
(II) RADEONHD(0): Query for AtomBIOS Get Panel EDID: failed
(II) RADEONHD(0): Found native mode: Modeline "1280x800"   68.94  1280 1296 1344 1408  800 801 804 816
(WW) RADEONHD(0): No monitor size info, assuming 96dpi.
(II) 3rd Button detected: disabling emulate3Button

Could someone help me out of this situation?

Offline

#2 2009-11-08 10:22:22

vacant
Member
From: downstairs
Registered: 2004-11-05
Posts: 816

Re: radeonhd - DRI problem

Have you sorted out  "(EE) RADEONHD(0): The fglrx kernel module is loaded" ?

Offline

#3 2009-11-13 19:15:11

helios91
Member
Registered: 2009-06-09
Posts: 21

Re: radeonhd - DRI problem

Offline

#4 2009-11-13 21:16:47

tavianator
Member
From: Waterloo, ON, Canada
Registered: 2007-08-21
Posts: 858
Website

Re: radeonhd - DRI problem

helios91 wrote:

DRI should work fine with KMS (though I've never tested and ATI card).  The problem is as vacant said.  Try blacklisting fglrx in /etc/rc.conf.

EDIT: There's no way he's using KMS if fglrx is loaded, is there?  Although you are right in that radeonhd doesn't support KMS.

Last edited by tavianator (2009-11-13 21:20:24)

Offline

#5 2009-11-14 18:34:45

cognacc
Member
From: Denmark
Registered: 2008-09-28
Posts: 14

Re: radeonhd - DRI problem

EDIT: There's no way he's using KMS if fglrx is loaded, is there?  Although you are right in that radeonhd doesn't support KMS.

hmm i pretty sure i had radeonhd running on my T60P.
And had it working with KMS, maybe. cause right know im 3 days out with my laptop.
because of the kms module smile .

I cant get it to work now.
i had lots of DRM_xyz error in my /var/log/errors.log, i think it was.

Offline

#6 2009-11-14 20:25:09

Perry3D
Member
Registered: 2008-03-20
Posts: 553

Re: radeonhd - DRI problem

The HD2600 is a R500 Chip. KMS and 3D acceleration is not supported with kernel 2.6.31 and your card.
You have to wait for 2.6.32.

Or you try this howto cool : http://bbs.archlinux.org/viewtopic.php?id=79509

Offline

#7 2009-11-15 03:07:02

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: radeonhd - DRI problem

The HD2600 should be a R6xx chip I believe.

I haven't tried what Perry3D suggested but my HD2400 and KMS don't play well with each other for now.


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

Board footer

Powered by FluxBB