Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Ubuntu Gnome 14.04 ====== ===== Konfiguration ===== ==== Dual Monitoring Einstellungen ==== === Problem === Die Dual Monitoring Einstellungen werden nach jedem Neustart zurückgesetzt. D.h. Bildschirmpositionen sind vertauscht. === Lösung 1 === Script das zum Start ausgeführt wird. http://bernaerts.dyndns.org/linux/74-ubuntu/309-ubuntu-dual-display-monitor-position-lost Konfiguration nach Neuerstellung der monitors.xml <code> <monitors version="1"> <configuration> <clone>no</clone> <output name="DFP1"> </output> <output name="DFP2"> </output> <output name="DFP3"> </output> <output name="DFP4"> <vendor>DEL</vendor> <product>0xa07a</product> <serial>0x3234474c</serial> <width>1920</width> <height>1200</height> <rate>60</rate> <x>1920</x> <y>0</y> <rotation>normal</rotation> <reflect_x>no</reflect_x> <reflect_y>no</reflect_y> <primary>yes</primary> </output> <output name="CRT1"> </output> <output name="CRT2"> <vendor>ACR</vendor> <product>0x00a8</product> <serial>0x92607a85</serial> <width>1920</width> <height>1080</height> <rate>60</rate> <x>0</x> <y>0</y> <rotation>normal</rotation> <reflect_x>no</reflect_x> <reflect_y>no</reflect_y> <primary>no</primary> </output> </configuration> </monitors> </code> Beobachtung: Script funktioniert. === Lösung 2 === http://askubuntu.com/questions/450767/multi-display-issue-with-ubuntu-gnome-14-04 Folgenden Befehl als Startup-Programm einrichten: <code> pkill -9 -f gnome-settings-daemon </code> Beobachtung: Anzeigefehler auf Hauptdisplay nach Neustart, der mit dem Öffnen von Anwendungen verschwindet. os/linux/ubuntu/gnome14.04.txt Last modified: 2017/02/19 14:51by phreazer