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@lemmy.one
    link
    fedilink
    arrow-up
    4
    ·
    1 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.

  • NicKoehler@feddit.it
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    if you are on nvidia, just set them up from nvidia-settings, you can move them around and then save the configuration

  • lameJake@feddit.de
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    X12?

    About your problem: You can configure your monitors through the nvidia-utils and then generate a xorg.conf file for these settings.

  • naeap@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    you got also give arandr a try, as it is a GUI to xrandr and you can move your virtual monitors around a bit, until it matches the physical locations/orientations

  • bdiddy@lemmy.one
    link
    fedilink
    arrow-up
    2
    arrow-down
    16
    ·
    edit-2
    1 year ago

    you don’t need to do anything in xorg. just run nvidia-settings and you can move the position of the monitors. It should have installed along with the drivers. If not just install it and should be good to go very common for that to happen. You also didn’t tell us what distro. You might need to go into your distro settings and make sure the monitors are configured properly as well. On ubuntu it’ll default to 60hz and you have to change the settings in there to get the full performance from your monitor. You can also change positions of the monitor in that setting space.