LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   OpenGL not working Radeon HD 5450 (Slackware 13.37) (https://www.linuxquestions.org/questions/slackware-14/opengl-not-working-radeon-hd-5450-slackware-13-37-a-4175558660/)

DTTD 11-12-2015 04:38 AM

OpenGL not working Radeon HD 5450 (Slackware 13.37)
 
Everything was working fine before my Radeon HD5450 went bad, so I replaced it with my old HD4550. Now, everything was laggy and full of visual artifacts (because that card was bad also, but I was able to use my PC until I buy a new card). In a few days, I came with new card (5450 again, it was the cheapest one). The problem is, it's exactly the same card as before, and everything is still laggy, slow, without effects... (I don't think there is something wrong with hardware because on Win7 it runs as it should). Since Google wasn't helpful, and all threads I have read didn't provide me with a solution, I joined this forum to seek for your wisdom.

Here's the sum of my info:

1) Cairo-Dock is extremely laggy

2) MPlayer (interesting...)
When trying to watch a video file, mplayer plays only audio. So when I run gmplayer from terminal,
I get this output in video section:

Code:

[VO_XV] It seems there is no Xvideo support for your video card available.
    [VO_XV] Run 'xvinfo' to verify its Xv support and read
    [VO_XV] DOCS/HTML/en/video.html#xv!
    [VO_XV] See 'mplayer -vo help' for other (non-xv) video out drivers.
    [VO_XV] Try -vo x11.
    Error opening/initializing the selected video_out (-vo) device.

... however, when I run it just as mplayer, video does open (but can't go to fullscreen).
Here's the output:

Code:

[VO_XV] It seems there is no Xvideo support for your video card available.
    [VO_XV] Run 'xvinfo' to verify its Xv support and read
    [VO_XV] DOCS/HTML/en/video.html#xv!
    [VO_XV] See 'mplayer -vo help' for other (non-xv) video out drivers.
    [VO_XV] Try -vo x11.
    ==========================================================================
    Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
    libavcodec version 54.23.100 (internal)
    Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264)
    ==========================================================================

...but KPlayer works perfect

3) System Settings/Desktop Effects/Advanced/Compositing type
- it always falls back to XRender

4) glxgears output
- shows 398 fps on small size window, and 37 fps during fullscreen

5) lspci | grep VGA
Code:

01:00.0 VGA compatible controller: AMD/ATI [Advanced Micro Devices, Inc.]
    Park [Mobility Radeon HD 5430/5450/5470]

6) lsmod | grep radeon
Code:

radeon                807879  2
    ttm                    63381  1 radeon
    drm_kms_helper        35118  1 radeon
    drm                  229054  4 ttm,drm_kms_helper,radeon
    hwmon                  1337  3 coretemp,radeon,thermal_sys
    i2c_algo_bit            5351  1 radeon
    i2c_core              20936  6
    drm,i2c_i801,i2c_dev,drm_kms_helper,i2c_algo_bit,radeon

7) xvinfo
Code:

X-Video Extension version 2.2
    screen #0
    no adaptors present

8) I have run xorgsetup a few times, but nothing changes.

9) I went the route to upgrading x related packages (don't remember which ones) from current,
but some packages were not compatible, so I installed more,more... messed things up :)
Then reverted to original the things I remember I have messed up with

10) I also went reinstalling only base system from DVD, didn't help

Ask for xorg.conf, glxinfo or any other file or output if needed, it's too long to post it right now.

Sorry for long post, I just wanted to be comprehensive.

Ztcoracat 11-12-2015 10:42 PM

Hi & Welcome to Linux Questions.

Sorry to hear your old GPU is causing problems.

Code:

It seems there is no Xvideo support for your video card available.
In that case you may need to purchase another GPU.
Maybe other members will know a way to tweak your GPU if that's possible.

Depending on what version of the kernel you are running it may or may not be providing support for your graphic card. If there isn't support for your old card you should be able to use a proprietary fglrx/Catalyst driver but I'd make that your last resort. All of the AMD drivers I tried were buggy.

I'm not the best with graphics issues but sometimes when one has problems with performance or hardware issues installing a higher version of the kernel can help. Recompiling the kernel may be an option as well.

https://www.kernel.org/

hadack 11-13-2015 05:15 AM

I'm pretty sure jjust about every radeon card should support xv output.
Since the radeon module is loaded, you might want to check your mesa installation.
Can you provide your Xorg.0.log and the output from
Code:

glxinfo | grep OpenGL

DTTD 11-13-2015 05:41 AM

Thanks for your reply.

I think you didn't fully understand my issue. I did bought a new GPU, which is exactly the same as one I had before (the one that worked perfect!). As far as my knowledge, it should run smooth out of box. But it doesn't. Weird.
I'm wandering, as I have used other card in between (maybe for 2 or 3 days), did it somehow configure things the wrong way. All I remember is that I had to change some VESA values and configure xorg.conf to enter into runlevel 4. But, after I finally replaced it with a new card, things stayed sluggish.
As far as 2D user experience, it looks and works smooth. But I'm without effects, always on Xrender, Cairo-Dock is very laggy, can't use Mplayer...

I'm not considering fglrx driver, from past experiences they were all buggy for me also. And I really shouldn't, because kernel support obviously did served me well. I just think something isn't configured right.

Correction: I'm using Slackware 14.1

ReaperX7 11-13-2015 05:50 AM

Not to disrupt, but could you please wrap the output of your finding in code tags, please? Reading pages malformed by text can be troublesome.

As far as the device, with any Radeon HD, running the latest kernel, libdrm, xf86-video-ati, and mesa drivers usually helps with some issues.

-Current has progressed greatly, so there is a chance you may benefit from upgrading to -Current from.14.1. Also be sure to check out extra support packages at SlackBuilds.org such as driconf and libtxc_dxtn as they can help with other issues.

DTTD 11-13-2015 05:53 AM

Hi hadack.

glxinfo | grep OpenGL
Code:

OpenGL vendor string: Mesa Project
OpenGL renderer string: Software Rasterizer
OpenGL version string: 2.1 Mesa 9.1.7
OpenGL shading language version string: 1.20
OpenGL extensions:

