Thread: xorg bug?
View Single Post
  #4   (View Single Post)  
Old 9th July 2008
adamk adamk is offline
Spam Deminer
 
Join Date: May 2008
Posts: 250
Default

If you look, you'll see you have two different CRTCs (0 and 1) but both outputs are setup to use CRTC 0. You can try forcing them to use different CRTCs with something along the lines of:

xrandr --output DVI-0 --crtc 0
xrandr --output VGA-0 --crtc 1

(or vice-versa, if that doesn't work).
Reply With Quote