Page 2 of 6 FirstFirst 1234 ... LastLast
Results 11 to 20 of 59

Thread: AMD HD Series Graphics Guide: Optimizing Video Playback for MythTV, Mplayer, & Others

  1. #11
    Join Date
    Jan 2010
    Beans
    188
    Distro
    Kubuntu 9.10 Karmic Koala

    Re: AMD HD Series Graphics Guide: Optimizing Video Playback for MythTV, Mplayer, & Ot

    Quote Originally Posted by pwzhangz View Post
    Will this mess up my suspend capability (i.e., are you still able to suspend your machine)? Thanks.
    If it goes into suspend now using the fglrx driver then you should be safe.

    In all honesty I haven't tried a full suspend on this machine. I have power management setup with it so that it spins down drives, monitor shuts completely down (It itself suspends), stuff like that. I don't have the whole machine go down. This frontend has a dual role in my master bedroom / office. It is my work machine at home, and also my bedroom home theater. I want and need it to be there at a moment's notice.

    I have never had power management problems with this machine. I normally have the MythTV frontend up when I am not directly sitting at the machine working. The reason why I don't suspend is my remote won't activate it and bring up the machine, monitor, etc. Plus I like my hardware to last as long as possible. When you boot a system it is the most taxing on the hardware and most likely when it will fail.

    Because of my use of machine and wasting some electricity to keep it running, I can't tell you from a full suspend. Then it would be near impossible to bring my machine out with the current bug in 9.10 for bluetooth keyboards and mice. Karmic is unable to swap them from usb HID mode to bluetooth's equivalent, sorry it's name escapes me at 3:15am.

    I will go into my closet and look for a usb keyboard after some sleep and my day's obligations and see what happens.


    As I said though there is no real reason why it shouldn't go in and out of suspend.

  2. #12
    Join Date
    Feb 2009
    Beans
    124

    Re: AMD HD Series Graphics Guide: Optimizing Video Playback for MythTV, Mplayer, & Ot

    Code:
    sudo ln -s libXvBAW.so.1.0 libXvBAW.so.1
    is that the device section you are talking about in xorg.conf?

    UPDATE: I am not getting the gdm black screen after boot and trying gdm start on tty1 gives
    Warning unable to find users no seat_id found
    Last edited by n3had; January 21st, 2010 at 10:35 AM.

  3. #13
    Join Date
    Jan 2010
    Beans
    188
    Distro
    Kubuntu 9.10 Karmic Koala

    Re: AMD HD Series Graphics Guide: Optimizing Video Playback for MythTV, Mplayer, & Ot

    Quote Originally Posted by n3had View Post
    Code:
    sudo ln -s libXvBAW.so.1.0 libXvBAW.so.1
    is that the device section you are talking about in xorg.conf?

    UPDATE: I am not getting the gdm black screen after boot and trying gdm start on tty1 gives
    Warning unable to find users no seat_id found
    Nope the device section is:

    Code:
    Option  "TexturedVideoSync" "on" #HD4xxx & HD5xxx use textured video to render Xv. This helps to remove tearing.
    Option   "Capabilities" "0x00000800" #This option also turns on vertical syncing as well. Both can and do work well together.
    Option    "OpenGLOverlay" "off" #This is for workstations and certain commercial graphics applications for them. Nothing as Linux user that we do needs this so disabled.
    What you are referring to is how to symlink the library needed for hardware decode.

    When grub goes to load hit escape till it brings up a boot menu.. You then want to choose the second option from the top. It is your current kernel's "safe mode".

    It will load up the kernel partially and provide you with a menu with several booting options. Choose to go to a root command prompt.

    When there type in to be safe we will start with a fresh xorg.conf:

    Code:
    aticonfig --initial -f
    When it is done type:
    reboot

    Let it boot normally and you should be all set with black screens. Remember doing a driver install this way, each time the kernel gets an update you have to repeat the driver install itself and reboot.

    Now once in X go to /etc/xorg.conf and place the code in the code window up top. either log out or reboot to get it to take effect. I would reboot.

    Now check for the binaries and also install the others and setup mplayer, etc.

    I hope this helps you.

  4. #14
    Join Date
    Feb 2009
    Beans
    124

    Re: AMD HD Series Graphics Guide: Optimizing Video Playback for MythTV, Mplayer, & Ot

    Quote Originally Posted by sports.car.guy View Post
    Nope the device section is:

    Code:
    Option  "TexturedVideoSync" "on" #HD4xxx & HD5xxx use textured video to render Xv. This helps to remove tearing.
    Option   "Capabilities" "0x00000800" #This option also turns on vertical syncing as well. Both can and do work well together.
    Option    "OpenGLOverlay" "off" #This is for workstations and certain commercial graphics applications for them. Nothing as Linux user that we do needs this so disabled.
    What you are referring to is how to symlink the library needed for hardware decode.

    When grub goes to load hit escape till it brings up a boot menu.. You then want to choose the second option from the top. It is your current kernel's "safe mode".

    It will load up the kernel partially and provide you with a menu with several booting options. Choose to go to a root command prompt.

    When there type in to be safe we will start with a fresh xorg.conf:

    Code:
    aticonfig --initial -f
    When it is done type:
    reboot

    Let it boot normally and you should be all set with black screens. Remember doing a driver install this way, each time the kernel gets an update you have to repeat the driver install itself and reboot.

    Now once in X go to /etc/xorg.conf and place the code in the code window up top. either log out or reboot to get it to take effect. I would reboot.

    Now check for the binaries and also install the others and setup mplayer, etc.

    I hope this helps you.
    http://yfrog.com/j121012010304j

    Startx gives me the above error

  5. #15
    Join Date
    Jan 2010
    Beans
    188
    Distro
    Kubuntu 9.10 Karmic Koala

    Re: AMD HD Series Graphics Guide: Optimizing Video Playback for MythTV, Mplayer, & Ot

    Quote Originally Posted by n3had View Post
    http://yfrog.com/j121012010304j

    Startx gives me the above error

    Okay right now I can see the problem. X is loading and it is looking in xorg.conf for AMD's fglrx driver and it is not finding them. I know why. You now have the entry in xorg.conf but no driver on the system.

    When you ran the install script did you go through a bunch or menus / screens? If not you didn't install the driver on the system.

    The install script for Catalyst Control Center needs to be made executable once you download it. AMD changes the permission to not executable.

    You need to make it executable, then install the 9.12 non hotfix version first. This is assuming you

    chmod 740 ati-driver-installer-9-12-x86.x86_64.run

    sudo sh ati-driver-installer-9-12-x86.x86_64.run

    Reboot and go into "safe mode"

    Then you need to run the aticonfig comand

    sudo aticonfig --initial

    or

    sudo aticonfig --initial -f

    Reboot

    Install the hotfix now. Extract the archive and repeat the steps to make it executable if it isn't and run the installer for the hotfix. You then need to add if you haven't the code to xorg.conf in the driver section under fglrx. You now need to reboot.

    Everything should be up and working on the note of X now.

    Then move onto making sure the files are installed for the Xvba, the ones if not on your system you need to pull out of the .deb as I explained in the guide. Also install the AV-API and its XvBA interface.

    That should be it for the graphics side of things.

    It doesn't look like it is a hardware issue of anything like that, just a configuration one. No biggie.
    Last edited by sports.car.guy; January 21st, 2010 at 08:27 PM.

  6. #16
    Join Date
    Feb 2009
    Beans
    124

    Re: AMD HD Series Graphics Guide: Optimizing Video Playback for MythTV, Mplayer, & Ot

    i am really sorry i don't remember whether i've mentioned this i upgraded to lucid which got latest xorg and propriety drivers won't get properly installed.

    http://www.phoronix.com/forums/showthread.php?t=21294

    I'll try downgrading xserver related packages and then catch you later. Sorry i am being such a noob here

    UPDATE: ok i am done downgrading all xserver related packages including xorg to karmic and now i get a different error Here's the Xorg log

    Code:
    X.Org X Server 1.6.4
    Release Date: 2009-9-27
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.24-23-server x86_64 Ubuntu
    Current Operating System: Linux tru3m0sl3m 2.6.32-11-generic #15-Ubuntu SMP Tue Jan 19 20:38:41 UTC 2010 x86_64
    Kernel command line: BOOT_IMAGE=//vmlinuz-2.6.32-11-generic root=UUID=a169f6f3-7436-4077-af9c-656762f16a2b ro quiet splash
    Build Date: 14 November 2009  05:48:57PM
    xorg-server 2:1.6.4-2ubuntu4.1 (buildd@) 
    	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: Fri Jan 22 16:58:23 2010
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "aticonfig Layout"
    (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    (**) |   |-->Monitor "aticonfig-Monitor[0]-0"
    (**) |   |-->Device "aticonfig-Device[0]-0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    	Entry deleted from font path.
    (==) FontPath set to:
    	/usr/share/fonts/X11/misc,
    	/usr/share/fonts/X11/100dpi/:unscaled,
    	/usr/share/fonts/X11/75dpi/:unscaled,
    	/usr/share/fonts/X11/Type1,
    	/usr/share/fonts/X11/100dpi,
    	/usr/share/fonts/X11/75dpi,
    	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
    	built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (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: 0xb40
    (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:1:5:0) 1002:9710:1565:1704 ATI Technologies Inc RS880 [Radeon HD 4200] rev 0, Mem @ 0xd0000000/268435456, 0xfeaf0000/65536, 0xfe900000/1048576, I/O @ 0x0000d000/256
    (II) Open ACPI successful (/var/run/acpid.socket)
    (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	0xffffffff - 0xffffffff (0x1) MX[B]
    	[17] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
    	[18] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
    	[19] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
    	[20] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
    	[21] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
    	[22] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
    	[23] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
    	[24] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
    	[25] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
    	[26] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
    	[27] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
    	[28] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
    	[29] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
    	[30] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
    	[31] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
    	[32] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
    	[33] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
    	[34] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
    	[35] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
    (II) "extmod" will be loaded by default.
    (II) "dbe" will be loaded by default.
    (II) "glx" will be loaded by default.
    (II) "record" will be loaded by default.
    (II) "dri" will be loaded by default.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    	compiled for 1.6.4, 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.6.4, 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: "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: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    	compiled for 1.6.4, 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: "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.68.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.6.4, module version = 1.1.0
    	ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "fglrx"
    (II) Loading /usr/lib/xorg/modules/drivers//fglrx_drv.so
    (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
    	compiled for 1.4.99.906, module version = 8.68.2
    	Module class: X.Org Video Driver
    (II) ATI Proprietary Linux Driver Version Identifier:8.68.2
    (II) ATI Proprietary Linux Driver Release Identifier: UNSUPPORTED-8.682.2                  
    (II) ATI Proprietary Linux Driver Build Date: Dec 14 2009 17:48:33
    (II) Primary Device is: PCI 01@00:05:0
    (WW) Falling back to old probe method for fglrx
    (II) Loading PCS database from /etc/ati/amdpcsdb
    (--) Chipset Supported AMD Graphics Processor (0x9710) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:1) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:5:1) found
    (II) AMD Video driver is running on a device belonging to a group targeted for this release
    (II) AMD Video driver is unsigned
    (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	0xffffffff - 0xffffffff (0x1) MX[B]
    	[17] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
    	[18] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
    	[19] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
    	[20] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
    	[21] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
    	[22] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
    	[23] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
    	[24] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
    	[25] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
    	[26] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
    	[27] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
    	[28] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
    	[29] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
    	[30] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
    	[31] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
    	[32] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
    	[33] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
    	[34] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
    	[35] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
    (II) fglrx(0): pEnt->device->identifier=0x12c56e0
    (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] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
    	[17] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
    	[18] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
    	[19] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
    	[20] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
    	[21] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
    	[22] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
    	[23] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
    	[24] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
    	[25] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
    	[26] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
    	[27] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
    	[28] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
    	[29] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
    	[30] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
    	[31] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
    	[32] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
    	[33] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
    	[34] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
    	[35] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
    	[36] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
    	[37] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
    	[38] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
    	[39] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
    	[40] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
    (II) fglrx(0): === [atiddxPreInit] === begin
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/lib/xorg/modules//libvgahw.so
    (II) Module vgahw: vendor="X.Org Foundation"
    	compiled for 1.6.4, module version = 0.1.0
    	ABI class: X.Org Video Driver, version 5.0
    (II) fglrx(0): PCI bus 1 card 5 func 0
    (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    (==) fglrx(0): Default visual is TrueColor
    (**) fglrx(0): Option "Capabilities" "0x00000800"
    (**) fglrx(0): Option "OpenGLOverlay" "off"
    (**) fglrx(0): Option "TexturedVideoSync" "on"
    (**) fglrx(0): Option "DPMS" "true"
    (==) fglrx(0): RGB weight 888
    (II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
    (==) fglrx(0): Gamma Correction for I is 0x06419064
    (==) fglrx(0): Gamma Correction for II is 0x06419064
    (==) fglrx(0): Buffer Tiling is ON
    (II) Loading sub module "fglrxdrm"
    (II) LoadModule: "fglrxdrm"
    (II) Reloading /usr/lib/xorg/modules/linux//libfglrxdrm.so
    drmDynamicMajor: failed to open /proc/ati/major
    drmDynamicMajor: failed to open /proc/ati/major
    (--) fglrx(0): Chipset: "ATI Radeon HD 4200" (Chipset = 0x9710)
    (--) fglrx(0): (PciSubVendor = 0x1565, PciSubDevice = 0x1704)
    (--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
    (--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
    (--) fglrx(0): MMIO registers at 0xfeaf0000
    (--) fglrx(0): I/O port at 0x0000d000
    (==) fglrx(0): ROM-BIOS at 0x000c0000
    (II) fglrx(0): Primary V_BIOS segment is: 0xc000
    (II) Loading sub module "vbe"
    (II) LoadModule: "vbe"
    (II) Loading /usr/lib/xorg/modules//libvbe.so
    (II) Module vbe: vendor="X.Org Foundation"
    	compiled for 1.6.4, module version = 1.1.0
    	ABI class: X.Org Video Driver, version 5.0
    (II) fglrx(0): VESA BIOS detected
    (II) fglrx(0): VESA VBE Version 3.0
    (II) fglrx(0): VESA VBE Total Mem: 16384 kB
    (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
    (II) fglrx(0): VESA VBE OEM Software Rev: 10.94
    (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc. 
    (II) fglrx(0): VESA VBE OEM Product: RS880
    (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
    (II) fglrx(0): ATI Video BIOS revision 9 or later detected
    (II) fglrx(0): UMA/SP interleave mode is enabled in the BIOS
    (--) fglrx(0): Video RAM: 393216 kByte, Type: DDR2
    (II) fglrx(0): PCIE card detected
    (--) fglrx(0): Using per-process page tables (PPPT) as GART.
    (WW) fglrx(0): board is an unknown third party board, chipset is supported
    (WW) fglrx(0): Hasn't establisted DRM connection
    (II) fglrx(0): [FB] MC range(MCFBBase = 0xc0000000, MCFBSize = 0x18000000)
    (WW) fglrx(0): No DRM connection for driver fglrx.
    (II) fglrx(0): RandR 1.2 support is enabled!
    (II) fglrx(0): RandR 1.2 rotation support is enabled!
    (==) fglrx(0): Center Mode is disabled 
    (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.4, module version = 1.0.0
    	ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) fglrx(0): ***Display: ConnectedDisplayTypes=0x00000080, disabled=0x00000000
    (II) fglrx(0): Connected Display1: DFP on secondary TMDS [tmds2i]
    (II) fglrx(0): Display1 EDID data ---------------------------
    (II) fglrx(0): Manufacturer: GSM  Model: 56ce  Serial#: 117673
    (II) fglrx(0): Year: 2009  Week: 2
    (II) fglrx(0): EDID Version: 1.3
    (II) fglrx(0): Digital Display Input
    (II) fglrx(0): Max Image Size [cm]: horiz.: 48  vert.: 27
    (II) fglrx(0): Gamma: 2.20
    (II) fglrx(0): DPMS capabilities: StandBy Suspend Off
    (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
    (II) fglrx(0): First detailed timing is preferred mode
    (II) fglrx(0): redX: 0.648 redY: 0.339   greenX: 0.292 greenY: 0.603
    (II) fglrx(0): blueX: 0.143 blueY: 0.070   whiteX: 0.313 whiteY: 0.329
    (II) fglrx(0): Supported established timings:
    (II) fglrx(0): 720x400@70Hz
    (II) fglrx(0): 640x480@60Hz
    (II) fglrx(0): 640x480@75Hz
    (II) fglrx(0): 800x600@56Hz
    (II) fglrx(0): 800x600@60Hz
    (II) fglrx(0): 800x600@75Hz
    (II) fglrx(0): 832x624@75Hz
    (II) fglrx(0): 1024x768@60Hz
    (II) fglrx(0): 1024x768@75Hz
    (II) fglrx(0): 1280x1024@75Hz
    (II) fglrx(0): 1152x870@75Hz
    (II) fglrx(0): Manufacturer's mask: 0
    (II) fglrx(0): Supported standard timings:
    (II) fglrx(0): #0: hsize: 1680  vsize 1050  refresh: 60  vid: 179
    (II) fglrx(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
    (II) fglrx(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
    (II) fglrx(0): #3: hsize: 1152  vsize 864  refresh: 75  vid: 20337
    (II) fglrx(0): Supported detailed timing:
    (II) fglrx(0): clock: 138.5 MHz   Image Size:  477 x 268 mm
    (II) fglrx(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
    (II) fglrx(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
    (II) fglrx(0): Supported detailed timing:
    (II) fglrx(0): clock: 148.5 MHz   Image Size:  477 x 268 mm
    (II) fglrx(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
    (II) fglrx(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
    (II) fglrx(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 150 MHz
    (II) fglrx(0): Monitor name: W2261
    (II) fglrx(0): EDID (in hex):
    (II) fglrx(0): 	00ffffffffffff001e6dce56a9cb0100
    (II) fglrx(0): 	0213010380301b78ea3d85a6564a9a24
    (II) fglrx(0): 	125054a76b80b30081808140714f0101
    (II) fglrx(0): 	0101010101011a3680a070381f403020
    (II) fglrx(0): 	3500dd0c1100001a023a801871382d40
    (II) fglrx(0): 	582c4500dd0c1100001e000000fd0038
    (II) fglrx(0): 	4b1e530f000a202020202020000000fc
    (II) fglrx(0): 	0057323236310a2020202020202000a4
    (II) fglrx(0): End of Display1 EDID data --------------------
    (II) fglrx(0): Output DFP2 using monitor section aticonfig-Monitor[0]-0
    (II) fglrx(0): Output CRT1 has no monitor section
    (II) fglrx(0): EDID vendor "GSM", prod id 22222
    (II) fglrx(0): Using EDID range info for horizontal sync
    (II) fglrx(0): Using EDID range info for vertical refresh
    (II) fglrx(0): Printing DDC gathered Modelines:
    (II) fglrx(0): Modeline "1920x1080"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz)
    (II) fglrx(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
    (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) fglrx(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
    (II) fglrx(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
    (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
    (II) fglrx(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
    (II) fglrx(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    (II) fglrx(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
    (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) fglrx(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
    (II) fglrx(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
    (II) fglrx(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
    (II) fglrx(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
    (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    (II) fglrx(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
    (II) fglrx(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
    (II) fglrx(0): Output DFP2 connected
    (II) fglrx(0): Output CRT1 disconnected
    (II) fglrx(0): Using exact sizes for initial modes
    (II) fglrx(0): Output DFP2 using initial mode 1920x1080
    (II) fglrx(0): Display dimensions: (480, 270) mm
    (II) fglrx(0): DPI set to (101, 101)
    (==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
    (==) fglrx(0): QBS disabled
    (==) fglrx(0):  PseudoColor visuals disabled
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (==) fglrx(0): NoAccel = NO
    (II) Loading sub module "xaa"
    (II) LoadModule: "xaa"
    (II) Loading /usr/lib/xorg/modules//libxaa.so
    (II) Module xaa: vendor="X.Org Foundation"
    	compiled for 1.6.4, module version = 1.2.1
    	ABI class: X.Org Video Driver, version 5.0
    (==) fglrx(0): NoDRI = NO
    (**) fglrx(0): Capabilities: 0x00000800
    (**) fglrx(0): CapabilitiesEx: 0x00000000
    (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
    (==) fglrx(0): UseFastTLS=0
    (==) fglrx(0): BlockSignalsOnLock=1
    (--) 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] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
    	[17] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
    	[18] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
    	[19] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
    	[20] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
    	[21] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
    	[22] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
    	[23] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
    	[24] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
    	[25] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
    	[26] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
    	[27] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
    	[28] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
    	[29] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
    	[30] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
    	[31] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
    	[32] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
    	[33] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
    	[34] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
    	[35] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
    	[36] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
    	[37] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
    	[38] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
    	[39] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
    	[40] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
    (II) fglrx(0): driver needs X.org 1.4.x.y with x.y >= 99.906
    (WW) fglrx(0): could not detect X server version (query_status=-1)
    (EE) fglrx(0): atiddxDriScreenInit failed, GPS not been initialized. 
    (WW) fglrx(0): ***********************************************
    (WW) fglrx(0): * DRI initialization failed!                  *
    (WW) fglrx(0): * (maybe driver kernel module missing or bad) *
    (WW) fglrx(0): * 2D acceleraton available (MMIO)             *
    (WW) fglrx(0): * no 3D acceleration available                *
    (WW) fglrx(0): ********************************************* *
    (II) fglrx(0): FBADPhys: 0xc5600000 FBMappedSize: 0x10000000
    (II) fglrx(0): Reserved 0x05600000 bytes of sideport memory for power saving
    (EE) fglrx(0): FB pci_device_map_range error!(EE) fglrx(0): Failed to map FB memory
    (II) fglrx(0): === [atiddxScreenInit] === end
    
    Fatal server error:
    AddScreen/ScreenInit failed for driver 0
    
    
    Please consult the The X.Org Foundation support 
    	 at http://wiki.x.org
     for help. 
    Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    
    (EE) fglrx(0): Failed to disable interrupts. Errorcode -9
    (EE) fglrx(0): firegl_SetSuspendResumeState FAILED -9.
     ddxSigGiveUp: Closing log
    Last edited by n3had; January 22nd, 2010 at 02:25 PM. Reason: New Error

  7. #17
    Join Date
    Jan 2010
    Beans
    188
    Distro
    Kubuntu 9.10 Karmic Koala

    Re: AMD HD Series Graphics Guide: Optimizing Video Playback for MythTV, Mplayer, & Ot

    Quote Originally Posted by n3had View Post
    i am really sorry i don't remember whether i've mentioned this i upgraded to lucid which got latest xorg and propriety drivers won't get properly installed.

    http://www.phoronix.com/forums/showthread.php?t=21294

    I'll try downgrading xserver related packages and then catch you later. Sorry i am being such a noob here

    UPDATE: ok i am done downgrading all xserver related packages including xorg to karmic and now i get a different error Here's the Xorg log

    Code:
    X.Org X Server 1.6.4
    Release Date: 2009-9-27
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.24-23-server x86_64 Ubuntu
    Current Operating System: Linux tru3m0sl3m 2.6.32-11-generic #15-Ubuntu SMP Tue Jan 19 20:38:41 UTC 2010 x86_64
    Kernel command line: BOOT_IMAGE=//vmlinuz-2.6.32-11-generic root=UUID=a169f6f3-7436-4077-af9c-656762f16a2b ro quiet splash
    Build Date: 14 November 2009  05:48:57PM
    xorg-server 2:1.6.4-2ubuntu4.1 (buildd@) 
        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: Fri Jan 22 16:58:23 2010
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "aticonfig Layout"
    (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    (**) |   |-->Monitor "aticonfig-Monitor[0]-0"
    (**) |   |-->Device "aticonfig-Device[0]-0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
        Entry deleted from font path.
    (==) FontPath set to:
        /usr/share/fonts/X11/misc,
        /usr/share/fonts/X11/100dpi/:unscaled,
        /usr/share/fonts/X11/75dpi/:unscaled,
        /usr/share/fonts/X11/Type1,
        /usr/share/fonts/X11/100dpi,
        /usr/share/fonts/X11/75dpi,
        /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
        built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (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: 0xb40
    (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:1:5:0) 1002:9710:1565:1704 ATI Technologies Inc RS880 [Radeon HD 4200] rev 0, Mem @ 0xd0000000/268435456, 0xfeaf0000/65536, 0xfe900000/1048576, I/O @ 0x0000d000/256
    (II) Open ACPI successful (/var/run/acpid.socket)
    (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    0xffffffff - 0xffffffff (0x1) MX[B]
        [17] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
        [18] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
        [19] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [20] -1    0    0xffffffff - 0xffffffff (0x1) MX[B]
        [21] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
        [22] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
        [23] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [24] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [25] -1    0    0x00000000 - 0x00000000 (0x1) IX[B]
        [26] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [27] -1    0    0x00000000 - 0x00000000 (0x1) IX[B]
        [28] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [29] -1    0    0x00000000 - 0x00000000 (0x1) IX[B]
        [30] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [31] -1    0    0x00000000 - 0x00000000 (0x1) IX[B]
        [32] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [33] -1    0    0x00000000 - 0x00000000 (0x1) IX[B]
        [34] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [35] -1    0    0x00000000 - 0x00000000 (0x1) IX[B]
    (II) "extmod" will be loaded by default.
    (II) "dbe" will be loaded by default.
    (II) "glx" will be loaded by default.
    (II) "record" will be loaded by default.
    (II) "dri" will be loaded by default.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.6.4, 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.6.4, 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: "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: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
        compiled for 1.6.4, 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: "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.68.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.6.4, module version = 1.1.0
        ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "fglrx"
    (II) Loading /usr/lib/xorg/modules/drivers//fglrx_drv.so
    (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
        compiled for 1.4.99.906, module version = 8.68.2
        Module class: X.Org Video Driver
    (II) ATI Proprietary Linux Driver Version Identifier:8.68.2
    (II) ATI Proprietary Linux Driver Release Identifier: UNSUPPORTED-8.682.2                  
    (II) ATI Proprietary Linux Driver Build Date: Dec 14 2009 17:48:33
    (II) Primary Device is: PCI 01@00:05:0
    (WW) Falling back to old probe method for fglrx
    (II) Loading PCS database from /etc/ati/amdpcsdb
    (--) Chipset Supported AMD Graphics Processor (0x9710) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:1) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:5:1) found
    (II) AMD Video driver is running on a device belonging to a group targeted for this release
    (II) AMD Video driver is unsigned
    (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    0xffffffff - 0xffffffff (0x1) MX[B]
        [17] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
        [18] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
        [19] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [20] -1    0    0xffffffff - 0xffffffff (0x1) MX[B]
        [21] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
        [22] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
        [23] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [24] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [25] -1    0    0x00000000 - 0x00000000 (0x1) IX[B]
        [26] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [27] -1    0    0x00000000 - 0x00000000 (0x1) IX[B]
        [28] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [29] -1    0    0x00000000 - 0x00000000 (0x1) IX[B]
        [30] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [31] -1    0    0x00000000 - 0x00000000 (0x1) IX[B]
        [32] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [33] -1    0    0x00000000 - 0x00000000 (0x1) IX[B]
        [34] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [35] -1    0    0x00000000 - 0x00000000 (0x1) IX[B]
    (II) fglrx(0): pEnt->device->identifier=0x12c56e0
    (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] -1    0    0xffffffff - 0xffffffff (0x1) MX[B]
        [17] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
        [18] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
        [19] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [20] -1    0    0xffffffff - 0xffffffff (0x1) MX[B]
        [21] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
        [22] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
        [23] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [24] 0    0    0x000a0000 - 0x000affff (0x10000) MS[B]
        [25] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [26] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[B]
        [27] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [28] -1    0    0x00000000 - 0x00000000 (0x1) IX[B]
        [29] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [30] -1    0    0x00000000 - 0x00000000 (0x1) IX[B]
        [31] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [32] -1    0    0x00000000 - 0x00000000 (0x1) IX[B]
        [33] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [34] -1    0    0x00000000 - 0x00000000 (0x1) IX[B]
        [35] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [36] -1    0    0x00000000 - 0x00000000 (0x1) IX[B]
        [37] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [38] -1    0    0x00000000 - 0x00000000 (0x1) IX[B]
        [39] 0    0    0x000003b0 - 0x000003bb (0xc) IS[B]
        [40] 0    0    0x000003c0 - 0x000003df (0x20) IS[B]
    (II) fglrx(0): === [atiddxPreInit] === begin
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/lib/xorg/modules//libvgahw.so
    (II) Module vgahw: vendor="X.Org Foundation"
        compiled for 1.6.4, module version = 0.1.0
        ABI class: X.Org Video Driver, version 5.0
    (II) fglrx(0): PCI bus 1 card 5 func 0
    (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    (==) fglrx(0): Default visual is TrueColor
    (**) fglrx(0): Option "Capabilities" "0x00000800"
    (**) fglrx(0): Option "OpenGLOverlay" "off"
    (**) fglrx(0): Option "TexturedVideoSync" "on"
    (**) fglrx(0): Option "DPMS" "true"
    (==) fglrx(0): RGB weight 888
    (II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
    (==) fglrx(0): Gamma Correction for I is 0x06419064
    (==) fglrx(0): Gamma Correction for II is 0x06419064
    (==) fglrx(0): Buffer Tiling is ON
    (II) Loading sub module "fglrxdrm"
    (II) LoadModule: "fglrxdrm"
    (II) Reloading /usr/lib/xorg/modules/linux//libfglrxdrm.so
    drmDynamicMajor: failed to open /proc/ati/major
    drmDynamicMajor: failed to open /proc/ati/major
    (--) fglrx(0): Chipset: "ATI Radeon HD 4200" (Chipset = 0x9710)
    (--) fglrx(0): (PciSubVendor = 0x1565, PciSubDevice = 0x1704)
    (--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
    (--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
    (--) fglrx(0): MMIO registers at 0xfeaf0000
    (--) fglrx(0): I/O port at 0x0000d000
    (==) fglrx(0): ROM-BIOS at 0x000c0000
    (II) fglrx(0): Primary V_BIOS segment is: 0xc000
    (II) Loading sub module "vbe"
    (II) LoadModule: "vbe"
    (II) Loading /usr/lib/xorg/modules//libvbe.so
    (II) Module vbe: vendor="X.Org Foundation"
        compiled for 1.6.4, module version = 1.1.0
        ABI class: X.Org Video Driver, version 5.0
    (II) fglrx(0): VESA BIOS detected
    (II) fglrx(0): VESA VBE Version 3.0
    (II) fglrx(0): VESA VBE Total Mem: 16384 kB
    (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
    (II) fglrx(0): VESA VBE OEM Software Rev: 10.94
    (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc. 
    (II) fglrx(0): VESA VBE OEM Product: RS880
    (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
    (II) fglrx(0): ATI Video BIOS revision 9 or later detected
    (II) fglrx(0): UMA/SP interleave mode is enabled in the BIOS
    (--) fglrx(0): Video RAM: 393216 kByte, Type: DDR2
    (II) fglrx(0): PCIE card detected
    (--) fglrx(0): Using per-process page tables (PPPT) as GART.
    (WW) fglrx(0): board is an unknown third party board, chipset is supported
    (WW) fglrx(0): Hasn't establisted DRM connection
    (II) fglrx(0): [FB] MC range(MCFBBase = 0xc0000000, MCFBSize = 0x18000000)
    (WW) fglrx(0): No DRM connection for driver fglrx.
    (II) fglrx(0): RandR 1.2 support is enabled!
    (II) fglrx(0): RandR 1.2 rotation support is enabled!
    (==) fglrx(0): Center Mode is disabled 
    (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.4, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) fglrx(0): ***Display: ConnectedDisplayTypes=0x00000080, disabled=0x00000000
    (II) fglrx(0): Connected Display1: DFP on secondary TMDS [tmds2i]
    (II) fglrx(0): Display1 EDID data ---------------------------
    (II) fglrx(0): Manufacturer: GSM  Model: 56ce  Serial#: 117673
    (II) fglrx(0): Year: 2009  Week: 2
    (II) fglrx(0): EDID Version: 1.3
    (II) fglrx(0): Digital Display Input
    (II) fglrx(0): Max Image Size [cm]: horiz.: 48  vert.: 27
    (II) fglrx(0): Gamma: 2.20
    (II) fglrx(0): DPMS capabilities: StandBy Suspend Off
    (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
    (II) fglrx(0): First detailed timing is preferred mode
    (II) fglrx(0): redX: 0.648 redY: 0.339   greenX: 0.292 greenY: 0.603
    (II) fglrx(0): blueX: 0.143 blueY: 0.070   whiteX: 0.313 whiteY: 0.329
    (II) fglrx(0): Supported established timings:
    (II) fglrx(0): 720x400@70Hz
    (II) fglrx(0): 640x480@60Hz
    (II) fglrx(0): 640x480@75Hz
    (II) fglrx(0): 800x600@56Hz
    (II) fglrx(0): 800x600@60Hz
    (II) fglrx(0): 800x600@75Hz
    (II) fglrx(0): 832x624@75Hz
    (II) fglrx(0): 1024x768@60Hz
    (II) fglrx(0): 1024x768@75Hz
    (II) fglrx(0): 1280x1024@75Hz
    (II) fglrx(0): 1152x870@75Hz
    (II) fglrx(0): Manufacturer's mask: 0
    (II) fglrx(0): Supported standard timings:
    (II) fglrx(0): #0: hsize: 1680  vsize 1050  refresh: 60  vid: 179
    (II) fglrx(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
    (II) fglrx(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
    (II) fglrx(0): #3: hsize: 1152  vsize 864  refresh: 75  vid: 20337
    (II) fglrx(0): Supported detailed timing:
    (II) fglrx(0): clock: 138.5 MHz   Image Size:  477 x 268 mm
    (II) fglrx(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
    (II) fglrx(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
    (II) fglrx(0): Supported detailed timing:
    (II) fglrx(0): clock: 148.5 MHz   Image Size:  477 x 268 mm
    (II) fglrx(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
    (II) fglrx(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
    (II) fglrx(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 150 MHz
    (II) fglrx(0): Monitor name: W2261
    (II) fglrx(0): EDID (in hex):
    (II) fglrx(0):     00ffffffffffff001e6dce56a9cb0100
    (II) fglrx(0):     0213010380301b78ea3d85a6564a9a24
    (II) fglrx(0):     125054a76b80b30081808140714f0101
    (II) fglrx(0):     0101010101011a3680a070381f403020
    (II) fglrx(0):     3500dd0c1100001a023a801871382d40
    (II) fglrx(0):     582c4500dd0c1100001e000000fd0038
    (II) fglrx(0):     4b1e530f000a202020202020000000fc
    (II) fglrx(0):     0057323236310a2020202020202000a4
    (II) fglrx(0): End of Display1 EDID data --------------------
    (II) fglrx(0): Output DFP2 using monitor section aticonfig-Monitor[0]-0
    (II) fglrx(0): Output CRT1 has no monitor section
    (II) fglrx(0): EDID vendor "GSM", prod id 22222
    (II) fglrx(0): Using EDID range info for horizontal sync
    (II) fglrx(0): Using EDID range info for vertical refresh
    (II) fglrx(0): Printing DDC gathered Modelines:
    (II) fglrx(0): Modeline "1920x1080"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz)
    (II) fglrx(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
    (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) fglrx(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
    (II) fglrx(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
    (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
    (II) fglrx(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
    (II) fglrx(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    (II) fglrx(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
    (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) fglrx(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
    (II) fglrx(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
    (II) fglrx(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
    (II) fglrx(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
    (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    (II) fglrx(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
    (II) fglrx(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
    (II) fglrx(0): Output DFP2 connected
    (II) fglrx(0): Output CRT1 disconnected
    (II) fglrx(0): Using exact sizes for initial modes
    (II) fglrx(0): Output DFP2 using initial mode 1920x1080
    (II) fglrx(0): Display dimensions: (480, 270) mm
    (II) fglrx(0): DPI set to (101, 101)
    (==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
    (==) fglrx(0): QBS disabled
    (==) fglrx(0):  PseudoColor visuals disabled
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (==) fglrx(0): NoAccel = NO
    (II) Loading sub module "xaa"
    (II) LoadModule: "xaa"
    (II) Loading /usr/lib/xorg/modules//libxaa.so
    (II) Module xaa: vendor="X.Org Foundation"
        compiled for 1.6.4, module version = 1.2.1
        ABI class: X.Org Video Driver, version 5.0
    (==) fglrx(0): NoDRI = NO
    (**) fglrx(0): Capabilities: 0x00000800
    (**) fglrx(0): CapabilitiesEx: 0x00000000
    (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
    (==) fglrx(0): UseFastTLS=0
    (==) fglrx(0): BlockSignalsOnLock=1
    (--) 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] -1    0    0xffffffff - 0xffffffff (0x1) MX[B]
        [17] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
        [18] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
        [19] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [20] -1    0    0xffffffff - 0xffffffff (0x1) MX[B]
        [21] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
        [22] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
        [23] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [24] 0    0    0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
        [25] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
        [26] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
        [27] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [28] -1    0    0x00000000 - 0x00000000 (0x1) IX[B]
        [29] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [30] -1    0    0x00000000 - 0x00000000 (0x1) IX[B]
        [31] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [32] -1    0    0x00000000 - 0x00000000 (0x1) IX[B]
        [33] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [34] -1    0    0x00000000 - 0x00000000 (0x1) IX[B]
        [35] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [36] -1    0    0x00000000 - 0x00000000 (0x1) IX[B]
        [37] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [38] -1    0    0x00000000 - 0x00000000 (0x1) IX[B]
        [39] 0    0    0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [40] 0    0    0x000003c0 - 0x000003df (0x20) IS[B](OprU)
    (II) fglrx(0): driver needs X.org 1.4.x.y with x.y >= 99.906
    (WW) fglrx(0): could not detect X server version (query_status=-1)
    (EE) fglrx(0): atiddxDriScreenInit failed, GPS not been initialized. 
    (WW) fglrx(0): ***********************************************
    (WW) fglrx(0): * DRI initialization failed!                  *
    (WW) fglrx(0): * (maybe driver kernel module missing or bad) *
    (WW) fglrx(0): * 2D acceleraton available (MMIO)             *
    (WW) fglrx(0): * no 3D acceleration available                *
    (WW) fglrx(0): ********************************************* *
    (II) fglrx(0): FBADPhys: 0xc5600000 FBMappedSize: 0x10000000
    (II) fglrx(0): Reserved 0x05600000 bytes of sideport memory for power saving
    (EE) fglrx(0): FB pci_device_map_range error!(EE) fglrx(0): Failed to map FB memory
    (II) fglrx(0): === [atiddxScreenInit] === end
    
    Fatal server error:
    AddScreen/ScreenInit failed for driver 0
    
    
    Please consult the The X.Org Foundation support 
         at http://wiki.x.org
     for help. 
    Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    
    (EE) fglrx(0): Failed to disable interrupts. Errorcode -9
    (EE) fglrx(0): firegl_SetSuspendResumeState FAILED -9.
     ddxSigGiveUp: Closing log

    There were two errors from what I am reading. Since your downgrade it is having problems with detecting the X server version and was also unable to enable dri.

    In your downgrade did all the packages for the X server get downgraded?

  8. #18
    Join Date
    Feb 2009
    Beans
    124

    Re: AMD HD Series Graphics Guide: Optimizing Video Playback for MythTV, Mplayer, & Ot

    i downgraded the xserver* packages that were already installed and as you said fglrx wasn't loading itself to the kernel 2.6.32.11 (i am saying it incorrectly but i hope you get it)

    After some googling i found at launchpad that lucid is not yet ready for the proprietary drivers so i guess i will wait till then and i reverted to the radeon driver. Thankyou once again for everything.

  9. #19
    Join Date
    Jan 2010
    Beans
    188
    Distro
    Kubuntu 9.10 Karmic Koala

    Re: AMD HD Series Graphics Guide: Optimizing Video Playback for MythTV, Mplayer, & Ot

    Quote Originally Posted by n3had View Post
    i downgraded the xserver* packages that were already installed and as you said fglrx wasn't loading itself to the kernel 2.6.32.11 (i am saying it incorrectly but i hope you get it)

    After some googling i found at launchpad that lucid is not yet ready for the proprietary drivers so i guess i will wait till then and i reverted to the radeon driver. Thankyou once again for everything.

    Alright man, not a problem, I understand. I was hoping you would follow it till the end so there could be an example of it running on the integrated HD4200. No biggie though.

    Hopefully they will support the proprietary drivers in the version of X you upgraded to and are using soon.

  10. #20
    Join Date
    Jan 2010
    Beans
    25

    Re: AMD HD Series Graphics Guide: Optimizing Video Playback for MythTV, Mplayer, & Ot

    Wow, hope for video without tearing on amd hardware. You just made my week.

    Unfortunately, I ran into a little snag while compiling mplayer-vaapi.

    The build-dep command says I need nvidia-185-libvdpau-dev that depends on nvidia-185-libvdpau. Ok, fair enough. I try to install those and apt tells me I need to remove most of mythtv and the vdpau packages I just installed.

    I'm thinking I missed something but I can't find it. So, I did what it suggested and built the thing using nvidia's libvdpau. As one might expect, the vaapi output doesn't work. With the nvidia libs installed, my system freezes and with the vdpau packages from gbeauchesne it returns...
    Code:
    MPlayer interrupted by signal 11 in module: vo_check_events
    In the interests of full disclosure I should also mention I installed the vdpau packages in a different order than suggested because dpkg wouldn't install the first two (libva-dev and libva1-dbg) without libva1.

    Any thoughts on where I might have gone astray?

Page 2 of 6 FirstFirst 1234 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •