在 Ubuntu 18.04 Kernel 5.4.0-58-generic 启动后,我尝试在 Uxterm 终端上手动运行以下命令(用于双显示器设置),并且运行正常:
/bin/bash -c "sleep 60&&xrandr --output HDMI-1 --primary --mode 1440x900 --pos 0x180 --rotate normal --output eDP-1 --mode 1920x1080 --pos 1440x0 --rotate normal"
尽管如此,将此行添加到 LXSession 内的启动应用程序中不会产生任何效果。
有谁能想到能帮助解决这个问题?
谢谢