LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Boinked my Xfce display (https://www.linuxquestions.org/questions/linux-software-2/boinked-my-xfce-display-280597/)

Doolspin 01-21-2005 02:44 PM

Boinked my Xfce display
 
Okay, I managed to change my resolution, in Xfce4.2, to some that skews my screen and make it unable to do anything. So I need to know where the file that contains that is, so I can edit it and get my desktop back!

marghorp 01-21-2005 03:01 PM

Check your home directory for the hidden directory .xfce

It could be a good start.

Doolspin 01-21-2005 03:05 PM

There is a .config with Xfce files in it. And I found the display.xml


here is it...
Code:


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mcs-option SYSTEM "mcs-option.dtd">

<mcs-option>
        <option name="XDisplay/bgamma" type="int" value="100"/>
        <option name="XDisplay/ggamma" type="int" value="100"/>
        <option name="XDisplay/rate" type="int" value="73"/>
        <option name="XDisplay/rgamma" type="int" value="100"/>
        <option name="XDisplay/size" type="int" value="1"/>
        <option name="XDisplay/syncGamma" type="int" value="1"/>
</mcs-option>

I can't make any sence of it


All times are GMT -5. The time now is 03:04 PM.