[lug] R32 and Xorg configuration question

Stephen Queen svqueen at gmail.com
Thu Dec 21 01:44:39 MST 2006


On 12/20/06, Kenneth D. Weinert <kenw at quarter-flash.com> wrote:
> Somehow, most likely by my not paying close enough attention when I did
> an update, I lost my xorg.conf and now I can't sort out how to get the
> 1024x768 resolution back.
>
> That size is bad enough, but 640x480 is *really* hard to live with. :)
>
> Any pointers would be appreciated. I don't think I've hit the right
> google search string yet to resolve my problem.
>
> Thanks.
>
> Just a non-related note: the spell checker didn't like xorg, it wanted
> to substitute Borg instead.
>
> --
> Ken Weinert
> _______________________________________________
> Web Page:  http://lug.boulder.co.us
> Mailing List: http://lists.lug.boulder.co.us/mailman/listinfo/lug
> Join us on IRC: lug.boulder.co.us port=6667 channel=#colug
>
Here is a very simple way:
Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth    24
        SubSection "Display"
                Depth     1
        EndSubSection
        SubSection "Display"
                Depth     4
        EndSubSection
        SubSection "Display"
                Depth     8
        EndSubSection
        SubSection "Display"
                Depth     15
        EndSubSection
        SubSection "Display"
                Depth     16
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes   "1024x768"
        EndSubSection
EndSection


Steve



More information about the LUG mailing list