Results 1 to 2 of 2

Thread: Need some help witj ubuntu 12.04 and hr radeon 6670

  1. #1
    Join Date
    Jan 2009
    Beans
    83

    Need some help with ubuntu 12.04 and hr radeon 6670

    HI,
    I just got myself a new hd radeon 6670 and I have installed the latest proprietray catalyst driver and my fglrxinfo shows the following:

    Code:
    display: :0.0  screen: 0
    OpenGL vendor string: Advanced Micro Devices, Inc.
    OpenGL renderer string: AMD Radeon HD 6670
    OpenGL version string: 4.2.11762 Compatibility Profile Context
    Now I did a screen capture using ffmpeg and when I ran the output mkv file using vlc, I get the below
    Code:
    Your video output acceleration driver does not support the required resolution: 856x509 pixels. The maximum supported resolution is 856x510.
    I thought I had a good card so why am I getting the below.

    For capture I used the below:

    ffmpeg -f alsa -ac 2 -i pulse -f x11grab -r 30 \
    -s $(xwininfo -frame | grep -oEe 'geometry [0-9]+x[0-9]+' | grep -oEe '[0-9]+x[0-9]+') \
    -i :0.0+$(xwininfo -frame | grep -oEe 'Corners:\s+\+[0-9]+\+[0-9]+' \
    | grep -oEe '[0-9]+\+[0-9]+' | sed -e 's/\+/,/' ) \
    -acodec pcm_s16le -vcodec libx264 -preset ultrafast -crf 0 -threads 0 \
    -y output.mkv

    Can someone help?

    Thanks,
    Ananth
    Last edited by cannon_dt; September 4th, 2012 at 01:36 PM. Reason: spell error

  2. #2
    Join Date
    Jan 2009
    Beans
    83

    Re: Need some help with ubuntu 12.04 and hr radeon 6670

    Can anyone help?

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
  •