I'll divide Xorg.0.log in two parts, can't post more than 50000 characters
/var/log/Xorg.0.log

Code:

[    40.673]
X.Org X Server 1.14.3
Release Date: 2013-09-12
[    40.674] X Protocol Version 11, Revision 0
[    40.674] Build Operating System: Slackware 14.1 Slackware Linux Project
[    40.674] Current Operating System: Linux darkstar 3.10.17 #2 SMP Wed Oct 23 16:34:38 CDT 2013 x86_64
[    40.674] Kernel command line: BOOT_IMAGE=Linux ro root=805 vt.default_utf8=0
[    40.674] Build Date: 09 October 2013  08:27:11PM
[    40.674] 
[    40.674] Current version of pixman: 0.30.2
[    40.674]        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    40.674] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    40.674] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Nov 13 12:00:20 2015
[    40.860] (==) Using config file: "/etc/X11/xorg.conf"
[    40.860] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    40.973] (==) ServerLayout "X.org Configured"
[    40.973] (**) |-->Screen "Screen0" (0)
[    40.973] (**) |  |-->Monitor "Monitor0"
[    40.973] (**) |  |-->Device "Card0"
[    40.973] (**) |-->Screen "Screen1" (1)
[    40.973] (**) |  |-->Monitor "Monitor1"
[    40.973] (**) |  |-->Device "Card1"
[    40.973] (**) |-->Screen "Screen2" (2)
[    40.973] (**) |  |-->Monitor "Monitor2"
[    40.973] (**) |  |-->Device "Card2"
[    40.973] (**) |-->Input Device "Mouse0"
[    40.973] (**) |-->Input Device "Keyboard0"
[    40.973] (==) Automatically adding devices
[    40.973] (==) Automatically enabling devices
[    40.973] (==) Automatically adding GPU devices
[    40.973] (WW) The directory "/usr/share/fonts/local" does not exist.
[    40.973]        Entry deleted from font path.
[    40.973] (WW) The directory "/usr/share/fonts/CID" does not exist.
[    40.973]        Entry deleted from font path.
[    41.004] (WW) The directory "/usr/share/fonts/local" does not exist.
[    41.004]        Entry deleted from font path.
[    41.004] (WW) The directory "/usr/share/fonts/CID" does not exist.
[    41.004]        Entry deleted from font path.
[    41.004] (**) FontPath set to:
        /usr/share/fonts/TTF,
        /usr/share/fonts/OTF,
        /usr/share/fonts/Type1,
        /usr/share/fonts/misc,
        /usr/share/fonts/75dpi/:unscaled,
        /usr/share/fonts/100dpi/:unscaled,
        /usr/share/fonts/75dpi,
        /usr/share/fonts/100dpi,
        /usr/share/fonts/cyrillic,
        /usr/share/fonts/TTF,
        /usr/share/fonts/OTF,
        /usr/share/fonts/Type1,
        /usr/share/fonts/misc,
        /usr/share/fonts/75dpi/:unscaled,
        /usr/share/fonts/100dpi/:unscaled,
        /usr/share/fonts/75dpi,
        /usr/share/fonts/100dpi,
        /usr/share/fonts/cyrillic
[    41.004] (**) ModulePath set to "/usr/lib64/xorg/modules"
[    41.004] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    41.004] (WW) Disabling Mouse0
[    41.004] (WW) Disabling Keyboard0
[    41.004] (II) Loader magic: 0x7f6d20
[    41.004] (II) Module ABI versions:
[    41.004]        X.Org ANSI C Emulation: 0.4
[    41.004]        X.Org Video Driver: 14.1
[    41.004]        X.Org XInput driver : 19.1
[    41.004]        X.Org Server Extension : 7.0
[    41.005] (II) xfree86: Adding drm device (/dev/dri/card0)
[    41.006] (--) PCI:*(0:1:0:0) 1002:68e0:1682:304e rev 0, Mem @ 0xe0000000/268435456, 0xf5000000/131072, I/O @ 0x0000b000/256, BIOS @ 0x????????/131072
[    41.006] (II) Open ACPI successful (/var/run/acpid.socket)
[    41.024] Initializing built-in extension Generic Event Extension
[    41.024] Initializing built-in extension SHAPE
[    41.024] Initializing built-in extension MIT-SHM
[    41.024] Initializing built-in extension XInputExtension
[    41.024] Initializing built-in extension XTEST
[    41.024] Initializing built-in extension BIG-REQUESTS
[    41.024] Initializing built-in extension SYNC
[    41.024] Initializing built-in extension XKEYBOARD
[    41.024] Initializing built-in extension XC-MISC
[    41.024] Initializing built-in extension XINERAMA
[    41.024] Initializing built-in extension XFIXES
[    41.024] Initializing built-in extension RENDER
[    41.024] Initializing built-in extension RANDR
[    41.024] Initializing built-in extension COMPOSITE
[    41.024] Initializing built-in extension DAMAGE
[    41.024] Initializing built-in extension MIT-SCREEN-SAVER
[    41.024] Initializing built-in extension DOUBLE-BUFFER
[    41.024] Initializing built-in extension RECORD
[    41.024] Initializing built-in extension DPMS
[    41.024] Initializing built-in extension X-Resource
[    41.024] Initializing built-in extension XVideo
[    41.024] Initializing built-in extension XVideo-MotionCompensation
[    41.024] Initializing built-in extension XFree86-VidModeExtension
[    41.024] Initializing built-in extension XFree86-DGA
[    41.024] Initializing built-in extension XFree86-DRI
[    41.024] Initializing built-in extension DRI2
[    41.024] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    41.024] (II) LoadModule: "glx"
[    41.152] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[    41.226] (II) Module glx: vendor="X.Org Foundation"
[    41.226]        compiled for 1.14.3, module version = 1.0.0
[    41.226]        ABI class: X.Org Server Extension, version 7.0
[    41.226] (==) AIGLX enabled
[    41.226] Loading extension GLX
[    41.226] (II) LoadModule: "modesetting"
[    41.226] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[    41.245] (II) Module modesetting: vendor="X.Org Foundation"
[    41.245]        compiled for 1.14.2, module version = 0.8.0
[    41.245]        Module class: X.Org Video Driver
[    41.245]        ABI class: X.Org Video Driver, version 14.1
[    41.245] (II) LoadModule: "radeon"
[    41.245] (II) Loading /usr/lib64/xorg/modules/drivers/radeon_drv.so
[    41.310] (II) Module radeon: vendor="X.Org Foundation"
[    41.310]        compiled for 1.14.2, module version = 7.2.0
[    41.310]        Module class: X.Org Video Driver
[    41.310]        ABI class: X.Org Video Driver, version 14.1
[    41.310] (II) LoadModule: "vesa"
[    41.310] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
[    41.326] (II) Module vesa: vendor="X.Org Foundation"
[    41.326]        compiled for 1.14.3, module version = 2.3.3
[    41.326]        Module class: X.Org Video Driver
[    41.326]        ABI class: X.Org Video Driver, version 14.1
[    41.326] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    41.326] (II) RADEON: Driver for ATI Radeon chipsets:
        ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
        ATI Radeon Mobility X300 (M24) 3152 (PCIE),
        ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
        ATI Radeon X600 (RV380) 3E50 (PCIE),
        ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
        ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
        ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
        ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
        ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
        ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
        ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
        ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
        ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
        ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
        ATI Radeon IGP330M/340M/350M (U2) 4337,
        ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
        ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
        ATI Radeon X800PRO (R420) JI (AGP),
        ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
        ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
        ATI Radeon Mobility 9800 (M18) JN (AGP),
        ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
        ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
        ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
        ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
        ATI Radeon Mobility M7 LW (AGP),
        ATI Mobility FireGL 7800 M7 LX (AGP),
        ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
        ATI FireGL Mobility 9000 (M9) Ld (AGP),
        ATI Radeon Mobility 9000 (M9) Lf (AGP),
        ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
        ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
        ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
        ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
        ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
        ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
        ATI Radeon Mobility 9600 (M10) NQ (AGP),
        ATI Radeon Mobility 9600 (M11) NR (AGP),
        ATI Radeon Mobility 9600 (M10) NS (AGP),
        ATI FireGL Mobility T2 (M10) NT (AGP),
        ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
        ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
        ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
        ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
        ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
        ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
        ATI Radeon Mobility X300 (M22) 5460 (PCIE),
        ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
        ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
        ATI Radeon X800PRO (R423) UI (PCIE),
        ATI Radeon X800LE (R423) UJ (PCIE),
        ATI Radeon X800SE (R423) UK (PCIE),
        ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
        ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
        ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
        ATI FireGL unknown (R423) UR (PCIE),
        ATI FireGL unknown (R423) UT (PCIE),
        ATI Mobility FireGL V5000 (M26) (PCIE),
        ATI Mobility FireGL V5000 (M26) (PCIE),
        ATI Mobility Radeon X700 XL (M26) (PCIE),
        ATI Mobility Radeon X700 (M26) (PCIE),
        ATI Mobility Radeon X700 (M26) (PCIE),
        ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
        ATI Radeon Mobility 9100 IGP (U3) 5835,
        ATI Radeon XPRESS 200 5954 (PCIE),
        ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
        ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
        ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
        ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
        ATI Radeon XPRESS 200M 5975 (PCIE),
        ATI Radeon XPRESS 200 5A41 (PCIE),
        ATI Radeon XPRESS 200M 5A42 (PCIE),
        ATI Radeon XPRESS 200 5A61 (PCIE),
        ATI Radeon XPRESS 200M 5A62 (PCIE),
        ATI Radeon X300 (RV370) 5B60 (PCIE),
        ATI Radeon X600 (RV370) 5B62 (PCIE),
        ATI Radeon X550 (RV370) 5B63 (PCIE),
        ATI FireGL V3100 (RV370) 5B64 (PCIE),
        ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
        ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
        ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
        ATI Mobility Radeon X800 XT (M28) (PCIE),
        ATI Mobility FireGL V5100 (M28) (PCIE),
        ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
        ATI Radeon X850 XT PE (R480) (PCIE),
        ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
        ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
        ATI Radeon X850 XT (R480) (PCIE),
        ATI Radeon X800XT (R423) 5D57 (PCIE),
        ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
        ATI Radeon X700 PRO (RV410) (PCIE),
        ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
        ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
        ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
        ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
        ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
        ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
        ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
        ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
        ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
        ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
        ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
        ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
        ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
        ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
        ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
        ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
        ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
        ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
        ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
        ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
        ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
        ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
        ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
        ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
        ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
        ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
        ATI Mobility Radeon X1700, ATI Radeon X2300HD,
        ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
        ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
        ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
        ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
        ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
        ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
        ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
        ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
        ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
        ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
        ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
        ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
        ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
        ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
        ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
        ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
        ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
        ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
        ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
        ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
        AMD FireStream 9250, ATI FirePro V8700 (FireGL),
        ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
        ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
        ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
        ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
        ATI Mobility Radeon HD 4670, ATI FirePro M5750,
        ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
        ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
        ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
        ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
        ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
        ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
        ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
        ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
        ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
        ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
        ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
        ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
        ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
        ATI Mobility Radeon HD 3850 X2, ATI RV670,
        ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
        ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
        ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
        ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
        ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
        ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
        ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
        ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
        ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
        ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
        ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
        ATI FireGL V3600, ATI Radeon HD 2600 LE,
        ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
        ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
        ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
        ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
        ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
        ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
        ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
        ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
        ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
        ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
        ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
        ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
        ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
        SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
        ATI Radeon 4100, ATI Mobility Radeon HD 4200,
        ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
        AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
        AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
        AMD Radeon HD 6300 Series Graphics,
        AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
        ATI FirePro (FireGL) Graphics Adapter,
        ATI FirePro (FireGL) Graphics Adapter,
        ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
        AMD Firestream 9350, ATI Radeon HD 5800 Series,
        ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
        ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
        ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
        ATI Mobility Radeon HD 5800 Series,
        ATI FirePro (FireGL) Graphics Adapter,
        ATI FirePro (FireGL) Graphics Adapter,
        ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
        ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
        ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
        ATI Mobility Radeon HD 5000 Series,
        ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
        ATI FirePro (FireGL) Graphics Adapter,
        ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
        ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
        ATI Mobility Radeon HD 5000 Series,
        ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
        ATI Mobility Radeon Graphics, CEDAR,
        ATI FirePro (FireGL) Graphics Adapter,
        ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
        ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
        CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
        AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
        CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
        BARTS, BARTS, Mobility Radeon HD 6000 Series,
        Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
        AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
        AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
        TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
        TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
        CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
        CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
        ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
        ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
        ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
        ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI,
        TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
        TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
        PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
        VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
        VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
        VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
        OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, HAINAN, HAINAN, HAINAN,
        HAINAN, HAINAN, HAINAN, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
        BONAIRE, BONAIRE, BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI,
        KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
        KABINI, KABINI, KABINI
