Hello everybody,
I'm currently using TC on a dual monitor computer (CorePure64 + Xorg). After a fresh install, I found Xorg works perfectly and has dual monitor support activated by default (thru xrandr I suppose, since it has been installed as a dependency), and this is OK.
Now, my problem is: when I enter the graphical environment, the two monitors are inverted, i.e. the left part of the desktop is on the right monitor and vice versa: moving the mouse towards the very right side, the cursor "exits" the desktop and "re-enters" at the left side. This clearly means my primary monitor is the one on the right, while I need it to be the one on the left.
You can tell me the most immediate and logical solution would be "phisically swap the monitors, idiot..." Well, you're not wrong of course, and I'd like to solve the problem that way, but actually I can't, it's a matter of cables' length. Thus I have to find a way to swap the left and right parts of the desktop in Xorg, rather than phisically change the monitors' order.
By searching the forum, I found a possible solution
here, but there are a couple of things I don't understand:
(1) That topic is about editing the xorg.conf file, but my system has no xorg.conf. Do I have to create one by myself? Where should I place it, and how I tell Xorg to use that file? My Xorg is working despite it hasn't a configuration file, how is it possible?
(2) AFAYK, does it exist a way to pass one or more directives to Xorg and/or Xrandr on the command line (I mean in .xsession) without creating a custom xorg.conf, so that the left and right desktop pairing is correctly set at boot time?