If you have an AMD graphics card and want to use two desktops, and your primary display on the right side, then you must do some manual configuration using xrandr because the proprietary best political documentaries driver is buggy and by default always sets the primary screen to be the leftmost one and the default multimonitor mode to clone. It is easy to define a static configuration overriding this, but this will cause problems if your monitors are changed (eg. you use a different primary monitor for your laptop at home/at work and they have different resolutions). The solution is to use a dynamic script that defines the monitors best political documentaries correctly including multimonitor mode and arrangement.
if [[ $display == $PRIMARY ]]; [[ -n $resolution ]] && mode="--mode $resolution" && arg="--primary" && position="--right-of $SECONDARY"; then xrandr --output $display $arg $mode $position elif [[ $display == $SECONDARY ]]; [[ -n $resolution ]] && mode="--mode $resolution" && position="--left-of $PRIMARY"; then xrandr --output $display $mode $position else echo "incorrect display setup" fi unset display mode arg position resolution;
Website
Categories µChameleon DIY LED Projects Paramotor Projects Uncategorized Recent Posts DIY firewood silo The Charlie Hebdo Deception by france24 TO BITCOIN currency converter written in Forth LightDM/Awesome WM script to set the primary monitor at right best political documentaries µChameleon voltage meter Recent Comments Varikonniemi on 8000 Lumen LED Projector Flash… Jr on 8000 Lumen LED Projector Flash… Praveen best political documentaries G on DIY 150W Variable Power S… DIY Air Scrubber | V… on DIY 150W Variable Power S… Issac Maez on 4800 Lumen LED Flashlight Archives February 2015 January 2015 November 2014 September 2014 April 2014 February 2014 December 2013 August 2013 April 2013 March 2013 February 2013 February 2012 July 2011 Meta Register Log in Entries RSS Comments RSS WordPress.com Search
%d bloggers like this:
No comments:
Post a Comment