[    41.330] (II) VESA: driver for VESA chipsets: vesa
[    41.330] (++) using VT number 7

[    41.335] (II) modesetting(0): using drv /dev/dri/card0
[    41.335] (WW) Falling back to old probe method for vesa
[    41.335] (**) modesetting(0): Depth 24, (--) framebuffer bpp 32
[    41.335] (==) modesetting(0): RGB weight 888
[    41.335] (==) modesetting(0): Default visual is TrueColor
[    41.335] (II) modesetting(0): ShadowFB: preferred YES, enabled YES
[    41.337] (II) modesetting(0): Output HDMI-0 using monitor section Monitor0
[    41.352] (II) modesetting(0): Output DVI-0 has no monitor section
[    41.382] (II) modesetting(0): Output VGA-0 has no monitor section
[    41.384] (II) modesetting(0): EDID for output HDMI-0
[    41.398] (II) modesetting(0): EDID for output DVI-0
[    41.428] (II) modesetting(0): EDID for output VGA-0
[    41.428] (II) modesetting(0): Manufacturer: AIC  Model: 19  Serial#: 1374
[    41.428] (II) modesetting(0): Year: 2008  Week: 3
[    41.428] (II) modesetting(0): EDID Version: 1.3
[    41.428] (II) modesetting(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[    41.428] (II) modesetting(0): Sync:  Separate
[    41.428] (II) modesetting(0): Max Image Size [cm]: horiz.: 40  vert.: 25
[    41.428] (II) modesetting(0): Gamma: 2.20
[    41.428] (II) modesetting(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[    41.428] (II) modesetting(0): First detailed timing not preferred mode in violation of standard!
[    41.428] (II) modesetting(0): redX: 0.640 redY: 0.334  greenX: 0.285 greenY: 0.599
[    41.428] (II) modesetting(0): blueX: 0.153 blueY: 0.076  whiteX: 0.312 whiteY: 0.328
[    41.428] (II) modesetting(0): Supported established timings:
[    41.428] (II) modesetting(0): 720x400@70Hz
[    41.428] (II) modesetting(0): 640x480@60Hz
[    41.428] (II) modesetting(0): 640x480@67Hz
[    41.428] (II) modesetting(0): 640x480@72Hz
[    41.428] (II) modesetting(0): 640x480@75Hz
[    41.428] (II) modesetting(0): 800x600@56Hz
[    41.428] (II) modesetting(0): 800x600@60Hz
[    41.428] (II) modesetting(0): 800x600@72Hz
[    41.428] (II) modesetting(0): 800x600@75Hz
[    41.428] (II) modesetting(0): 832x624@75Hz
[    41.428] (II) modesetting(0): 1024x768@60Hz
[    41.428] (II) modesetting(0): 1024x768@70Hz
[    41.428] (II) modesetting(0): 1024x768@75Hz
[    41.428] (II) modesetting(0): 1280x1024@75Hz
[    41.428] (II) modesetting(0): 1152x864@75Hz
[    41.428] (II) modesetting(0): Manufacturer's mask: 0
[    41.428] (II) modesetting(0): Supported standard timings:
[    41.428] (II) modesetting(0): #0: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[    41.428] (II) modesetting(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    41.428] (II) modesetting(0): #2: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[    41.428] (II) modesetting(0): #3: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    41.428] (II) modesetting(0): #4: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    41.428] (II) modesetting(0): #5: hsize: 1440  vsize 900  refresh: 75  vid: 3989
[    41.428] (II) modesetting(0): Supported detailed timing:
[    41.428] (II) modesetting(0): clock: 88.8 MHz  Image Size:  400 x 250 mm
[    41.428] (II) modesetting(0): h_active: 1440  h_sync: 1488  h_sync_end 1520 h_blank_end 1600 h_border: 0
[    41.428] (II) modesetting(0): v_active: 900  v_sync: 903  v_sync_end 909 v_blanking: 926 v_border: 0
[    41.428] (II) modesetting(0): Serial No: 01374
[    41.428] (II) modesetting(0): Ranges: V min: 55 V max: 75 Hz, H min: 24 H max: 83 kHz, PixClock max 145 MHz
[    41.428] (II) modesetting(0): Monitor name: H-W19
[    41.428] (II) modesetting(0): EDID (in hex):
[    41.428] (II) modesetting(0):        00ffffffffffff00052319005e050000
[    41.428] (II) modesetting(0):        0312010368281978e8e160a355499927
[    41.428] (II) modesetting(0):        135054bfef808140818081c0714f9500
[    41.428] (II) modesetting(0):        950f01010101ab22a0a050841a303020
[    41.428] (II) modesetting(0):        360090fa1000001a000000ff00303133
[    41.429] (II) modesetting(0):        37340a20202020202020000000fd0037
[    41.429] (II) modesetting(0):        4b18530e000a202020202020000000fc
[    41.429] (II) modesetting(0):        00482d5731390a2020202020202000ee
[    41.429] (II) modesetting(0): Printing probed modes for output VGA-0
[    41.429] (II) modesetting(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    41.429] (II) modesetting(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)


DTTD 11-13-2015 05:54 AM

Xorg.0.log part 2


Code:

[    41.429] (II) modesetting(0): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[    41.429] (II) modesetting(0): Modeline "1440x900"x59.9  88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    41.429] (II) modesetting(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    41.429] (II) modesetting(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    41.429] (II) modesetting(0): Modeline "1280x720"x60.0  74.44  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.7 kHz)
[    41.429] (II) modesetting(0): Modeline "1024x768"x75.1  78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz e)
[    41.429] (II) modesetting(0): Modeline "1024x768"x70.1  75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    41.429] (II) modesetting(0): Modeline "1024x768"x60.0  65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    41.429] (II) modesetting(0): Modeline "832x624"x74.6  57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    41.429] (II) modesetting(0): Modeline "800x600"x72.2  50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    41.429] (II) modesetting(0): Modeline "800x600"x75.0  49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    41.429] (II) modesetting(0): Modeline "800x600"x60.3  40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    41.429] (II) modesetting(0): Modeline "800x600"x56.2  36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    41.429] (II) modesetting(0): Modeline "640x480"x72.8  31.50  640 664 704 832  480 489 491 520 -hsync -vsync (37.9 kHz e)
[    41.429] (II) modesetting(0): Modeline "640x480"x75.0  31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    41.429] (II) modesetting(0): Modeline "640x480"x66.7  30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    41.429] (II) modesetting(0): Modeline "640x480"x60.0  25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    41.429] (II) modesetting(0): Modeline "720x400"x70.1  28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    41.429] (II) modesetting(0): Output HDMI-0 disconnected
[    41.429] (II) modesetting(0): Output DVI-0 disconnected
[    41.429] (II) modesetting(0): Output VGA-0 connected
[    41.429] (II) modesetting(0): Using exact sizes for initial modes
[    41.429] (II) modesetting(0): Output VGA-0 using initial mode 1440x900
[    41.429] (II) modesetting(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    41.429] (==) modesetting(0): DPI set to (96, 96)
[    41.429] (II) Loading sub module "fb"
[    41.429] (II) LoadModule: "fb"
[    41.451] (II) Loading /usr/lib64/xorg/modules/libfb.so
[    41.539] (II) Module fb: vendor="X.Org Foundation"
[    41.539]        compiled for 1.14.3, module version = 1.0.0
[    41.539]        ABI class: X.Org ANSI C Emulation, version 0.4
[    41.539] (II) Loading sub module "shadow"
[    41.539] (II) LoadModule: "shadow"
[    41.539] (II) Loading /usr/lib64/xorg/modules/libshadow.so
[    41.573] (II) Module shadow: vendor="X.Org Foundation"
[    41.573]        compiled for 1.14.3, module version = 1.1.0
[    41.573]        ABI class: X.Org ANSI C Emulation, version 0.4
[    41.573] (II) UnloadModule: "radeon"
[    41.573] (II) Unloading radeon
[    41.573] (II) UnloadModule: "vesa"
[    41.573] (II) Unloading vesa
[    41.573] (==) Depth 24 pixmap format is 32 bpp
[    41.602] (==) modesetting(0): Backing store disabled
[    41.602] (==) modesetting(0): Silken mouse enabled
[    41.618] (II) modesetting(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    41.618] (==) modesetting(0): DPMS enabled
[    41.830] (--) RandR disabled
[    41.860] (II) AIGLX: Screen 0 is not DRI2 capable
[    41.860] (II) AIGLX: Screen 0 is not DRI capable
[    42.014] (II) AIGLX: Loaded and initialized swrast
[    42.014] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    42.015] (II) modesetting(0): Damage tracking initialized
[    42.015] (II) modesetting(0): Setting screen physical size to 381 x 238
[    44.988] (II) config/udev: Adding input device Power Button (/dev/input/event10)
[    44.988] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    44.988] (**) Power Button: Applying InputClass "keyboard-all"
[    44.988] (II) LoadModule: "evdev"
[    44.988] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[    45.016] (II) Module evdev: vendor="X.Org Foundation"
[    45.016]        compiled for 1.14.3, module version = 2.8.2
[    45.016]        Module class: X.Org XInput Driver
[    45.016]        ABI class: X.Org XInput driver, version 19.1
[    45.016] (II) Using input driver 'evdev' for 'Power Button'
[    45.016] (**) Power Button: always reports core events
[    45.016] (**) evdev: Power Button: Device: "/dev/input/event10"
[    45.016] (--) evdev: Power Button: Vendor 0 Product 0x1
[    45.016] (--) evdev: Power Button: Found keys
[    45.016] (II) evdev: Power Button: Configuring as keyboard
[    45.016] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input10/event10"
[    45.016] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    45.016] (**) Option "xkb_rules" "evdev"
[    45.016] (**) Option "xkb_model" "pc104"
[    45.016] (**) Option "xkb_layout" "us"
[    45.016] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    45.055] (II) config/udev: Adding input device Power Button (/dev/input/event9)
[    45.055] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    45.055] (**) Power Button: Applying InputClass "keyboard-all"
[    45.055] (II) Using input driver 'evdev' for 'Power Button'
[    45.055] (**) Power Button: always reports core events
[    45.055] (**) evdev: Power Button: Device: "/dev/input/event9"
[    45.055] (--) evdev: Power Button: Vendor 0 Product 0x1
[    45.055] (--) evdev: Power Button: Found keys
[    45.055] (II) evdev: Power Button: Configuring as keyboard
[    45.055] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input9/event9"
[    45.055] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    45.055] (**) Option "xkb_rules" "evdev"
[    45.055] (**) Option "xkb_model" "pc104"
[    45.055] (**) Option "xkb_layout" "us"
[    45.055] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    45.056] (II) config/udev: Adding drm device (/dev/dri/card0)
[    45.056] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event11)
[    45.056] (II) No input driver specified, ignoring this device.
[    45.056] (II) This device may have been added with another device file.
[    45.056] (II) config/udev: Adding input device  USB Keyboard (/dev/input/event13)
[    45.056] (**)  USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    45.056] (**)  USB Keyboard: Applying InputClass "keyboard-all"
[    45.056] (II) Using input driver 'evdev' for '  USB Keyboard'
[    45.056] (**)  USB Keyboard: always reports core events
[    45.056] (**) evdev:  USB Keyboard: Device: "/dev/input/event13"
[    45.056] (--) evdev:  USB Keyboard: Vendor 0x4d9 Product 0x1503
[    45.056] (--) evdev:  USB Keyboard: Found keys
[    45.056] (II) evdev:  USB Keyboard: Configuring as keyboard
[    45.056] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.0/input/input13/event13"
[    45.056] (II) XINPUT: Adding extended input device "  USB Keyboard" (type: KEYBOARD, id 8)
[    45.056] (**) Option "xkb_rules" "evdev"
[    45.056] (**) Option "xkb_model" "pc104"
[    45.056] (**) Option "xkb_layout" "us"
[    45.057] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    45.057] (II) config/udev: Adding input device  USB Keyboard (/dev/input/event14)
[    45.057] (**)  USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    45.057] (**)  USB Keyboard: Applying InputClass "keyboard-all"
[    45.057] (II) Using input driver 'evdev' for '  USB Keyboard'
[    45.057] (**)  USB Keyboard: always reports core events
[    45.057] (**) evdev:  USB Keyboard: Device: "/dev/input/event14"
[    45.057] (--) evdev:  USB Keyboard: Vendor 0x4d9 Product 0x1503
[    45.057] (--) evdev:  USB Keyboard: Found keys
[    45.057] (II) evdev:  USB Keyboard: Configuring as keyboard
[    45.057] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.1/input/input14/event14"
[    45.057] (II) XINPUT: Adding extended input device "  USB Keyboard" (type: KEYBOARD, id 9)
[    45.057] (**) Option "xkb_rules" "evdev"
[    45.057] (**) Option "xkb_model" "pc104"
[    45.057] (**) Option "xkb_layout" "us"
[    45.057] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    45.058] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event1)
[    45.058] (II) No input driver specified, ignoring this device.
[    45.058] (II) This device may have been added with another device file.
[    45.058] (II) config/udev: Adding input device HDA Intel Line Out Side (/dev/input/event2)
[    45.058] (II) No input driver specified, ignoring this device.
[    45.058] (II) This device may have been added with another device file.
[    45.058] (II) config/udev: Adding input device HDA Intel Line Out CLFE (/dev/input/event3)
[    45.058] (II) No input driver specified, ignoring this device.
[    45.058] (II) This device may have been added with another device file.
[    45.058] (II) config/udev: Adding input device HDA Intel Line Out Surround (/dev/input/event4)
[    45.058] (II) No input driver specified, ignoring this device.
[    45.058] (II) This device may have been added with another device file.
[    45.059] (II) config/udev: Adding input device HDA Intel Line Out Front (/dev/input/event5)
[    45.059] (II) No input driver specified, ignoring this device.
[    45.059] (II) This device may have been added with another device file.
[    45.059] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event6)
[    45.059] (II) No input driver specified, ignoring this device.
[    45.059] (II) This device may have been added with another device file.
[    45.059] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event7)
[    45.059] (II) No input driver specified, ignoring this device.
[    45.059] (II) This device may have been added with another device file.
[    45.059] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event8)
[    45.059] (II) No input driver specified, ignoring this device.
[    45.059] (II) This device may have been added with another device file.
[    45.060] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/event12)
[    45.060] (**) ImPS/2 Logitech Wheel Mouse: Applying InputClass "evdev pointer catchall"
[    45.060] (II) Using input driver 'evdev' for 'ImPS/2 Logitech Wheel Mouse'
[    45.060] (**) ImPS/2 Logitech Wheel Mouse: always reports core events
[    45.060] (**) evdev: ImPS/2 Logitech Wheel Mouse: Device: "/dev/input/event12"
[    45.060] (--) evdev: ImPS/2 Logitech Wheel Mouse: Vendor 0x2 Product 0x5
[    45.060] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found 3 mouse buttons
[    45.060] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found scroll wheel(s)
[    45.060] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found relative axes
[    45.060] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found x and y relative axes
[    45.060] (II) evdev: ImPS/2 Logitech Wheel Mouse: Configuring as mouse
[    45.060] (II) evdev: ImPS/2 Logitech Wheel Mouse: Adding scrollwheel support
[    45.060] (**) evdev: ImPS/2 Logitech Wheel Mouse: YAxisMapping: buttons 4 and 5
[    45.060] (**) evdev: ImPS/2 Logitech Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    45.060] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input12/event12"
[    45.060] (II) XINPUT: Adding extended input device "ImPS/2 Logitech Wheel Mouse" (type: MOUSE, id 10)
[    45.060] (II) evdev: ImPS/2 Logitech Wheel Mouse: initialized for relative axes.
[    45.060] (**) ImPS/2 Logitech Wheel Mouse: (accel) keeping acceleration scheme 1
[    45.060] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration profile 0
[    45.060] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration factor: 2.000
[    45.060] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration threshold: 4
[    45.060] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/mouse0)
[    45.060] (II) No input driver specified, ignoring this device.
[    45.060] (II) This device may have been added with another device file.
[    45.061] (II) config/udev: Adding input device Speakup (/dev/input/event0)
[    45.061] (**) Speakup: Applying InputClass "evdev keyboard catchall"
[    45.061] (**) Speakup: Applying InputClass "keyboard-all"
[    45.061] (II) Using input driver 'evdev' for 'Speakup'
[    45.061] (**) Speakup: always reports core events
[    45.061] (**) evdev: Speakup: Device: "/dev/input/event0"
[    45.061] (--) evdev: Speakup: Vendor 0 Product 0
[    45.061] (--) evdev: Speakup: Found keys
[    45.061] (II) evdev: Speakup: Configuring as keyboard
[    45.061] (**) Option "config_info" "udev:/sys/devices/virtual/input/input0/event0"
[    45.061] (II) XINPUT: Adding extended input device "Speakup" (type: KEYBOARD, id 11)
[    45.061] (**) Option "xkb_rules" "evdev"
[    45.061] (**) Option "xkb_model" "pc104"
[    45.061] (**) Option "xkb_layout" "us"
[    45.061] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    55.710] (II) config/udev: Adding input device Samsung GT-I9001 (/dev/input/mouse1)
[    55.710] (II) No input driver specified, ignoring this device.
[    55.710] (II) This device may have been added with another device file.
[    55.710] (II) config/udev: Adding input device Samsung GT-I9001 (/dev/input/event16)
[    55.710] (**) Samsung GT-I9001: Applying InputClass "evdev pointer catchall"
[    55.710] (II) Using input driver 'evdev' for 'Samsung GT-I9001'
[    55.710] (**) Samsung GT-I9001: always reports core events
[    55.710] (**) evdev: Samsung GT-I9001: Device: "/dev/input/event16"
[    55.710] (--) evdev: Samsung GT-I9001: Vendor 0x4e8 Product 0x685b
[    55.710] (--) evdev: Samsung GT-I9001: Found 9 mouse buttons
[    55.710] (--) evdev: Samsung GT-I9001: Found scroll wheel(s)
[    55.710] (--) evdev: Samsung GT-I9001: Found relative axes
[    55.710] (--) evdev: Samsung GT-I9001: Found x and y relative axes
[    55.710] (II) evdev: Samsung GT-I9001: Configuring as mouse
[    55.710] (II) evdev: Samsung GT-I9001: Adding scrollwheel support
[    55.710] (**) evdev: Samsung GT-I9001: YAxisMapping: buttons 4 and 5
[    55.710] (**) evdev: Samsung GT-I9001: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    55.711] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1:1.2/input/input16/event16"
[    55.711] (II) XINPUT: Adding extended input device "Samsung GT-I9001" (type: MOUSE, id 12)
[    55.711] (II) evdev: Samsung GT-I9001: initialized for relative axes.
[    55.711] (**) Samsung GT-I9001: (accel) keeping acceleration scheme 1
[    55.711] (**) Samsung GT-I9001: (accel) acceleration profile 0
[    55.711] (**) Samsung GT-I9001: (accel) acceleration factor: 2.000
[    55.711] (**) Samsung GT-I9001: (accel) acceleration threshold: 4
[    55.712] (II) config/udev: Adding input device Samsung GT-I9001 (/dev/input/event15)
[    55.712] (**) Samsung GT-I9001: Applying InputClass "evdev keyboard catchall"
[    55.712] (**) Samsung GT-I9001: Applying InputClass "keyboard-all"
[    55.712] (II) Using input driver 'evdev' for 'Samsung GT-I9001'
[    55.712] (**) Samsung GT-I9001: always reports core events
[    55.712] (**) evdev: Samsung GT-I9001: Device: "/dev/input/event15"
[    55.712] (--) evdev: Samsung GT-I9001: Vendor 0x4e8 Product 0x685b
[    55.712] (--) evdev: Samsung GT-I9001: Found keys
[    55.712] (II) evdev: Samsung GT-I9001: Configuring as keyboard
[    55.712] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1:1.1/input/input15/event15"
[    55.712] (II) XINPUT: Adding extended input device "Samsung GT-I9001" (type: KEYBOARD, id 13)
[    55.712] (**) Option "xkb_rules" "evdev"
[    55.712] (**) Option "xkb_model" "pc104"
[    55.712] (**) Option "xkb_layout" "us"
[    55.712] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    66.272] (II) modesetting(0): EDID vendor "AIC", prod id 25
[    66.272] (II) modesetting(0): Using EDID range info for horizontal sync
[    66.272] (II) modesetting(0): Using EDID range info for vertical refresh
[    66.272] (II) modesetting(0): Printing DDC gathered Modelines:
[    66.272] (II) modesetting(0): Modeline "1440x900"x0.0  88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    66.272] (II) modesetting(0): Modeline "800x600"x0.0  40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    66.272] (II) modesetting(0): Modeline "800x600"x0.0  36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    66.272] (II) modesetting(0): Modeline "640x480"x0.0  31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    66.272] (II) modesetting(0): Modeline "640x480"x0.0  31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    66.272] (II) modesetting(0): Modeline "640x480"x0.0  30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    66.272] (II) modesetting(0): Modeline "640x480"x0.0  25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    66.272] (II) modesetting(0): Modeline "720x400"x0.0  28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    66.272] (II) modesetting(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    66.272] (II) modesetting(0): Modeline "1024x768"x0.0  78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    66.272] (II) modesetting(0): Modeline "1024x768"x0.0  75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    66.272] (II) modesetting(0): Modeline "1024x768"x0.0  65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    66.272] (II) modesetting(0): Modeline "832x624"x0.0  57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    66.272] (II) modesetting(0): Modeline "800x600"x0.0  49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    66.272] (II) modesetting(0): Modeline "800x600"x0.0  50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    66.272] (II) modesetting(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    66.272] (II) modesetting(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    66.272] (II) modesetting(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    66.272] (II) modesetting(0): Modeline "1280x720"x60.0  74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[    66.272] (II) modesetting(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    66.272] (II) modesetting(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[    70.543] (II) modesetting(0): EDID vendor "AIC", prod id 25
[    70.543] (II) modesetting(0): Using hsync ranges from config file
[    70.543] (II) modesetting(0): Using vrefresh ranges from config file
[    70.543] (II) modesetting(0): Printing DDC gathered Modelines:
[    70.543] (II) modesetting(0): Modeline "1440x900"x0.0  88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    70.543] (II) modesetting(0): Modeline "800x600"x0.0  40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    70.543] (II) modesetting(0): Modeline "800x600"x0.0  36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    70.543] (II) modesetting(0): Modeline "640x480"x0.0  31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    70.543] (II) modesetting(0): Modeline "640x480"x0.0  31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    70.543] (II) modesetting(0): Modeline "640x480"x0.0  30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    70.543] (II) modesetting(0): Modeline "640x480"x0.0  25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    70.543] (II) modesetting(0): Modeline "720x400"x0.0  28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    70.543] (II) modesetting(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    70.543] (II) modesetting(0): Modeline "1024x768"x0.0  78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    70.543] (II) modesetting(0): Modeline "1024x768"x0.0  75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    70.543] (II) modesetting(0): Modeline "1024x768"x0.0  65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    70.543] (II) modesetting(0): Modeline "832x624"x0.0  57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    70.543] (II) modesetting(0): Modeline "800x600"x0.0  49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    70.543] (II) modesetting(0): Modeline "800x600"x0.0  50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    70.543] (II) modesetting(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    70.543] (II) modesetting(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    70.543] (II) modesetting(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    70.543] (II) modesetting(0): Modeline "1280x720"x60.0  74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[    70.543] (II) modesetting(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    70.543] (II) modesetting(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[    91.813] (II) modesetting(0): EDID vendor "AIC", prod id 25
[    91.813] (II) modesetting(0): Using hsync ranges from config file
[    91.813] (II) modesetting(0): Using vrefresh ranges from config file
[    91.813] (II) modesetting(0): Printing DDC gathered Modelines:
[    91.813] (II) modesetting(0): Modeline "1440x900"x0.0  88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    91.813] (II) modesetting(0): Modeline "800x600"x0.0  40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    91.813] (II) modesetting(0): Modeline "800x600"x0.0  36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    91.813] (II) modesetting(0): Modeline "640x480"x0.0  31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    91.813] (II) modesetting(0): Modeline "640x480"x0.0  31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    91.813] (II) modesetting(0): Modeline "640x480"x0.0  30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    91.813] (II) modesetting(0): Modeline "640x480"x0.0  25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    91.813] (II) modesetting(0): Modeline "720x400"x0.0  28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    91.813] (II) modesetting(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    91.813] (II) modesetting(0): Modeline "1024x768"x0.0  78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    91.813] (II) modesetting(0): Modeline "1024x768"x0.0  75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    91.813] (II) modesetting(0): Modeline "1024x768"x0.0  65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    91.813] (II) modesetting(0): Modeline "832x624"x0.0  57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    91.813] (II) modesetting(0): Modeline "800x600"x0.0  49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    91.813] (II) modesetting(0): Modeline "800x600"x0.0  50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    91.813] (II) modesetting(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    91.813] (II) modesetting(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    91.813] (II) modesetting(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    91.813] (II) modesetting(0): Modeline "1280x720"x60.0  74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[    91.813] (II) modesetting(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    91.813] (II) modesetting(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)


DTTD 11-13-2015 05:57 AM

Thanks you ReaperX7, will do. Gotta go to work now :(

hadack 11-13-2015 08:29 AM

2 things caught my eye:

Quote:

OpenGL renderer string: Software Rasterizer
You are not using the 3d driver but only cpu rendering.
The output of
Code:

LIBGL_DEBUG=verbose glxinfo | grep OpenGL
might give a hint about the reason.

And X seems to be using the modesetting driver, which is a generic driver for all video cards.
If you created a xorg.conf, try to remove it and start X without one. Normally it would autodetect the right settings for you.

linuxtinker 11-13-2015 10:14 AM

Just a suggestion.. You might want to upgrade to 14.1 and then upgrade your Kernel & mesa . There have been many improvements with the drivers the AMD cards that might help you out.

bassmadrigal 11-13-2015 11:54 AM

Quote:

Originally Posted by linuxtinker (Post 5449192)
...then upgrade your Kernel & mesa

Upgrading mesa is no small feat on 14.1 and requires upgrading X, llvm, qt, and a few other packages (took me about a week to get it all sorted out, then I had to do everything again on a 32bit VM for multilib). If a newer mesa is desired, it would be much better to upgrade to -current.

Nille_kungen 11-13-2015 12:42 PM

To get the most out of that old card you need current even 14.1 is to old to take full advantage of that card.
UVD2.2 support was implemented in mesa 9.2 and 14.1 has mesa 9.1.7 also kernel 3.10 (3.18 for UVD+) is needed and 14.1 has 3.10.17, you also need libvdpau then it should have hw acc video playback through VDPAU.
DPM (Dynamic Power Management) for radeon was introduced with kernel 3.11 (needed radeon.dpm=1 until 3.13) and you shouldn't be using a kernel prior that even if you don't care about UVD support since re-clocking doesn't work prior that and you wont use the full potency of your GPU and everything will feel sluggish.

bassmadrigal 11-13-2015 12:53 PM

Quote:

Originally Posted by Nille_kungen (Post 5449281)
To get the most out of that old card you need current even 14.1 is to old to take full advantage of that card.
UVD2.2 support was implemented in mesa 9.2 IIRC and 14.1 has mesa 9.1.7 also kernel 3.10 (3.18 for UVD+) is needed and 14.1 has 3.10.17, you also need libvdpau then it should have hw acc video playback through VDPAU.
DPM for radeon was introduced with kernel 3.11 (needed radeon.dpm=1) and you shouldn't be using a kernel prior that even if you don't care about UVD support since re-clocking doesn't work prior that and you wont use the full potency of your GPU.

It might not be too dificult to upgrade 14.1 to Mesa 9.2. I had to upgrade mine to 10.4 because that is when UVD support was added for the HD3000 series cards (I have the HD3870). Between those releases, it required a lot of dependency version bumps, which required other dependencies and on. With this being such a minor jump, the dependency requirements may have not changed too much. And upgrading the kernel is not a big deal.

But I think it would still be much easier to upgrade to -current.

Nille_kungen 11-13-2015 01:13 PM

Quote:

Originally Posted by bassmadrigal (Post 5449287)
It might not be too dificult to upgrade 14.1 to Mesa 9.2. I had to upgrade mine to 10.4 because that is when UVD support was added for the HD3000 series cards (I have the HD3870). Between those releases, it required a lot of dependency version bumps, which required other dependencies and on. With this being such a minor jump, the dependency requirements may have not changed too much. And upgrading the kernel is not a big deal.

But I think it would still be much easier to upgrade to -current.

Yes upgrading to current should be a lot easier and then you don't need to upgrade firmware, kernel, mesa and compile libvdpau, and you should upgrade to newer versions then the ones i mentioned since the versions that introduced a feature always contains bugs.
Current is rather stable now so current should be a better choice.

Was UVD+ support introduced in 10.4? i want to remember that it was in the 10.3 series but i could be wrong.

bassmadrigal 11-13-2015 01:22 PM

Quote:

Originally Posted by Nille_kungen (Post 5449302)
Was UVD+ support introduced in 10.4? i want to remember that it was in the 10.3 series but i could be wrong.

I just know that is when it was introduced for the HD3000 series, and it required the 3.18 kernel (both were RCs when I first started the process of upgrading core components). They could've done work for the HD4000 cards and up prior, since they had vdpau support long before my card had it.

But -current is running beautifully on my HTPC running an AMD 5350 APU. I have full video playback acceleration with kodi out of the box (well, short of compiling kodi and its dependencies). I want to upgrade my desktop to it, to get rid of some of the minor bugs that cropped up when I upgraded those programs, but I'm lazy and don't want to keep up with -current, so I'll just keep my setup until 14.2 is released (well, maybe I'll just wait for the RCs).


All times are GMT -5. The time now is 08:21 PM.