ICH REG MICH ABER AUF! :-)
Jedes mal der Aerger mit der X11 Konfiguration bei einer neuen
Installation. Seit 20 Jahren... und es wird nicht besser, BRMMML!
> Ich hatte Dich durchaus so verstanden.
Gutgut, ich reg mich schon wieder ab :-)
> man xorg.conf
> nennt f�r die "SERVERFLAGS SECTION" eine
> | Option "Xinerama" "boolean"
> | enable or disable XINERAMA extension. Default is disabled.
>
> Hast Du die Option mal ausdr�cklich auf "off" oder "false" gesetzt?
Jetzt, ja:
Section "ServerFlags"
Option "DontZap" "off"
Option "Xinerama" "off"
EndSection
> Beachtet der Treiber ("intel"?) das auch? (Oder mault er in Xorg.log??)
[ 7790.625] (==) Using config file: "/etc/X11/xorg.conf"
[ 7790.626] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 7790.627] (==) ServerLayout "X.org Configured"
[ 7790.627] (**) |-->Screen "Screen0" (0)
[ 7790.627] (**) | |-->Monitor "Monitor0"
[ 7790.627] (**) | |-->Device "Card0"
[ 7790.627] (**) |-->Screen "Screen1" (1)
[ 7790.627] (**) | |-->Monitor "Monitor1"
[ 7790.627] (**) | |-->Device "Card1"
[ 7790.627] (**) |-->Input Device "Mouse0"
[ 7790.627] (**) |-->Input Device "Keyboard0"
[ 7790.627] (**) Option "DontZap" "off"
[ 7790.627] (**) Option "Xinerama" "off"
Beide Monitore zeigen nun dasselbe Bild an.
Output von xrandr:
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
VGA1 disconnected (normal left inverted right x axis y axis)
HDMI1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 509mm x 286mm
1920x1080 60.0*+
1680x1050 60.0
1280x1024 75.0 60.0
1440x900 59.9
1024x768 75.1 60.0
800x600 75.0 60.3
640x480 75.0 60.0
720x400 70.1
DP1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
DP2 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 509mm x 286mm
1920x1080 60.0*+ 50.0
1920x1200 60.0
1680x1050 60.0
1280x1024 75.0 60.0
1440x900 59.9
1280x720 60.0 50.0
1024x768 75.1 60.0
800x600 75.0 60.3
640x480 75.0 60.0
720x400 70.1
Mit
xrandr --output DP2 --auto --left-of HDMI1
xrandr
bekomme ich dann ein Display, das sich ueber beide Monitore erstreckt:
Screen 0: minimum 320 x 200, current 3840 x 1080, maximum 8192 x 8192
VGA1 disconnected (normal left inverted right x axis y axis)
HDMI1 connected 1920x1080+1920+0 (normal left inverted right x axis y axis) 509mm x 286mm
1920x1080 60.0*+
1680x1050 60.0
1280x1024 75.0 60.0
1440x900 59.9
1024x768 75.1 60.0
800x600 75.0 60.3
640x480 75.0 60.0
720x400 70.1
DP1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
DP2 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 509mm x 286mm
1920x1080 60.0*+ 50.0
1920x1200 60.0
1680x1050 60.0
1280x1024 75.0 60.0
1440x900 59.9
1280x720 60.0 50.0
1024x768 75.1 60.0
800x600 75.0 60.3
640x480 75.0 60.0
720x400 70.1
Also wieder keine unabhaengigen displays, wie erwuenscht.
> Hast Du das schon einmal von der Kommandozeile aus versucht?
> ($ X --help 2>&1|grep -i xinerama
> +xinerama Enable XINERAMA extension
> -xinerama Disable XINERAMA extension)
Ja, das kommt bei mir auch.