当使用命令改变屏幕尺寸时xrandr
,终端总是返回:
xrandr: Failed to get the measure gamma to standard output
我正在用这个博客作为改变决议的参考。
我该如何修复它?
答案1
该命令sudo -s
实际上会授予您 root 权限,因此无需再sudo
注册新模式。此外,您不需要sudo
使用 xrandr。
xrandr --newmode "1280x1024_60.00" 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync
xrandr --addmode VGA-0 1280x1024_60.00
替换VGA-0
为您连接的设备,运行xrandr | grep -e " connected [^(]" | sed -e "s/\([A-Z0-9]\+\) connected.*/\1/"
以获取配对的设备。
伽马错误似乎也与图形驱动程序问题有关,您可能需要查看以下线程: