I'm changing X's orientation with following command

xrandr -o left xrandr -o normal ...

When orientation is changing screen becomes black for a moment then it switches orientation. So how to get rid of this black screen effect ? Maybe some other options should be added to xrandr ?

Regards, Levon

link|improve this question
feedback

migrated from stackoverflow.com Oct 12 '10 at 15:05

This question came from our site for professional and enthusiast programmers.

4 Answers

A solution could be to use Kernel Mode Settings. It is a new feature of the Linux kernel and it does not work with all video drivers.

With kernel mode setting, blank phase may be reduced. But it may also not.

link|improve this answer
feedback

Actually I found the reason of the problem and posted corresponding bug. For details see in my blog http://levonp.blogspot.com/2010/11/xserver-black-screen-delay-when.html

link|improve this answer
feedback

Sorry, because of the way X and randr works, this is not possible.

link|improve this answer
feedback

Actually the transition from normal mode to inverted is being done very smoothly. But transition from inverted to normal mode is being done with black screen effect. Please provide more info on kernel mode settings concerning this

link|improve this answer
feedback

Your Answer

 
or
required, but never shown