Skip to content

Instantly share code, notes, and snippets.

@ed-flanagan
Last active January 28, 2018 16:50
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ed-flanagan/929633981ea548e97f1d to your computer and use it in GitHub Desktop.
Save ed-flanagan/929633981ea548e97f1d to your computer and use it in GitHub Desktop.
Debian Jessie Mate Resolution Fix for an AMD Radeon Card

Debian Jessie Mate Resolution Fix for an AMD Radeon Card

Note: possibly outdated

How-To

  1. Open /etc/apt/sources.list with your favorite text editor
  2. Change your deb sources so it looks something like this: deb http://http.us.debian.org/debian/ jessie main contrib non-free
    1. The important part is jessie...non-free
  3. Run:
    # apt-get update
    
    # apt-get install firmware-realtek
    
    # apt-get install firmware-linux-nonfree
    
  4. Reboot (or maybe just logout?)

Sources

@luis192
Copy link

luis192 commented Nov 19, 2016

first of all excuse my English I do not speak the idiom but google translate helped me.

Thanks a lot this fix my problem to perfection, it should be noted that I am new to linux and before finding this solution install the private controller of ati for R8330 and end up damaging my installation of debia jessie my gnome desktop and installing the distro again

regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment