Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

Is anywere RADEONHD HowTo?

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Post Reply
Advanced search
10 posts • Page 1 of 1
Author
Message
Goshanecr
Apprentice
Apprentice
User avatar
Posts: 158
Joined: Wed Aug 17, 2005 7:58 am
Location: Russia
Contact:
Contact Goshanecr
Website

Is anywere RADEONHD HowTo?

  • Quote

Post by Goshanecr » Sun Jun 28, 2009 5:28 pm

Hi friends!
I have Radeon 2600XT videocard and try to migrate from binary ati-drivers to radeonhd
/etc/make.conf

Code: Select all

VIDEO_CARDS="radeonhd radeon"
kernel 2.6.30-r1 drm and radeon drm as modules enabled
lsmod

Code: Select all

radeon ...
drm .... radeon
In /etc/X11/xorg.conf drivers changed to radeonhd

Code: Select all

Section "Module"                               
        Load            "dbe"                  
        SubSection      "extmod"               
                Option  "omit xfree86-dga"     
        EndSubSection                          
        Load            "freetype"             
        Load            "glx"                  
        Load            "dri"                  
EndSection                                     

Section "Files"
        FontPath        "/usr/share/fonts/misc/"
        FontPath        "/usr/share/fonts/100dpi/"
        FontPath        "/usr/share/fonts/75dpi/" 
EndSection                                        

Section "Monitor"
        Identifier  "BenqMonitor"
        ModeLine "1920x1080_60.00"  172.80  1920 2040 2248 2576  1080 1081 1084 1118 # +hsync +vsync
        HorizSync       34-94                                                                       
        VertRefresh     50-85                                                                       
EndSection                                                                                          

Section "Device"
        Identifier      "ATI2600XT"
        Driver          "radeonhd" 
        Option          "AccelMethod"           "exa"   #Используем новый метод 3D-ускорения
        Option          "DRI"                   "on"    #Используем DRI
        Option          "SWcursor"              "off"   #Програмный курсор отключаем.
        Option          "UseConfiguredMonitor"  "off"   #Не используем секцию настройки монитора

#       Option          "XAANoOffscreenPixmaps" "on"
#       Option          "TexturedVideo"         "on"
#       Option          "VideoOverlay"          "off"
#       Option          "OpenGLOverlay"         "off"
#       Option          "Textured2D"            "on"
#       Option          "TexturedXrender"       "off"
#       Option          "UseFastTLS"            "1"
#       Option          "BackingStore"          "off"
##      Option          "AllowGLXWithComposite" "true"
#       Option          "AddARGBGLXVisuals"     "1"
##      Option          "RenderAccel"           "true"
EndSection

Section "Screen"
        Identifier      "BenqScreen"
        Device          "ATI2600XT"
        Monitor         "BenqMonitor"
        DefaultDepth    24
        Option          "AddARGBGLXVisuals"     "True"
        Subsection "Display"
                Depth   24
                Modes   "1920x1080"
                ViewPort        0 0
        EndSubsection
EndSection

Section "ServerLayout"
        Identifier      "MyLayout"
        Screen          "BenqScreen"
        Option          "AIGLX" "on"
EndSection

Section "Extensions"
        Option  "Composite"     "Enable"
        Option  "RENDER"        "Enable"
        Option  "DAMAGE"        "Enable"
EndSection

Section "DRI"
        Group           0
        Mode            0666
EndSection

Section "ServerFlags"
        Option "AutoAddDevices"         "on"
        Option "AutoEnableDevices"      "on"
        Option "AllowEmptyInput"        "on"
EndSection
xorg-server 1.6.1.901-r4 reemerged (radeonhd and ati drivers installed)
thereis errors in Xorg.log

Code: Select all

cat /var/log/Xorg.0.log | grep EE
Current Operating System: Linux Pantera-SMS-ka 2.6.30-gentoo-r1 #2 SMP PREEMPT Sun Jun 28 22:56:56 Local time zone must be set-- i686
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) Failed to load module "freetype" (module does not exist, 0)
(EE) AIGLX error: dlopen of /usr/lib/dri/r600_dri.so failed (/usr/lib/dri/r600_dri.so: cannot open shared object file: No such file or directory)
(EE) AIGLX: reverting to software rendering
also many programs get so errors:

Code: Select all

tilda: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
I'm do eselect opengl set ati this is not helps..
What i need to do? Maybe exist some step-by-step howto for using radeonhd driver?
Top
Goshanecr
Apprentice
Apprentice
User avatar
Posts: 158
Joined: Wed Aug 17, 2005 7:58 am
Location: Russia
Contact:
Contact Goshanecr
Website

  • Quote

Post by Goshanecr » Sun Jun 28, 2009 6:28 pm

eselect opengl set xorg-x11 solves this errors:

Code: Select all

error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
but 3D performance very slow... and compiz not works:

Code: Select all

compiz --replace
compiz (core) - Fatal: GLX_EXT_texture_from_pixmap is missing
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0.0
There is full Xorg.log:

Code: Select all

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.6.1.901 (1.6.2 RC 1)
Release Date: 2009-5-8
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.30-gentoo-r1 i686 
Current Operating System: Linux Pantera-SMS-ka 2.6.30-gentoo-r1 #2 SMP PREEMPT Sun Jun 28 22:56:56 Local time zone must be set-- i686
Build Date: 28 June 2009  11:18:25PM
 
	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 Jun 28 23:38:56 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "MyLayout"
(**) |-->Screen "BenqScreen" (0)
(**) |   |-->Monitor "BenqMonitor"
(**) |   |-->Device "ATI2600XT"
(**) Option "AIGLX" "on"
(**) Option "AllowEmptyInput" "on"
(**) Option "AutoAddDevices" "on"
(**) Option "AutoEnableDevices" "on"
(**) Automatically adding devices
(**) Automatically enabling devices
(WW) The directory "/usr/share/fonts/TTF/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/Type1/" does not exist.
	Entry deleted from font path.
(**) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/,
	/usr/share/fonts/misc/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/,
	built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is enabled
(**) Extension "RENDER" is enabled
(**) Extension "DAMAGE" is enabled
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
	If no devices become available, reconfigure HAL or disable AllowEmptyInput.
(II) Loader magic: 0x1aa0
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.4
	X.Org Video Driver: 5.0
	X.Org XInput driver : 4.0
	X.Org Server Extension : 2.0
(II) Loader running on linux
(++) using VT number 7

(--) PCI:*(0@2:0:0) ATI Technologies Inc RV630 [Radeon HD 2600XT] rev 0, Mem @ 0xc0000000/268435456, 0xdfff0000/65536, I/O @ 0x0000e800/256, BIOS @ 0x????????/131072
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) System resource ranges:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[5] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[6] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[7] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[8] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[9] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[10] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[11] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[12] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[13] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[14] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[15] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[16] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[18] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[19] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[20] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[21] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[22] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[23] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
(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 by default.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri2" will be loaded by default.
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.6.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: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.6.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 DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(WW) Warning, couldn't open module freetype
(II) UnloadModule: "freetype"
(EE) Failed to load module "freetype" (module does not exist, 0)
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.6.1.901, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(**) AIGLX enabled
(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 1.6.1.901, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(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.6.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: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
	compiled for 1.6.1.901, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "radeonhd"
(II) Loading /usr/lib/xorg/modules/drivers//radeonhd_drv.so
(II) Module radeonhd: vendor="AMD GPG"
	compiled for 1.6.1.901, module version = 1.2.5
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 5.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.
	RV770 : Radeon HD 4800 Series; Everest, K2, Denali ATI FirePro.
	R700  : Radeon R700.
	M98   : Radeon M98 Mobility.
	RV730 : Radeon HD4670, HD4650.
	M96   : Radeon M96 Mobility.
	RV710 : Radeon HD4570, HD4350.

(II) RADEONHD: version 1.2.5, built from dist of git branch master, commit cb54f48b

(II) Primary Device is: PCI 02@00:00:0
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[5] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[6] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[7] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[8] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[9] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[10] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[11] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[12] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[13] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[14] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[15] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[16] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[18] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[19] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[20] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[21] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[22] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[23] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
(II) resource ranges after probing:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[5] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[6] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[7] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[8] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[9] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[10] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[11] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[12] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[13] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[14] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[15] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[16] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[17] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[18] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[19] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[20] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[21] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[22] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[23] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[24] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[25] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[26] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[27] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[28] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) RADEONHD(0): Depth 24, (--) framebuffer bpp 32
(**) RADEONHD(0): Option "AccelMethod" "exa"
(**) RADEONHD(0): Option "SWcursor" "off"
(**) RADEONHD(0): Option "useconfiguredmonitor" "off"
(**) RADEONHD(0): Option "DRI" "on"
(**) RADEONHD(0): Selected EXA 2D acceleration.
(II) RADEONHD(0): Unknown card detected: 0x9588:0x1462:0x0990.
	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: 0x9588:0x1462:0x0990: <name of board>
	and *please* describe the problems you are seeing
	in your message.
(--) RADEONHD(0): Detected an RV630 on an unidentified card
(II) RADEONHD(0): Mapped IO @ 0xdfff0000 to 0xb7d6e000 (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: 0x0990
	IOBaseAddress: 0xe800
	Filename: SV26218.bin 
	BIOS Bootup Message: 
113-MSITV099MS.211 RV630XT HYNIX 32MX16 256MB DUAL DVII+TVO       
          
(II) RADEONHD(0): Analog TV Default Mode: 1
(II) RADEONHD(0): Found default TV Mode NTSC
(--) RADEONHD(0): VideoRAM: 262144 kByte
(II) RADEONHD(0): Framebuffer space used by Firmware (kb): 16
(II) RADEONHD(0): Start of VRAM area used by Firmware: 0xfffc000
(II) RADEONHD(0): AtomBIOS requests 16kB of VRAM scratch space
(II) RADEONHD(0): AtomBIOS VRAM scratch base: 0xfffc000
(II) RADEONHD(0): Default Engine Clock: 800000
(II) RADEONHD(0): Default Memory Clock: 700000
(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
(WW) RADEONHD(0): Direct rendering for R600 and up forced on - This is NOT officially supported yet and may cause instability or lockups
(II) RADEONHD(0): Found libdri 5.4.0.
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: Open failed
drmOpenByBusid: Searching for BusID pci:0000:02:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: drmOpenMinor returns 7
drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0
(II) RADEONHD(0): Found libdrm 1.3.0.
(II) RADEONHD(0): Found radeon drm 1.30.0.
(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): Connector[0] {RHD_CONNECTOR_DVI, "DUAL_LINK_DVI_I DFP1 CRT2", RHD_DDC_1, RHD_HPD_0, { RHD_OUTPUT_TMDSA, RHD_OUTPUT_DACB } }
(II) RADEONHD(0): Connector[1] {RHD_CONNECTOR_TV, "7PIN_DIN TV1 CV", RHD_DDC_0, RHD_HPD_NONE, { RHD_OUTPUT_DACB, RHD_OUTPUT_NONE } }
(II) RADEONHD(0): Connector[2] {RHD_CONNECTOR_DVI, "DUAL_LINK_DVI_I CRT1 DFP2", RHD_DDC_0, RHD_HPD_1, { RHD_OUTPUT_LVTMA, RHD_OUTPUT_DACA } }
(--) RADEONHD(0): Attaching Output TMDS A to Connector DVI-I 1
(--) RADEONHD(0): Attaching Output DAC B to Connector DVI-I 1
(--) RADEONHD(0): Attaching Output DAC B to Connector TV 7PIN_DIN
(--) RADEONHD(0): Attaching Output TMDS B to Connector DVI-I 2
(--) RADEONHD(0): Attaching Output DAC A to Connector DVI-I 2
(II) RADEONHD(0): RandR: Adding RRoutput DVI-I_1/digital for Output TMDS A
(II) RADEONHD(0): RandR: Adding RRoutput DVI-I_1/analog for Output DAC B
(II) RADEONHD(0): RandR: Adding RRoutput TV_7PIN_DIN for Output DAC B
(II) RADEONHD(0): RandR: Adding RRoutput DVI-I_2/digital for Output TMDS B
(II) RADEONHD(0): RandR: Adding RRoutput DVI-I_2/analog for Output DAC A
(II) RADEONHD(0): Output DVI-I_1/digital using monitor section BenqMonitor
(II) RADEONHD(0): Output DVI-I_1/digital has no monitor section
(II) RADEONHD(0): Output DVI-I_1/analog has no monitor section
(II) RADEONHD(0): Output TV_7PIN_DIN has no monitor section
(II) RADEONHD(0): Output DVI-I_2/digital has no monitor section
(II) RADEONHD(0): Output DVI-I_2/analog has no monitor section
(II) RADEONHD(0): DAC A: Sensed Output: none
(II) RADEONHD(0): DAC A: Sensed Output: VGA
(II) RADEONHD(0): I2C device "RHD I2C line 0:E-EDID segment register" registered at address 0x60.
(II) RADEONHD(0): I2C device "RHD I2C line 0:ddc2" registered at address 0xA0.
(II) RADEONHD(0): EDID data for BenQ E2200HD
(II) RADEONHD(0): Manufacturer: BNQ  Model: 790b  Serial#: 21573
(II) RADEONHD(0): Year: 2008  Week: 34
(II) RADEONHD(0): EDID Version: 1.3
(II) RADEONHD(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) RADEONHD(0): Sync:  Separate  Composite  SyncOnGreen
(II) RADEONHD(0): Max Image Size [cm]: horiz.: 47  vert.: 26
(II) RADEONHD(0): Gamma: 2.20
(II) RADEONHD(0): DPMS capabilities: Off; RGB/Color Display
(II) RADEONHD(0): Default color space is primary color space
(II) RADEONHD(0): First detailed timing is preferred mode
(II) RADEONHD(0): redX: 0.648 redY: 0.339   greenX: 0.282 greenY: 0.603
(II) RADEONHD(0): blueX: 0.143 blueY: 0.070   whiteX: 0.313 whiteY: 0.329
(II) RADEONHD(0): Supported VESA Video Modes:
(II) RADEONHD(0): 720x400@70Hz
(II) RADEONHD(0): 640x480@60Hz
(II) RADEONHD(0): 640x480@75Hz
(II) RADEONHD(0): 800x600@60Hz
(II) RADEONHD(0): 800x600@75Hz
(II) RADEONHD(0): 832x624@75Hz
(II) RADEONHD(0): 1024x768@60Hz
(II) RADEONHD(0): 1024x768@75Hz
(II) RADEONHD(0): 1280x1024@75Hz
(II) RADEONHD(0): 1152x870@75Hz
(II) RADEONHD(0): Manufacturer's mask: 3A
(II) RADEONHD(0): Supported Future Video Modes:
(II) RADEONHD(0): #0: hsize: 1152  vsize 720  refresh: 60  vid: 113
(II) RADEONHD(0): #1: hsize: 1280  vsize 800  refresh: 60  vid: 129
(II) RADEONHD(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
(II) RADEONHD(0): #3: hsize: 1440  vsize 900  refresh: 75  vid: 3989
(II) RADEONHD(0): #4: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) RADEONHD(0): #5: hsize: 1440  vsize 900  refresh: 60  vid: 149
(II) RADEONHD(0): #6: hsize: 1680  vsize 1050  refresh: 60  vid: 179
(II) RADEONHD(0): Supported additional Video Mode:
(II) RADEONHD(0): clock: 173.0 MHz   Image Size:  476 x 268 mm
(II) RADEONHD(0): h_active: 1920  h_sync: 2048  h_sync_end 2248 h_blank_end 2576 h_border: 0
(II) RADEONHD(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1120 v_border: 0
(II) RADEONHD(0): Serial No: K8800008026
(II) RADEONHD(0): Ranges: V min: 50 V max: 76 Hz, H min: 30 H max: 94 kHz, PixClock max 210 MHz
(II) RADEONHD(0): Monitor name: BenQ E2200HD
(II) RADEONHD(0): EDID (in hex):
(II) RADEONHD(0): 	00ffffffffffff0009d10b7945540000
(II) RADEONHD(0): 	221201030e2f1a782e3585a656489a24
(II) RADEONHD(0): 	125054a56bba710081008140950f8180
(II) RADEONHD(0): 	9500b3000101944380907238284080c8
(II) RADEONHD(0): 	3500dc0c1100001e000000ff004b3838
(II) RADEONHD(0): 	30303030383032360a20000000fd0032
(II) RADEONHD(0): 	4c1e5e15000a202020202020000000fc
(II) RADEONHD(0): 	0042656e5120453232303048440a0004
(II) RADEONHD(0): Output DVI-I_1/digital disconnected
(II) RADEONHD(0): Output DVI-I_1/analog disconnected
(II) RADEONHD(0): Output TV_7PIN_DIN disconnected
(II) RADEONHD(0): Output DVI-I_2/digital disconnected
(II) RADEONHD(0): Output DVI-I_2/analog connected
(II) RADEONHD(0): Using user preference for initial modes
(II) RADEONHD(0): Output DVI-I_2/analog using initial mode 1920x1080
(II) RADEONHD(0): RandR 1.2 support enabled
(==) RADEONHD(0): RGB weight 888
(==) RADEONHD(0): Default visual is TrueColor
(==) RADEONHD(0): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEONHD(0): Using 1920x1920 Framebuffer with 1920 pitch
(II) RADEONHD(0): FB: Allocated ScanoutBuffer at offset 0x00008000 (size = 0x00E10000)
(==) 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.6.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 "exa"
(II) LoadModule: "exa"
(II) Loading /usr/lib/xorg/modules//libexa.so
(II) Module exa: vendor="X.Org Foundation"
	compiled for 1.6.1.901, module version = 2.4.0
	ABI class: X.Org Video Driver, version 5.0
(II) RADEONHD(0): FB: Allocated Offscreen Buffer at offset 0x00E18000 (size = 0x0199A000)
(II) RADEONHD(0): FB: Allocated DRI Back Buffer at offset 0x027B2000 (size = 0x00E10000)
(II) RADEONHD(0): FB: Allocated DRI Depth Buffer at offset 0x035C2000 (size = 0x00E10000)
(II) RADEONHD(0): FB: Allocated GART table at offset 0x0FFF0000 (size = 0x00010000, end of FB)
(II) RADEONHD(0): FB: Allocated DRI Textures at offset 0x043D2000 (size = 0x0BC00000)
(II) RADEONHD(0): Using 16 MB GART aperture
(II) RADEONHD(0): Using 2 MB for the ring buffer
(II) RADEONHD(0): Using 2 MB for vertex/indirect buffers
(II) RADEONHD(0): Using 12 MB for GART textures
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[5] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[6] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[7] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[8] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[9] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[10] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[11] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[12] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[13] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[14] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[15] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[16] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[17] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[18] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[19] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[20] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[21] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[22] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[23] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[24] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[25] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[26] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[27] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[28] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) RADEONHD(0): Mapped IO @ 0xdfff0000 to 0xb7d6e000 (size 0x00010000)
(II) RADEONHD(0): Mapped FB @ 0xc0000000 to 0xa7cb1000 (size 0x10000000)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: Searching for BusID pci:0000:02:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: drmOpenMinor returns 7
drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0
(II) [drm] DRM interface version 1.3
(II) [drm] DRM open master succeeded.
(II) RADEONHD(0): [drm] Using the DRM lock SAREA also for drawables.
(II) RADEONHD(0): [drm] framebuffer handle = 0xc0000000
(II) RADEONHD(0): [drm] added 1 reserved context for kernel
(II) RADEONHD(0): X context handle = 0x1
(II) RADEONHD(0): [drm] installed DRM signal handler
(II) RADEONHD(0): [pci] 16384 kB allocated with handle 0xf8352000
(II) RADEONHD(0): [pci] ring handle = 0xf8352000
(II) RADEONHD(0): [pci] Ring mapped at 0xa7a6d000
(II) RADEONHD(0): [pci] Ring contents 0x00000000
(II) RADEONHD(0): [pci] ring read ptr handle = 0xf8553000
(II) RADEONHD(0): [pci] Ring read ptr mapped at 0xa7a6c000
(II) RADEONHD(0): [pci] Ring read ptr contents 0x00000000
(II) RADEONHD(0): [pci] vertex/indirect buffers handle = 0xf8554000
(II) RADEONHD(0): [pci] Vertex/indirect buffers mapped at 0xa786c000
(II) RADEONHD(0): [pci] Vertex/indirect buffers contents 0x00000000
(II) RADEONHD(0): [pci] GART texture map handle = 0xf8754000
(II) RADEONHD(0): [pci] GART Texture map mapped at 0xa6cac000
(II) RADEONHD(0): [drm] register handle = 0x2bffe000
(II) RADEONHD(0): [dri] Visual configs initialized
(II) RADEONHD(0): [DRI] installation complete
(II) RADEONHD(0): [drm] Added 32 65536 byte vertex/indirect buffers
(II) RADEONHD(0): [drm] Mapped 32 vertex/indirect buffers
(II) RADEONHD(0): [drm] dma control initialized, using IRQ 17
(II) RADEONHD(0): [drm] Initialized kernel GART heap manager, 12320768
(II) RADEONHD(0): Direct rendering enabled
(II) RADEONHD(0): Using DRM Command Processor (indirect) for acceleration.
(II) EXA(0): Offscreen pixmap area of 26845184 bytes
(II) EXA(0): Driver registered support for the following operations:
(II)         Solid
(II)         Copy
(II)         Composite (RENDER acceleration)
(II)         UploadToScreen
(II)         DownloadFromScreen
(==) 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 "1920x1080"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 +hsync +vsync
None
(II) RADEONHD(0): Query for AtomBIOS Get Datatable from Codetable: failed
(II) RADEONHD(0): RHDAudioSetSupported: config 0x60040 codec 0x1
(II) RADEONHD(0): DPMS enabled
(II) RADEONHD(0): Xv: Textured Video initialised.
(WW) RADEONHD(0): Option "AddARGBGLXVisuals" is not used
(--) RandR disabled
(II) Setting vga for screen 0.
(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 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
(II) AIGLX: Screen 0 is not DRI2 capable
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: Searching for BusID pci:0000:02:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: drmOpenMinor returns 8
drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0
(EE) AIGLX error: dlopen of /usr/lib/dri/r600_dri.so failed (/usr/lib/dri/r600_dri.so: cannot open shared object file: No such file or directory)
(EE) AIGLX: reverting to software rendering
(II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so
(II) GLX: Initialized DRISWRAST GL provider for screen 0
(II) RADEONHD(0): Setting screen physical size to 476 x 268
(II) config/hal: Adding input device AT Translated Set 2 keyboard
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
	compiled for 1.6.1.901, module version = 2.2.2
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 4.0
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event2"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us,ru"
(**) Option "xkb_options" "grp:ctrl_shift_toggle,grp_led:scroll,caps:internal_nocancel"
(II) config/hal: Adding input device Genius       Optical Mouse
(**) Genius       Optical Mouse: always reports core events
(**) Genius       Optical Mouse: Device: "/dev/input/event3"
(II) Genius       Optical Mouse: Found 3 mouse buttons
(II) Genius       Optical Mouse: Found x and y relative axes
(II) Genius       Optical Mouse: Found scroll wheel(s)
(II) Genius       Optical Mouse: Configuring as mouse
(**) Genius       Optical Mouse: YAxisMapping: buttons 4 and 5
(**) Genius       Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Genius       Optical Mouse" (type: MOUSE)
(**) Genius       Optical Mouse: (accel) keeping acceleration scheme 1
(**) Genius       Optical Mouse: (accel) filter chain progression: 2.00
(**) Genius       Optical Mouse: (accel) filter stage 0: 20.00 ms
(**) Genius       Optical Mouse: (accel) set acceleration profile 0
(II) RADEONHD(0): RHDHdmiUpdateAudioSettings: stoped with 1 channels, 48000 Hz sampling rate, 8 bits per sample,
(II) RADEONHD(0): RHDHdmiUpdateAudioSettings: 0x00 IEC60958 status bits and 0x00 category code
(II) RADEONHD(0): RHDHdmiUpdateAudioSettings: stoped with 1 channels, 48000 Hz sampling rate, 8 bits per sample,
(II) RADEONHD(0): RHDHdmiUpdateAudioSettings: 0x00 IEC60958 status bits and 0x00 category code
(II) AT Translated Set 2 keyboard: Close
(II) UnloadModule: "evdev"
(II) Genius       Optical Mouse: Close
(II) UnloadModule: "evdev"
(II) RADEONHD(0): [drm] removed 1 reserved context for kernel
(II) RADEONHD(0): [drm] unmapping 8192 bytes of SAREA 0xf8331000 at 0xa7c6e000
(II) RADEONHD(0): [drm] Closed DRM master.
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) RADEONHD(0): Mapped IO @ 0xdfff0000 to 0xb7d6e000 (size 0x00010000)
(II) RADEONHD(0): Mapped FB @ 0xc0000000 to 0xa7cb1000 (size 0x10000000)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: Searching for BusID pci:0000:02:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: drmOpenMinor returns 7
drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0
(II) [drm] DRM interface version 1.3
(II) [drm] DRM open master succeeded.
(II) RADEONHD(0): [drm] Using the DRM lock SAREA also for drawables.
(II) RADEONHD(0): [drm] framebuffer handle = 0xc0000000
(II) RADEONHD(0): [drm] added 1 reserved context for kernel
(II) RADEONHD(0): X context handle = 0x1
(II) RADEONHD(0): [drm] installed DRM signal handler
(II) RADEONHD(0): [pci] 16384 kB allocated with handle 0xf9406000
(II) RADEONHD(0): [pci] ring handle = 0xf9406000
(II) RADEONHD(0): [pci] Ring mapped at 0xa7a6f000
(II) RADEONHD(0): [pci] Ring contents 0x00000000
(II) RADEONHD(0): [pci] ring read ptr handle = 0xf9607000
(II) RADEONHD(0): [pci] Ring read ptr mapped at 0xb8050000
(II) RADEONHD(0): [pci] Ring read ptr contents 0x00000000
(II) RADEONHD(0): [pci] vertex/indirect buffers handle = 0xf9608000
(II) RADEONHD(0): [pci] Vertex/indirect buffers mapped at 0xa786f000
(II) RADEONHD(0): [pci] Vertex/indirect buffers contents 0x00000000
(II) RADEONHD(0): [pci] GART texture map handle = 0xf9808000
(II) RADEONHD(0): [pci] GART Texture map mapped at 0xa6caf000
(II) RADEONHD(0): [drm] register handle = 0x2bffe000
(II) RADEONHD(0): [dri] Visual configs initialized
(II) RADEONHD(0): [DRI] installation complete
(II) RADEONHD(0): [drm] Added 32 65536 byte vertex/indirect buffers
(II) RADEONHD(0): [drm] Mapped 32 vertex/indirect buffers
(II) RADEONHD(0): [drm] dma control initialized, using IRQ 17
(II) RADEONHD(0): [drm] Initialized kernel GART heap manager, 12320768
(II) RADEONHD(0): Direct rendering enabled
(II) RADEONHD(0): Using DRM Command Processor (indirect) for acceleration.
(II) EXA(0): Offscreen pixmap area of 26845184 bytes
(II) EXA(0): Driver registered support for the following operations:
(II)         Solid
(II)         Copy
(II)         Composite (RENDER acceleration)
(II)         UploadToScreen
(II)         DownloadFromScreen
(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 "1920x1080"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 +hsync +vsync
None
(II) RADEONHD(0): Query for AtomBIOS Get Datatable from Codetable: failed
(II) RADEONHD(0): RHDAudioSetSupported: config 0x60040 codec 0x1
(II) RADEONHD(0): DPMS enabled
(II) RADEONHD(0): Xv: Textured Video initialised.
(--) RandR disabled
(II) AIGLX: Screen 0 is not DRI2 capable
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: Searching for BusID pci:0000:02:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: drmOpenMinor returns 9
drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0
(EE) AIGLX error: dlopen of /usr/lib/dri/r600_dri.so failed (/usr/lib/dri/r600_dri.so: cannot open shared object file: No such file or directory)
(EE) AIGLX: reverting to software rendering
(II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so
(II) GLX: Initialized DRISWRAST GL provider for screen 0
(II) RADEONHD(0): Setting screen physical size to 476 x 268
(EE) XKB: No components provided for device Virtual core keyboard
(WW) Couldn't load XKB keymap, falling back to pre-XKB keymap
[config/dbus] couldn't register object path
(II) config/hal: Adding input device AT Translated Set 2 keyboard
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event2"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us,ru"
(**) Option "xkb_options" "grp:ctrl_shift_toggle,grp_led:scroll,caps:internal_nocancel"
(II) config/hal: Adding input device Genius       Optical Mouse
(**) Genius       Optical Mouse: always reports core events
(**) Genius       Optical Mouse: Device: "/dev/input/event3"
(II) Genius       Optical Mouse: Found 3 mouse buttons
(II) Genius       Optical Mouse: Found x and y relative axes
(II) Genius       Optical Mouse: Found scroll wheel(s)
(II) Genius       Optical Mouse: Configuring as mouse
(**) Genius       Optical Mouse: YAxisMapping: buttons 4 and 5
(**) Genius       Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(**) Genius       Optical Mouse: (accel) keeping acceleration scheme 1
(**) Genius       Optical Mouse: (accel) filter chain progression: 2.00
(**) Genius       Optical Mouse: (accel) filter stage 0: 20.00 ms
(**) Genius       Optical Mouse: (accel) set acceleration profile 0
(II) RADEONHD(0): RHDHdmiUpdateAudioSettings: stoped with 1 channels, 48000 Hz sampling rate, 8 bits per sample,
(II) RADEONHD(0): RHDHdmiUpdateAudioSettings: 0x00 IEC60958 status bits and 0x00 category code
(II) RADEONHD(0): RHDHdmiUpdateAudioSettings: stoped with 1 channels, 48000 Hz sampling rate, 8 bits per sample,
(II) RADEONHD(0): RHDHdmiUpdateAudioSettings: 0x00 IEC60958 status bits and 0x00 category code
(II) RADEONHD(0): DAC A: Sensed Output: VGA
(II) RADEONHD(0): DAC A: Sensed Output: VGA
(II) RADEONHD(0): EDID data for BenQ E2200HD
(II) RADEONHD(0): Manufacturer: BNQ  Model: 790b  Serial#: 21573
(II) RADEONHD(0): Year: 2008  Week: 34
(II) RADEONHD(0): EDID Version: 1.3
(II) RADEONHD(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) RADEONHD(0): Sync:  Separate  Composite  SyncOnGreen
(II) RADEONHD(0): Max Image Size [cm]: horiz.: 47  vert.: 26
(II) RADEONHD(0): Gamma: 2.20
(II) RADEONHD(0): DPMS capabilities: Off; RGB/Color Display
(II) RADEONHD(0): Default color space is primary color space
(II) RADEONHD(0): First detailed timing is preferred mode
(II) RADEONHD(0): redX: 0.648 redY: 0.339   greenX: 0.282 greenY: 0.603
(II) RADEONHD(0): blueX: 0.143 blueY: 0.070   whiteX: 0.313 whiteY: 0.329
(II) RADEONHD(0): Supported VESA Video Modes:
(II) RADEONHD(0): 720x400@70Hz
(II) RADEONHD(0): 640x480@60Hz
(II) RADEONHD(0): 640x480@75Hz
(II) RADEONHD(0): 800x600@60Hz
(II) RADEONHD(0): 800x600@75Hz
(II) RADEONHD(0): 832x624@75Hz
(II) RADEONHD(0): 1024x768@60Hz
(II) RADEONHD(0): 1024x768@75Hz
(II) RADEONHD(0): 1280x1024@75Hz
(II) RADEONHD(0): 1152x870@75Hz
(II) RADEONHD(0): Manufacturer's mask: 3A
(II) RADEONHD(0): Supported Future Video Modes:
(II) RADEONHD(0): #0: hsize: 1152  vsize 720  refresh: 60  vid: 113
(II) RADEONHD(0): #1: hsize: 1280  vsize 800  refresh: 60  vid: 129
(II) RADEONHD(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
(II) RADEONHD(0): #3: hsize: 1440  vsize 900  refresh: 75  vid: 3989
(II) RADEONHD(0): #4: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) RADEONHD(0): #5: hsize: 1440  vsize 900  refresh: 60  vid: 149
(II) RADEONHD(0): #6: hsize: 1680  vsize 1050  refresh: 60  vid: 179
(II) RADEONHD(0): Supported additional Video Mode:
(II) RADEONHD(0): clock: 173.0 MHz   Image Size:  476 x 268 mm
(II) RADEONHD(0): h_active: 1920  h_sync: 2048  h_sync_end 2248 h_blank_end 2576 h_border: 0
(II) RADEONHD(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1120 v_border: 0
(II) RADEONHD(0): Serial No: K8800008026
(II) RADEONHD(0): Ranges: V min: 50 V max: 76 Hz, H min: 30 H max: 94 kHz, PixClock max 210 MHz
(II) RADEONHD(0): Monitor name: BenQ E2200HD
(II) RADEONHD(0): EDID (in hex):
(II) RADEONHD(0): 	00ffffffffffff0009d10b7945540000
(II) RADEONHD(0): 	221201030e2f1a782e3585a656489a24
(II) RADEONHD(0): 	125054a56bba710081008140950f8180
(II) RADEONHD(0): 	9500b3000101944380907238284080c8
(II) RADEONHD(0): 	3500dc0c1100001e000000ff004b3838
(II) RADEONHD(0): 	30303030383032360a20000000fd0032
(II) RADEONHD(0): 	4c1e5e15000a202020202020000000fc
(II) RADEONHD(0): 	0042656e5120453232303048440a0004
(II) RADEONHD(0): EDID vendor "BNQ", prod id 30987
(II) RADEONHD(0): Using hsync ranges from config file
(II) RADEONHD(0): Using vrefresh ranges from config file
(II) RADEONHD(0): Printing DDC gathered Modelines:
(II) RADEONHD(0): Modeline "1920x1080"x0.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 +hsync +vsync (67.2 kHz)
(II) RADEONHD(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) RADEONHD(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) RADEONHD(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) RADEONHD(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) RADEONHD(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) RADEONHD(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) RADEONHD(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) RADEONHD(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) RADEONHD(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) RADEONHD(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
(II) RADEONHD(0): Modeline "1152x720"x60.0   67.32  1152 1208 1328 1504  720 721 724 746 -hsync +vsync (44.8 kHz)
(II) RADEONHD(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz)
(II) RADEONHD(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
(II) RADEONHD(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz)
(II) RADEONHD(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) RADEONHD(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
(II) RADEONHD(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
(II) RADEONHD(0): DAC A: Sensed Output: VGA
(II) RADEONHD(0): DAC A: Sensed Output: VGA
(II) RADEONHD(0): EDID data for BenQ E2200HD
(II) RADEONHD(0): Manufacturer: BNQ  Model: 790b  Serial#: 21573
(II) RADEONHD(0): Year: 2008  Week: 34
(II) RADEONHD(0): EDID Version: 1.3
(II) RADEONHD(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) RADEONHD(0): Sync:  Separate  Composite  SyncOnGreen
(II) RADEONHD(0): Max Image Size [cm]: horiz.: 47  vert.: 26
(II) RADEONHD(0): Gamma: 2.20
(II) RADEONHD(0): DPMS capabilities: Off; RGB/Color Display
(II) RADEONHD(0): Default color space is primary color space
(II) RADEONHD(0): First detailed timing is preferred mode
(II) RADEONHD(0): redX: 0.648 redY: 0.339   greenX: 0.282 greenY: 0.603
(II) RADEONHD(0): blueX: 0.143 blueY: 0.070   whiteX: 0.313 whiteY: 0.329
(II) RADEONHD(0): Supported VESA Video Modes:
(II) RADEONHD(0): 720x400@70Hz
(II) RADEONHD(0): 640x480@60Hz
(II) RADEONHD(0): 640x480@75Hz
(II) RADEONHD(0): 800x600@60Hz
(II) RADEONHD(0): 800x600@75Hz
(II) RADEONHD(0): 832x624@75Hz
(II) RADEONHD(0): 1024x768@60Hz
(II) RADEONHD(0): 1024x768@75Hz
(II) RADEONHD(0): 1280x1024@75Hz
(II) RADEONHD(0): 1152x870@75Hz
(II) RADEONHD(0): Manufacturer's mask: 3A
(II) RADEONHD(0): Supported Future Video Modes:
(II) RADEONHD(0): #0: hsize: 1152  vsize 720  refresh: 60  vid: 113
(II) RADEONHD(0): #1: hsize: 1280  vsize 800  refresh: 60  vid: 129
(II) RADEONHD(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
(II) RADEONHD(0): #3: hsize: 1440  vsize 900  refresh: 75  vid: 3989
(II) RADEONHD(0): #4: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) RADEONHD(0): #5: hsize: 1440  vsize 900  refresh: 60  vid: 149
(II) RADEONHD(0): #6: hsize: 1680  vsize 1050  refresh: 60  vid: 179
(II) RADEONHD(0): Supported additional Video Mode:
(II) RADEONHD(0): clock: 173.0 MHz   Image Size:  476 x 268 mm
(II) RADEONHD(0): h_active: 1920  h_sync: 2048  h_sync_end 2248 h_blank_end 2576 h_border: 0
(II) RADEONHD(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1120 v_border: 0
(II) RADEONHD(0): Serial No: K8800008026
(II) RADEONHD(0): Ranges: V min: 50 V max: 76 Hz, H min: 30 H max: 94 kHz, PixClock max 210 MHz
(II) RADEONHD(0): Monitor name: BenQ E2200HD
(II) RADEONHD(0): EDID (in hex):
(II) RADEONHD(0): 	00ffffffffffff0009d10b7945540000
(II) RADEONHD(0): 	221201030e2f1a782e3585a656489a24
(II) RADEONHD(0): 	125054a56bba710081008140950f8180
(II) RADEONHD(0): 	9500b3000101944380907238284080c8
(II) RADEONHD(0): 	3500dc0c1100001e000000ff004b3838
(II) RADEONHD(0): 	30303030383032360a20000000fd0032
(II) RADEONHD(0): 	4c1e5e15000a202020202020000000fc
(II) RADEONHD(0): 	0042656e5120453232303048440a0004
(II) RADEONHD(0): EDID vendor "BNQ", prod id 30987
(II) RADEONHD(0): Using hsync ranges from config file
(II) RADEONHD(0): Using vrefresh ranges from config file
(II) RADEONHD(0): Printing DDC gathered Modelines:
(II) RADEONHD(0): Modeline "1920x1080"x0.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 +hsync +vsync (67.2 kHz)
(II) RADEONHD(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) RADEONHD(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) RADEONHD(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) RADEONHD(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) RADEONHD(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) RADEONHD(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) RADEONHD(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) RADEONHD(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) RADEONHD(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) RADEONHD(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
(II) RADEONHD(0): Modeline "1152x720"x60.0   67.32  1152 1208 1328 1504  720 721 724 746 -hsync +vsync (44.8 kHz)
(II) RADEONHD(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz)
(II) RADEONHD(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
(II) RADEONHD(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz)
(II) RADEONHD(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) RADEONHD(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
(II) RADEONHD(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
(II) AT Translated Set 2 keyboard: Close
(II) UnloadModule: "evdev"
(II) Genius       Optical Mouse: Close
(II) UnloadModule: "evdev"
(II) RADEONHD(0): [drm] removed 1 reserved context for kernel
(II) RADEONHD(0): [drm] unmapping 8192 bytes of SAREA 0xf9402000 at 0xb7d6c000
(II) RADEONHD(0): [drm] Closed DRM master.
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) RADEONHD(0): Mapped IO @ 0xdfff0000 to 0xb7d6e000 (size 0x00010000)
(II) RADEONHD(0): Mapped FB @ 0xc0000000 to 0xa7cb1000 (size 0x10000000)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpe
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

  • Quote

Post by kernelOfTruth » Sun Jun 28, 2009 7:07 pm

Goshanecr wrote:eselect opengl set xorg-x11 solves this errors:

Code: Select all

error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
but 3D performance very slow... and compiz not works:

Code: Select all

compiz --replace
compiz (core) - Fatal: GLX_EXT_texture_from_pixmap is missing
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0.0
There is full Xorg.log:

Code: Select all

[/quote]

Hi :)

glad you were able to solve it :)

yeah it [i]sucks[/i] that compiz isn't working  :(
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
DaggyStyle
Watchman
Watchman
User avatar
Posts: 5969
Joined: Wed Mar 22, 2006 6:57 am

  • Quote

Post by DaggyStyle » Sun Jun 28, 2009 7:08 pm

your chip is not supported in the 3d area either radeon or radeonhd.
2d is software render, you'll need to wait abit more (has am I)
Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein
Top
zixnub
n00b
n00b
User avatar
Posts: 67
Joined: Thu Dec 27, 2007 5:53 pm
Location: Brasschaat, Belgium

  • Quote

Post by zixnub » Sun Jun 28, 2009 10:12 pm

hmm do you have dri?

Code: Select all

glxinfo | grep direct
https://github.com/udevbe/greenfield
https://github.com/udevbe/westfield
Top
Goshanecr
Apprentice
Apprentice
User avatar
Posts: 158
Joined: Wed Aug 17, 2005 7:58 am
Location: Russia
Contact:
Contact Goshanecr
Website

  • Quote

Post by Goshanecr » Mon Jun 29, 2009 9:28 am

After eselect opengl set xorg-x11 dri enabled, but performance slow.. If i select ati in opengl, dri disabled and many various errors like

Code: Select all

error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
from various programs. With xorg-x11 compiz not work :( My chip as i see here is supported.. radeonhd-1.2.5, kernel-2.6.30-r1 with drm and radeon-drm as modules, xorg-x11-1.6.1.901-r4
Top
olih
n00b
n00b
Posts: 2
Joined: Thu Feb 15, 2007 5:08 pm

  • Quote

Post by olih » Mon Jun 29, 2009 10:34 am

Goshanecr wrote:After eselect opengl set xorg-x11 dri enabled, but performance slow.. If i select ati in opengl, dri disabled and many various errors like

Code: Select all

error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
from various programs. With xorg-x11 compiz not work :( My chip as i see here is supported.. radeonhd-1.2.5, kernel-2.6.30-r1 with drm and radeon-drm as modules, xorg-x11-1.6.1.901-r4
If you want 3d with hd2600, you must use fglrx drivers now. Your card is supported for 2d acceleration (which compiz is not) with the opensource driver but no 3d.
In fact you can use desktop effect with the opensource driver if the window manager can use xrender for them (like kwin in kde4 but not compiz).
Top
Goshanecr
Apprentice
Apprentice
User avatar
Posts: 158
Joined: Wed Aug 17, 2005 7:58 am
Location: Russia
Contact:
Contact Goshanecr
Website

  • Quote

Post by Goshanecr » Mon Jun 29, 2009 11:50 am

fglrx also dies after update of xorg,kernel and ati-drivers, there is my reason for moving to opensource radeonhd. Ok, let's wait for next radeonhd release, maybe with 3D support :)
Top
DaggyStyle
Watchman
Watchman
User avatar
Posts: 5969
Joined: Wed Mar 22, 2006 6:57 am

  • Quote

Post by DaggyStyle » Mon Jun 29, 2009 12:26 pm

Goshanecr wrote:fglrx also dies after update of xorg,kernel and ati-drivers, there is my reason for moving to opensource radeonhd. Ok, let's wait for next radeonhd release, maybe with 3D support :)
just use the svn ebuild of radeonhd and lib-drm.
better keep an eye on the radeon branch because it is likely to have 3D support before radeonhd due to the more manpower it has.
Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein
Top
pingufunkybeat
l33t
l33t
Posts: 610
Joined: Wed Dec 01, 2004 12:03 am

  • Quote

Post by pingufunkybeat » Thu Jul 02, 2009 10:04 pm

Most of the 3D work is in Mesa, and Mesa is undergoing huge changes with the introduction of KMS and TTM, and the awaited switch to Gallium3D.

Usable 3D for end users could take a while, and full support for all modern 3D stuff will probably have to wait until everything is migrated over to Gallium.

Until then, you can use a compositing window manager that uses XRender instead of OpenGL. KWin4 works fine.
Top
Post Reply

10 posts • Page 1 of 1

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic