Page 3 of 11 FirstFirst 12345 ... LastLast
Results 21 to 30 of 104

Thread: AMD HD 6850 drivers

  1. #21
    Join Date
    Jun 2009
    Beans
    352

    Re: AMD HD 6850 drivers

    Quote Originally Posted by Lklklk View Post
    Well, I just got my amd hd 6850 and after installing it found out it doesn't work in linux because there are no drivers. Can I get a refund? Why does Amd sell product that isn't complete?
    Does this work? According to the 10.10 release notes, the 6800 series is supported, so 10.11 should have that support too.

    http://support.amd.com/us/gpudownloa...2&lang=English

  2. #22
    Join Date
    Mar 2008
    Location
    Sweden
    Beans
    75
    Distro
    Ubuntu 15.04 Vivid Vervet

    Re: AMD HD 6850 drivers

    Quote Originally Posted by Lklklk View Post
    Well, I just got my amd hd 6850 and after installing it found out it doesn't work in linux because there are no drivers. Can I get a refund? Why does Amd sell product that isn't complete?
    actually I can get it working, try adding some ppa:s, I think that was what made it work out for me.

    Yesterday I found out I get two clearly different values when using this two different commands, and my only conclusion is that they read from different graphic cards (as I have two, one 4850 and one 6850).
    this one only reads from my 6850:
    Code:
    aticonfig --pplib "get temperature *"
    Temperature for thermal controller 0 is 43.500000
    and this one only reads from my 4850:
    Code:
    aticonfig --od-gettemperature
    Default Adapter - ATI Radeon HD 4800 Series        
                      Sensor 0: Temperature - 74.00 C
    hope maybe adding the ppa:s will help some.

    someone else having this strange sensor-reading "errors"?
    Last edited by olof_; November 17th, 2010 at 11:48 PM.

  3. #23
    Join Date
    Nov 2010
    Beans
    3

    Re: AMD HD 6850 drivers

    I installed Catalyst 10.10 and it works. I'm not sure about 10.11.. maybe I'll try it later. Also after installing it's necessary to manually edit xorg.conf.

  4. #24
    Join Date
    Nov 2010
    Beans
    3

    Re: AMD HD 6850 drivers

    Quote Originally Posted by olof_ View Post

    Yesterday I found out I get two clearly different values when using this two different commands, and my only conclusion is that they read from different graphic cards (as I have two, one 4850 and one 6850).
    this one only reads from my 6850:
    Code:
    aticonfig --pplib "get temperature *"
    Temperature for thermal controller 0 is 43.500000
    All I get is
    Code:
    aticonfig --pplib "get temperature *"
    aticonfig: No supported adapters detected

  5. #25
    Join Date
    Mar 2008
    Location
    Sweden
    Beans
    75
    Distro
    Ubuntu 15.04 Vivid Vervet

    Re: AMD HD 6850 drivers

    Quote Originally Posted by Lklklk View Post
    All I get is
    Code:
    aticonfig --pplib "get temperature *"
    aticonfig: No supported adapters detected
    maybe try with
    Code:
    aticonfig --pplib "get temperature 0"
    I just checked and I am using catalyst 10.10.

    Anyone more than me who got this "AMD Unsupported hardware" thing in the bottom right corner?

    Another thing too, just searched in the aticonfig --help, and it does not even mention --pplib, is not that strange?
    Last edited by olof_; November 18th, 2010 at 10:54 PM.

  6. #26
    Join Date
    Mar 2008
    Location
    Sweden
    Beans
    75
    Distro
    Ubuntu 15.04 Vivid Vervet

    Re: AMD HD 6850 drivers

    Is not this thread in the complete wrong section?

    The Community Cafe
    The Community Chat area is for lighthearted and enjoyable discussions, like you might find around a water cooler at work.

    Almost any non-tech-support topic may be discussed here. Discussions on religion and politics are not allowed, except for politics directly related to free and open source issues. Any topic or discussion that causes problems or drama will be closed. This area is intended for fun and community building, not arguments. Please take those elsewhere. Thanks!
    Maybe someone "admin" want to move this thread to a more suitable place?

  7. #27
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

  8. #28
    Join Date
    Mar 2008
    Location
    Sweden
    Beans
    75
    Distro
    Ubuntu 15.04 Vivid Vervet

    Re: AMD HD 6850 drivers

    Another update, I started into MS Windows just to see how things looked there, and the fan on the 4850 were at 25%, the lowest possible setting. Raising it to about 50% made no additional noise and I had a stable computer again (when using Windows).

    Now, please ATI/AMD, release your next linux driver!
    Last edited by olof_; November 18th, 2010 at 11:17 PM.

  9. #29
    Join Date
    Mar 2008
    Location
    Sweden
    Beans
    75
    Distro
    Ubuntu 15.04 Vivid Vervet

    Re: AMD HD 6850 drivers

    Just to update the thread a little have I made a "script" which displays both my graphic cards temperatures and sends it to notify-osd. It is almost perfect, but to me that is enough.(it shows a little misplaced Ra in the first line, coming from Radeon)
    I am using it togheter with xbindkeys and have assigned it a keyboard shoutcut. Maybe someone will find it as useful as I find it.

    Code:
    notify-send -i jockey "GPU temps" "`aticonfig --od-gettemperature | awk '{print substr($5,0,2)}' && aticonfig --pplib-cmd "get temperature 0" | awk '{print substr($7,0,2)}' `"
    it must be on the same line, and therefore it looks quite long above.

  10. #30
    Join Date
    Dec 2010
    Location
    Germany
    Beans
    14
    Distro
    Ubuntu

    Re: AMD HD 6850 drivers

    Hi
    I have a HD 6950 in my new Coumputer and the Driver in the repository is not working, I get a black screen when I boot. The last thing that could be seen is "Too many conections."

    Without the fglrx-Driver the resolution is 1280*980 or something like that, what is not accaptable for a FullHD monitor... ;( Catalyst 10.11 creates only errors, too.

    Have you any ideas how to get a proper resolution (maybe with some desktop effects *sigh*)?

    Thank you very much, I hope everythings understandable... (I'm german)

Page 3 of 11 FirstFirst 12345 ... 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
  •