<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
On 28.12.2011 03:34, monitorxxx wrote:
<blockquote cite="mid:33044086.post@talk.nabble.com" type="cite">
<pre wrap="">Hi, I have Arch Linux in this system:
-video card: nvidia 6150
-monitor 1: LG, 1440x900 (right side)
-monitor 2: Samsung, 1360x760 (left side)
-desktop environment: Lxde
1) no matter how hard I try, write to xorg.conf, set up and reboot, the
monitors' positions are always changed in NVIDIA X Server Settings (the
graphical tool).</pre>
</blockquote>
<br>
I am using the open-source nouveau driver, not the nvidia driver
from the vendor. Don't even use the "NVIDIA X Server Settings", esp.
if it causes trouble.<br>
<br>
I propose you use<br>
<ul>
<li>software: A fairly new X11 (1 year old is OK)</li>
<li>config: No xorg.conf at all<br>
</li>
<li>driver: This should load "nouveau" for your card. Verify by
reading /var/log/Xorg.0.log carefully (it's confusing at first)</li>
<li>xrandr: Your monitors will by default both show the same
picture.</li>
<ul>
<li>In GNOME, you could run Settings | Screen settings, LXDE
should have LXRandR, which gives you a GUI tool to configure
xrandr. But the change will unfortunately not be permanent.<br>
</li>
<li>In a terminal inside the running X11, run "xrandr". That
shows you your monitors, their connection names (before
"connected", e.g. "DVI-I-1" or "VGA"), and their resolutions.</li>
<li>Again in a terminal in X11, run something like "xrandr
--auto --output DVI-I-2 --right-of DVI-I-1". You should see
the result immediately. If it works, put that line in
/etc/X11/Xsession.d/45custom_xrandr-settings and chmod 755
that file. Restart X11 and the monitors should still be in
this config.</li>
</ul>
</ul>
For more info, just search the web for "xrandr"<br>
</body>
</html>