0

I am using Windows 8.1 and I need to apply Linux-like, in Windows I have only those features http://www.wikihow.com/Rotate-Your-Computer-Screen

export DISPLAY=:0.0 && xrandr --output $a --reflect x

EDIT:

Tried https://www.realtimesoft.com/ultramon/ but its not working without two monitor, in Linux I can use one monitor and still do the --reflect x and its free

Kevin Panko
  • 7,466
YumYumYum
  • 1,705

1 Answers1

0

Ultramon does do flip, albeit in software. it has flip v and flip h if you need a webpage flipped however:

you can always f12 and: body { transform: scaleX(-1); }

maxfridbe
  • 437