[Openchrome-users] help getting 16:9 resolutions?

Xavier Bachelot xavier
Sat Jan 19 05:26:55 PST 2008


> My xorg.conf  is here: http://pastebin.ca/862389
> Touch screen settings still under investigation.
> 
> Restart X
> /etc/init.d/xdm restart
> 
> egrep 700 /var/log/Xorg.0.log
> (**) |   |-->Monitor "Xenarc-700TSV"
> (**) |   |-->Device "CX700"
>         K8M800/K8N800, PM800/PM880/CN400, P4M800Pro/VN800/CN700,
>         K8M890/K8N890, P4M900/VN896/CN896, CX700/VX700, P4M890
> (--) Chipset CX700/VX700 found
> (--) CHROME(0): Chipset: CX700/VX700
> (--) CHROME(0): Detected VIA VT3324 (CX700).
> (II) CHROME(0): VESA VBE OEM: VIA CX700
> (II) CHROME(0): Xenarc-700TSV: Using hsync range of 31.50-37.90 kHz
> (II) CHROME(0): Xenarc-700TSV: Using vrefresh range of 50.00-70.00 Hz
> 
 From your conf :

Section "Device"
	Identifier "CX700"
	BoardName  "Unichrome(CX700M2)"
	VendorName "VIA"
	Driver	   "openchrome"
	BusID	   "PCI:1:0:0"
         Screen     0
	Option     "VBEModes"            "true"
	Option	   "ActiveDevice"     	 "CRT"  	  # LCD or CRT
         Option     "DisableIRQ"
	Option     "EnableAGPDMA"        "true"
	Option     "SWcursor"            "true"
EndSection

Section "Monitor"
	Identifier         "Xenarc-700TSV"
	Option             "DPMS"  "true"
	HorizSync          31.50-37.90	
	VertRefresh	   50.00-70.00
EndSection


For the Device section :
BusID is unneeded unless you have several cards.
VBEModes makes the driver uses VGA bios to do the mode setting and it's 
unneeded for VGA on a CX700. It's even probably counter-productive.
DisableIRQ is probably unneeded, unless you have have some missed IRQ. 
This is only the case on K8M800 and some KM400.
Using AGPDMA is the default on CX700, so no need for EnableAGPDMA.
SWCursor is unneeded unless you have issues with hardware cursor.

For the Monitor section :
Your monitor is probably advertising its HorizSync and VertRefresh (as 
well as the modelines for the modes it supports) over DDC. Remove those 
options unless your monitor doesn't do that, which is unlikely on recent 
hardware, or you have trouble with the given values.

Regards,
Xavier





More information about the Openchrome-users mailing list