[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#564688: VIA VT8623 [Apollo CLE266]: Heavy TV flickering after upgrade



Package: xserver-xorg
Version: 1:7.5+1
Severity: important

*** Please type your report below this line ***

After a recent 'aptitude full-upgrade', our crt-based PAL TV, which is
hooked up to our VIA M10K-based HTPC through the S-Video connector,
exhibits heavy flickering once X comes up (no flickering when switching
to console). When we first encountered this problem,
xserver-xorg-video-openchrome was updated to version 1:0.2.904+svn812-1.
(Unfortunately, I don't know which version was previously installed. Or
is there a way to reconstruct a log of installed versions?)

During the latest upgrade, xserver-xorg-video-openchrome got uninstalled
since it obviously conflicted with the newly installed
xserver-xorg-video-5 package. Funny enough, the openchrome driver still
gets loaded, as can be seen from the Xorg log shown below. (Perhaps some
openchrome stuff is still sitting around since the package got removed,
not purged? Anyway, the fact that xserver-xorg-video-openchrome is
'officially' uninstalled on my system is the reason why I submit this
bug to xserver-xorg, not to the driver package.)

Please apologize my messy xorg.conf -- it just has grown from our first
attempts to build a HTPC some five years ago to its current state...
BTW, it's the "TV" ServerLayout that usually gets used. Regarding video
modes, commenting out all lines in the "Monitor" "TV" section and
leaving everything to the pre-defined '720x576something' modes didn't
make any difference -- we have flickering with all of them.

A similar bug report has already been sumitted to the openchrome project
(http://www.openchrome.org/trac/ticket/342), but since there has been
little activity on this issue since about 4 weeks, I wonder whether it
was possible to revert to a previous openchrome revision in Debian in
order to restore TV out functionality? After all, HTPCs are one of the
main application fields of VIA's Apollo chips, aren't they?

Best regards --

	tcrass


-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 Aug 26  2007 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1712764 Jan  7 20:31 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: VIA Technologies, Inc. VT8623 [Apollo
CLE266] integrated CastleRock graphics (rev 03)

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 4358 Dec 30 20:53 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (Xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum
#   dpkg-reconfigure xserver-xorg

Section "ServerFlags"
        Option  "DontZap"       "False"
EndSection

#Section "Files"
#	FontPath	"unix/:7100"			# local font server
#	# if the local font server has problems, we can fall back on these
#	FontPath	"/usr/share/fonts/X11/misc"
#	FontPath	"/usr/lib/X11/fonts/misc"
#	FontPath	"/usr/share/fonts/X11/cyrillic"
#	FontPath	"/usr/lib/X11/fonts/cyrillic"
#	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
#	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
#	FontPath	"/usr/share/fonts/X11/Type1"
#	FontPath	"/usr/lib/X11/fonts/Type1"
#	FontPath	"/usr/share/fonts/X11/CID"
#	FontPath	"/usr/lib/X11/fonts/CID"
#	FontPath	"/usr/share/fonts/X11/100dpi"
#	FontPath	"/usr/lib/X11/fonts/100dpi"
#	FontPath	"/usr/share/fonts/X11/75dpi"
#	FontPath	"/usr/lib/X11/fonts/75dpi"
#EndSection

#Section "Module"
#	Load	"bitmap"
#	Load	"dbe"
#	Load	"ddc"
#	Load	"dri"
#	Load	"extmod"
#	Load	"freetype"
#	Load	"glx"
#	Load	"int10"
#	Load	"record"
#	Load	"type1"
#	Load	"v4l"
#	Load	"vbe"
#EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"de"
	Option		"XkbOptions"	"nodeadkeys"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"CLE266 TV only"
	Driver		"openchrome"
	BusID		"PCI:1:0:0"
	Option      	"ActiveDevice" "TV"
	Option      	"TVType" "PAL"
	Option      	"TVOutput" "S-Video"
	Option		"TVDotCrawl" "true"
	Option		"TVDeflicker" "2"
	Option		"EnableAGPDMA" "true"
EndSection

Section "Device"
	Identifier	"CLE266 CRT+TV"
	Driver		"openchrome"
	BusID		"PCI:1:0:0"
	Option      	"ActiveDevice"	"CRT,TV"
	Option      	"TVType" "PAL"
	Option      	"TVOutput" "S-Video"
	Option		"TVDeflicker" "2"
	Option		"EnableAGPDMA" "true"
EndSection

Section "Device"
	Identifier	"CLE266 CRT only"
	Driver		"openchrome"
	BusID		"PCI:1:0:0"
	Option      	"ActiveDevice"	"CRT"
	Option		"EnableAGPDMA" "true"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	HorizSync	30-68
	VertRefresh	50-75
EndSection

Section "Monitor"
	Identifier	"TV"
#	HorizSync    	24.0 - 80.0
	HorizSync    	15.625
	VertRefresh  	50.0
	Option	    	"NoDPMS"
	Option	    	"NoDDC"
#	ModeLine 	"720x576"	14.0625	720  760  800 900	576  600  615  625
-hsync -vsync interlace
#	ModeLine 	"720x576"	14.0625	720  760  800 900	576  580  600  625
-hsync -vsync interlace
EndSection

Section "Screen"
	Identifier	"TV only"
	Device		"CLE266 TV only"
	Monitor		"TV"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"720x576Noscale"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"CRT+TV"
	Device		"CLE266 CRT+TV"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"800x600"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"CRT only"
	Device		"CLE266 CRT only"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1024x786"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"CRT only"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection

Section "ServerLayout"
	Identifier	"TV"
	Screen		"TV only"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection

Section "ServerLayout"
	Identifier	"CRT+TV"
	Screen		"CRT+TV"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection

#Section "DRI"
#	Mode	0666
#EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 130883 Jan 10 15:15 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.6.5
Release Date: 2009-10-11
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.30.8-dsa-ia32 i686 Debian
Current Operating System: Linux aura 2.6.30-2-686 #1 SMP Sat Sep 26
01:16:22 UTC 2009 i686
Build Date: 13 October 2009  11:25:51AM
xorg-server 2:1.6.5-1 (buildd@murphy.debian.org)
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Jan  4 15:45:04 2010
(==) Using config file: "/etc/X11/xorg.conf"
(++) ServerLayout "TV"
(**) |-->Screen "TV only" (0)
(**) |   |-->Monitor "TV"
(**) |   |-->Device "CLE266 TV only"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) Option "DontZap" "False"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/X11/100dpi/".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/share/fonts/X11/100dpi/").
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/X11/100dpi".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/share/fonts/X11/100dpi").
(==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or
'vmmouse' will be disabled.
(WW) Disabling Generic Keyboard
(WW) Disabling Configured Mouse
(II) Loader magic: 0x6c0
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.4
	X.Org Video Driver: 5.0
	X.Org XInput driver : 4.0
	X.Org Server Extension : 2.0
(II) Loader running on linux
(--) using VT number 7

(--) PCI:*(0:1:0:0) 1106:3122:1106:3122 VIA Technologies, Inc. VT8623
[Apollo CLE266] integrated CastleRock graphics rev 3, Mem @
0xe4000000/67108864, 0xe8000000/16777216, BIOS @ 0x????????/65536
(II) Open ACPI successful (/var/run/acpid.socket)
(II) System resource ranges:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.6.5, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.6.5, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.6.5, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.6.5, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.6.5, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
	compiled for 1.6.5, module version = 1.1.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "openchrome"
(II) Loading /usr/lib/xorg/modules/drivers//openchrome_drv.so
(II) Module openchrome: vendor="http://openchrome.org/";
	compiled for 1.6.5, module version = 0.2.904
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 5.0
(II) OPENCHROME: Driver for VIA Chrome chipsets: CLE266, KM400/KN400,
	K8M800/K8N800, PM800/PM880/CN400, VM800/P4M800Pro/VN800/CN700,
	K8M890/K8N890, P4M900/VN896/CN896, CX700/VX700, P4M890, VX800, VX855
(II) Primary Device is: PCI 01@00:00:0
(!!) VIA Technologies does not support this driver in any way.
(!!) For support, please refer to http://www.openchrome.org/.
(!!) (development build, compiled on Tue Nov 24 05:42:31 2009)
(II) resource ranges after probing:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
(II) CHROME(0): VIAPreInit
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 1.6.5, module version = 0.1.0
	ABI class: X.Org Video Driver, version 5.0
(II) CHROME(0): VIAGetRec
(**) CHROME(0): Depth 24, (--) framebuffer bpp 32
(==) CHROME(0): RGB weight 888
(==) CHROME(0): Default visual is TrueColor
(--) CHROME(0): Chipset: CLE266
(--) CHROME(0): Chipset revision: 18
(--) CHROME(0): Probed amount of VideoRAM = 65536 kB
(II) CHROME(0): Setting up default chipset options.
(II) CHROME(0): VIASetupDefaultOptions
(II) CHROME(0): Reading config file...
(**) CHROME(0): Option "ActiveDevice" "TV"
(**) CHROME(0): Option "TVDotCrawl" "true"
(**) CHROME(0): Option "TVDeflicker" "2"
(**) CHROME(0): Option "TVType" "PAL"
(**) CHROME(0): Option "TVOutput" "S-Video"
(**) CHROME(0): Option "EnableAGPDMA" "true"
(II) CHROME(0): Starting to parse config file options...
(==) CHROME(0): Shadow framebuffer is disabled.
(==) CHROME(0): Hardware acceleration is enabled.
(==) CHROME(0): Using XAA acceleration architecture.
(==) CHROME(0): Using hardware two-color cursors and software full-color
cursors.
(==) CHROME(0): GPU virtual command queue will be enabled.
(==) CHROME(0): DRI IRQ will be disabled if DRI is enabled.
(**) CHROME(0): AGP DMA will be enabled if DRI is enabled.
(==) CHROME(0): AGP DMA will be used for 2D acceleration.
(==) CHROME(0): PCI DMA will be used for XV image transfer if DRI is
enabled.
(==) CHROME(0): Will not enable VBE modes.
(==) CHROME(0): VBE VGA register save & restore will not be used
	if VBE modes are enabled.
(==) CHROME(0): Xv Bandwidth check is enabled.
(==) CHROME(0): Will not impose a limit on video RAM reserved for DRI.
(==) CHROME(0): Will try to allocate 32768 kB of AGP memory.
(==) CHROME(0): Digital output bus width is 12 bits.
(==) CHROME(0): DVI Center is disabled.
(==) CHROME(0): Panel size is not selected from config file.
(==) CHROME(0): Panel will not be forced.
(**) CHROME(0): TV dotCrawl is enabled.
(**) CHROME(0): TV deflicker is set to 2.
(**) CHROME(0): TV Type is PAL.
(**) CHROME(0): TV Output Signal is S-Video.
(==) CHROME(0): No default TV output port is set.
(II) CHROME(0): VIAMapMMIO
(--) CHROME(0): mapping MMIO @ 0xe8000000 with size 0x9000
(--) CHROME(0): mapping BitBlt MMIO @ 0xe8200000 with size 0x200000
(II) CHROME(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is
0x0000
(==) CHROME(0): Will not print VGA registers.
(==) CHROME(0): Will not scan I2C buses.
(II) CHROME(0): ...Finished parsing config file options.
(WW) CHROME(0): Manufacturer plainly copied main PCI IDs to
subsystem/card IDs.
(--) CHROME(0): Detected VIA VT3122 (CLE266)-EPIA M/MII/.... Card-Ids
(1106|3122)
(II) CHROME(0): Detected MemClk 4
(II) CHROME(0): ViaGetMemoryBandwidth. Memory type: 4
(==) CHROME(0): Using gamma correction (1.0, 1.0, 1.0)
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) CHROME(0): ViaI2CInit
(II) CHROME(0): ViaI2CBus1Init
(II) CHROME(0): I2C bus "I2C bus 1" initialized.
(II) CHROME(0): ViaI2cBus2Init
(II) CHROME(0): I2C bus "I2C bus 2" initialized.
(II) CHROME(0): ViaI2CBus3Init
(II) CHROME(0): I2C bus "I2C bus 3" initialized.
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(**) CHROME(0): Option "NoDDC"
(II) CHROME(0): ViaOutputsDetect
(II) CHROME(0): VIATVDetect
(II) CHROME(0): ViaVT162xDetect
(II) CHROME(0): I2C device "I2C bus 2:VT162x" registered at address 0x40.
(--) CHROME(0): Detected VIA Technologies VT1622 TV Encoder
(II) CHROME(0): ViaTVInit
(II) CHROME(0): ViaVT162xInit
(II) CHROME(0): VT162xSave
(II) CHROME(0): ViaOutputsSelect
(II) CHROME(0): ViaOutputsSelect: X Configuration: 0x04
(II) CHROME(0): ViaOutputsSelect: BIOS Initialised register: 0x07
(II) CHROME(0): ViaOutputsSelect: TV.
(II) CHROME(0): ViaModesAttach
(II) CHROME(0): ViaModesMonitorFixup - Adjusted HSync.hi to 30.000000
(II) CHROME(0): ViaModesMonitorFixup - Adjusted HSync.hi to 37.500000
(II) CHROME(0): ViaModesMonitorFixup - Adjusted HSync.hi to 47.250000
(II) CHROME(0): ViaModesMonitorFixup - Adjusted HSync.hi to 47.500000
(II) CHROME(0): ViaModesMonitorFixup - Adjusted VRefresh.hi to 60.000000
(II) CHROME(0): TV: Using hsync range of 15.62-47.50 kHz
(II) CHROME(0): TV: Using vrefresh range of 50.00-60.00 Hz
(II) CHROME(0): Clock range:  20.00 to 230.00 MHz
(II) CHROME(0): ViaValidMode: Validating 640x350 (Clock: 31500)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "640x350" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "640x350" (unknown reason)
(II) CHROME(0): Not using default mode "320x175" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 640x400 (Clock: 31500)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "640x400" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "640x400" (unknown reason)
(II) CHROME(0): Not using default mode "320x200" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 720x400 (Clock: 35500)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "720x400" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "720x400" (unknown reason)
(II) CHROME(0): Not using default mode "360x200" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 640x480 (Clock: 25175)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "640x480" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "640x480" (unknown reason)
(II) CHROME(0): Not using default mode "320x240" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 640x480 (Clock: 31500)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "640x480" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "640x480" (unknown reason)
(II) CHROME(0): Not using default mode "320x240" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 640x480 (Clock: 31500)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "640x480" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "640x480" (unknown reason)
(II) CHROME(0): Not using default mode "320x240" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 640x480 (Clock: 36000)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "640x480" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "640x480" (unknown reason)
(II) CHROME(0): Not using default mode "320x240" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 800x600 (Clock: 36000)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "800x600" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "800x600" (unknown reason)
(II) CHROME(0): Not using default mode "400x300" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 800x600 (Clock: 40000)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "800x600" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "800x600" (unknown reason)
(II) CHROME(0): Not using default mode "400x300" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 800x600 (Clock: 50000)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "800x600" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "800x600" (unknown reason)
(II) CHROME(0): Not using default mode "400x300" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 800x600 (Clock: 49500)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "800x600" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "800x600" (unknown reason)
(II) CHROME(0): Not using default mode "400x300" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 800x600 (Clock: 56300)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "800x600" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "800x600" (unknown reason)
(II) CHROME(0): Not using default mode "400x300" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1024x768 (Clock: 44900)
(II) CHROME(0): Not using default mode "1024x768" (interlace mode not
supported)
(II) CHROME(0): Not using default mode "512x384" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1024x768 (Clock: 65000)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "1024x768" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1024x768" (unknown reason)
(II) CHROME(0): Not using default mode "512x384" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1024x768 (Clock: 75000)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "1024x768" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1024x768" (unknown reason)
(II) CHROME(0): Not using default mode "512x384" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1024x768 (Clock: 78750)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "1024x768" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1024x768" (unknown reason)
(II) CHROME(0): Not using default mode "512x384" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1024x768 (Clock: 94500)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "1024x768" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1024x768" (unknown reason)
(II) CHROME(0): Not using default mode "512x384" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1152x864 (Clock: 108000)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "1152x864" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1152x864" (unknown reason)
(II) CHROME(0): Not using default mode "576x432" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1280x960 (Clock: 108000)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "1280x960" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1280x960" (unknown reason)
(II) CHROME(0): Not using default mode "640x480" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1280x960 (Clock: 148500)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "1280x960" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1280x960" (unknown reason)
(II) CHROME(0): Not using default mode "640x480" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1280x1024 (Clock: 108000)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "1280x1024" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1280x1024" (unknown reason)
(II) CHROME(0): Not using default mode "640x512" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1280x1024 (Clock: 135000)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "1280x1024" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1280x1024" (unknown reason)
(II) CHROME(0): Not using default mode "640x512" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1280x1024 (Clock: 157500)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "1280x1024" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1280x1024" (unknown reason)
(II) CHROME(0): Not using default mode "640x512" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1600x1200 (Clock: 162000)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "1600x1200" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1600x1200" (unknown reason)
(II) CHROME(0): Not using default mode "800x600" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1600x1200 (Clock: 175500)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "1600x1200" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1600x1200" (unknown reason)
(II) CHROME(0): Not using default mode "800x600" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1600x1200 (Clock: 189000)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "1600x1200" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1600x1200" (unknown reason)
(II) CHROME(0): Not using default mode "800x600" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1600x1200 (Clock: 202500)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "1600x1200" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1600x1200" (unknown reason)
(II) CHROME(0): Not using default mode "800x600" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1600x1200 (Clock: 229500)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "1600x1200" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1600x1200" (unknown reason)
(II) CHROME(0): Not using default mode "800x600" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1792x1344 (Clock: 204800)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "1792x1344" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1792x1344" (unknown reason)
(II) CHROME(0): Not using default mode "896x672" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): Not using default mode "1792x1344" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): Not using default mode "896x672" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1856x1392 (Clock: 218300)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "1856x1392" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1856x1392" (unknown reason)
(II) CHROME(0): Not using default mode "928x696" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): Not using default mode "1856x1392" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): Not using default mode "928x696" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): Not using default mode "1920x1440" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): Not using default mode "960x720" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): Not using default mode "1920x1440" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): Not using default mode "960x720" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 832x624 (Clock: 57284)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "832x624" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "832x624" (unknown reason)
(II) CHROME(0): Not using default mode "416x312" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1152x864 (Clock: 81620)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "1152x864" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1152x864" (unknown reason)
(II) CHROME(0): Not using default mode "576x432" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1152x864 (Clock: 96770)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "1152x864" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1152x864" (unknown reason)
(II) CHROME(0): Not using default mode "576x432" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1152x864 (Clock: 104990)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "1152x864" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1152x864" (unknown reason)
(II) CHROME(0): Not using default mode "576x432" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1152x864 (Clock: 119650)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "1152x864" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1152x864" (unknown reason)
(II) CHROME(0): Not using default mode "576x432" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1152x864 (Clock: 121500)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "1152x864" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1152x864" (unknown reason)
(II) CHROME(0): Not using default mode "576x432" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1152x864 (Clock: 143470)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "1152x864" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1152x864" (unknown reason)
(II) CHROME(0): Not using default mode "576x432" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1360x768 (Clock: 72000)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "1360x768" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1360x768" (unknown reason)
(II) CHROME(0): Not using default mode "680x384" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1360x768 (Clock: 84750)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "1360x768" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1360x768" (unknown reason)
(II) CHROME(0): Not using default mode "680x384" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1400x1050 (Clock: 122000)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "1400x1050" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1400x1050" (unknown reason)
(II) CHROME(0): Not using default mode "700x525" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1400x1050 (Clock: 145060)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "1400x1050" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1400x1050" (unknown reason)
(II) CHROME(0): Not using default mode "700x525" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1400x1050 (Clock: 155800)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): Not using default mode "1400x1050" (horizontal sync too
wide)
(II) CHROME(0): Not using default mode "700x525" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1400x1050 (Clock: 179260)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "1400x1050" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1400x1050" (unknown reason)
(II) CHROME(0): Not using default mode "700x525" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1440x900 (Clock: 106500)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "1440x900" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1440x900" (unknown reason)
(II) CHROME(0): Not using default mode "720x450" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1600x1024 (Clock: 103125)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "1600x1024" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1600x1024" (unknown reason)
(II) CHROME(0): Not using default mode "800x512" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1680x1050 (Clock: 119000)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "1680x1050" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1680x1050" (unknown reason)
(II) CHROME(0): Not using default mode "840x525" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1680x1050 (Clock: 146250)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "1680x1050" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1680x1050" (unknown reason)
(II) CHROME(0): Not using default mode "840x525" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1680x1050 (Clock: 174000)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "1680x1050" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1680x1050" (unknown reason)
(II) CHROME(0): Not using default mode "840x525" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1680x1050 (Clock: 187000)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "1680x1050" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1680x1050" (unknown reason)
(II) CHROME(0): Not using default mode "840x525" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1680x1050 (Clock: 214750)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "1680x1050" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1680x1050" (unknown reason)
(II) CHROME(0): Not using default mode "840x525" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1920x1080 (Clock: 138500)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "1920x1080" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1920x1080" (unknown reason)
(II) CHROME(0): Not using default mode "960x540" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 1920x1200 (Clock: 154000)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): Not a mode defined by the TV Encoder.
(II) CHROME(0): Mode "1920x1200" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1920x1200" (unknown reason)
(II) CHROME(0): Not using default mode "960x600" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): Not using default mode "1920x1440" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): Not using default mode "960x720" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): Not using default mode "2048x1536" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): Not using default mode "1024x768" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): Not using default mode "2048x1536" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): Not using default mode "1024x768" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): Not using default mode "2048x1536" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): Not using default mode "1024x768" (bad mode
clock/interlace/doublescan)
(II) CHROME(0): ViaValidMode: Validating 640x480 (Clock: 23520)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): TV standard is PAL. This is a NTSC mode.
(II) CHROME(0): Mode "640x480" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "640x480" (unknown reason)
(II) CHROME(0): ViaValidMode: Validating 640x480 (Clock: 30000)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): VT1622ModeIndex
(WW) CHROME(0): width=640:640, height=480:480, std=1:2,
name=640x480:640x480.
(WW) CHROME(0): width=640:640, height=480:480, std=2:2,
name=640x480:640x480.
(II) CHROME(0): ViaValidMode: Validating 800x600 (Clock: 39900)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): TV standard is PAL. This is a NTSC mode.
(II) CHROME(0): Mode "800x600" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "800x600" (unknown reason)
(II) CHROME(0): ViaValidMode: Validating 800x600 (Clock: 34500)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): VT1622ModeIndex
(WW) CHROME(0): width=640:800, height=480:600, std=1:2,
name=640x480:800x600.
(WW) CHROME(0): width=640:800, height=480:600, std=2:2,
name=640x480:800x600.
(WW) CHROME(0): width=800:800, height=600:600, std=1:2,
name=800x600:800x600.
(WW) CHROME(0): width=800:800, height=600:600, std=2:2,
name=800x600:800x600.
(II) CHROME(0): ViaValidMode: Validating 1024x768 (Clock: 54810)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): TV standard is PAL. This is a NTSC mode.
(II) CHROME(0): Mode "1024x768" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1024x768" (unknown reason)
(II) CHROME(0): ViaValidMode: Validating 1024x768 (Clock: 57000)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): VT1622ModeIndex
(WW) CHROME(0): width=640:1024, height=480:768, std=1:2,
name=640x480:1024x768.
(WW) CHROME(0): width=640:1024, height=480:768, std=2:2,
name=640x480:1024x768.
(WW) CHROME(0): width=800:1024, height=600:768, std=1:2,
name=800x600:1024x768.
(WW) CHROME(0): width=800:1024, height=600:768, std=2:2,
name=800x600:1024x768.
(WW) CHROME(0): width=1024:1024, height=768:768, std=1:2,
name=1024x768:1024x768.
(WW) CHROME(0): width=1024:1024, height=768:768, std=2:2,
name=1024x768:1024x768.
(II) CHROME(0): ViaValidMode: Validating 848x480 (Clock: 34860)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): TV standard is PAL. This is a NTSC mode.
(II) CHROME(0): Mode "848x480" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "848x480" (unknown reason)
(II) CHROME(0): ViaValidMode: Validating 848x480 (Clock: 36000)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): VT1622ModeIndex
(WW) CHROME(0): width=640:848, height=480:480, std=1:2,
name=640x480:848x480.
(WW) CHROME(0): width=640:848, height=480:480, std=2:2,
name=640x480:848x480.
(WW) CHROME(0): width=800:848, height=600:480, std=1:2,
name=800x600:848x480.
(WW) CHROME(0): width=800:848, height=600:480, std=2:2,
name=800x600:848x480.
(WW) CHROME(0): width=1024:848, height=768:480, std=1:2,
name=1024x768:848x480.
(WW) CHROME(0): width=1024:848, height=768:480, std=2:2,
name=1024x768:848x480.
(WW) CHROME(0): width=848:848, height=480:480, std=1:2,
name=848x480:848x480.
(WW) CHROME(0): width=848:848, height=480:480, std=2:2,
name=848x480:848x480.
(II) CHROME(0): ViaValidMode: Validating 720x480 (Clock: 25200)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): TV standard is PAL. This is a NTSC mode.
(II) CHROME(0): Mode "720x480" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "720x480" (unknown reason)
(II) CHROME(0): ViaValidMode: Validating 720x576 (Clock: 28500)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): VT1622ModeIndex
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480:720x576.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480:720x576.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600:720x576.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600:720x576.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768:720x576.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768:720x576.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480:720x576.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480:720x576.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480:720x576.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576:720x576.
(II) CHROME(0): ViaValidMode: Validating 640x480Over (Clock: 20160)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): TV standard is PAL. This is a NTSC mode.
(II) CHROME(0): Mode "640x480Over" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "640x480Over" (unknown reason)
(II) CHROME(0): ViaValidMode: Validating 640x480Over (Clock: 21000)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): VT1622ModeIndex
(WW) CHROME(0): width=640:640, height=480:480, std=1:2,
name=640x480:640x480Over.
(WW) CHROME(0): width=640:640, height=480:480, std=2:2,
name=640x480:640x480Over.
(WW) CHROME(0): width=800:640, height=600:480, std=1:2,
name=800x600:640x480Over.
(WW) CHROME(0): width=800:640, height=600:480, std=2:2,
name=800x600:640x480Over.
(WW) CHROME(0): width=1024:640, height=768:480, std=1:2,
name=1024x768:640x480Over.
(WW) CHROME(0): width=1024:640, height=768:480, std=2:2,
name=1024x768:640x480Over.
(WW) CHROME(0): width=848:640, height=480:480, std=1:2,
name=848x480:640x480Over.
(WW) CHROME(0): width=848:640, height=480:480, std=2:2,
name=848x480:640x480Over.
(WW) CHROME(0): width=720:640, height=480:480, std=1:2,
name=720x480:640x480Over.
(WW) CHROME(0): width=720:640, height=576:480, std=2:2,
name=720x576:640x480Over.
(WW) CHROME(0): width=640:640, height=480:480, std=1:2,
name=640x480Over:640x480Over.
(WW) CHROME(0): width=640:640, height=480:480, std=2:2,
name=640x480Over:640x480Over.
(II) CHROME(0): ViaValidMode: Validating 800x600Over (Clock: 35910)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): TV standard is PAL. This is a NTSC mode.
(II) CHROME(0): Mode "800x600Over" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "800x600Over" (unknown reason)
(II) CHROME(0): ViaValidMode: Validating 800x600Over (Clock: 32500)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): VT1622ModeIndex
(WW) CHROME(0): width=640:800, height=480:600, std=1:2,
name=640x480:800x600Over.
(WW) CHROME(0): width=640:800, height=480:600, std=2:2,
name=640x480:800x600Over.
(WW) CHROME(0): width=800:800, height=600:600, std=1:2,
name=800x600:800x600Over.
(WW) CHROME(0): width=800:800, height=600:600, std=2:2,
name=800x600:800x600Over.
(WW) CHROME(0): width=1024:800, height=768:600, std=1:2,
name=1024x768:800x600Over.
(WW) CHROME(0): width=1024:800, height=768:600, std=2:2,
name=1024x768:800x600Over.
(WW) CHROME(0): width=848:800, height=480:600, std=1:2,
name=848x480:800x600Over.
(WW) CHROME(0): width=848:800, height=480:600, std=2:2,
name=848x480:800x600Over.
(WW) CHROME(0): width=720:800, height=480:600, std=1:2,
name=720x480:800x600Over.
(WW) CHROME(0): width=720:800, height=576:600, std=2:2,
name=720x576:800x600Over.
(WW) CHROME(0): width=640:800, height=480:600, std=1:2,
name=640x480Over:800x600Over.
(WW) CHROME(0): width=640:800, height=480:600, std=2:2,
name=640x480Over:800x600Over.
(WW) CHROME(0): width=800:800, height=600:600, std=1:2,
name=800x600Over:800x600Over.
(WW) CHROME(0): width=800:800, height=600:600, std=2:2,
name=800x600Over:800x600Over.
(II) CHROME(0): ViaValidMode: Validating 1024x768Over (Clock: 50400)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): TV standard is PAL. This is a NTSC mode.
(II) CHROME(0): Mode "1024x768Over" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "1024x768Over" (unknown reason)
(II) CHROME(0): ViaValidMode: Validating 1024x768Over (Clock: 49500)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): VT1622ModeIndex
(WW) CHROME(0): width=640:1024, height=480:768, std=1:2,
name=640x480:1024x768Over.
(WW) CHROME(0): width=640:1024, height=480:768, std=2:2,
name=640x480:1024x768Over.
(WW) CHROME(0): width=800:1024, height=600:768, std=1:2,
name=800x600:1024x768Over.
(WW) CHROME(0): width=800:1024, height=600:768, std=2:2,
name=800x600:1024x768Over.
(WW) CHROME(0): width=1024:1024, height=768:768, std=1:2,
name=1024x768:1024x768Over.
(WW) CHROME(0): width=1024:1024, height=768:768, std=2:2,
name=1024x768:1024x768Over.
(WW) CHROME(0): width=848:1024, height=480:768, std=1:2,
name=848x480:1024x768Over.
(WW) CHROME(0): width=848:1024, height=480:768, std=2:2,
name=848x480:1024x768Over.
(WW) CHROME(0): width=720:1024, height=480:768, std=1:2,
name=720x480:1024x768Over.
(WW) CHROME(0): width=720:1024, height=576:768, std=2:2,
name=720x576:1024x768Over.
(WW) CHROME(0): width=640:1024, height=480:768, std=1:2,
name=640x480Over:1024x768Over.
(WW) CHROME(0): width=640:1024, height=480:768, std=2:2,
name=640x480Over:1024x768Over.
(WW) CHROME(0): width=800:1024, height=600:768, std=1:2,
name=800x600Over:1024x768Over.
(WW) CHROME(0): width=800:1024, height=600:768, std=2:2,
name=800x600Over:1024x768Over.
(WW) CHROME(0): width=1024:1024, height=768:768, std=1:2,
name=1024x768Over:1024x768Over.
(WW) CHROME(0): width=1024:1024, height=768:768, std=2:2,
name=1024x768Over:1024x768Over.
(II) CHROME(0): ViaValidMode: Validating 848x480Over (Clock: 27720)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): TV standard is PAL. This is a NTSC mode.
(II) CHROME(0): Mode "848x480Over" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "848x480Over" (unknown reason)
(II) CHROME(0): ViaValidMode: Validating 848x480Over (Clock: 33000)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): VT1622ModeIndex
(WW) CHROME(0): width=640:848, height=480:480, std=1:2,
name=640x480:848x480Over.
(WW) CHROME(0): width=640:848, height=480:480, std=2:2,
name=640x480:848x480Over.
(WW) CHROME(0): width=800:848, height=600:480, std=1:2,
name=800x600:848x480Over.
(WW) CHROME(0): width=800:848, height=600:480, std=2:2,
name=800x600:848x480Over.
(WW) CHROME(0): width=1024:848, height=768:480, std=1:2,
name=1024x768:848x480Over.
(WW) CHROME(0): width=1024:848, height=768:480, std=2:2,
name=1024x768:848x480Over.
(WW) CHROME(0): width=848:848, height=480:480, std=1:2,
name=848x480:848x480Over.
(WW) CHROME(0): width=848:848, height=480:480, std=2:2,
name=848x480:848x480Over.
(WW) CHROME(0): width=720:848, height=480:480, std=1:2,
name=720x480:848x480Over.
(WW) CHROME(0): width=720:848, height=576:480, std=2:2,
name=720x576:848x480Over.
(WW) CHROME(0): width=640:848, height=480:480, std=1:2,
name=640x480Over:848x480Over.
(WW) CHROME(0): width=640:848, height=480:480, std=2:2,
name=640x480Over:848x480Over.
(WW) CHROME(0): width=800:848, height=600:480, std=1:2,
name=800x600Over:848x480Over.
(WW) CHROME(0): width=800:848, height=600:480, std=2:2,
name=800x600Over:848x480Over.
(WW) CHROME(0): width=1024:848, height=768:480, std=1:2,
name=1024x768Over:848x480Over.
(WW) CHROME(0): width=1024:848, height=768:480, std=2:2,
name=1024x768Over:848x480Over.
(WW) CHROME(0): width=848:848, height=480:480, std=1:2,
name=848x480Over:848x480Over.
(WW) CHROME(0): width=848:848, height=480:480, std=2:2,
name=848x480Over:848x480Over.
(II) CHROME(0): ViaValidMode: Validating 720x480Over (Clock: 21000)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): TV standard is PAL. This is a NTSC mode.
(II) CHROME(0): Mode "720x480Over" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "720x480Over" (unknown reason)
(II) CHROME(0): ViaValidMode: Validating 720x576Over (Clock: 30000)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): VT1622ModeIndex
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480:720x576Over.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480:720x576Over.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600:720x576Over.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600:720x576Over.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768:720x576Over.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768:720x576Over.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480:720x576Over.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480:720x576Over.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480:720x576Over.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576:720x576Over.
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480Over:720x576Over.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480Over:720x576Over.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600Over:720x576Over.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600Over:720x576Over.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768Over:720x576Over.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768Over:720x576Over.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480Over:720x576Over.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480Over:720x576Over.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Over:720x576Over.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Over:720x576Over.
(II) CHROME(0): ViaValidMode: Validating 720x480Noscale (Clock: 27972)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): TV standard is PAL. This is a NTSC mode.
(II) CHROME(0): Mode "720x480Noscale" is not supported by TV encoder.
(II) CHROME(0): Not using default mode "720x480Noscale" (unknown reason)
(II) CHROME(0): ViaValidMode: Validating 720x576Noscale (Clock: 28000)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): VT1622ModeIndex
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Noscale:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Noscale:720x576Noscale.
(II) CHROME(0): ViaValidMode: Validating 720x576Noscale (Clock: 28000)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): VT1622ModeIndex
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Noscale:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Noscale:720x576Noscale.
(II) CHROME(0): Not using default mode "1024x768" (width too large for
virtual size)
(II) CHROME(0): Not using default mode "1024x768Over" (width too large
for virtual size)
(II) CHROME(0): Not using default mode "800x600" (width too large for
virtual size)
(II) CHROME(0): Not using default mode "800x600Over" (width too large
for virtual size)
(II) CHROME(0): ViaValidMode: Validating 720x576Over (Clock: 30000)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): VT1622ModeIndex
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480:720x576Over.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480:720x576Over.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600:720x576Over.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600:720x576Over.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768:720x576Over.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768:720x576Over.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480:720x576Over.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480:720x576Over.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480:720x576Over.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576:720x576Over.
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480Over:720x576Over.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480Over:720x576Over.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600Over:720x576Over.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600Over:720x576Over.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768Over:720x576Over.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768Over:720x576Over.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480Over:720x576Over.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480Over:720x576Over.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Over:720x576Over.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Over:720x576Over.
(II) CHROME(0): Not using default mode "848x480" (width too large for
virtual size)
(II) CHROME(0): Not using default mode "848x480Over" (width too large
for virtual size)
(II) CHROME(0): ViaValidMode: Validating 640x480 (Clock: 30000)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): VT1622ModeIndex
(WW) CHROME(0): width=640:640, height=480:480, std=1:2,
name=640x480:640x480.
(WW) CHROME(0): width=640:640, height=480:480, std=2:2,
name=640x480:640x480.
(II) CHROME(0): ViaValidMode: Validating 640x480Over (Clock: 21000)
(II) CHROME(0): ViaFirstCRTCModeValid
(II) CHROME(0): VT1622ModeValid
(II) CHROME(0): VT1622ModeIndex
(WW) CHROME(0): width=640:640, height=480:480, std=1:2,
name=640x480:640x480Over.
(WW) CHROME(0): width=640:640, height=480:480, std=2:2,
name=640x480:640x480Over.
(WW) CHROME(0): width=800:640, height=600:480, std=1:2,
name=800x600:640x480Over.
(WW) CHROME(0): width=800:640, height=600:480, std=2:2,
name=800x600:640x480Over.
(WW) CHROME(0): width=1024:640, height=768:480, std=1:2,
name=1024x768:640x480Over.
(WW) CHROME(0): width=1024:640, height=768:480, std=2:2,
name=1024x768:640x480Over.
(WW) CHROME(0): width=848:640, height=480:480, std=1:2,
name=848x480:640x480Over.
(WW) CHROME(0): width=848:640, height=480:480, std=2:2,
name=848x480:640x480Over.
(WW) CHROME(0): width=720:640, height=480:480, std=1:2,
name=720x480:640x480Over.
(WW) CHROME(0): width=720:640, height=576:480, std=2:2,
name=720x576:640x480Over.
(WW) CHROME(0): width=640:640, height=480:480, std=1:2,
name=640x480Over:640x480Over.
(WW) CHROME(0): width=640:640, height=480:480, std=2:2,
name=640x480Over:640x480Over.
(--) CHROME(0): Virtual size is 720x576 (pitch 720)
(**) CHROME(0): *Default mode "720x576Noscale": 28.0 MHz (scaled from
0.0 MHz), 31.2 kHz, 50.0 Hz
(II) CHROME(0): Modeline "720x576Noscale"x50.0   28.00  720 728 864 896
 576 576 579 625 -hsync -vsync (31.2 kHz)
