FreeBSD 11-STABLE:
NVidia card:
X11 configuration:
XFCE is started from ~/.xinitrc:
My problem is that XFCE always defaults to mirroring my 2 displays whenever monitors are reconnected (for example turned off and then on). I disable the "Mirror displays" options in Displays settings, but XFCE does not keep this configuration.
Code:
FreeBSD donald 11.0-STABLE FreeBSD 11.0-STABLE #0 r314941: Thu Mar 9 19:39:31 UTC 2017 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
NVidia card:
Code:
vgapci0@pci0:1:0:0: class=0x030000 card=0x115410de chip=0x107d10de rev=0xa1 hdr=0x00
vendor = 'NVIDIA Corporation'
device = 'GF119 [NVS 310]'
X11 configuration:
Code:
# cat /usr/local/etc/X11/xorg.conf.d/driver-nvidia.conf
Section "Device"
Identifier "Card0"
Driver "nvidia"
# BusID "PCI:1:0:0"
EndSection
XFCE is started from ~/.xinitrc:
Code:
exec /usr/local/bin/startxfce4 --with-ck-launch
My problem is that XFCE always defaults to mirroring my 2 displays whenever monitors are reconnected (for example turned off and then on). I disable the "Mirror displays" options in Displays settings, but XFCE does not keep this configuration.