[Openchrome-users] blank screen with x11r7.1.1

John Robinson john.robinson
Mon Sep 18 06:21:58 PDT 2006


On 18/09/2006 14:05, Johannes Zellner wrote:
> Hello
> 
> I'm using arch and updated to x11r7.1.1 these days.
> Now I have the problem, that after starting Xorg it blanks the screen
> and runns with 100% cpu-usage.
> The screen is also black, after switching back to a vc.
> I'm using openchrome-svn version.
> 
> Xorg.conf: http://x.nebulon.de/xorg.conf
> Xorg.0.log: http://x.nebulon.de/Xorg.0.log

Something odd going on there, certainly:
(WW) (640x480,MonitorTvRGB) mode clock 25.2MHz exceeds DDC maximum 0MHz
and
(--) VIA(0): Virtual size is 1856x1392 (pitch 1856)
(**) VIA(0):  Default mode "1856x1392": 218.3 MHz (scaled from 0.0 MHz), 
86.4 kHz, 60.0 Hz
(II) VIA(0): Modeline "1856x1392"  218.30  1856 1952 2176 2528  1392 
1393 1396 1439 -hsync +vsync

Try changing your Monitor section to this:
Section "Monitor"
	Identifier   "MonitorTvRGB"
	VendorName   "tv"
	ModelName    "SABA"
	Option       "NoDDC"
         HorizSync    28-96
         VertRefresh  45-150
EndSection

Also, in your Device section you have options to set TV characteristics, 
like
	Option	"TVType"	"PAL"
	Option	"TVOutput"	"Composite"
	Option	"TVDeflicker"	"2"
but you also have
	Option	"ActiveDevice"	"CRT"
which will disable the TV output. If you want TV output, you need
	Option	"ActiveDevice"	"TV"
or
	Option	"ActiveDevice"	"CRT,TV"

Cheers,

John.




More information about the Openchrome-users mailing list