Ciao a tutti,

per vari motivi ho bisogno di avere a disposizione la risoluzione 640x480. Visto che gnome nelle risoluzioni mi mostrava solo 1024x768 ho aggiornato l'xorg.conf così:
codice:
Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel Corporation 82852/855GM Integrated Graphics Device"
	Monitor		"Monitor Generico"
	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" "800x600" "640x480"
	EndSubSection
EndSection
Ovvero ho aggiunto le mode 800x600 e 640x480 alla profondità default.
Purtroppo non ho risolto niente e non posso cambiare risoluzione, anche provando con
codice:
[paolo@debian:~]-> xrandr -s 800x600
Size 800x600 not found in available modes
[paolo@debian:~]->
Sapete indicarmi qualche altra soluzione? grazie anticipatamente.

PS: la scheda video è intel 810 con i suoi driver, ecco la sezione dell'xorg:
codice:
Section "Device"
	Identifier	"Intel Corporation 82852/855GM Integrated Graphics Device"
	Driver		"i810"
	BusID		"PCI:0:2:0"
EndSection