[Openchrome-users] [Fwd: Re: drivers not working (VIA chrome 9HC)]

Xavier Bachelot xavier
Sat Jan 5 16:14:51 PST 2008


Marco Pieruccetti wrote:
> Xavier Bachelot wrote:
>>
>> Maybe the modeline from your monitor is bad. Try to add some modelines 
>> to your monitor section (first is normal, 2nd is reduced blanking) :
>>
>> # 1280x1024 59.89 Hz (CVT 1.31M4) hsync: 63.67 kHz; pclk: 109.00 MHz
>> Modeline "1280x1024_60.00"  109.00  1280 1368 1496 1712  1024 1027 
>> 1034 1063 -hsync +vsync
>>
>> # 1280x1024 59.79 Hz (CVT 1.31M4-R) hsync: 63.02 kHz; pclk: 90.75 MHz
>> Modeline "1280x1024R"   90.75  1280 1328 1360 1440  1024 1027 1034 
>> 1054 +hsync -vsync
>>
> 
> Nothing to do :-(
> i obtain same result:
> 
> http://img168.imageshack.us/my.php?image=dsc00720vp6.jpg
> 
> i don't understand what happened in Xorg.0.log - i attach here (zipped)
> with the xorg.conf.

You are not using the modelines you added. Your screen section should 
look like that :

Section "Screen"
	Identifier	"Default Screen"
	Device		"Scheda video generica"
	Monitor		"SyncMaster"
	DefaultDepth	24
	SubSection "Display"
		Modes		"1280x1024_60.00" "1280x1024R"
	EndSubSection
EndSection

Regards,
Xavier





More information about the Openchrome-users mailing list