You are not logged in.
New to xfce. Trying to set up dual monitors but whenever I edit my display settings from mirror to side by side and apply it, my screen goes gray and after clicking I'm sent to lock screen. After logging in again from the lock screen I'm hit with the grey screen again and it just cycles like that forever. I have to open up a tty and delete my ~/.config/xfce4 folder before it finally works again. I tried editing my settings with arandr to the same result. Really frustrating, any help would be amazing. I also can can disable screens from the display settings but reenabling them or applying any other change results in the grey/lock screen cycle.
Offline
Hello and welcome.
Which distro are you using and what version of Xfce?
On first read, it sounds like a graphics/X configuration problem. What does the following command return:
xrandr -q
Also, what graphics card do you have and what types of monitor connections are they?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
I'm running xubuntu and xfce 4.12. xrandr readout
DVI-D-1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 520mm x 290mm
1920x1080 60.0*+
1600x1200 60.0
1680x1050 59.9
1400x1050 59.9
1280x1024 75.0 60.0
1440x900 59.9
1280x960 60.0
1152x864 75.0
1024x768 75.1 70.1 60.0
832x624 74.6
800x600 72.2 75.0 60.3 56.2
640x480 75.0 72.8 66.7 60.0
720x400 70.1
VGA-1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 477mm x 268mm
1920x1080 60.0*+
1680x1050 60.0
1280x1024 75.0 60.0
1280x960 60.0
1152x864 75.0
1024x768 75.1 60.0
832x624 74.6
800x600 75.0 60.3 56.2
848x480 60.0
640x480 75.0 60.0 59.9
720x400 70.1
HDMI-1 disconnected (normal left inverted right x axis y axis)
Connections (as the readout states) are DVI-D and VGA. Graphix card is an nVidia 780 ti.
Thanks!
Offline
What happens if you try to set it up manually:
xrandr --output VGA-1 --auto --output DVI-D-1 --auto --right-of VGA-1
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Tried that, and tried it using arandr, all are met with the grey/lock screen
Offline
This is a fresh install, too, so I hadn't messed with any X settings.
Offline
To be honest, I don't think this an Xfce bug (since the xrandr command also creates the same result). I think its related to the configuration of your video card. Have you tried any other DEs on this device (kde, gnome, etc) and do they work?
You might find some helpful information in your /var/log/Xorg.0.log.old file. Maybe an error message relating to the running of the xrandr command.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
I looked at the log but couldn't really find any leads. I did finally solve my problem my switching to the proprietary nvidia driver over Nouveau. Used this guide: https://help.ubuntu.com/community/Binar … wto/Nvidia
Thanks for the help!
Offline
[ Generated in 0.009 seconds, 7 queries executed - Memory usage: 546.52 KiB (Peak: 547.37 KiB) ]