[vox-tech] Changing Debian Screen Resolution

David Hummel dhml at comcast.net
Thu Mar 3 17:32:20 PST 2005


On Thu, Mar 03, 2005 at 05:27:18PM -0800, Robert G. Scofield wrote:
> 
> My Debian screen resolution defaults to a bothersome 800x600.  I'm
> trying to get it to 1024x768.
> 
> So, can anybody tell me how to make the 1024x768 screen resolution
> permanent?

You're /etc/X11/XF86Config[-4] should look like:

Section "Screen"
        Identifier      "screen"
        Device          "device"
        Monitor         "monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1024x768"
        EndSubSection
EndSection


More information about the vox-tech mailing list