Basically what happens is my monitors are positioned incorrectly. So the monitor that should be to the right is to the left and vice versa. This makes using my setup quite difficult, since I have to move the mouse to the left to get to the monitor that’s physically on my right side. Can someone show me an example configuration for xorg.conf? I am using the proprietary Nvidia driver if that changes anything. I also have an Intel integrated GPU but I don’t really need an hybrid graphics setup for now, and want to use my Nvidia GPU.

  • @curioushom
    link
    41 year ago

    You could possibly do this with xrandr where source1 and source2 are the names of your two monitors.

    xrandr --output source1 --left-of source2

    If your desktop environment has a monitor settings option, that might be more reliable.