(**) CHROME(0):  Default mode "720x576Over": 30.0 MHz (scaled from 0.0
MHz), 30.0 kHz, 50.0 Hz
(II) CHROME(0): Modeline "720x576Over"x50.0   30.00  720 728 864 1000
576 576 579 600 -hsync +vsync (30.0 kHz)
(**) CHROME(0):  Default mode "640x480": 30.0 MHz (scaled from 0.0 MHz),
30.0 kHz, 50.0 Hz
(II) CHROME(0): Modeline "640x480"x50.0   30.00  640 680 808 1000  480
520 523 600 -hsync -vsync (30.0 kHz)
(**) CHROME(0):  Default mode "640x480Over": 21.0 MHz (scaled from 0.0
MHz), 25.0 kHz, 50.0 Hz
(II) CHROME(0): Modeline "640x480Over"x50.0   21.00  640 664 792 840
480 485 491 500 -hsync -vsync (25.0 kHz)
(++) CHROME(0): DPI set to (100, 100)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.6.5, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
	compiled for 1.6.5, module version = 1.2.1
	ABI class: X.Org Video Driver, version 5.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(II) CHROME(0): VIAUnmapMem
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
(II) CHROME(0): VIAScreenInit
(II) CHROME(0): VIAMapFB
(--) CHROME(0): mapping framebuffer @ 0xe4000000 with size 0x4000000
(--) CHROME(0): Frame buffer start: 0xb3920000, free start: 0x195000
end: 0x4000000
(II) CHROME(0): VIAMapMMIO
(--) CHROME(0): mapping MMIO @ 0xe8000000 with size 0x9000
(--) CHROME(0): mapping BitBlt MMIO @ 0xe8200000 with size 0x200000
(II) CHROME(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is
0x0000
(II) CHROME(0): VIASave
(II) CHROME(0): Primary
(II) CHROME(0): Primary Adapter! saving VGA_SR_ALL !!
(II) CHROME(0): Non-Primary Adapter! saving VGA_SR_MODE only !!
(II) CHROME(0): Crtc...
(II) CHROME(0): TVSave...
(II) CHROME(0): VT162xSave
(II) CHROME(0): VIAWriteMode
(II) CHROME(0): ViaModePrimaryLegacy
(II) CHROME(0): Name: 720x576Noscale
(II) CHROME(0): Clock: 28000
(II) CHROME(0): VRefresh: 50.000000
(II) CHROME(0): HSync: 31.250000
(II) CHROME(0): HDisplay: 720
(II) CHROME(0): HSyncStart: 728
(II) CHROME(0): HSyncEnd: 864
(II) CHROME(0): HTotal: 896
(II) CHROME(0): HSkew: 0
(II) CHROME(0): VDisplay: 576
(II) CHROME(0): VSyncStart: 576
(II) CHROME(0): VSyncEnd: 579
(II) CHROME(0): VTotal: 625
(II) CHROME(0): VScan: 0
(II) CHROME(0): Flags: 10
(II) CHROME(0): CrtcHDisplay: 0x2d0
(II) CHROME(0): CrtcHBlankStart: 0x2d0
(II) CHROME(0): CrtcHSyncStart: 0x2d8
(II) CHROME(0): CrtcHSyncEnd: 0x360
(II) CHROME(0): CrtcHBlankEnd: 0x380
(II) CHROME(0): CrtcHTotal: 0x380
(II) CHROME(0): CrtcHSkew: 0x0
(II) CHROME(0): CrtcVDisplay: 0x240
(II) CHROME(0): CrtcVBlankStart: 0x240
(II) CHROME(0): CrtcVSyncStart: 0x240
(II) CHROME(0): CrtcVSyncEnd: 0x243
(II) CHROME(0): CrtcVBlankEnd: 0x271
(II) CHROME(0): CrtcVTotal: 0x271
(II) CHROME(0): ViaFirstCRTCSetMode
(II) CHROME(0): Setting up 720x576Noscale
(II) CHROME(0): ViaComputeDotClock 28000 : 0000 : 862f
(II) CHROME(0): ViaSetDotclock to 0x00871c
(II) CHROME(0): ViaSetUseExternalClock
(II) CHROME(0): VT1622ModeI2C
(II) CHROME(0): VT1622ModeIndex
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Noscale:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Noscale:720x576Noscale.
(II) CHROME(0): This mode does not currently support DotCrawl suppression.
(II) CHROME(0): VT1622ModeCrtc
(II) CHROME(0): VT1622ModeIndex
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Noscale:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Noscale:720x576Noscale.
(II) CHROME(0): ViaSetTVClockSource
(II) CHROME(0): ViaSetPrimaryFIFO
(II) CHROME(0): ViaSetPrimaryExpireNumber
(II) CHROME(0): ViaSetDotclock to 0x00871c
(II) CHROME(0): VIAAdjustFrame 0x0
(II) CHROME(0): VIAAdjustFrame 0x0
(II) CHROME(0): - Blanked
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: node name is /dev/dri/card0
drmOpenByBusid: Searching for BusID PCI:1:0:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 12, (OK)
drmOpenByBusid: drmOpenMinor returns 12
drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
(II) [drm] loaded kernel module for "via" driver.
(II) [drm] DRM interface version 1.3
(II) [drm] DRM open master succeeded.
(II) CHROME(0): [drm] Using the DRM lock SAREA also for drawables.
(II) CHROME(0): [drm] framebuffer handle = 0xe4000000
(II) CHROME(0): [drm] added 1 reserved context for kernel
(II) CHROME(0): X context handle = 0x1
(II) CHROME(0): [drm] installed DRM signal handler
(II) CHROME(0): [dri] visual configs initialized.
(II) CHROME(0): [drm] register handle = 0xe8000000
(II) CHROME(0): [drm] framebuffer handle = 0xe4000000
(II) CHROME(0): [drm] mmio Registers = 0xe8000000
(II) CHROME(0): [dri] mmio mapped.
(II) CHROME(0): - Visuals set up
(II) CHROME(0): VIAInternalScreenInit
(II) CHROME(0): - B & W
(II) CHROME(0): CursorStart: 0x3fc0000
(II) CHROME(0): Frame Buffer From (0,0) To (720,2304)
(II) CHROME(0): Using 1728 lines for offscreen memory.
(II) CHROME(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	8x8 mono pattern filled rectangles
	8x8 color pattern filled rectangles
	Solid Lines
	Dashed Lines
	Image Writes
	Setting up tile and stipple cache:
		32 128x128 slots
		8 256x256 slots
		32 8x8 color pattern slots
(==) CHROME(0): Backing store disabled
(II) CHROME(0): - Backing store set up
(II) CHROME(0): - SW cursor set up
(II) CHROME(0): VIAHWCursorInit
(II) CHROME(0): - Def Color map set up
(II) CHROME(0): VIALoadPalette: numColors: 256
(II) CHROME(0): VIALoadRgbLut
(II) CHROME(0): - Palette loaded
(II) CHROME(0): DPMS enabled
(II) CHROME(0): - DPMS set up
(II) CHROME(0): - Color maps etc. set up
(II) CHROME(0): [drm] Detected AGP vendor 0x1106, device 0x3123
(II) CHROME(0): [drm] Didn't find any AGP v3 compatible device. Trying
AGP 4X mode.
(II) CHROME(0): [drm] Trying to enable AGP fast writes.
(II) CHROME(0): [drm] drmAgpEnabled succeeded
(II) CHROME(0): [drm] agpAddr = 0xe0000000
(II) CHROME(0): [drm] agpBase = (nil)
(II) CHROME(0): [drm] agpAddr = 0xe0000000
(II) CHROME(0): [drm] agpSize = 0x01e00000
(II) CHROME(0): [drm] agp physical addr = 0x00000000
(II) CHROME(0): [dri] Using AGP.
(II) CHROME(0): [drm] Using 60205408 bytes for DRM memory heap.
(II) CHROME(0): [dri] Frame buffer initialized.
(II) CHROME(0): [DRI] installation complete
(II) CHROME(0): [dri] Kernel data initialized.
(II) CHROME(0): [drm] Initialized AGP ring-buffer, size 0x200000 at AGP
offset 0x1e00000.
(II) CHROME(0): direct rendering enabled
(II) CHROME(0): [Xv] Using PCI DMA for Xv image transfer.
Fulfilled via DRI at 6638464
(II) CHROME(0): Benchmarking video copy.  Less time is better.
(--) CHROME(0): Timed   libc YUV420 copy... 3235515. Throughput: 183.3
MiB/s.
(--) CHROME(0): Timed kernel YUV420 copy... 3217098. Throughput: 184.4
MiB/s.
(--) CHROME(0): Timed    SSE YUV420 copy... 1648553. Throughput: 359.8
MiB/s.
(--) CHROME(0): Timed    MMX YUV420 copy... 2977822. Throughput: 199.2
MiB/s.
(--) CHROME(0): Ditching 3DNow! YUV420 copy. Not supported by CPU.
(--) CHROME(0): Timed   MMX2 YUV420 copy... 1692528. Throughput: 350.4
MiB/s.
Freed 6638464 (pool 2)
(--) CHROME(0): Using SSE YUV42X copy for video.
(II) CHROME(0): [XvMC] Registering chromeXvMC.
(II) CHROME(0): [XvMC] Initialized XvMC extension.
(WW) CHROME(0): Option "NoDPMS" is not used
(II) CHROME(0): - Done
(==) RandR enabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
SELinux: Disabled on system, not enabling in X server
(II) AIGLX: Screen 0 is not DRI2 capable
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 13, (OK)
drmOpenByBusid: Searching for BusID PCI:1:0:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 13, (OK)
drmOpenByBusid: drmOpenMinor returns 13
drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
(II) AIGLX: enabled GLX_SGI_make_current_read
(II) AIGLX: Loaded and initialized /usr/lib/dri/unichrome_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(II) config/hal: Adding input device AT Translated Set 2 keyboard
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
	compiled for 1.6.3, module version = 2.2.5
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 4.0
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard"
(type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "de"
(**) Option "xkb_variant" "nodeadkeys"
(**) Option "xkb_options" "nodeadkeys"
(II) config/hal: Adding input device cx88 IR (TerraTec Cinergy 1400
(**) cx88 IR (TerraTec Cinergy 1400: always reports core events
(**) cx88 IR (TerraTec Cinergy 1400: Device: "/dev/input/event5"
(II) cx88 IR (TerraTec Cinergy 1400: Found keys
(II) cx88 IR (TerraTec Cinergy 1400: Configuring as keyboard
(II) XINPUT: Adding extended input device "cx88 IR (TerraTec Cinergy
1400" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "de"
(**) Option "xkb_variant" "nodeadkeys"
(**) Option "xkb_options" "nodeadkeys"
(II) config/hal: Adding input device cx88 IR (TerraTec Cinergy 1400
(**) cx88 IR (TerraTec Cinergy 1400: always reports core events
(**) cx88 IR (TerraTec Cinergy 1400: Device: "/dev/input/event4"
(II) cx88 IR (TerraTec Cinergy 1400: Found keys
(II) cx88 IR (TerraTec Cinergy 1400: Configuring as keyboard
(II) XINPUT: Adding extended input device "cx88 IR (TerraTec Cinergy
1400" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "de"
(**) Option "xkb_variant" "nodeadkeys"
(**) Option "xkb_options" "nodeadkeys"
(II) config/hal: Adding input device Logitech USB Receiver
(**) Logitech USB Receiver: always reports core events
(**) Logitech USB Receiver: Device: "/dev/input/event7"
(II) Logitech USB Receiver: Found 20 mouse buttons
(II) Logitech USB Receiver: Found x and y relative axes
(II) Logitech USB Receiver: Found scroll wheel(s)
(II) Logitech USB Receiver: Found keys
(II) Logitech USB Receiver: Configuring as mouse
(II) Logitech USB Receiver: Configuring as keyboard
(**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
(**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia:
10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Logitech USB Receiver" (type:
KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "de"
(**) Option "xkb_variant" "nodeadkeys"
(**) Option "xkb_options" "nodeadkeys"
(**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
(**) Logitech USB Receiver: (accel) filter chain progression: 2.00
(**) Logitech USB Receiver: (accel) filter stage 0: 20.00 ms
(**) Logitech USB Receiver: (accel) set acceleration profile 0
(II) Logitech USB Receiver: initialized for relative axes.
(II) config/hal: Adding input device Logitech USB Receiver
(**) Logitech USB Receiver: always reports core events
(**) Logitech USB Receiver: Device: "/dev/input/event6"
(II) Logitech USB Receiver: Found keys
(II) Logitech USB Receiver: Configuring as keyboard
(II) XINPUT: Adding extended input device "Logitech USB Receiver" (type:
KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "de"
(**) Option "xkb_variant" "nodeadkeys"
(**) Option "xkb_options" "nodeadkeys"
(II) config/hal: Adding input device Power Button
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event1"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "de"
(**) Option "xkb_variant" "nodeadkeys"
(**) Option "xkb_options" "nodeadkeys"
(II) config/hal: Adding input device Power Button
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event2"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "de"
(**) Option "xkb_variant" "nodeadkeys"
(**) Option "xkb_options" "nodeadkeys"
(II) CHROME(0): ViaTVPower: On.
(II) CHROME(0): VT1622Power
(II) AIGLX: Suspending AIGLX clients for VT switch
(II) CHROME(0): VIALeaveVT
(II) CHROME(0): [drm] Cleaning up DMA ring-buffer.
(II) CHROME(0): VIARestore
(II) CHROME(0): VT162xRestore
(II) CHROME(0): ViaDisablePrimaryFIFO
(II) Open ACPI successful (/var/run/acpid.socket)
(II) AIGLX: Resuming AIGLX clients after VT switch
(II) CHROME(0): VIAEnterVT
(II) CHROME(0): VIASave
(II) CHROME(0): Primary
(II) CHROME(0): Primary Adapter! saving VGA_SR_ALL !!
(II) CHROME(0): Non-Primary Adapter! saving VGA_SR_MODE only !!
(II) CHROME(0): Crtc...
(II) CHROME(0): TVSave...
(II) CHROME(0): VT162xSave
(II) CHROME(0): VIAWriteMode
(II) CHROME(0): ViaModePrimaryLegacy
(II) CHROME(0): Name: 720x576Noscale
(II) CHROME(0): Clock: 28000
(II) CHROME(0): VRefresh: 50.000000
(II) CHROME(0): HSync: 31.250000
(II) CHROME(0): HDisplay: 720
(II) CHROME(0): HSyncStart: 728
(II) CHROME(0): HSyncEnd: 864
(II) CHROME(0): HTotal: 896
(II) CHROME(0): HSkew: 0
(II) CHROME(0): VDisplay: 576
(II) CHROME(0): VSyncStart: 576
(II) CHROME(0): VSyncEnd: 579
(II) CHROME(0): VTotal: 625
(II) CHROME(0): VScan: 0
(II) CHROME(0): Flags: 10
(II) CHROME(0): CrtcHDisplay: 0x2d0
(II) CHROME(0): CrtcHBlankStart: 0x2d0
(II) CHROME(0): CrtcHSyncStart: 0x2d8
(II) CHROME(0): CrtcHSyncEnd: 0x360
(II) CHROME(0): CrtcHBlankEnd: 0x380
(II) CHROME(0): CrtcHTotal: 0x380
(II) CHROME(0): CrtcHSkew: 0x0
(II) CHROME(0): CrtcVDisplay: 0x240
(II) CHROME(0): CrtcVBlankStart: 0x240
(II) CHROME(0): CrtcVSyncStart: 0x240
(II) CHROME(0): CrtcVSyncEnd: 0x243
(II) CHROME(0): CrtcVBlankEnd: 0x271
(II) CHROME(0): CrtcVTotal: 0x271
(II) CHROME(0): ViaFirstCRTCSetMode
(II) CHROME(0): Setting up 720x576Noscale
(II) CHROME(0): ViaComputeDotClock 28000 : 0000 : 862f
(II) CHROME(0): ViaSetDotclock to 0x00871c
(II) CHROME(0): ViaSetUseExternalClock
(II) CHROME(0): VT1622ModeI2C
(II) CHROME(0): VT1622ModeIndex
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Noscale:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Noscale:720x576Noscale.
(II) CHROME(0): This mode does not currently support DotCrawl suppression.
(II) CHROME(0): VT1622ModeCrtc
(II) CHROME(0): VT1622ModeIndex
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Noscale:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Noscale:720x576Noscale.
(II) CHROME(0): ViaSetTVClockSource
(II) CHROME(0): ViaSetPrimaryFIFO
(II) CHROME(0): ViaSetPrimaryExpireNumber
(II) CHROME(0): ViaSetDotclock to 0x00871c
(II) CHROME(0): VIAAdjustFrame 0x0
(II) CHROME(0): [drm] Initialized AGP ring-buffer, size 0x200000 at AGP
offset 0x1e00000.
(II) CHROME(0): VIALoadPalette: numColors: 256
(II) CHROME(0): VIALoadRgbLut
(II) AT Translated Set 2 keyboard: Device reopened after 1 attempts.
(II) cx88 IR (TerraTec Cinergy 1400: Device reopened after 1 attempts.
(II) cx88 IR (TerraTec Cinergy 1400: Device reopened after 1 attempts.
(II) Logitech USB Receiver: Device reopened after 1 attempts.
(II) Logitech USB Receiver: Device reopened after 1 attempts.
(II) Power Button: Device reopened after 1 attempts.
(II) Power Button: Device reopened after 1 attempts.
(II) AIGLX: Suspending AIGLX clients for VT switch
(II) CHROME(0): VIALeaveVT
(II) CHROME(0): [drm] Cleaning up DMA ring-buffer.
(II) CHROME(0): VIARestore
(II) CHROME(0): VT162xRestore
(II) CHROME(0): ViaDisablePrimaryFIFO
(II) Open ACPI successful (/var/run/acpid.socket)
(II) AIGLX: Resuming AIGLX clients after VT switch
(II) CHROME(0): VIAEnterVT
(II) CHROME(0): VIASave
(II) CHROME(0): Primary
(II) CHROME(0): Primary Adapter! saving VGA_SR_ALL !!
(II) CHROME(0): Non-Primary Adapter! saving VGA_SR_MODE only !!
(II) CHROME(0): Crtc...
(II) CHROME(0): TVSave...
(II) CHROME(0): VT162xSave
(II) CHROME(0): VIAWriteMode
(II) CHROME(0): ViaModePrimaryLegacy
(II) CHROME(0): Name: 720x576Noscale
(II) CHROME(0): Clock: 28000
(II) CHROME(0): VRefresh: 50.000000
(II) CHROME(0): HSync: 31.250000
(II) CHROME(0): HDisplay: 720
(II) CHROME(0): HSyncStart: 728
(II) CHROME(0): HSyncEnd: 864
(II) CHROME(0): HTotal: 896
(II) CHROME(0): HSkew: 0
(II) CHROME(0): VDisplay: 576
(II) CHROME(0): VSyncStart: 576
(II) CHROME(0): VSyncEnd: 579
(II) CHROME(0): VTotal: 625
(II) CHROME(0): VScan: 0
(II) CHROME(0): Flags: 10
(II) CHROME(0): CrtcHDisplay: 0x2d0
(II) CHROME(0): CrtcHBlankStart: 0x2d0
(II) CHROME(0): CrtcHSyncStart: 0x2d8
(II) CHROME(0): CrtcHSyncEnd: 0x360
(II) CHROME(0): CrtcHBlankEnd: 0x380
(II) CHROME(0): CrtcHTotal: 0x380
(II) CHROME(0): CrtcHSkew: 0x0
(II) CHROME(0): CrtcVDisplay: 0x240
(II) CHROME(0): CrtcVBlankStart: 0x240
(II) CHROME(0): CrtcVSyncStart: 0x240
(II) CHROME(0): CrtcVSyncEnd: 0x243
(II) CHROME(0): CrtcVBlankEnd: 0x271
(II) CHROME(0): CrtcVTotal: 0x271
(II) CHROME(0): ViaFirstCRTCSetMode
(II) CHROME(0): Setting up 720x576Noscale
(II) CHROME(0): ViaComputeDotClock 28000 : 0000 : 862f
(II) CHROME(0): ViaSetDotclock to 0x00871c
(II) CHROME(0): ViaSetUseExternalClock
(II) CHROME(0): VT1622ModeI2C
(II) CHROME(0): VT1622ModeIndex
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Noscale:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Noscale:720x576Noscale.
(II) CHROME(0): This mode does not currently support DotCrawl suppression.
(II) CHROME(0): VT1622ModeCrtc
(II) CHROME(0): VT1622ModeIndex
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Noscale:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Noscale:720x576Noscale.
(II) CHROME(0): ViaSetTVClockSource
(II) CHROME(0): ViaSetPrimaryFIFO
(II) CHROME(0): ViaSetPrimaryExpireNumber
(II) CHROME(0): ViaSetDotclock to 0x00871c
(II) CHROME(0): VIAAdjustFrame 0x0
(II) CHROME(0): [drm] Initialized AGP ring-buffer, size 0x200000 at AGP
offset 0x1e00000.
(II) CHROME(0): VIALoadPalette: numColors: 256
(II) CHROME(0): VIALoadRgbLut
(II) AT Translated Set 2 keyboard: Device reopened after 1 attempts.
(II) cx88 IR (TerraTec Cinergy 1400: Device reopened after 1 attempts.
(II) cx88 IR (TerraTec Cinergy 1400: Device reopened after 1 attempts.
(II) Logitech USB Receiver: Device reopened after 1 attempts.
(II) Logitech USB Receiver: Device reopened after 1 attempts.
(II) Power Button: Device reopened after 1 attempts.
(II) Power Button: Device reopened after 1 attempts.
(II) AIGLX: Suspending AIGLX clients for VT switch
(II) CHROME(0): VIALeaveVT
(II) CHROME(0): [drm] Cleaning up DMA ring-buffer.
(II) CHROME(0): VIARestore
(II) CHROME(0): VT162xRestore
(II) CHROME(0): ViaDisablePrimaryFIFO
(II) Open ACPI successful (/var/run/acpid.socket)
(II) AIGLX: Resuming AIGLX clients after VT switch
(II) CHROME(0): VIAEnterVT
(II) CHROME(0): VIASave
(II) CHROME(0): Primary
(II) CHROME(0): Primary Adapter! saving VGA_SR_ALL !!
(II) CHROME(0): Non-Primary Adapter! saving VGA_SR_MODE only !!
(II) CHROME(0): Crtc...
(II) CHROME(0): TVSave...
(II) CHROME(0): VT162xSave
(II) CHROME(0): VIAWriteMode
(II) CHROME(0): ViaModePrimaryLegacy
(II) CHROME(0): Name: 720x576Noscale
(II) CHROME(0): Clock: 28000
(II) CHROME(0): VRefresh: 50.000000
(II) CHROME(0): HSync: 31.250000
(II) CHROME(0): HDisplay: 720
(II) CHROME(0): HSyncStart: 728
(II) CHROME(0): HSyncEnd: 864
(II) CHROME(0): HTotal: 896
(II) CHROME(0): HSkew: 0
(II) CHROME(0): VDisplay: 576
(II) CHROME(0): VSyncStart: 576
(II) CHROME(0): VSyncEnd: 579
(II) CHROME(0): VTotal: 625
(II) CHROME(0): VScan: 0
(II) CHROME(0): Flags: 10
(II) CHROME(0): CrtcHDisplay: 0x2d0
(II) CHROME(0): CrtcHBlankStart: 0x2d0
(II) CHROME(0): CrtcHSyncStart: 0x2d8
(II) CHROME(0): CrtcHSyncEnd: 0x360
(II) CHROME(0): CrtcHBlankEnd: 0x380
(II) CHROME(0): CrtcHTotal: 0x380
(II) CHROME(0): CrtcHSkew: 0x0
(II) CHROME(0): CrtcVDisplay: 0x240
(II) CHROME(0): CrtcVBlankStart: 0x240
(II) CHROME(0): CrtcVSyncStart: 0x240
(II) CHROME(0): CrtcVSyncEnd: 0x243
(II) CHROME(0): CrtcVBlankEnd: 0x271
(II) CHROME(0): CrtcVTotal: 0x271
(II) CHROME(0): ViaFirstCRTCSetMode
(II) CHROME(0): Setting up 720x576Noscale
(II) CHROME(0): ViaComputeDotClock 28000 : 0000 : 862f
(II) CHROME(0): ViaSetDotclock to 0x00871c
(II) CHROME(0): ViaSetUseExternalClock
(II) CHROME(0): VT1622ModeI2C
(II) CHROME(0): VT1622ModeIndex
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Noscale:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Noscale:720x576Noscale.
(II) CHROME(0): This mode does not currently support DotCrawl suppression.
(II) CHROME(0): VT1622ModeCrtc
(II) CHROME(0): VT1622ModeIndex
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Noscale:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Noscale:720x576Noscale.
(II) CHROME(0): ViaSetTVClockSource
(II) CHROME(0): ViaSetPrimaryFIFO
(II) CHROME(0): ViaSetPrimaryExpireNumber
(II) CHROME(0): ViaSetDotclock to 0x00871c
(II) CHROME(0): VIAAdjustFrame 0x0
(II) CHROME(0): [drm] Initialized AGP ring-buffer, size 0x200000 at AGP
offset 0x1e00000.
(II) CHROME(0): VIALoadPalette: numColors: 256
(II) CHROME(0): VIALoadRgbLut
(II) AT Translated Set 2 keyboard: Device reopened after 1 attempts.
(II) cx88 IR (TerraTec Cinergy 1400: Device reopened after 1 attempts.
(II) cx88 IR (TerraTec Cinergy 1400: Device reopened after 1 attempts.
(II) Logitech USB Receiver: Device reopened after 1 attempts.
(II) Logitech USB Receiver: Device reopened after 1 attempts.
(II) Power Button: Device reopened after 1 attempts.
(II) Power Button: Device reopened after 1 attempts.
(II) AIGLX: Suspending AIGLX clients for VT switch
(II) CHROME(0): VIALeaveVT
(II) CHROME(0): [drm] Cleaning up DMA ring-buffer.
(II) CHROME(0): VIARestore
(II) CHROME(0): VT162xRestore
(II) CHROME(0): ViaDisablePrimaryFIFO
(II) Open ACPI successful (/var/run/acpid.socket)
(II) AIGLX: Resuming AIGLX clients after VT switch
(II) CHROME(0): VIAEnterVT
(II) CHROME(0): VIASave
(II) CHROME(0): Primary
(II) CHROME(0): Primary Adapter! saving VGA_SR_ALL !!
(II) CHROME(0): Non-Primary Adapter! saving VGA_SR_MODE only !!
(II) CHROME(0): Crtc...
(II) CHROME(0): TVSave...
(II) CHROME(0): VT162xSave
(II) CHROME(0): VIAWriteMode
(II) CHROME(0): ViaModePrimaryLegacy
(II) CHROME(0): Name: 720x576Noscale
(II) CHROME(0): Clock: 28000
(II) CHROME(0): VRefresh: 50.000000
(II) CHROME(0): HSync: 31.250000
(II) CHROME(0): HDisplay: 720
(II) CHROME(0): HSyncStart: 728
(II) CHROME(0): HSyncEnd: 864
(II) CHROME(0): HTotal: 896
(II) CHROME(0): HSkew: 0
(II) CHROME(0): VDisplay: 576
(II) CHROME(0): VSyncStart: 576
(II) CHROME(0): VSyncEnd: 579
(II) CHROME(0): VTotal: 625
(II) CHROME(0): VScan: 0
(II) CHROME(0): Flags: 10
(II) CHROME(0): CrtcHDisplay: 0x2d0
(II) CHROME(0): CrtcHBlankStart: 0x2d0
(II) CHROME(0): CrtcHSyncStart: 0x2d8
(II) CHROME(0): CrtcHSyncEnd: 0x360
(II) CHROME(0): CrtcHBlankEnd: 0x380
(II) CHROME(0): CrtcHTotal: 0x380
(II) CHROME(0): CrtcHSkew: 0x0
(II) CHROME(0): CrtcVDisplay: 0x240
(II) CHROME(0): CrtcVBlankStart: 0x240
(II) CHROME(0): CrtcVSyncStart: 0x240
(II) CHROME(0): CrtcVSyncEnd: 0x243
(II) CHROME(0): CrtcVBlankEnd: 0x271
(II) CHROME(0): CrtcVTotal: 0x271
(II) CHROME(0): ViaFirstCRTCSetMode
(II) CHROME(0): Setting up 720x576Noscale
(II) CHROME(0): ViaComputeDotClock 28000 : 0000 : 862f
(II) CHROME(0): ViaSetDotclock to 0x00871c
(II) CHROME(0): ViaSetUseExternalClock
(II) CHROME(0): VT1622ModeI2C
(II) CHROME(0): VT1622ModeIndex
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Noscale:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Noscale:720x576Noscale.
(II) CHROME(0): This mode does not currently support DotCrawl suppression.
(II) CHROME(0): VT1622ModeCrtc
(II) CHROME(0): VT1622ModeIndex
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Noscale:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Noscale:720x576Noscale.
(II) CHROME(0): ViaSetTVClockSource
(II) CHROME(0): ViaSetPrimaryFIFO
(II) CHROME(0): ViaSetPrimaryExpireNumber
(II) CHROME(0): ViaSetDotclock to 0x00871c
(II) CHROME(0): VIAAdjustFrame 0x0
(II) CHROME(0): [drm] Initialized AGP ring-buffer, size 0x200000 at AGP
offset 0x1e00000.
(II) CHROME(0): VIALoadPalette: numColors: 256
(II) CHROME(0): VIALoadRgbLut
(II) AT Translated Set 2 keyboard: Device reopened after 1 attempts.
(II) cx88 IR (TerraTec Cinergy 1400: Device reopened after 1 attempts.
(II) cx88 IR (TerraTec Cinergy 1400: Device reopened after 1 attempts.
(II) Logitech USB Receiver: Device reopened after 1 attempts.
(II) Logitech USB Receiver: Device reopened after 1 attempts.
(II) Power Button: Device reopened after 1 attempts.
(II) Power Button: Device reopened after 1 attempts.
(II) AIGLX: Suspending AIGLX clients for VT switch
(II) CHROME(0): VIALeaveVT
(II) CHROME(0): [drm] Cleaning up DMA ring-buffer.
(II) CHROME(0): VIARestore
(II) CHROME(0): VT162xRestore
(II) CHROME(0): ViaDisablePrimaryFIFO
(II) Open ACPI successful (/var/run/acpid.socket)
(II) AIGLX: Resuming AIGLX clients after VT switch
(II) CHROME(0): VIAEnterVT
(II) CHROME(0): VIASave
(II) CHROME(0): Primary
(II) CHROME(0): Primary Adapter! saving VGA_SR_ALL !!
(II) CHROME(0): Non-Primary Adapter! saving VGA_SR_MODE only !!
(II) CHROME(0): Crtc...
(II) CHROME(0): TVSave...
(II) CHROME(0): VT162xSave
(II) CHROME(0): VIAWriteMode
(II) CHROME(0): ViaModePrimaryLegacy
(II) CHROME(0): Name: 720x576Noscale
(II) CHROME(0): Clock: 28000
(II) CHROME(0): VRefresh: 50.000000
(II) CHROME(0): HSync: 31.250000
(II) CHROME(0): HDisplay: 720
(II) CHROME(0): HSyncStart: 728
(II) CHROME(0): HSyncEnd: 864
(II) CHROME(0): HTotal: 896
(II) CHROME(0): HSkew: 0
(II) CHROME(0): VDisplay: 576
(II) CHROME(0): VSyncStart: 576
(II) CHROME(0): VSyncEnd: 579
(II) CHROME(0): VTotal: 625
(II) CHROME(0): VScan: 0
(II) CHROME(0): Flags: 10
(II) CHROME(0): CrtcHDisplay: 0x2d0
(II) CHROME(0): CrtcHBlankStart: 0x2d0
(II) CHROME(0): CrtcHSyncStart: 0x2d8
(II) CHROME(0): CrtcHSyncEnd: 0x360
(II) CHROME(0): CrtcHBlankEnd: 0x380
(II) CHROME(0): CrtcHTotal: 0x380
(II) CHROME(0): CrtcHSkew: 0x0
(II) CHROME(0): CrtcVDisplay: 0x240
(II) CHROME(0): CrtcVBlankStart: 0x240
(II) CHROME(0): CrtcVSyncStart: 0x240
(II) CHROME(0): CrtcVSyncEnd: 0x243
(II) CHROME(0): CrtcVBlankEnd: 0x271
(II) CHROME(0): CrtcVTotal: 0x271
(II) CHROME(0): ViaFirstCRTCSetMode
(II) CHROME(0): Setting up 720x576Noscale
(II) CHROME(0): ViaComputeDotClock 28000 : 0000 : 862f
(II) CHROME(0): ViaSetDotclock to 0x00871c
(II) CHROME(0): ViaSetUseExternalClock
(II) CHROME(0): VT1622ModeI2C
(II) CHROME(0): VT1622ModeIndex
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Noscale:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Noscale:720x576Noscale.
(II) CHROME(0): This mode does not currently support DotCrawl suppression.
(II) CHROME(0): VT1622ModeCrtc
(II) CHROME(0): VT1622ModeIndex
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Noscale:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Noscale:720x576Noscale.
(II) CHROME(0): ViaSetTVClockSource
(II) CHROME(0): ViaSetPrimaryFIFO
(II) CHROME(0): ViaSetPrimaryExpireNumber
(II) CHROME(0): ViaSetDotclock to 0x00871c
(II) CHROME(0): VIAAdjustFrame 0x0
(II) CHROME(0): [drm] Initialized AGP ring-buffer, size 0x200000 at AGP
offset 0x1e00000.
(II) CHROME(0): VIALoadPalette: numColors: 256
(II) CHROME(0): VIALoadRgbLut
(II) AT Translated Set 2 keyboard: Device reopened after 1 attempts.
(II) cx88 IR (TerraTec Cinergy 1400: Device reopened after 1 attempts.
(II) cx88 IR (TerraTec Cinergy 1400: Device reopened after 1 attempts.
(II) Logitech USB Receiver: Device reopened after 1 attempts.
(II) Logitech USB Receiver: Device reopened after 1 attempts.
(II) Power Button: Device reopened after 1 attempts.
(II) Power Button: Device reopened after 1 attempts.
(II) AIGLX: Suspending AIGLX clients for VT switch
(II) CHROME(0): VIALeaveVT
(II) CHROME(0): [drm] Cleaning up DMA ring-buffer.
(II) CHROME(0): VIARestore
(II) CHROME(0): VT162xRestore
(II) CHROME(0): ViaDisablePrimaryFIFO
(II) Open ACPI successful (/var/run/acpid.socket)
(II) AIGLX: Resuming AIGLX clients after VT switch
(II) CHROME(0): VIAEnterVT
(II) CHROME(0): VIASave
(II) CHROME(0): Primary
(II) CHROME(0): Primary Adapter! saving VGA_SR_ALL !!
(II) CHROME(0): Non-Primary Adapter! saving VGA_SR_MODE only !!
(II) CHROME(0): Crtc...
(II) CHROME(0): TVSave...
(II) CHROME(0): VT162xSave
(II) CHROME(0): VIAWriteMode
(II) CHROME(0): ViaModePrimaryLegacy
(II) CHROME(0): Name: 720x576Noscale
(II) CHROME(0): Clock: 28000
(II) CHROME(0): VRefresh: 50.000000
(II) CHROME(0): HSync: 31.250000
(II) CHROME(0): HDisplay: 720
(II) CHROME(0): HSyncStart: 728
(II) CHROME(0): HSyncEnd: 864
(II) CHROME(0): HTotal: 896
(II) CHROME(0): HSkew: 0
(II) CHROME(0): VDisplay: 576
(II) CHROME(0): VSyncStart: 576
(II) CHROME(0): VSyncEnd: 579
(II) CHROME(0): VTotal: 625
(II) CHROME(0): VScan: 0
(II) CHROME(0): Flags: 10
(II) CHROME(0): CrtcHDisplay: 0x2d0
(II) CHROME(0): CrtcHBlankStart: 0x2d0
(II) CHROME(0): CrtcHSyncStart: 0x2d8
(II) CHROME(0): CrtcHSyncEnd: 0x360
(II) CHROME(0): CrtcHBlankEnd: 0x380
(II) CHROME(0): CrtcHTotal: 0x380
(II) CHROME(0): CrtcHSkew: 0x0
(II) CHROME(0): CrtcVDisplay: 0x240
(II) CHROME(0): CrtcVBlankStart: 0x240
(II) CHROME(0): CrtcVSyncStart: 0x240
(II) CHROME(0): CrtcVSyncEnd: 0x243
(II) CHROME(0): CrtcVBlankEnd: 0x271
(II) CHROME(0): CrtcVTotal: 0x271
(II) CHROME(0): ViaFirstCRTCSetMode
(II) CHROME(0): Setting up 720x576Noscale
(II) CHROME(0): ViaComputeDotClock 28000 : 0000 : 862f
(II) CHROME(0): ViaSetDotclock to 0x00871c
(II) CHROME(0): ViaSetUseExternalClock
(II) CHROME(0): VT1622ModeI2C
(II) CHROME(0): VT1622ModeIndex
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Noscale:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Noscale:720x576Noscale.
(II) CHROME(0): This mode does not currently support DotCrawl suppression.
(II) CHROME(0): VT1622ModeCrtc
(II) CHROME(0): VT1622ModeIndex
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Noscale:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Noscale:720x576Noscale.
(II) CHROME(0): ViaSetTVClockSource
(II) CHROME(0): ViaSetPrimaryFIFO
(II) CHROME(0): ViaSetPrimaryExpireNumber
(II) CHROME(0): ViaSetDotclock to 0x00871c
(II) CHROME(0): VIAAdjustFrame 0x0
(II) CHROME(0): [drm] Initialized AGP ring-buffer, size 0x200000 at AGP
offset 0x1e00000.
(II) CHROME(0): VIALoadPalette: numColors: 256
(II) CHROME(0): VIALoadRgbLut
(II) AT Translated Set 2 keyboard: Device reopened after 1 attempts.
(II) cx88 IR (TerraTec Cinergy 1400: Device reopened after 1 attempts.
(II) cx88 IR (TerraTec Cinergy 1400: Device reopened after 1 attempts.
(II) Logitech USB Receiver: Device reopened after 1 attempts.
(II) Logitech USB Receiver: Device reopened after 1 attempts.
(II) Power Button: Device reopened after 1 attempts.
(II) Power Button: Device reopened after 1 attempts.
(II) AIGLX: Suspending AIGLX clients for VT switch
(II) CHROME(0): VIALeaveVT
(II) CHROME(0): [drm] Cleaning up DMA ring-buffer.
(II) CHROME(0): VIARestore
(II) CHROME(0): VT162xRestore
(II) CHROME(0): ViaDisablePrimaryFIFO
(II) Open ACPI successful (/var/run/acpid.socket)
(II) AIGLX: Resuming AIGLX clients after VT switch
(II) CHROME(0): VIAEnterVT
(II) CHROME(0): VIASave
(II) CHROME(0): Primary
(II) CHROME(0): Primary Adapter! saving VGA_SR_ALL !!
(II) CHROME(0): Non-Primary Adapter! saving VGA_SR_MODE only !!
(II) CHROME(0): Crtc...
(II) CHROME(0): TVSave...
(II) CHROME(0): VT162xSave
(II) CHROME(0): VIAWriteMode
(II) CHROME(0): ViaModePrimaryLegacy
(II) CHROME(0): Name: 720x576Noscale
(II) CHROME(0): Clock: 28000
(II) CHROME(0): VRefresh: 50.000000
(II) CHROME(0): HSync: 31.250000
(II) CHROME(0): HDisplay: 720
(II) CHROME(0): HSyncStart: 728
(II) CHROME(0): HSyncEnd: 864
(II) CHROME(0): HTotal: 896
(II) CHROME(0): HSkew: 0
(II) CHROME(0): VDisplay: 576
(II) CHROME(0): VSyncStart: 576
(II) CHROME(0): VSyncEnd: 579
(II) CHROME(0): VTotal: 625
(II) CHROME(0): VScan: 0
(II) CHROME(0): Flags: 10
(II) CHROME(0): CrtcHDisplay: 0x2d0
(II) CHROME(0): CrtcHBlankStart: 0x2d0
(II) CHROME(0): CrtcHSyncStart: 0x2d8
(II) CHROME(0): CrtcHSyncEnd: 0x360
(II) CHROME(0): CrtcHBlankEnd: 0x380
(II) CHROME(0): CrtcHTotal: 0x380
(II) CHROME(0): CrtcHSkew: 0x0
(II) CHROME(0): CrtcVDisplay: 0x240
(II) CHROME(0): CrtcVBlankStart: 0x240
(II) CHROME(0): CrtcVSyncStart: 0x240
(II) CHROME(0): CrtcVSyncEnd: 0x243
(II) CHROME(0): CrtcVBlankEnd: 0x271
(II) CHROME(0): CrtcVTotal: 0x271
(II) CHROME(0): ViaFirstCRTCSetMode
(II) CHROME(0): Setting up 720x576Noscale
(II) CHROME(0): ViaComputeDotClock 28000 : 0000 : 862f
(II) CHROME(0): ViaSetDotclock to 0x00871c
(II) CHROME(0): ViaSetUseExternalClock
(II) CHROME(0): VT1622ModeI2C
(II) CHROME(0): VT1622ModeIndex
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Noscale:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Noscale:720x576Noscale.
(II) CHROME(0): This mode does not currently support DotCrawl suppression.
(II) CHROME(0): VT1622ModeCrtc
(II) CHROME(0): VT1622ModeIndex
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Noscale:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Noscale:720x576Noscale.
(II) CHROME(0): ViaSetTVClockSource
(II) CHROME(0): ViaSetPrimaryFIFO
(II) CHROME(0): ViaSetPrimaryExpireNumber
(II) CHROME(0): ViaSetDotclock to 0x00871c
(II) CHROME(0): VIAAdjustFrame 0x0
(II) CHROME(0): [drm] Initialized AGP ring-buffer, size 0x200000 at AGP
offset 0x1e00000.
(II) CHROME(0): VIALoadPalette: numColors: 256
(II) CHROME(0): VIALoadRgbLut
(II) AT Translated Set 2 keyboard: Device reopened after 1 attempts.
(II) cx88 IR (TerraTec Cinergy 1400: Device reopened after 1 attempts.
(II) cx88 IR (TerraTec Cinergy 1400: Device reopened after 1 attempts.
(II) Logitech USB Receiver: Device reopened after 1 attempts.
(II) Logitech USB Receiver: Device reopened after 1 attempts.
(II) Power Button: Device reopened after 1 attempts.
(II) Power Button: Device reopened after 1 attempts.
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(II) Open ACPI successful (/var/run/acpid.socket)
(II) AIGLX: Suspending AIGLX clients for VT switch
(II) CHROME(0): VIALeaveVT
(II) CHROME(0): [drm] Cleaning up DMA ring-buffer.
(II) CHROME(0): VIARestore
(II) CHROME(0): VT162xRestore
(II) CHROME(0): ViaDisablePrimaryFIFO
(II) Open ACPI successful (/var/run/acpid.socket)
(II) AIGLX: Resuming AIGLX clients after VT switch
(II) CHROME(0): VIAEnterVT
(II) CHROME(0): VIASave
(II) CHROME(0): Primary
(II) CHROME(0): Primary Adapter! saving VGA_SR_ALL !!
(II) CHROME(0): Non-Primary Adapter! saving VGA_SR_MODE only !!
(II) CHROME(0): Crtc...
(II) CHROME(0): TVSave...
(II) CHROME(0): VT162xSave
(II) CHROME(0): VIAWriteMode
(II) CHROME(0): ViaModePrimaryLegacy
(II) CHROME(0): Name: 720x576Noscale
(II) CHROME(0): Clock: 28000
(II) CHROME(0): VRefresh: 50.000000
(II) CHROME(0): HSync: 31.250000
(II) CHROME(0): HDisplay: 720
(II) CHROME(0): HSyncStart: 728
(II) CHROME(0): HSyncEnd: 864
(II) CHROME(0): HTotal: 896
(II) CHROME(0): HSkew: 0
(II) CHROME(0): VDisplay: 576
(II) CHROME(0): VSyncStart: 576
(II) CHROME(0): VSyncEnd: 579
(II) CHROME(0): VTotal: 625
(II) CHROME(0): VScan: 0
(II) CHROME(0): Flags: 10
(II) CHROME(0): CrtcHDisplay: 0x2d0
(II) CHROME(0): CrtcHBlankStart: 0x2d0
(II) CHROME(0): CrtcHSyncStart: 0x2d8
(II) CHROME(0): CrtcHSyncEnd: 0x360
(II) CHROME(0): CrtcHBlankEnd: 0x380
(II) CHROME(0): CrtcHTotal: 0x380
(II) CHROME(0): CrtcHSkew: 0x0
(II) CHROME(0): CrtcVDisplay: 0x240
(II) CHROME(0): CrtcVBlankStart: 0x240
(II) CHROME(0): CrtcVSyncStart: 0x240
(II) CHROME(0): CrtcVSyncEnd: 0x243
(II) CHROME(0): CrtcVBlankEnd: 0x271
(II) CHROME(0): CrtcVTotal: 0x271
(II) CHROME(0): ViaFirstCRTCSetMode
(II) CHROME(0): Setting up 720x576Noscale
(II) CHROME(0): ViaComputeDotClock 28000 : 0000 : 862f
(II) CHROME(0): ViaSetDotclock to 0x00871c
(II) CHROME(0): ViaSetUseExternalClock
(II) CHROME(0): VT1622ModeI2C
(II) CHROME(0): VT1622ModeIndex
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Noscale:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Noscale:720x576Noscale.
(II) CHROME(0): This mode does not currently support DotCrawl suppression.
(II) CHROME(0): VT1622ModeCrtc
(II) CHROME(0): VT1622ModeIndex
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=1:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=640:720, height=480:576, std=2:2,
name=640x480Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=1:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=800:720, height=600:576, std=2:2,
name=800x600Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=1:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=1024:720, height=768:576, std=2:2,
name=1024x768Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=1:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=848:720, height=480:576, std=2:2,
name=848x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Over:720x576Noscale.
(WW) CHROME(0): width=720:720, height=480:576, std=1:2,
name=720x480Noscale:720x576Noscale.
(WW) CHROME(0): width=720:720, height=576:576, std=2:2,
name=720x576Noscale:720x576Noscale.
(II) CHROME(0): ViaSetTVClockSource
(II) CHROME(0): ViaSetPrimaryFIFO
(II) CHROME(0): ViaSetPrimaryExpireNumber
(II) CHROME(0): ViaSetDotclock to 0x00871c
(II) CHROME(0): VIAAdjustFrame 0x0
(II) CHROME(0): [drm] Initialized AGP ring-buffer, size 0x200000 at AGP
offset 0x1e00000.
(II) CHROME(0): VIALoadPalette: numColors: 256
(II) CHROME(0): VIALoadRgbLut
(II) AT Translated Set 2 keyboard: Device reopened after 1 attempts.
(II) cx88 IR (TerraTec Cinergy 1400: Device reopened after 1 attempts.
(II) cx88 IR (TerraTec Cinergy 1400: Device reopened after 1 attempts.
(II) Logitech USB Receiver: Device reopened after 1 attempts.
(II) Logitech USB Receiver: Device reopened after 1 attempts.
(II) Power Button: Device reopened after 1 attempts.
(II) Power Button: Device reopened after 1 attempts.
(II) Open ACPI successful (/var/run/acpid.socket)

udev information:
P: /devices/platform/i8042/serio0/input/input0/event0
N: input/event0
S: char/13:64
S: input/by-path/platform-i8042-serio-0-event-kbd
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio0/input/input0/event0
E: MAJOR=13
E: MINOR=64
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event0
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-0
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=nodeadkeys
E: x11_driver=evdev
E: DMI_VENDOR=VIA Technologies, Inc.
E: DEVLINKS=/dev/char/13:64
/dev/input/by-path/platform-i8042-serio-0-event-kbd

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1
N: input/event1
S: char/13:65
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1
E: MAJOR=13
E: MINOR=65
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event1
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=nodeadkeys
E: x11_driver=evdev
E: DMI_VENDOR=VIA Technologies, Inc.
E: DEVLINKS=/dev/char/13:65

P: /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2
N: input/event2
S: char/13:66
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2
E: MAJOR=13
E: MINOR=66
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event2
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=nodeadkeys
E: x11_driver=evdev
E: DMI_VENDOR=VIA Technologies, Inc.
E: DEVLINKS=/dev/char/13:66

P: /devices/platform/pcspkr/input/input3/event3
N: input/event3
S: char/13:67
S: input/by-path/platform-pcspkr-event-spkr
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/pcspkr/input/input3/event3
E: MAJOR=13
E: MINOR=67
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event3
E: ID_INPUT=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-pcspkr
E: x11_driver=evdev
E: DMI_VENDOR=VIA Technologies, Inc.
E: DEVLINKS=/dev/char/13:67 /dev/input/by-path/platform-pcspkr-event-spkr

P: /devices/pci0000:00/0000:00:13.0/input/input4/event4
N: input/event4
S: char/13:68
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:13.0/input/input4/event4
E: MAJOR=13
E: MINOR=68
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event4
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_SERIAL=noserial
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=nodeadkeys
E: x11_driver=evdev
E: DMI_VENDOR=VIA Technologies, Inc.
E: DEVLINKS=/dev/char/13:68

P: /devices/pci0000:00/0000:00:14.0/input/input5/event5
N: input/event5
S: char/13:69
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/input/input5/event5
E: MAJOR=13
E: MINOR=69
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event5
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_SERIAL=noserial
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=nodeadkeys
E: x11_driver=evdev
E: DMI_VENDOR=VIA Technologies, Inc.
E: DEVLINKS=/dev/char/13:69

P: /devices/pci0000:00/0000:00:10.0/usb2/2-1/2-1:1.0/input/input6/event6
N: input/event6
S: char/13:70
S: input/by-id/usb-Logitech_USB_Receiver-event-kbd
S: input/by-path/pci-0000:00:10.0-usb-0:1:1.0-event-kbd
E: UDEV_LOG=3
E:
DEVPATH=/devices/pci0000:00/0000:00:10.0/usb2/2-1/2-1:1.0/input/input6/event6
E: MAJOR=13
E: MINOR=70
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event6
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: ID_MODEL=USB_Receiver
E: ID_MODEL_ENC=USB\x20Receiver
E: ID_MODEL_ID=c504
E: ID_REVISION=1310
E: ID_SERIAL=Logitech_USB_Receiver
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:10.0-usb-0:1:1.0
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=nodeadkeys
E: x11_driver=evdev
E: DEVLINKS=/dev/char/13:70
/dev/input/by-id/usb-Logitech_USB_Receiver-event-kbd
/dev/input/by-path/pci-0000:00:10.0-usb-0:1:1.0-event-kbd

P: /devices/pci0000:00/0000:00:10.0/usb2/2-1/2-1:1.1/input/input7/event7
N: input/event7
S: char/13:71
S: input/by-id/usb-Logitech_USB_Receiver-event-mouse
S: input/by-path/pci-0000:00:10.0-usb-0:1:1.1-event-mouse
E: UDEV_LOG=3
E:
DEVPATH=/devices/pci0000:00/0000:00:10.0/usb2/2-1/2-1:1.1/input/input7/event7
E: MAJOR=13
E: MINOR=71
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event7
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_INPUT_KEY=1
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: ID_MODEL=USB_Receiver
E: ID_MODEL_ENC=USB\x20Receiver
E: ID_MODEL_ID=c504
E: ID_REVISION=1310
E: ID_SERIAL=Logitech_USB_Receiver
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:030102:
E: ID_USB_INTERFACE_NUM=01
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:10.0-usb-0:1:1.1
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=nodeadkeys
E: x11_driver=evdev
E: DEVLINKS=/dev/char/13:71
/dev/input/by-id/usb-Logitech_USB_Receiver-event-mouse
/dev/input/by-path/pci-0000:00:10.0-usb-0:1:1.1-event-mouse

DRM Information from dmesg:
[    2.268672] Linux agpgart interface v0.103
[    2.741328] agpgart: Detected VIA CLE266 chipset
[    2.745353] agpgart-via 0000:00:00.0: AGP aperture is 64M @ 0xe0000000
[   48.677423] [drm] Initialized drm 1.1.0 20060810
[   48.822441] [drm] Initialized via 2.11.1 20070202 for 0000:01:00.0 on
minor 0
[   48.875453] agpgart-via 0000:00:00.0: AGP 2.0 bridge
[   48.875499] agpgart-via 0000:00:00.0: putting AGP V2 device into 4x mode
[   48.875612] pci 0000:01:00.0: putting AGP V2 device into 4x mode
[ 9766.781380] agpgart-via 0000:00:00.0: restoring config space at
offset 0x1 (was 0x22300006, writing 0xa2300006)
[ 9766.796884] agpgart-via 0000:00:00.0: restoring config space at
offset 0x1 (was 0x2300006, writing 0xa2300006)
[18026.005435] agpgart-via 0000:00:00.0: restoring config space at
offset 0x1 (was 0x22300006, writing 0x82300006)
[18026.020884] agpgart-via 0000:00:00.0: restoring config space at
offset 0x1 (was 0x22300006, writing 0x82300006)
[74637.873336] agpgart-via 0000:00:00.0: restoring config space at
offset 0x1 (was 0x22300006, writing 0xa2300006)
[74637.888886] agpgart-via 0000:00:00.0: restoring config space at
offset 0x1 (was 0x2300006, writing 0xa2300006)
[149462.285394] agpgart-via 0000:00:00.0: restoring config space at
offset 0x1 (was 0x22300006, writing 0x82300006)
[149462.300883] agpgart-via 0000:00:00.0: restoring config space at
offset 0x1 (was 0x22300006, writing 0x82300006)
[151865.673361] agpgart-via 0000:00:00.0: restoring config space at
offset 0x1 (was 0x22300006, writing 0xa2300006)
[151865.688886] agpgart-via 0000:00:00.0: restoring config space at
offset 0x1 (was 0x2300006, writing 0xa2300006)
[159550.789373] agpgart-via 0000:00:00.0: restoring config space at
offset 0x1 (was 0x22300006, writing 0x82300006)
[159550.804884] agpgart-via 0000:00:00.0: restoring config space at
offset 0x1 (was 0x22300006, writing 0x82300006)
[235554.393411] agpgart-via 0000:00:00.0: restoring config space at
offset 0x1 (was 0x22300006, writing 0xa2300006)
[235554.408885] agpgart-via 0000:00:00.0: restoring config space at
offset 0x1 (was 0x2300006, writing 0xa2300006)


-- System Information:
Debian Release: squeeze/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'testing'),
(500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xorg depends on:
ii  libc6                      2.10.2-4      Embedded GNU C Library:
Shared lib
ii  x11-xkb-utils              7.5+1         X11 XKB utilities
ii  xkb-data                   1.7-1         X Keyboard Extension (XKB)
configu
ii  xserver-xorg-core          2:1.7.3.902-1 Xorg X server - core server
ii  xserver-xorg-input-evdev [ 1:2.3.2-2     X.Org X server -- evdev
input driv
ii  xserver-xorg-input-kbd [xs 1:1.4.0-1     X.Org X server -- keyboard
input d
ii  xserver-xorg-input-mouse [ 1:1.5.0-1     X.Org X server -- mouse
input driv
ii  xserver-xorg-video-fbdev [ 1:0.4.1-1     X.Org X server -- fbdev
display dr
ii  xserver-xorg-video-v4l [xs 1:0.2.0-4     X.Org X server -- Video 4
Linux di
ii  xserver-xorg-video-vesa [x 1:2.2.1-2     X.Org X server -- VESA
display dri

Versions of packages xserver-xorg recommends:
ii  libgl1-mesa-dri               7.6.1-1    A free implementation of
the OpenG

xserver-xorg suggests no packages.

-- debconf information:
  xserver-xorg/multiple_possible_x-drivers:
  xserver-xorg/config/monitor/use_sync_ranges: true
  xserver-xorg/config/device/default-identifier:
  xserver-xorg/autodetect_monitor: true
  xserver-xorg/config/display/default_depth: 24
* xserver-xorg/config/display/modes: 1024x768
  xserver-xorg/config/inputdevice/mouse/emulate3buttons: true
  xserver-xorg/config/monitor/horiz-sync: 28-51
  xserver-xorg/config/monitor/range_input_error:
  xserver-xorg/config/monitor/selection-method: Advanced
  xserver-xorg/config/monitor/mode-list: 1024x768 @ 60Hz
  shared/fontpath/fontserver:
  xserver-xorg/config/monitor/screen-size: 17 inches (430 mm)
  shared/no_known_x-server:
  xserver-xorg/config/monitor/vert-refresh: 43-60
  xserver-xorg/config/device/identifier: Generic Video Card
  shared/multiple_possible_x-servers:
  xserver-xorg/autodetect_video_card: true




Reply to: