views:

21

answers:

1

I would like to use a mirror with my screen, is there anyway that the screen can be completely flipped horizontally? Of course I know there are ways to flip text and movies. Best would be an open-source or at least free as in beer app. Target Os could be windows or linux.

I did some googling and didn't find anything that flips the whole screen.

Thanks!

+1  A: 

xrandr -o inverted or xrandr -x or xrandr -y (depending on how your mirror is configured)

Return to normal with:

xrandr -o normal

sarnold
Thanks for the linux answer, is there any solution for windows?
TiansHUo