You are not logged in.
Last week, I used an external monitor (VGA). And such monitor was turned off or unplugged (I dont know) before I could virtually disconnected it in XFCE (Xubuntu 14.04).
Since then I'm unable to get my original desktop back. See:
I chose my cat to be at the background, but it doesn't appear. Neither the icons I chose to the desktop. Neither the context menu when I click the right button. My XFCE is working as if it still were connected to an external monitor.
I'm a beginner, what could I do?
Last edited by Manuel76 (2014-12-23 20:06:21)
Offline
Your screenshot image does not appear to have been posted.
Regards,
MDM
Offline
install arandr and disable the your external monitor
Offline
I think you should be able to use the native Display (xfce4-display-settings) to switch it back.
MX-23 (based on Debian Stable) with our flagship Xfce 4.18.
Offline
Your screenshot image does not appear to have been posted.
Regards,
MDM
Here it goes
Last edited by Manuel76 (2014-12-23 19:32:07)
Offline
MountainDewManiac wrote:Your screenshot image does not appear to have been posted.
Regards,
MDMFollow the link:
I did:
- - - - - - - - - -
Error (403)
It seems you don't belong here! You should probably sign in. Check out our Help Center and forums for help, or head back to home.
- - - - - - - - - -
Regards,
MDM
Offline
MDM.
Look at the answer again, I suppose the image is there now.
Offline
install arandr and disable the your external monitor
I already tried Arandr. It doesnt show any external monitor.
Offline
I think you should be able to use the native Display (xfce4-display-settings) to switch it back.
I'm trying, but...
I suppose I should use
xfce4-display-settings display=
How do I find the argument for the native display?
Above the screenshot of the minimal interface to set up an external output:
Thanx.
Offline
I don't have my copy of Xubuntu 14.04 handy to check this, but does running:
xfce4-display-settings -m
...or pressing the default Super+P keyboard combination (Super is the Windows key) bring up a minimal display settings screen that allows you to choose which monitor combination to use? Something like this?
If not, you might have to reset it manually using xrandr. To do so, run:
xrandr
...to identify your displays and then:
xrandr --output <DISPLAY> --off
...to turn it off (replace <DISPLAY> with your actual display identifier).
For example, on my system:
$ xrandr
Screen 0: minimum 8 x 8, current 2966 x 900, maximum 32767 x 32767
LVDS1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 309mm x 174mm
1366x768 59.99*+ 39.94
1024x768 60.00
800x600 60.32 56.25
640x480 59.94
DP1 disconnected (normal left inverted right x axis y axis)
DP2 connected 1600x900+1366+0 (normal left inverted right x axis y axis) 443mm x 249mm
1600x900 60.00*+
1280x1024 60.02
1440x900 59.89
1280x720 59.97
1024x768 60.00
800x600 60.32
640x480 60.00
720x400 70.08
DP3 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
HDMI3 disconnected (normal left inverted right x axis y axis)
VGA1 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
...then (DP2 is my external monitor identifier):
$ xrandr --output DP2 --off
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 don't have my copy of Xubuntu 14.04 handy to check this, but does running:
xfce4-display-settings -m
...or pressing the default Super+P keyboard combination (Super is the Windows key) bring up a minimal display settings screen that allows you to choose which monitor combination to use? Something like this?
The minimal display settings screen that appears to me is above. The "something like this" only appears to me when there is another monitor connected.
However, I think that my problem is not disconnect some external monitor. See my "xrandr":
$ xrandr
Screen 0: minimum 320 x 200, current 1366 x 768, maximum 32767 x 32767
LVDS1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 309mm x 173mm
1366x768 60.1*+
1360x768 59.8 60.0
1024x768 60.0
800x600 60.3 56.2
640x480 59.9
VGA1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
Offline
I'm trying, but...
It will not work with the old dialog, use arandr or use the manual way TOZ mentioned
Offline
I'll try to explain again my problem.
I select to appear some icons at the desktop. But, where are the icons?
At the screen shot, you can see that "Início", "Lixeira" and other icons are selected to appear.
***
PS:
In Portuguese,
- "Início" means "Home",
- "Lixeira" means "trash".
Offline
I know this issue and the only way to fix it was to either to reconnect the monitor or to use arandr (toggle enable/disable on the HDMI output)
but you can also try:
* to right click on the desktop and select rearrange desktop icons(or similar)
* delete xfdestops config files and kill/restart it
Offline
Is it just those "built-in" icons that you are missing? If so, have you tried unchecking them all from the window that you showed in post #13, closing the window (however it is done when the user wishes to apply the changes), then bringing it back up, enabling them, and then closing it again?
BtW, I seem to have a different setup. I go to Menu / Settings / Desktop and the window that appears has a tab (third one) labeled "Icons." When I switch to that tab, I have the list of default desktop icons to check (or not). Are you using a version of XFCE that is older - or newer - than the current stable one, 4.10?
Regards,
MDM
Offline
Is it just those "built-in" icons that you are missing?
I missed the background image and the right click.
Using XFCE 4.10.
Offline
* to right click on the desktop and select rearrange desktop icons(or similar)
* delete xfdestops config files and kill/restart it
Right click is not working.
Delete xfdestops config files? How do I do this?
Offline
Since I use Xubuntu, when I connect to an external monitor, the desktop behavior becomes different. And after disconnect everything come back to normal.
What happened to me is that nothing came back to normal at the last time.
Offline
How do I do this?
xfdesktop --quit && rm -f $HOME/.config/xfce4/desktop/*.rc && xfdesktop & exit
edit:
@arandr there is the 3rd menubaritem(saidas?) in which you can disable and enable outputs, sometimes the external screen is still enabled even if unplugged
Last edited by sixsixfive (2014-12-24 09:24:03)
Offline
xfdesktop --quit && rm -f $HOME/.config/xfce4/desktop/*.rc && xfdesktop & exit
Nothing happens.
Offline
@arandr there is the 3rd menubaritem(saidas?) in which you can disable and enable outputs, sometimes the external screen is still enabled even if unplugged
It is not the case. Only LVDS1 is enable. All other outputs are blank, I mean, disconnected and there is no dis/enable option.
By the way. I tried to connect and disconnect corretly external monitors -- perhaps a Christmas miracle could happen. As soon as disconnected, the XFCE assume the resolution of the last external monitor enabled. The problem is not the resolution, I know how to solve this. But, such behavior is not desirable.
Offline
It looks like you set the external monitor as the primary monitor, which might explain whats happening.
If so, someone already created a bug report for this: https://bugzilla.xfce.org/show_bug.cgi?id=10590. Perhaps you could add to that report to give it a little bump.
I wonder if its the information in $HOME/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml is where the hangup is. You could try deleting that file and logging out and back in again to see if it resets the display. Maybe keep a copy of that file when its setup properly for single monitor use and swap it in and out when required.
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
It looks like you set the external monitor as the primary monitor, which might explain whats happening.
If so, someone already created a bug report for this: https://bugzilla.xfce.org/show_bug.cgi?id=10590. Perhaps you could add to that report to give it a little bump.
I think so. Thanks.
At this weekend I'll follow your advice - let's try.
Offline
I wonder if its the information in $HOME/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml is where the hangup is. You could try deleting that file and logging out and back in again to see if it resets the display.
Nothing happens.
Offline
If it still exists, can you post the contents of $HOME/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml?
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
[ Generated in 0.013 seconds, 8 queries executed - Memory usage: 651.97 KiB (Peak: 684.81 KiB) ]