Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 2711  / 1 Year ago, tue, march 28, 2023, 10:33:48

After switching to Ubuntu 13.04 64bit, AMD proprietary drivers stopped working on my laptop with AMD/Intel hybrid graphics.



I tried installing older version of Intel graphics as described in this thread How do I get AMD/Intel Hybrid Graphics drivers to work?.



This solution works great with one monitor, but when I try to connect second one while using discrete card, my screen starts flickering and glitching very hard. It's hard to explain, seems like it tries to intersect two screens.



I noticed, that command sudo aticonfig --set-pcs-str="DDX,EnableRandR12,FALSE" failed to deactivate RandR1.2, so there's no Display Manager in amdcccle. I tried to search a solution for disabling RandR, but found none working.



I had none of these problems on Ubuntu 12.10 64bit.



Any help is appreciated. Thank you.


More From » 13.04

 Answers
3

I had the same issue. After some digging, I came to this solution that works for me:



xrandr --output LVDS1 --auto --right-of VGA1 --output VGA1 --auto --scale 1x1


In my case, I want to my laptop screen (LVDS1) to stand in the right of my external monitor (VGA).



You should replace LVDS1 and VGA1 with your own device ids.



You can find them by typing the command:



xrandr -q

[#30648] Thursday, March 30, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
olouredping

Total Points: 259
Total Questions: 100
Total Answers: 121

Location: New Caledonia
Member since Wed, Sep 15, 2021
3 Years ago
olouredping questions
;