i am trying to get dual displays working on my Kubuntu desktop. freshly installed today.
per the instructions given on a forum (Path of Exile), i have removed the proprietary drivers:
sudo apt-get remove --purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev*
then installed the latest FOSS drivers:
sudo add-apt-repository ppa:ubuntu-x-swat/x-updates
sudo apt-get update
i did verify the version as well:
glxinfo | grep "OpenGL version"
Mesa 9.0.
so, all seems well... in 1 monitor land. but, having used 2 monitors for well over a decade, it is painful to go back to 1 monitor.
any help is greatly appreciated!
per the instructions given on a forum (Path of Exile), i have removed the proprietary drivers:
sudo apt-get remove --purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev*
then installed the latest FOSS drivers:
sudo add-apt-repository ppa:ubuntu-x-swat/x-updates
sudo apt-get update
i did verify the version as well:
glxinfo | grep "OpenGL version"
Mesa 9.0.
so, all seems well... in 1 monitor land. but, having used 2 monitors for well over a decade, it is painful to go back to 1 monitor.
any help is greatly appreciated!
Comment