有没有第三方工具可以镜像/翻转屏幕?
我想在屏幕上使用镜子,有没有办法可以将屏幕完全水平翻转?我当然知道有办法翻转文字和电影。最好是开源的,或者至少像啤酒应用程序一样免费。目标操作系统可以是 windows 或 linux。
我做了一些谷歌搜索,没有找到任何可以翻转整个屏幕的东西。
谢谢!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
xrandr -o inverted
或xrandr -x
或xrandr -y
(取决于您的镜像的配置方式)使用以下命令恢复正常:
xrandr -o 正常
xrandr -o inverted
orxrandr -x
orxrandr -y
(depending on how your mirror is configured)Return to normal with:
xrandr -o normal