Don Gould wrote:
I've googled, I've joined #debian on freenode, I've tried changing the defaults in the xconf...

yet all I can get is 640 * 480

No idea what I'm doing wrong...

X resolution has nothing to do with XFCE. Fix your xorg.conf. To find out what is wrong try the file /var/log/Xorg.0.log

Common error is having a monitor that does not get probed properly, and doesn't have Horz and Vert refresh rates set properly.


I've read http://www.xfce.org/documentation/4.2/manuals/xfce-mcs-plugins

I've got it installed according to apt, but I can't find the screens they're reffering to.

Help?

Cheers Don

Section "Screen"
        Identifier      "Default Screen"
        Device          "Generic Video Card"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768"
        EndSubSection




Reply via email to