On Fri, 2005-08-19 at 21:25 +1200, Christopher Sawtell wrote:
> On Fri, 19 Aug 2005 20:59, HappyEvilSlosh wrote:
> > Ideally I want to run 1600x1200 but I'll settle for the one less than that.
>
> Make sure you have a section like this in the xorg.conf file
>
> SubSection "Display"
> Depth 24
> Modes "1600x1200"
> EndSubSection
>
> The "24" is the colour depth. If necessary, change it to what it ought to be.
>
> If your Linux distributor is up to snuff, there will hopefully be an example
> file in the same directory, i.e. /etc/X11/xorg.conf.example Read it for
> the details.
>
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1600x1200"
EndSubSection
EndSection
Is I believe the relevant entry, no love tho. :S
Is it worth me posting my xorg.conf file?
--Slosh