when using freq/res detection wouldn't it be better to have 800*600 as default

Kristof Vansant de_lupus at pandora.be
Wed Sep 1 02:53:45 PDT 2004


when using freq/res detection wouldn't it be better to have 800*600 as
default resolution instead of the highest resolution available?

It's better to have to big letters then to small :). So first time I
start xorg the resolution is 800*600 then I should change the default
resolution with a (gnome or kde tool). 

My default one with this config is 2000*something :) to high resolution
:) everything really small

I included my xorg.conf file


Section "Monitor"
	Identifier  "My Monitor"
	vendorname "Hyundai"
	modelname "ImageQuest Q910"
EndSection

Section "Device"
    Identifier  "Geforce3 TI500"
    Driver      "nv"
EndSection


Section "Screen"
    Identifier  "Screen 1"
    Device      "Geforce3 TI500"
    Monitor     "My Monitor"

    DefaultDepth 24

	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection


EndSection

-- 
lupusBE (Kristof Vansant Belgium




More information about the xorg mailing list