this post was submitted on 21 Jun 2023
7 points (88.9% liked)

Linux

48077 readers
757 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

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.

top 7 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 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.

[–] [email protected] 2 points 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

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

Stupid question but can you swap the cables on one end?

[–] [email protected] 1 points 1 year ago

i have a laptop so no

[–] [email protected] 0 points 1 year ago (1 children)

X12?

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

[–] [email protected] 1 points 1 year ago

typo. i meant x11. anyway when I get home i'll try using nvidia-utils

load more comments
view more: next ›