problems with xorg screen resolution

[ Thread Index | Date Index | More lists.tuxfamily.org/slitaz Archives ]


Hi all,

Linea (and few others) had problems with the screen resolution being
fixed at 800x600 in the new cooking.  I wiped out and reinstalled
Slitaz again and then, I got hit by this screen resolution problem.

I am not sure if they have already resolved the problem. But, this is
what worked for me to get 1024x768 resolution.

I edited the following sections in xorg.conf (/etc/X11/xorg.conf) :

1) Include HorizSync and VertRefresh  in section "Monitor"

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName	 "Monitor Model"
	HorizSync	 28-64
	VertRefresh  60
EndSection

2a) In Section "Screen"; added Default Depth


Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth 24

2b) In Sub-section Display: added "modes"

   SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes 	  "1024x768" "800x600"
	EndSubSection

3) Also, added default Slitaz Font path in Section Files

Section "Files"
	ModulePath   "/usr/lib/X11/modules"
	FontPath     "/usr/share/fonts/X11/misc/"
	FontPath     "/usr/share/fonts/X11/TTF/"
	FontPath     "/usr/share/fonts/X11/OTF"
	FontPath     "/usr/share/fonts/X11/Type1/"
	FontPath     "/usr/share/fonts/X11/100dpi/"
	FontPath     "/usr/share/fonts/X11/75dpi/"
	FontPath     "/usr/share/fonts/truetype/ttf-dejavu"
EndSection

That's all. My xorg.conf is attached. Please see if this solution
works for you too.

Thanks

Rohit

Attachment: xorg.conf
Description: Binary data



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/