[Openchrome-users] Commell LV-667

Ken Huisman ken_a
Sun Apr 23 20:20:22 PDT 2006


On Fri, 2006-04-21 at 09:57 -0700, Eric Gilbert wrote:
> Tim or Ken, can you share your xorg.conf?
> 
> I've got a LV-667T and I'm in NTSC land and a working xorg.conf would
> be a big help. I don't have a HDTV, but I do have HDTV content I would
> like to output via composite to my ancient sony 27"(no s-video).
> 
> I'm not a coder but I'll test what I can.

Here is my X config, for what it is worth.  I'm using S-Video but none
of the resolutions I have tried actually work.  Let me know if you have
better luck with composite...

cheers,

Ken

-------------- next part --------------
Section "ServerLayout"
	Identifier		"Layout0"
	Screen			0	"ScreenTV"	0	
0
	InputDevice		"Mouse0"		"CorePointer"
	InputDevice		"Keyboard0"		"CoreKeyboard"
EndSection

Section "Files"
	FontPath		"/usr/share/fonts/misc/"
	FontPath		"/usr/share/fonts/Type1/"
	FontPath		"/usr/share/fonts/TTF/"
	FontPath		"/usr/share/fonts/75dpi/"
	FontPath		"/usr/share/fonts/100dpi/"
EndSection

Section "Module"
	Load			"record"
	Load			"extmod"
	Load			"dbe"
	Load			"freetype"
	Load			"type1"
	Load			"glx"
	Load			"dri"
EndSection

Section "Extensions"
	Option			"Composite"		"Enable"
EndSection

Section "InputDevice"
	Identifier		"Keyboard0"
	Driver			"kbd"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
	Identifier		"Mouse0"
	Driver			"mouse"
	Option			"Protocol"		"IMPS/2"
	Option			"Device"		"/dev/misc/psaux"
	Option			"Buttons" 		"5"
	Option			"ZAxisMapping"	"4 5"
EndSection

Section "Monitor"
	Identifier		"MonitorTV"
	DisplaySize             400 300
	HorizSync 30-67
	VertRefresh 30-75
EndSection

#Section "Device"
#	Identifier		"CardCRT"
#	Driver			"via"
#	VendorName		"VIA"
#	BoardName		"CLE266/CN400"
#	BusID			"PCI:1:0:0"
#	Option			"ActiveDevice"	"CRT"
#EndSection

Section "Device"
	Identifier		"CardTV"
	Driver			"via"
	VendorName		"VIA"
	BoardName		"CLE266/CN400"
	BusID			"PCI:1:0:0"
	Option			"ActiveDevice"	"TV,CRT"
	Option			"TVType"		"NTSC"
	Option			"TVOutput"		"S-Video"
#	Option			"EnableAGPDMA"	"true"
EndSection

Section "Screen"
	Identifier		"ScreenTV"
	Device			"CardTV"
	Monitor			"MonitorTV"
#	DefaultDepth	24
	DefaultDepth	16
	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
#		Modes		"1024x768"
		Modes		"720x480Under"
#		Modes		"720x480Fit"
#		Modes		"720x480Over"
#		Modes		"640x480"
	EndSubSection
#	SubSection "Display"
#		Viewport	0	0
#		Depth		24
#		Modes		"1024x768"
#		Modes		"720x480"
#		Modes		"800x600"
#		Modes		"720x480Under"
#		Modes		"720x480Over"
#		Modes		"720x480Fit"
#		Modes		"640x480"
#	EndSubSection
EndSection

Section "DRI"
	Group			"video"
	Mode			0666
EndSection



More information about the Openchrome-users mailing list