Results 1 to 5 of 5

Thread: How can I reset display settings back to defaults (XFCE)

  1. #1
    Join Date
    Mar 2012
    Beans
    17

    How can I reset display settings back to defaults (XFCE)

    Hi,

    I'm running XUbuntu 15.04. After spending far too many hours trying to get my settings to work properly with HiDPI on my notebook (Lenovo Y50-70) and a regular 1080p external monitor I've given up on the effort. After setting the notebook display back to 1920x1080 my system continues to misbehave after I thought I had undone all changes I made in the HiDPI effort.

    I'd like to just get all of my display settings back to their originals defaults that were defined after the first install. And then run both the notebook and external displays at 1920x1080 (the only stable setting I've seen so far).

    Any suggestions (short of re-installing XUbuntu).

    Thanks, Derek

  2. #2
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,199
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: How can I reset display settings back to defaults (XFCE)

    dealy663; Hello;;

    Keep in mind that 15.04 is systemd :
    In 14.04 one can revert to defaults as :
    Xfce stores the display information, as defined from the Display configuration applet, in $HOME/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml. Deleting that file should restore it to its defaults.

    Check that these files exist in 15.04, and maybe the same procedure will be effective ?

    maybe yes
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  3. #3
    Join Date
    Mar 2012
    Beans
    17

    Re: How can I reset display settings back to defaults (XFCE)

    I had already tried deleting the displays.xml file. It didn't solve the problem.

  4. #4
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,199
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: How can I reset display settings back to defaults (XFCE)

    dealy663; Well, then !

    Again check and make sure these files exist in 15.04 as this procedure is ubuntu release 14.04 and xfce4 version 4.10 .

    1. Shut down the panel first, xfce4-panel --quit
    2. Kill the xfce4 configuration daemon, pkill xfconfd
    3. First delete settings for the panel, rm -rf ~/.config/xfce4/panel
    4. Clear out the settings for xfconfd, rm -rf ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
    5. Restart the panel, run xfce4-panel. This will respawn xfconfd automatically. Note if you need or want to restart xfconfd manually know that on my installation it was in /usr/lib/x86_64-linux-gnu/xfce4/xfconf/xfconfd which was outside of $PATH.
    This clears it for the running session, regenerates the files, and sets up the default for future sessions.

    Mind you once more, I do not know as I am not on 15.04 and not tested.

    but it could happen
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  5. #5
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: How can I reset display settings back to defaults (XFCE)

    Try logging out, then at login screen use Ctrl+Alt+F1 to go to TTY command line at which you can login with your username and password, (the password will not show on screen; just type and hit Enter).

    At the command line when logged in rename the ~/.config/xfce4 with command
    Code:
    mv .config/xfce4 .config/xfce4backup
    then start a GUI session with command
    Code:
    startx
    Hopefully you will now have a default desktop layout.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •