You are not logged in.

#26 2022-05-02 20:21

JSM
Banned
Registered: 2021-04-23
Posts: 81

Re: [solved]Screen distorted, SIS771/671, Bangho Mov / Clevo M540SS

Yes, I tried all these variants. I have a physical screen of 1280x800, but the video card gives me an image of 1280x768, or 1024x768. These are different ratios than 1280x800. So the image is automatically distorted when displayed on the screen. For example, 1280x768 is spread in height, which then leads to the fact that a circle is an oval, higher than wide. With 1024x768, the image is spread both in width and in height, resulting in a circle being an oval, wider than high (because the spread is larger in width than in height).

With the old drivers it could probably work and the graphics card would give me a image with 1280x800, which is then displayed correctly, so without spreading. But the drivers are old, the various installation instructions are the same, directories no longer match the current ones and the X version used also does not correspond. To find the correct solution would be a long search with "try and error". I also wonder if the old drivers still work correctly with today's X version.

You see, the problem is that there are too many variables, in the instructions, in the X versions, in the resolutions and especially in the xorg.conf. Who can test all these possibilities? I don't have time for this.

Offline

#27 2022-05-03 00:04

Humming Owl
Member
From: Venezuela
Registered: 2022-01-22
Posts: 25

Re: [solved]Screen distorted, SIS771/671, Bangho Mov / Clevo M540SS

@JSM

Have you tried installing the package "xserver-xorg-video-sisusb" through APT?

https://wiki.archlinux.org/title/SiS

Also, see this thread over here, seems to have a weird (but very recent) solution --> https://unix.stackexchange.com/question … ks-correct

Hope it helps.
Cheers.

Offline

#28 2022-05-03 14:58

JSM
Banned
Registered: 2021-04-23
Posts: 81

Re: [solved]Screen distorted, SIS771/671, Bangho Mov / Clevo M540SS

Well, so we have 2 more possible solutions. Now we just leave it that way and if someone has time and desire, can fight their way through the jungle. I'll leave it at that and will research for a solution with Wayland...sometime.

Thanks for all the help in finding possible solutions!

Offline

#29 2022-05-07 00:42

JSM
Banned
Registered: 2021-04-23
Posts: 81

Re: [solved]Screen distorted, SIS771/671, Bangho Mov / Clevo M540SS

@Humming Owl

After a few hours of further attempts, I actually took it a step further. With the help of this manual it was possible to get a resolution of 1440x900 (16:10) on Trisquel Mini (lightdm) and Debian 11 (GNOME). In Debian 11, wayland also detects the resolution when the sis driver is installed. But the picture is still distorted in all cases!

https://gist.github.com/fevangelou/46a2 … 52f18eac73

I removed the cover of my LCD screen and looked to see what kind of screen it is. It is a WXGA+, so 1440x900 (16:10).

Distortions with such screens are known. Apparently the problem had been solved with "915resolution", but the package does not seem to exist anymore. "xserver-xorg-video-sis" is also sometimes mentioned, but also no longer exists, or is no longer up-to-date. So the attempt remains with "xserver-xorg-video-sisusb"?

Does anyone have another tip?

Offline

#30 2022-05-08 01:12

Humming Owl
Member
From: Venezuela
Registered: 2022-01-22
Posts: 25

Re: [solved]Screen distorted, SIS771/671, Bangho Mov / Clevo M540SS

@JSM

That is kind of weird. Can you send a picture of the screen taken from a smartphone or camera to see about the distortion you talk about? Also, try using this command to get the actual resolution the computer is using:

xdpyinfo | grep dimensions

If the correct resolution for your screen is applied then there shouldn't be any visual issues in the images you get on screen (or at least that's what I think).

Also, try sharing the output of this command as well to get more information:

sudo lshw | grep product

Cheers.

Offline

#31 2022-05-08 20:07

JSM
Banned
Registered: 2021-04-23
Posts: 81

Re: [solved]Screen distorted, SIS771/671, Bangho Mov / Clevo M540SS

@Humming Owl

Both versions, with vesa and with sis:

From other forum posts I suspect that the distortion is a separate problem. Maybe something with modesetting driver, or Inteldriver. See at the very bottom of the post.


vesa: The result is 1024x768, spread out in width, text a bit blurry

trisquel@trisquel-M540SS:~$ xdpyinfo | grep dimensions
  dimensions:    1024x768 pixels (271x203 millimeters)
trisquel@trisquel-M540SS:~$ sudo lshw | grep product
[sudo] password for trisquel: 
    product: M540SS
       product: M540SS
          product: Intel(R) Pentium(R) Dual  CPU  T3400  @ 2.16GHz
          product: 671MX
             product: AGP Port (virtual PCI-to-PCI bridge)
                product: 771/671 PCIE VGA Display Adapter
             product: SiS968 [MuTIOL Media IO]
             product: 5513 IDE Controller
             product: USB 1.1 Controller
                product: OHCI PCI host controller
             product: USB 1.1 Controller
                product: OHCI PCI host controller
             product: USB 2.0 Controller
                product: EHCI Host Controller
                   product: RTL8187B_WLAN_Adapter
                   product: USB2.0 Camera
                   product: Silicon-Power8G
             product: 191 Gigabit Ethernet Adapter
             product: SATA Controller / IDE mode
             product: PCI-to-PCI bridge
             product: PCI-to-PCI bridge
                product: SD/MMC Host Controller
                product: Standard SD Host Controller
                product: MS Host Controller
                product: xD Host Controller
             product: Azalia Audio Controller
             product: PCI-to-PCI bridge
          product: PnP device PNP0b00
          product: PnP device PNP0c02
          product: PnP device PNP0f13
          product: PnP device PNP0303
             product: CDDVDW TS-L632H
             product: WDC WD1600BEVS-0
             product: Silicon-Power8G
trisquel@trisquel-M540SS:~$ 

"/var/log/Xorg.0.log"

[    38.304] 
X.Org X Server 1.20.13
X Protocol Version 11, Revision 0
[    38.304] Build Operating System: linux Ubuntu
[    38.304] Current Operating System: Linux trisquel-M540SS 5.4.0-96-generic #109+10.0trisquel9 SMP Wed Jan 19 18:07:26 UTC 2022 x86_64
[    38.304] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4.0-96-generic root=UUID=231e69ef-a49f-404c-a9f7-014fbc4df744 ro quiet splash
[    38.304] Build Date: 14 December 2021  02:14:13PM
[    38.304] xorg-server 2:1.20.13-1ubuntu1~20.04.2 (For technical support please see http://www.ubuntu.com/support) 
[    38.304] Current version of pixman: 0.38.4
[    38.304] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    38.304] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    38.304] (==) Log file: "/var/log/Xorg.0.log", Time: Sun May  8 15:09:56 2022
[    38.408] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    38.718] (==) No Layout section.  Using the first Screen section.
[    38.718] (==) No screen section available. Using defaults.
[    38.718] (**) |-->Screen "Default Screen Section" (0)
[    38.718] (**) |   |-->Monitor "<default monitor>"
[    38.831] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    38.832] (==) Automatically adding devices
[    38.832] (==) Automatically enabling devices
[    38.832] (==) Automatically adding GPU devices
[    38.832] (==) Automatically binding GPU devices
[    38.832] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    39.015] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    39.016] 	Entry deleted from font path.
[    39.016] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    39.016] 	Entry deleted from font path.
[    39.016] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    39.016] 	Entry deleted from font path.
[    39.036] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    39.036] 	Entry deleted from font path.
[    39.036] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    39.036] 	Entry deleted from font path.
[    39.036] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[    39.036] (==) ModulePath set to "/usr/lib/xorg/modules"
[    39.036] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    39.036] (II) Loader magic: 0x559244271020
[    39.036] (II) Module ABI versions:
[    39.036] 	X.Org ANSI C Emulation: 0.4
[    39.036] 	X.Org Video Driver: 24.1
[    39.036] 	X.Org XInput driver : 24.1
[    39.036] 	X.Org Server Extension : 10.0
[    39.038] (++) using VT number 7

[    39.038] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    39.042] (--) PCI:*(1@0:0:0) 1039:6351:1558:0803 rev 16, Mem @ 0xc0000000/268435456, 0xd4000000/131072, I/O @ 0x00009000/128, BIOS @ 0x????????/131072
[    39.083] (II) LoadModule: "glx"
[    39.217] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    40.017] (II) Module glx: vendor="X.Org Foundation"
[    40.018] 	compiled for 1.20.13, module version = 1.0.0
[    40.018] 	ABI class: X.Org Server Extension, version 10.0
[    40.018] (==) Matched sis as autoconfigured driver 0
[    40.018] (==) Matched modesetting as autoconfigured driver 1
[    40.018] (==) Matched fbdev as autoconfigured driver 2
[    40.018] (==) Matched vesa as autoconfigured driver 3
[    40.018] (==) Assigned the driver to the xf86ConfigLayout
[    40.018] (II) LoadModule: "sis"
[    40.043] (WW) Warning, couldn't open module sis
[    40.043] (EE) Failed to load module "sis" (module does not exist, 0)
[    40.043] (II) LoadModule: "modesetting"
[    40.044] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    40.115] (II) Module modesetting: vendor="X.Org Foundation"
[    40.115] 	compiled for 1.20.13, module version = 1.20.13
[    40.115] 	Module class: X.Org Video Driver
[    40.115] 	ABI class: X.Org Video Driver, version 24.1
[    40.115] (II) LoadModule: "fbdev"
[    40.115] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    40.183] (II) Module fbdev: vendor="X.Org Foundation"
[    40.183] 	compiled for 1.20.1, module version = 0.5.0
[    40.183] 	Module class: X.Org Video Driver
[    40.183] 	ABI class: X.Org Video Driver, version 24.0
[    40.183] (II) LoadModule: "vesa"
[    40.183] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    40.270] (II) Module vesa: vendor="X.Org Foundation"
[    40.270] 	compiled for 1.20.4, module version = 2.4.0
[    40.270] 	Module class: X.Org Video Driver
[    40.270] 	ABI class: X.Org Video Driver, version 24.0
[    40.270] (==) Matched sis as autoconfigured driver 0
[    40.270] (==) Matched modesetting as autoconfigured driver 1
[    40.270] (==) Matched fbdev as autoconfigured driver 2
[    40.270] (==) Matched vesa as autoconfigured driver 3
[    40.271] (==) Assigned the driver to the xf86ConfigLayout
[    40.271] (II) LoadModule: "sis"
[    40.271] (WW) Warning, couldn't open module sis
[    40.271] (EE) Failed to load module "sis" (module does not exist, 0)
[    40.271] (II) LoadModule: "modesetting"
[    40.272] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    40.272] (II) Module modesetting: vendor="X.Org Foundation"
[    40.272] 	compiled for 1.20.13, module version = 1.20.13
[    40.272] 	Module class: X.Org Video Driver
[    40.272] 	ABI class: X.Org Video Driver, version 24.1
[    40.272] (II) UnloadModule: "modesetting"
[    40.272] (II) Unloading modesetting
[    40.272] (II) Failed to load module "modesetting" (already loaded, 0)
[    40.272] (II) LoadModule: "fbdev"
[    40.272] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    40.272] (II) Module fbdev: vendor="X.Org Foundation"
[    40.272] 	compiled for 1.20.1, module version = 0.5.0
[    40.272] 	Module class: X.Org Video Driver
[    40.272] 	ABI class: X.Org Video Driver, version 24.0
[    40.272] (II) UnloadModule: "fbdev"
[    40.272] (II) Unloading fbdev
[    40.272] (II) Failed to load module "fbdev" (already loaded, 0)
[    40.272] (II) LoadModule: "vesa"
[    40.272] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    40.272] (II) Module vesa: vendor="X.Org Foundation"
[    40.272] 	compiled for 1.20.4, module version = 2.4.0
[    40.272] 	Module class: X.Org Video Driver
[    40.272] 	ABI class: X.Org Video Driver, version 24.0
[    40.272] (II) UnloadModule: "vesa"
[    40.272] (II) Unloading vesa
[    40.272] (II) Failed to load module "vesa" (already loaded, 0)
[    40.272] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    40.272] (II) FBDEV: driver for framebuffer: fbdev
[    40.272] (II) VESA: driver for VESA chipsets: vesa
[    40.274] (EE) open /dev/dri/card0: No such file or directory
[    40.274] (WW) Falling back to old probe method for modesetting
[    40.274] (EE) open /dev/dri/card0: No such file or directory
[    40.274] (II) Loading sub module "fbdevhw"
[    40.274] (II) LoadModule: "fbdevhw"
[    40.275] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    40.369] (II) Module fbdevhw: vendor="X.Org Foundation"
[    40.369] 	compiled for 1.20.13, module version = 0.0.2
[    40.369] 	ABI class: X.Org Video Driver, version 24.1
[    40.369] (EE) open /dev/fb0: No such file or directory
[    40.369] (WW) Falling back to old probe method for fbdev
[    40.369] (II) Loading sub module "fbdevhw"
[    40.369] (II) LoadModule: "fbdevhw"
[    40.369] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    40.369] (II) Module fbdevhw: vendor="X.Org Foundation"
[    40.369] 	compiled for 1.20.13, module version = 0.0.2
[    40.370] 	ABI class: X.Org Video Driver, version 24.1
[    40.370] (EE) open /dev/fb0: No such file or directory
[    40.370] (EE) Screen 0 deleted because of no matching config section.
[    40.370] (II) UnloadModule: "modesetting"
[    40.370] (EE) Screen 0 deleted because of no matching config section.
[    40.370] (II) UnloadModule: "fbdev"
[    40.370] (II) UnloadSubModule: "fbdevhw"
[    40.370] (II) Loading sub module "vbe"
[    40.370] (II) LoadModule: "vbe"
[    40.370] (II) Loading /usr/lib/xorg/modules/libvbe.so
[    40.508] (II) Module vbe: vendor="X.Org Foundation"
[    40.508] 	compiled for 1.20.13, module version = 1.1.0
[    40.508] 	ABI class: X.Org Video Driver, version 24.1
[    40.508] (II) Loading sub module "int10"
[    40.508] (II) LoadModule: "int10"
[    40.508] (II) Loading /usr/lib/xorg/modules/libint10.so
[    40.570] (II) Module int10: vendor="X.Org Foundation"
[    40.570] 	compiled for 1.20.13, module version = 1.0.0
[    40.570] 	ABI class: X.Org Video Driver, version 24.1
[    40.570] (II) VESA(0): initializing int10
[    40.576] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[    40.577] (II) VESA(0): VESA BIOS detected
[    40.577] (II) VESA(0): VESA VBE Version 3.0
[    40.577] (II) VESA(0): VESA VBE Total Mem: 131072 kB
[    40.577] (II) VESA(0): VESA VBE OEM: SiS
[    40.577] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[    40.577] (II) VESA(0): VESA VBE OEM Vendor: Silicon Integrated Systems Corp.
[    40.577] (II) VESA(0): VESA VBE OEM Product: 6330
[    40.577] (II) VESA(0): VESA VBE OEM Product Rev: 3.72.1E
[    40.589] (II) VESA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    40.589] (==) VESA(0): Depth 24, (--) framebuffer bpp 32
[    40.589] (==) VESA(0): RGB weight 888
[    40.589] (==) VESA(0): Default visual is TrueColor
[    40.589] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[    40.589] (II) Loading sub module "ddc"
[    40.589] (II) LoadModule: "ddc"
[    40.589] (II) Module "ddc" already built-in
[    40.681] (II) VESA(0): VESA VBE DDC supported
[    40.681] (II) VESA(0): VESA VBE DDC Level none
[    40.681] (II) VESA(0): VESA VBE DDC transfer in appr. 0 sec.
[    40.714] (II) VESA(0): VESA VBE DDC read failed
[    40.714] (II) VESA(0): VESA VBE PanelID read failed
[    40.714] (II) VESA(0): Searching for matching VESA mode(s):
[    40.714] Mode: 11c (1280x768)
[    40.714] 	ModeAttributes: 0x9f
[    40.714] 	WinAAttributes: 0x7
[    40.714] 	WinBAttributes: 0x0
[    40.714] 	WinGranularity: 64
[    40.715] 	WinSize: 64
[    40.715] 	WinASegment: 0xa000
[    40.715] 	WinBSegment: 0xa000
[    40.715] 	WinFuncPtr: 0xc0008960
[    40.715] 	BytesPerScanline: 1280
[    40.715] 	XResolution: 1280
[    40.715] 	YResolution: 768
[    40.715] 	XCharSize: 8
[    40.715] 	YCharSize: 16
[    40.715] 	NumberOfPlanes: 1
[    40.715] 	BitsPerPixel: 8
[    40.715] 	NumberOfBanks: 1
[    40.715] 	MemoryModel: 4
[    40.715] 	BankSize: 0
[    40.715] 	NumberOfImages: 7
[    40.715] 	RedMaskSize: 0
[    40.715] 	RedFieldPosition: 0
[    40.715] 	GreenMaskSize: 0
[    40.715] 	GreenFieldPosition: 0
[    40.715] 	BlueMaskSize: 0
[    40.715] 	BlueFieldPosition: 0
[    40.715] 	RsvdMaskSize: 0
[    40.715] 	RsvdFieldPosition: 0
[    40.715] 	DirectColorModeInfo: 0
[    40.715] 	PhysBasePtr: 0xc0000000
[    40.715] 	LinBytesPerScanLine: 1280
[    40.715] 	BnkNumberOfImagePages: 7
[    40.715] 	LinNumberOfImagePages: 7
[    40.715] 	LinRedMaskSize: 0
[    40.715] 	LinRedFieldPosition: 0
[    40.715] 	LinGreenMaskSize: 0
[    40.715] 	LinGreenFieldPosition: 0
[    40.715] 	LinBlueMaskSize: 0
[    40.715] 	LinBlueFieldPosition: 0
[    40.715] 	LinRsvdMaskSize: 0
[    40.715] 	LinRsvdFieldPosition: 0
[    40.715] 	MaxPixelClock: 0
[    40.715] Mode: 11d (1280x768)
[    40.715] 	ModeAttributes: 0x9b
[    40.715] 	WinAAttributes: 0x7
[    40.715] 	WinBAttributes: 0x0
[    40.715] 	WinGranularity: 64
[    40.715] 	WinSize: 64
[    40.715] 	WinASegment: 0xa000
[    40.715] 	WinBSegment: 0xa000
[    40.715] 	WinFuncPtr: 0xc0008960
[    40.715] 	BytesPerScanline: 2560
[    40.715] 	XResolution: 1280
[    40.715] 	YResolution: 768
[    40.715] 	XCharSize: 8
[    40.716] 	YCharSize: 16
[    40.716] 	NumberOfPlanes: 1
[    40.716] 	BitsPerPixel: 16
[    40.716] 	NumberOfBanks: 1
[    40.716] 	MemoryModel: 6
[    40.716] 	BankSize: 0
[    40.716] 	NumberOfImages: 3
[    40.716] 	RedMaskSize: 5
[    40.716] 	RedFieldPosition: 11
[    40.716] 	GreenMaskSize: 6
[    40.716] 	GreenFieldPosition: 5
[    40.716] 	BlueMaskSize: 5
[    40.716] 	BlueFieldPosition: 0
[    40.716] 	RsvdMaskSize: 0
[    40.716] 	RsvdFieldPosition: 0
[    40.716] 	DirectColorModeInfo: 0
[    40.716] 	PhysBasePtr: 0xc0000000
[    40.716] 	LinBytesPerScanLine: 2560
[    40.716] 	BnkNumberOfImagePages: 3
[    40.716] 	LinNumberOfImagePages: 3
[    40.716] 	LinRedMaskSize: 5
[    40.716] 	LinRedFieldPosition: 11
[    40.716] 	LinGreenMaskSize: 6
[    40.716] 	LinGreenFieldPosition: 5
[    40.716] 	LinBlueMaskSize: 5
[    40.716] 	LinBlueFieldPosition: 0
[    40.716] 	LinRsvdMaskSize: 0
[    40.716] 	LinRsvdFieldPosition: 0
[    40.716] 	MaxPixelClock: 0
[    40.716] *Mode: 11e (1280x768)
[    40.716] 	ModeAttributes: 0x9b
[    40.716] 	WinAAttributes: 0x7
[    40.716] 	WinBAttributes: 0x0
[    40.716] 	WinGranularity: 64
[    40.716] 	WinSize: 64
[    40.716] 	WinASegment: 0xa000
[    40.716] 	WinBSegment: 0xa000
[    40.716] 	WinFuncPtr: 0xc0008960
[    40.716] 	BytesPerScanline: 5120
[    40.716] 	XResolution: 1280
[    40.716] 	YResolution: 768
[    40.716] 	XCharSize: 8
[    40.716] 	YCharSize: 16
[    40.716] 	NumberOfPlanes: 1
[    40.716] 	BitsPerPixel: 32
[    40.716] 	NumberOfBanks: 1
[    40.716] 	MemoryModel: 6
[    40.717] 	BankSize: 0
[    40.717] 	NumberOfImages: 1
[    40.717] 	RedMaskSize: 8
[    40.717] 	RedFieldPosition: 16
[    40.717] 	GreenMaskSize: 8
[    40.717] 	GreenFieldPosition: 8
[    40.717] 	BlueMaskSize: 8
[    40.717] 	BlueFieldPosition: 0
[    40.717] 	RsvdMaskSize: 8
[    40.717] 	RsvdFieldPosition: 24
[    40.717] 	DirectColorModeInfo: 0
[    40.717] 	PhysBasePtr: 0xc0000000
[    40.717] 	LinBytesPerScanLine: 5120
[    40.717] 	BnkNumberOfImagePages: 1
[    40.717] 	LinNumberOfImagePages: 1
[    40.717] 	LinRedMaskSize: 8
[    40.717] 	LinRedFieldPosition: 16
[    40.717] 	LinGreenMaskSize: 8
[    40.717] 	LinGreenFieldPosition: 8
[    40.717] 	LinBlueMaskSize: 8
[    40.717] 	LinBlueFieldPosition: 0
[    40.717] 	LinRsvdMaskSize: 8
[    40.717] 	LinRsvdFieldPosition: 24
[    40.717] 	MaxPixelClock: 0
[    40.717] Mode: 101 (640x480)
[    40.717] 	ModeAttributes: 0x9f
[    40.717] 	WinAAttributes: 0x7
[    40.717] 	WinBAttributes: 0x0
[    40.717] 	WinGranularity: 64
[    40.717] 	WinSize: 64
[    40.717] 	WinASegment: 0xa000
[    40.717] 	WinBSegment: 0xa000
[    40.717] 	WinFuncPtr: 0xc0008960
[    40.717] 	BytesPerScanline: 640
[    40.717] 	XResolution: 640
[    40.717] 	YResolution: 480
[    40.717] 	XCharSize: 8
[    40.717] 	YCharSize: 16
[    40.717] 	NumberOfPlanes: 1
[    40.717] 	BitsPerPixel: 8
[    40.717] 	NumberOfBanks: 1
[    40.717] 	MemoryModel: 4
[    40.717] 	BankSize: 0
[    40.717] 	NumberOfImages: 24
[    40.717] 	RedMaskSize: 0
[    40.717] 	RedFieldPosition: 0
[    40.717] 	GreenMaskSize: 0
[    40.718] 	GreenFieldPosition: 0
[    40.718] 	BlueMaskSize: 0
[    40.718] 	BlueFieldPosition: 0
[    40.718] 	RsvdMaskSize: 0
[    40.718] 	RsvdFieldPosition: 0
[    40.718] 	DirectColorModeInfo: 0
[    40.718] 	PhysBasePtr: 0xc0000000
[    40.718] 	LinBytesPerScanLine: 640
[    40.718] 	BnkNumberOfImagePages: 24
[    40.718] 	LinNumberOfImagePages: 24
[    40.718] 	LinRedMaskSize: 0
[    40.718] 	LinRedFieldPosition: 0
[    40.718] 	LinGreenMaskSize: 0
[    40.718] 	LinGreenFieldPosition: 0
[    40.718] 	LinBlueMaskSize: 0
[    40.718] 	LinBlueFieldPosition: 0
[    40.718] 	LinRsvdMaskSize: 0
[    40.718] 	LinRsvdFieldPosition: 0
[    40.718] 	MaxPixelClock: 0
[    40.718] Mode: 100 (640x400)
[    40.718] 	ModeAttributes: 0x9f
[    40.718] 	WinAAttributes: 0x7
[    40.718] 	WinBAttributes: 0x0
[    40.718] 	WinGranularity: 64
[    40.718] 	WinSize: 64
[    40.718] 	WinASegment: 0xa000
[    40.718] 	WinBSegment: 0xa000
[    40.718] 	WinFuncPtr: 0xc0008960
[    40.718] 	BytesPerScanline: 640
[    40.718] 	XResolution: 640
[    40.718] 	YResolution: 400
[    40.718] 	XCharSize: 8
[    40.718] 	YCharSize: 16
[    40.718] 	NumberOfPlanes: 1
[    40.718] 	BitsPerPixel: 8
[    40.718] 	NumberOfBanks: 1
[    40.718] 	MemoryModel: 4
[    40.718] 	BankSize: 0
[    40.718] 	NumberOfImages: 31
[    40.718] 	RedMaskSize: 0
[    40.718] 	RedFieldPosition: 0
[    40.718] 	GreenMaskSize: 0
[    40.718] 	GreenFieldPosition: 0
[    40.718] 	BlueMaskSize: 0
[    40.719] 	BlueFieldPosition: 0
[    40.719] 	RsvdMaskSize: 0
[    40.719] 	RsvdFieldPosition: 0
[    40.719] 	DirectColorModeInfo: 0
[    40.719] 	PhysBasePtr: 0xc0000000
[    40.719] 	LinBytesPerScanLine: 640
[    40.719] 	BnkNumberOfImagePages: 31
[    40.719] 	LinNumberOfImagePages: 31
[    40.719] 	LinRedMaskSize: 0
[    40.719] 	LinRedFieldPosition: 0
[    40.719] 	LinGreenMaskSize: 0
[    40.719] 	LinGreenFieldPosition: 0
[    40.719] 	LinBlueMaskSize: 0
[    40.719] 	LinBlueFieldPosition: 0
[    40.719] 	LinRsvdMaskSize: 0
[    40.719] 	LinRsvdFieldPosition: 0
[    40.719] 	MaxPixelClock: 0
[    40.719] Mode: 103 (800x600)
[    40.719] 	ModeAttributes: 0x9f
[    40.719] 	WinAAttributes: 0x7
[    40.719] 	WinBAttributes: 0x0
[    40.719] 	WinGranularity: 64
[    40.719] 	WinSize: 64
[    40.719] 	WinASegment: 0xa000
[    40.719] 	WinBSegment: 0xa000
[    40.719] 	WinFuncPtr: 0xc0008960
[    40.719] 	BytesPerScanline: 800
[    40.719] 	XResolution: 800
[    40.719] 	YResolution: 600
[    40.719] 	XCharSize: 8
[    40.719] 	YCharSize: 16
[    40.719] 	NumberOfPlanes: 1
[    40.719] 	BitsPerPixel: 8
[    40.719] 	NumberOfBanks: 1
[    40.719] 	MemoryModel: 4
[    40.719] 	BankSize: 0
[    40.720] 	NumberOfImages: 15
[    40.720] 	RedMaskSize: 0
[    40.720] 	RedFieldPosition: 0
[    40.720] 	GreenMaskSize: 0
[    40.720] 	GreenFieldPosition: 0
[    40.720] 	BlueMaskSize: 0
[    40.720] 	BlueFieldPosition: 0
[    40.720] 	RsvdMaskSize: 0
[    40.720] 	RsvdFieldPosition: 0
[    40.720] 	DirectColorModeInfo: 0
[    40.720] 	PhysBasePtr: 0xc0000000
[    40.720] 	LinBytesPerScanLine: 800
[    40.720] 	BnkNumberOfImagePages: 15
[    40.720] 	LinNumberOfImagePages: 15
[    40.720] 	LinRedMaskSize: 0
[    40.720] 	LinRedFieldPosition: 0
[    40.720] 	LinGreenMaskSize: 0
[    40.720] 	LinGreenFieldPosition: 0
[    40.720] 	LinBlueMaskSize: 0
[    40.720] 	LinBlueFieldPosition: 0
[    40.720] 	LinRsvdMaskSize: 0
[    40.720] 	LinRsvdFieldPosition: 0
[    40.720] 	MaxPixelClock: 0
[    40.720] Mode: 104 (1024x768)
[    40.720] 	ModeAttributes: 0x1f
[    40.720] 	WinAAttributes: 0x7
[    40.720] 	WinBAttributes: 0x0
[    40.720] 	WinGranularity: 64
[    40.720] 	WinSize: 64
[    40.720] 	WinASegment: 0xa000
[    40.720] 	WinBSegment: 0xa000
[    40.720] 	WinFuncPtr: 0xc0008960
[    40.720] 	BytesPerScanline: 128
[    40.720] 	XResolution: 1024
[    40.720] 	YResolution: 768
[    40.720] 	XCharSize: 8
[    40.720] 	YCharSize: 16
[    40.720] 	NumberOfPlanes: 4
[    40.720] 	BitsPerPixel: 4
[    40.720] 	NumberOfBanks: 1
[    40.721] 	MemoryModel: 3
[    40.721] 	BankSize: 0
[    40.721] 	NumberOfImages: 15
[    40.721] 	RedMaskSize: 0
[    40.721] 	RedFieldPosition: 0
[    40.721] 	GreenMaskSize: 0
[    40.721] 	GreenFieldPosition: 0
[    40.721] 	BlueMaskSize: 0
[    40.721] 	BlueFieldPosition: 0
[    40.721] 	RsvdMaskSize: 0
[    40.721] 	RsvdFieldPosition: 0
[    40.721] 	DirectColorModeInfo: 0
[    40.721] 	PhysBasePtr: 0xc0000000
[    40.721] 	LinBytesPerScanLine: 128
[    40.721] 	BnkNumberOfImagePages: 15
[    40.721] 	LinNumberOfImagePages: 15
[    40.721] 	LinRedMaskSize: 0
[    40.721] 	LinRedFieldPosition: 0
[    40.721] 	LinGreenMaskSize: 0
[    40.721] 	LinGreenFieldPosition: 0
[    40.721] 	LinBlueMaskSize: 0
[    40.721] 	LinBlueFieldPosition: 0
[    40.721] 	LinRsvdMaskSize: 0
[    40.721] 	LinRsvdFieldPosition: 0
[    40.721] 	MaxPixelClock: 0
[    40.722] Mode: 105 (1024x768)
[    40.722] 	ModeAttributes: 0x9f
[    40.722] 	WinAAttributes: 0x7
[    40.722] 	WinBAttributes: 0x0
[    40.722] 	WinGranularity: 64
[    40.722] 	WinSize: 64
[    40.722] 	WinASegment: 0xa000
[    40.722] 	WinBSegment: 0xa000
[    40.722] 	WinFuncPtr: 0xc0008960
[    40.722] 	BytesPerScanline: 1024
[    40.722] 	XResolution: 1024
[    40.722] 	YResolution: 768
[    40.722] 	XCharSize: 8
[    40.722] 	YCharSize: 16
[    40.722] 	NumberOfPlanes: 1
[    40.722] 	BitsPerPixel: 8
[    40.722] 	NumberOfBanks: 1
[    40.722] 	MemoryModel: 4
[    40.722] 	BankSize: 0
[    40.722] 	NumberOfImages: 9
[    40.722] 	RedMaskSize: 0
[    40.722] 	RedFieldPosition: 0
[    40.722] 	GreenMaskSize: 0
[    40.722] 	GreenFieldPosition: 0
[    40.722] 	BlueMaskSize: 0
[    40.722] 	BlueFieldPosition: 0
[    40.722] 	RsvdMaskSize: 0
[    40.722] 	RsvdFieldPosition: 0
[    40.722] 	DirectColorModeInfo: 0
[    40.722] 	PhysBasePtr: 0xc0000000
[    40.722] 	LinBytesPerScanLine: 1024
[    40.722] 	BnkNumberOfImagePages: 9
[    40.722] 	LinNumberOfImagePages: 9
[    40.722] 	LinRedMaskSize: 0
[    40.722] 	LinRedFieldPosition: 0
[    40.722] 	LinGreenMaskSize: 0
[    40.722] 	LinGreenFieldPosition: 0
[    40.722] 	LinBlueMaskSize: 0
[    40.722] 	LinBlueFieldPosition: 0
[    40.722] 	LinRsvdMaskSize: 0
[    40.722] 	LinRsvdFieldPosition: 0
[    40.722] 	MaxPixelClock: 0
[    40.723] Mode: 10d (320x200)
[    40.723] 	ModeAttributes: 0x9b
[    40.723] 	WinAAttributes: 0x7
[    40.723] 	WinBAttributes: 0x0
[    40.723] 	WinGranularity: 64
[    40.723] 	WinSize: 64
[    40.723] 	WinASegment: 0xa000
[    40.723] 	WinBSegment: 0xa000
[    40.723] 	WinFuncPtr: 0xc0008960
[    40.723] 	BytesPerScanline: 640
[    40.723] 	XResolution: 320
[    40.723] 	YResolution: 200
[    40.723] 	XCharSize: 8
[    40.723] 	YCharSize: 8
[    40.723] 	NumberOfPlanes: 1
[    40.723] 	BitsPerPixel: 15
[    40.723] 	NumberOfBanks: 1
[    40.723] 	MemoryModel: 6
[    40.723] 	BankSize: 0
[    40.723] 	NumberOfImages: 63
[    40.723] 	RedMaskSize: 5
[    40.723] 	RedFieldPosition: 10
[    40.723] 	GreenMaskSize: 5
[    40.723] 	GreenFieldPosition: 5
[    40.723] 	BlueMaskSize: 5
[    40.723] 	BlueFieldPosition: 0
[    40.723] 	RsvdMaskSize: 0
[    40.723] 	RsvdFieldPosition: 0
[    40.723] 	DirectColorModeInfo: 0
[    40.723] 	PhysBasePtr: 0xc0000000
[    40.723] 	LinBytesPerScanLine: 640
[    40.723] 	BnkNumberOfImagePages: 63
[    40.723] 	LinNumberOfImagePages: 63
[    40.723] 	LinRedMaskSize: 5
[    40.724] 	LinRedFieldPosition: 10
[    40.724] 	LinGreenMaskSize: 5
[    40.724] 	LinGreenFieldPosition: 5
[    40.724] 	LinBlueMaskSize: 5
[    40.724] 	LinBlueFieldPosition: 0
[    40.724] 	LinRsvdMaskSize: 0
[    40.724] 	LinRsvdFieldPosition: 0
[    40.724] 	MaxPixelClock: 0
[    40.724] Mode: 10e (320x200)
[    40.724] 	ModeAttributes: 0x9b
[    40.724] 	WinAAttributes: 0x7
[    40.724] 	WinBAttributes: 0x0
[    40.724] 	WinGranularity: 64
[    40.724] 	WinSize: 64
[    40.724] 	WinASegment: 0xa000
[    40.724] 	WinBSegment: 0xa000
[    40.724] 	WinFuncPtr: 0xc0008960
[    40.724] 	BytesPerScanline: 640
[    40.724] 	XResolution: 320
[    40.724] 	YResolution: 200
[    40.724] 	XCharSize: 8
[    40.724] 	YCharSize: 8
[    40.724] 	NumberOfPlanes: 1
[    40.724] 	BitsPerPixel: 16
[    40.724] 	NumberOfBanks: 1
[    40.724] 	MemoryModel: 6
[    40.724] 	BankSize: 0
[    40.724] 	NumberOfImages: 63
[    40.724] 	RedMaskSize: 5
[    40.724] 	RedFieldPosition: 11
[    40.724] 	GreenMaskSize: 6
[    40.724] 	GreenFieldPosition: 5
[    40.724] 	BlueMaskSize: 5
[    40.724] 	BlueFieldPosition: 0
[    40.724] 	RsvdMaskSize: 0
[    40.724] 	RsvdFieldPosition: 0
[    40.725] 	DirectColorModeInfo: 0
[    40.725] 	PhysBasePtr: 0xc0000000
[    40.725] 	LinBytesPerScanLine: 640
[    40.725] 	BnkNumberOfImagePages: 63
[    40.725] 	LinNumberOfImagePages: 63
[    40.725] 	LinRedMaskSize: 5
[    40.725] 	LinRedFieldPosition: 11
[    40.725] 	LinGreenMaskSize: 6
[    40.725] 	LinGreenFieldPosition: 5
[    40.725] 	LinBlueMaskSize: 5
[    40.725] 	LinBlueFieldPosition: 0
[    40.725] 	LinRsvdMaskSize: 0
[    40.725] 	LinRsvdFieldPosition: 0
[    40.725] 	MaxPixelClock: 0
[    40.725] Mode: 110 (640x480)
[    40.725] 	ModeAttributes: 0x9b
[    40.725] 	WinAAttributes: 0x7
[    40.725] 	WinBAttributes: 0x0
[    40.725] 	WinGranularity: 64
[    40.725] 	WinSize: 64
[    40.726] 	WinASegment: 0xa000
[    40.726] 	WinBSegment: 0xa000
[    40.726] 	WinFuncPtr: 0xc0008960
[    40.726] 	BytesPerScanline: 1280
[    40.726] 	XResolution: 640
[    40.726] 	YResolution: 480
[    40.726] 	XCharSize: 8
[    40.726] 	YCharSize: 16
[    40.726] 	NumberOfPlanes: 1
[    40.726] 	BitsPerPixel: 15
[    40.726] 	NumberOfBanks: 1
[    40.726] 	MemoryModel: 6
[    40.726] 	BankSize: 0
[    40.726] 	NumberOfImages: 11
[    40.726] 	RedMaskSize: 5
[    40.726] 	RedFieldPosition: 10
[    40.726] 	GreenMaskSize: 5
[    40.726] 	GreenFieldPosition: 5
[    40.726] 	BlueMaskSize: 5
[    40.726] 	BlueFieldPosition: 0
[    40.726] 	RsvdMaskSize: 0
[    40.726] 	RsvdFieldPosition: 0
[    40.726] 	DirectColorModeInfo: 0
[    40.726] 	PhysBasePtr: 0xc0000000
[    40.726] 	LinBytesPerScanLine: 1280
[    40.726] 	BnkNumberOfImagePages: 11
[    40.726] 	LinNumberOfImagePages: 11
[    40.726] 	LinRedMaskSize: 5
[    40.726] 	LinRedFieldPosition: 10
[    40.726] 	LinGreenMaskSize: 5
[    40.726] 	LinGreenFieldPosition: 5
[    40.726] 	LinBlueMaskSize: 5
[    40.726] 	LinBlueFieldPosition: 0
[    40.726] 	LinRsvdMaskSize: 0
[    40.726] 	LinRsvdFieldPosition: 0
[    40.726] 	MaxPixelClock: 0
[    40.727] Mode: 111 (640x480)
[    40.727] 	ModeAttributes: 0x9b
[    40.727] 	WinAAttributes: 0x7
[    40.727] 	WinBAttributes: 0x0
[    40.727] 	WinGranularity: 64
[    40.727] 	WinSize: 64
[    40.727] 	WinASegment: 0xa000
[    40.727] 	WinBSegment: 0xa000
[    40.727] 	WinFuncPtr: 0xc0008960
[    40.727] 	BytesPerScanline: 1280
[    40.727] 	XResolution: 640
[    40.727] 	YResolution: 480
[    40.727] 	XCharSize: 8
[    40.727] 	YCharSize: 16
[    40.727] 	NumberOfPlanes: 1
[    40.727] 	BitsPerPixel: 16
[    40.727] 	NumberOfBanks: 1
[    40.727] 	MemoryModel: 6
[    40.727] 	BankSize: 0
[    40.727] 	NumberOfImages: 11
[    40.727] 	RedMaskSize: 5
[    40.727] 	RedFieldPosition: 11
[    40.727] 	GreenMaskSize: 6
[    40.727] 	GreenFieldPosition: 5
[    40.727] 	BlueMaskSize: 5
[    40.727] 	BlueFieldPosition: 0
[    40.727] 	RsvdMaskSize: 0
[    40.727] 	RsvdFieldPosition: 0
[    40.727] 	DirectColorModeInfo: 0
[    40.727] 	PhysBasePtr: 0xc0000000
[    40.727] 	LinBytesPerScanLine: 1280
[    40.727] 	BnkNumberOfImagePages: 11
[    40.727] 	LinNumberOfImagePages: 11
[    40.727] 	LinRedMaskSize: 5
[    40.727] 	LinRedFieldPosition: 11
[    40.727] 	LinGreenMaskSize: 6
[    40.727] 	LinGreenFieldPosition: 5
[    40.727] 	LinBlueMaskSize: 5
[    40.727] 	LinBlueFieldPosition: 0
[    40.727] 	LinRsvdMaskSize: 0
[    40.727] 	LinRsvdFieldPosition: 0
[    40.727] 	MaxPixelClock: 0
[    40.728] Mode: 113 (800x600)
[    40.728] 	ModeAttributes: 0x9b
[    40.728] 	WinAAttributes: 0x7
[    40.728] 	WinBAttributes: 0x0
[    40.728] 	WinGranularity: 64
[    40.728] 	WinSize: 64
[    40.728] 	WinASegment: 0xa000
[    40.728] 	WinBSegment: 0xa000
[    40.728] 	WinFuncPtr: 0xc0008960
[    40.728] 	BytesPerScanline: 1600
[    40.728] 	XResolution: 800
[    40.728] 	YResolution: 600
[    40.728] 	XCharSize: 8
[    40.728] 	YCharSize: 16
[    40.728] 	NumberOfPlanes: 1
[    40.728] 	BitsPerPixel: 15
[    40.728] 	NumberOfBanks: 1
[    40.728] 	MemoryModel: 6
[    40.728] 	BankSize: 0
[    40.728] 	NumberOfImages: 7
[    40.728] 	RedMaskSize: 5
[    40.728] 	RedFieldPosition: 10
[    40.728] 	GreenMaskSize: 5
[    40.728] 	GreenFieldPosition: 5
[    40.728] 	BlueMaskSize: 5
[    40.728] 	BlueFieldPosition: 0
[    40.728] 	RsvdMaskSize: 0
[    40.728] 	RsvdFieldPosition: 0
[    40.728] 	DirectColorModeInfo: 0
[    40.728] 	PhysBasePtr: 0xc0000000
[    40.728] 	LinBytesPerScanLine: 1600
[    40.728] 	BnkNumberOfImagePages: 7
[    40.728] 	LinNumberOfImagePages: 7
[    40.728] 	LinRedMaskSize: 5
[    40.728] 	LinRedFieldPosition: 10
[    40.728] 	LinGreenMaskSize: 5
[    40.728] 	LinGreenFieldPosition: 5
[    40.728] 	LinBlueMaskSize: 5
[    40.728] 	LinBlueFieldPosition: 0
[    40.728] 	LinRsvdMaskSize: 0
[    40.728] 	LinRsvdFieldPosition: 0
[    40.728] 	MaxPixelClock: 0
[    40.729] Mode: 114 (800x600)
[    40.729] 	ModeAttributes: 0x9b
[    40.729] 	WinAAttributes: 0x7
[    40.729] 	WinBAttributes: 0x0
[    40.729] 	WinGranularity: 64
[    40.729] 	WinSize: 64
[    40.729] 	WinASegment: 0xa000
[    40.729] 	WinBSegment: 0xa000
[    40.729] 	WinFuncPtr: 0xc0008960
[    40.729] 	BytesPerScanline: 1600
[    40.729] 	XResolution: 800
[    40.729] 	YResolution: 600
[    40.729] 	XCharSize: 8
[    40.729] 	YCharSize: 16
[    40.729] 	NumberOfPlanes: 1
[    40.729] 	BitsPerPixel: 16
[    40.729] 	NumberOfBanks: 1
[    40.729] 	MemoryModel: 6
[    40.729] 	BankSize: 0
[    40.729] 	NumberOfImages: 7
[    40.729] 	RedMaskSize: 5
[    40.729] 	RedFieldPosition: 11
[    40.729] 	GreenMaskSize: 6
[    40.729] 	GreenFieldPosition: 5
[    40.729] 	BlueMaskSize: 5
[    40.729] 	BlueFieldPosition: 0
[    40.729] 	RsvdMaskSize: 0
[    40.729] 	RsvdFieldPosition: 0
[    40.729] 	DirectColorModeInfo: 0
[    40.729] 	PhysBasePtr: 0xc0000000
[    40.729] 	LinBytesPerScanLine: 1600
[    40.729] 	BnkNumberOfImagePages: 7
[    40.729] 	LinNumberOfImagePages: 7
[    40.729] 	LinRedMaskSize: 5
[    40.729] 	LinRedFieldPosition: 11
[    40.729] 	LinGreenMaskSize: 6
[    40.729] 	LinGreenFieldPosition: 5
[    40.729] 	LinBlueMaskSize: 5
[    40.729] 	LinBlueFieldPosition: 0
[    40.730] 	LinRsvdMaskSize: 0
[    40.730] 	LinRsvdFieldPosition: 0
[    40.730] 	MaxPixelClock: 0
[    40.730] Mode: 116 (1024x768)
[    40.730] 	ModeAttributes: 0x9b
[    40.730] 	WinAAttributes: 0x7
[    40.730] 	WinBAttributes: 0x0
[    40.730] 	WinGranularity: 64
[    40.730] 	WinSize: 64
[    40.730] 	WinASegment: 0xa000
[    40.730] 	WinBSegment: 0xa000
[    40.730] 	WinFuncPtr: 0xc0008960
[    40.730] 	BytesPerScanline: 2048
[    40.730] 	XResolution: 1024
[    40.730] 	YResolution: 768
[    40.730] 	XCharSize: 8
[    40.730] 	YCharSize: 16
[    40.730] 	NumberOfPlanes: 1
[    40.731] 	BitsPerPixel: 15
[    40.731] 	NumberOfBanks: 1
[    40.731] 	MemoryModel: 6
[    40.731] 	BankSize: 0
[    40.731] 	NumberOfImages: 4
[    40.731] 	RedMaskSize: 5
[    40.731] 	RedFieldPosition: 10
[    40.731] 	GreenMaskSize: 5
[    40.731] 	GreenFieldPosition: 5
[    40.731] 	BlueMaskSize: 5
[    40.731] 	BlueFieldPosition: 0
[    40.731] 	RsvdMaskSize: 0
[    40.731] 	RsvdFieldPosition: 0
[    40.731] 	DirectColorModeInfo: 0
[    40.731] 	PhysBasePtr: 0xc0000000
[    40.731] 	LinBytesPerScanLine: 2048
[    40.731] 	BnkNumberOfImagePages: 4
[    40.731] 	LinNumberOfImagePages: 4
[    40.731] 	LinRedMaskSize: 5
[    40.731] 	LinRedFieldPosition: 10
[    40.731] 	LinGreenMaskSize: 5
[    40.731] 	LinGreenFieldPosition: 5
[    40.731] 	LinBlueMaskSize: 5
[    40.731] 	LinBlueFieldPosition: 0
[    40.731] 	LinRsvdMaskSize: 0
[    40.731] 	LinRsvdFieldPosition: 0
[    40.731] 	MaxPixelClock: 0
[    40.732] Mode: 117 (1024x768)
[    40.732] 	ModeAttributes: 0x9b
[    40.732] 	WinAAttributes: 0x7
[    40.732] 	WinBAttributes: 0x0
[    40.732] 	WinGranularity: 64
[    40.732] 	WinSize: 64
[    40.732] 	WinASegment: 0xa000
[    40.732] 	WinBSegment: 0xa000
[    40.732] 	WinFuncPtr: 0xc0008960
[    40.732] 	BytesPerScanline: 2048
[    40.732] 	XResolution: 1024
[    40.732] 	YResolution: 768
[    40.732] 	XCharSize: 8
[    40.732] 	YCharSize: 16
[    40.732] 	NumberOfPlanes: 1
[    40.732] 	BitsPerPixel: 16
[    40.732] 	NumberOfBanks: 1
[    40.732] 	MemoryModel: 6
[    40.732] 	BankSize: 0
[    40.732] 	NumberOfImages: 4
[    40.732] 	RedMaskSize: 5
[    40.732] 	RedFieldPosition: 11
[    40.732] 	GreenMaskSize: 6
[    40.732] 	GreenFieldPosition: 5
[    40.732] 	BlueMaskSize: 5
[    40.732] 	BlueFieldPosition: 0
[    40.732] 	RsvdMaskSize: 0
[    40.732] 	RsvdFieldPosition: 0
[    40.732] 	DirectColorModeInfo: 0
[    40.732] 	PhysBasePtr: 0xc0000000
[    40.732] 	LinBytesPerScanLine: 2048
[    40.732] 	BnkNumberOfImagePages: 4
[    40.732] 	LinNumberOfImagePages: 4
[    40.732] 	LinRedMaskSize: 5
[    40.732] 	LinRedFieldPosition: 11
[    40.732] 	LinGreenMaskSize: 6
[    40.732] 	LinGreenFieldPosition: 5
[    40.732] 	LinBlueMaskSize: 5
[    40.732] 	LinBlueFieldPosition: 0
[    40.732] 	LinRsvdMaskSize: 0
[    40.732] 	LinRsvdFieldPosition: 0
[    40.732] 	MaxPixelClock: 0
[    40.733] Mode: 127 (320x240)
[    40.733] 	ModeAttributes: 0x9f
[    40.733] 	WinAAttributes: 0x7
[    40.733] 	WinBAttributes: 0x0
[    40.733] 	WinGranularity: 64
[    40.733] 	WinSize: 64
[    40.733] 	WinASegment: 0xa000
[    40.733] 	WinBSegment: 0xa000
[    40.733] 	WinFuncPtr: 0xc0008960
[    40.733] 	BytesPerScanline: 320
[    40.733] 	XResolution: 320
[    40.733] 	YResolution: 240
[    40.733] 	XCharSize: 8
[    40.733] 	YCharSize: 8
[    40.733] 	NumberOfPlanes: 1
[    40.733] 	BitsPerPixel: 8
[    40.733] 	NumberOfBanks: 1
[    40.733] 	MemoryModel: 4
[    40.733] 	BankSize: 0
[    40.733] 	NumberOfImages: 63
[    40.733] 	RedMaskSize: 0
[    40.733] 	RedFieldPosition: 0
[    40.733] 	GreenMaskSize: 0
[    40.733] 	GreenFieldPosition: 0
[    40.733] 	BlueMaskSize: 0
[    40.733] 	BlueFieldPosition: 0
[    40.733] 	RsvdMaskSize: 0
[    40.733] 	RsvdFieldPosition: 0
[    40.733] 	DirectColorModeInfo: 0
[    40.733] 	PhysBasePtr: 0xc0000000
[    40.733] 	LinBytesPerScanLine: 320
[    40.733] 	BnkNumberOfImagePages: 63
[    40.733] 	LinNumberOfImagePages: 63
[    40.733] 	LinRedMaskSize: 0
[    40.733] 	LinRedFieldPosition: 0
[    40.733] 	LinGreenMaskSize: 0
[    40.733] 	LinGreenFieldPosition: 0
[    40.733] 	LinBlueMaskSize: 0
[    40.733] 	LinBlueFieldPosition: 0
[    40.733] 	LinRsvdMaskSize: 0
[    40.734] 	LinRsvdFieldPosition: 0
[    40.734] 	MaxPixelClock: 0
[    40.734] Mode: 128 (400x300)
[    40.734] 	ModeAttributes: 0x9f
[    40.734] 	WinAAttributes: 0x7
[    40.734] 	WinBAttributes: 0x0
[    40.734] 	WinGranularity: 64
[    40.734] 	WinSize: 64
[    40.734] 	WinASegment: 0xa000
[    40.734] 	WinBSegment: 0xa000
[    40.734] 	WinFuncPtr: 0xc0008960
[    40.734] 	BytesPerScanline: 400
[    40.734] 	XResolution: 400
[    40.735] 	YResolution: 300
[    40.735] 	XCharSize: 8
[    40.735] 	YCharSize: 8
[    40.735] 	NumberOfPlanes: 1
[    40.735] 	BitsPerPixel: 8
[    40.735] 	NumberOfBanks: 1
[    40.735] 	MemoryModel: 4
[    40.735] 	BankSize: 0
[    40.735] 	NumberOfImages: 63
[    40.735] 	RedMaskSize: 0
[    40.735] 	RedFieldPosition: 0
[    40.735] 	GreenMaskSize: 0
[    40.735] 	GreenFieldPosition: 0
[    40.735] 	BlueMaskSize: 0
[    40.735] 	BlueFieldPosition: 0
[    40.735] 	RsvdMaskSize: 0
[    40.735] 	RsvdFieldPosition: 0
[    40.735] 	DirectColorModeInfo: 0
[    40.735] 	PhysBasePtr: 0xc0000000
[    40.735] 	LinBytesPerScanLine: 400
[    40.735] 	BnkNumberOfImagePages: 63
[    40.735] 	LinNumberOfImagePages: 63
[    40.735] 	LinRedMaskSize: 0
[    40.735] 	LinRedFieldPosition: 0
[    40.735] 	LinGreenMaskSize: 0
[    40.735] 	LinGreenFieldPosition: 0
[    40.735] 	LinBlueMaskSize: 0
[    40.735] 	LinBlueFieldPosition: 0
[    40.735] 	LinRsvdMaskSize: 0
[    40.735] 	LinRsvdFieldPosition: 0
[    40.735] 	MaxPixelClock: 0
[    40.735] Mode: 129 (512x384)
[    40.735] 	ModeAttributes: 0x9f
[    40.735] 	WinAAttributes: 0x7
[    40.736] 	WinBAttributes: 0x0
[    40.736] 	WinGranularity: 64
[    40.736] 	WinSize: 64
[    40.736] 	WinASegment: 0xa000
[    40.736] 	WinBSegment: 0xa000
[    40.736] 	WinFuncPtr: 0xc0008960
[    40.736] 	BytesPerScanline: 512
[    40.736] 	XResolution: 512
[    40.736] 	YResolution: 384
[    40.736] 	XCharSize: 8
[    40.736] 	YCharSize: 8
[    40.736] 	NumberOfPlanes: 1
[    40.736] 	BitsPerPixel: 8
[    40.736] 	NumberOfBanks: 1
[    40.736] 	MemoryModel: 4
[    40.736] 	BankSize: 0
[    40.736] 	NumberOfImages: 41
[    40.736] 	RedMaskSize: 0
[    40.736] 	RedFieldPosition: 0
[    40.736] 	GreenMaskSize: 0
[    40.736] 	GreenFieldPosition: 0
[    40.736] 	BlueMaskSize: 0
[    40.736] 	BlueFieldPosition: 0
[    40.736] 	RsvdMaskSize: 0
[    40.736] 	RsvdFieldPosition: 0
[    40.736] 	DirectColorModeInfo: 0
[    40.736] 	PhysBasePtr: 0xc0000000
[    40.736] 	LinBytesPerScanLine: 512
[    40.736] 	BnkNumberOfImagePages: 41
[    40.736] 	LinNumberOfImagePages: 41
[    40.736] 	LinRedMaskSize: 0
[    40.736] 	LinRedFieldPosition: 0
[    40.736] 	LinGreenMaskSize: 0
[    40.736] 	LinGreenFieldPosition: 0
[    40.736] 	LinBlueMaskSize: 0
[    40.736] 	LinBlueFieldPosition: 0
[    40.736] 	LinRsvdMaskSize: 0
[    40.736] 	LinRsvdFieldPosition: 0
[    40.736] 	MaxPixelClock: 0
[    40.737] Mode: 12a (320x240)
[    40.737] 	ModeAttributes: 0x9b
[    40.737] 	WinAAttributes: 0x7
[    40.737] 	WinBAttributes: 0x0
[    40.737] 	WinGranularity: 64
[    40.737] 	WinSize: 64
[    40.737] 	WinASegment: 0xa000
[    40.737] 	WinBSegment: 0xa000
[    40.737] 	WinFuncPtr: 0xc0008960
[    40.737] 	BytesPerScanline: 640
[    40.737] 	XResolution: 320
[    40.737] 	YResolution: 240
[    40.737] 	XCharSize: 8
[    40.737] 	YCharSize: 8
[    40.737] 	NumberOfPlanes: 1
[    40.737] 	BitsPerPixel: 16
[    40.737] 	NumberOfBanks: 1
[    40.737] 	MemoryModel: 6
[    40.737] 	BankSize: 0
[    40.737] 	NumberOfImages: 41
[    40.737] 	RedMaskSize: 5
[    40.737] 	RedFieldPosition: 11
[    40.737] 	GreenMaskSize: 6
[    40.737] 	GreenFieldPosition: 5
[    40.737] 	BlueMaskSize: 5
[    40.737] 	BlueFieldPosition: 0
[    40.737] 	RsvdMaskSize: 0
[    40.737] 	RsvdFieldPosition: 0
[    40.737] 	DirectColorModeInfo: 0
[    40.737] 	PhysBasePtr: 0xc0000000
[    40.737] 	LinBytesPerScanLine: 640
[    40.737] 	BnkNumberOfImagePages: 41
[    40.737] 	LinNumberOfImagePages: 41
[    40.737] 	LinRedMaskSize: 5
[    40.737] 	LinRedFieldPosition: 11
[    40.737] 	LinGreenMaskSize: 6
[    40.737] 	LinGreenFieldPosition: 5
[    40.737] 	LinBlueMaskSize: 5
[    40.737] 	LinBlueFieldPosition: 0
[    40.737] 	LinRsvdMaskSize: 0
[    40.737] 	LinRsvdFieldPosition: 0
[    40.737] 	MaxPixelClock: 0
[    40.738] Mode: 12b (400x300)
[    40.738] 	ModeAttributes: 0x9b
[    40.738] 	WinAAttributes: 0x7
[    40.738] 	WinBAttributes: 0x0
[    40.738] 	WinGranularity: 64
[    40.738] 	WinSize: 64
[    40.738] 	WinASegment: 0xa000
[    40.738] 	WinBSegment: 0xa000
[    40.738] 	WinFuncPtr: 0xc0008960
[    40.738] 	BytesPerScanline: 800
[    40.738] 	XResolution: 400
[    40.738] 	YResolution: 300
[    40.738] 	XCharSize: 8
[    40.738] 	YCharSize: 8
[    40.738] 	NumberOfPlanes: 1
[    40.738] 	BitsPerPixel: 16
[    40.738] 	NumberOfBanks: 1
[    40.738] 	MemoryModel: 6
[    40.738] 	BankSize: 0
[    40.738] 	NumberOfImages: 31
[    40.738] 	RedMaskSize: 5
[    40.738] 	RedFieldPosition: 11
[    40.738] 	GreenMaskSize: 6
[    40.738] 	GreenFieldPosition: 5
[    40.738] 	BlueMaskSize: 5
[    40.738] 	BlueFieldPosition: 0
[    40.738] 	RsvdMaskSize: 0
[    40.738] 	RsvdFieldPosition: 0
[    40.738] 	DirectColorModeInfo: 0
[    40.738] 	PhysBasePtr: 0xc0000000
[    40.738] 	LinBytesPerScanLine: 800
[    40.738] 	BnkNumberOfImagePages: 31
[    40.738] 	LinNumberOfImagePages: 31
[    40.738] 	LinRedMaskSize: 5
[    40.738] 	LinRedFieldPosition: 11
[    40.738] 	LinGreenMaskSize: 6
[    40.738] 	LinGreenFieldPosition: 5
[    40.738] 	LinBlueMaskSize: 5
[    40.738] 	LinBlueFieldPosition: 0
[    40.738] 	LinRsvdMaskSize: 0
[    40.738] 	LinRsvdFieldPosition: 0
[    40.738] 	MaxPixelClock: 0
[    40.739] Mode: 12c (512x384)
[    40.739] 	ModeAttributes: 0x9b
[    40.739] 	WinAAttributes: 0x7
[    40.739] 	WinBAttributes: 0x0
[    40.739] 	WinGranularity: 64
[    40.739] 	WinSize: 64
[    40.739] 	WinASegment: 0xa000
[    40.739] 	WinBSegment: 0xa000
[    40.739] 	WinFuncPtr: 0xc0008960
[    40.739] 	BytesPerScanline: 1024
[    40.739] 	XResolution: 512
[    40.739] 	YResolution: 384
[    40.739] 	XCharSize: 8
[    40.739] 	YCharSize: 8
[    40.739] 	NumberOfPlanes: 1
[    40.739] 	BitsPerPixel: 16
[    40.739] 	NumberOfBanks: 1
[    40.739] 	MemoryModel: 6
[    40.739] 	BankSize: 0
[    40.739] 	NumberOfImages: 20
[    40.739] 	RedMaskSize: 5
[    40.739] 	RedFieldPosition: 11
[    40.739] 	GreenMaskSize: 6
[    40.739] 	GreenFieldPosition: 5
[    40.739] 	BlueMaskSize: 5
[    40.739] 	BlueFieldPosition: 0
[    40.739] 	RsvdMaskSize: 0
[    40.739] 	RsvdFieldPosition: 0
[    40.739] 	DirectColorModeInfo: 0
[    40.739] 	PhysBasePtr: 0xc0000000
[    40.739] 	LinBytesPerScanLine: 1024
[    40.739] 	BnkNumberOfImagePages: 20
[    40.739] 	LinNumberOfImagePages: 20
[    40.739] 	LinRedMaskSize: 5
[    40.739] 	LinRedFieldPosition: 11
[    40.739] 	LinGreenMaskSize: 6
[    40.739] 	LinGreenFieldPosition: 5
[    40.739] 	LinBlueMaskSize: 5
[    40.739] 	LinBlueFieldPosition: 0
[    40.739] 	LinRsvdMaskSize: 0
[    40.739] 	LinRsvdFieldPosition: 0
[    40.739] 	MaxPixelClock: 0
[    40.740] Mode: 12d (320x200)
[    40.740] 	ModeAttributes: 0x9f
[    40.740] 	WinAAttributes: 0x7
[    40.740] 	WinBAttributes: 0x0
[    40.740] 	WinGranularity: 64
[    40.740] 	WinSize: 64
[    40.740] 	WinASegment: 0xa000
[    40.740] 	WinBSegment: 0xa000
[    40.740] 	WinFuncPtr: 0xc0008960
[    40.740] 	BytesPerScanline: 320
[    40.740] 	XResolution: 320
[    40.740] 	YResolution: 200
[    40.740] 	XCharSize: 8
[    40.740] 	YCharSize: 8
[    40.740] 	NumberOfPlanes: 1
[    40.740] 	BitsPerPixel: 8
[    40.740] 	NumberOfBanks: 1
[    40.740] 	MemoryModel: 4
[    40.740] 	BankSize: 0
[    40.740] 	NumberOfImages: 127
[    40.740] 	RedMaskSize: 0
[    40.740] 	RedFieldPosition: 0
[    40.740] 	GreenMaskSize: 0
[    40.740] 	GreenFieldPosition: 0
[    40.740] 	BlueMaskSize: 0
[    40.740] 	BlueFieldPosition: 0
[    40.740] 	RsvdMaskSize: 0
[    40.740] 	RsvdFieldPosition: 0
[    40.740] 	DirectColorModeInfo: 0
[    40.740] 	PhysBasePtr: 0xc0000000
[    40.740] 	LinBytesPerScanLine: 320
[    40.740] 	BnkNumberOfImagePages: 127
[    40.740] 	LinNumberOfImagePages: 127
[    40.740] 	LinRedMaskSize: 0
[    40.740] 	LinRedFieldPosition: 0
[    40.740] 	LinGreenMaskSize: 0
[    40.740] 	LinGreenFieldPosition: 0
[    40.740] 	LinBlueMaskSize: 0
[    40.740] 	LinBlueFieldPosition: 0
[    40.740] 	LinRsvdMaskSize: 0
[    40.740] 	LinRsvdFieldPosition: 0
[    40.740] 	MaxPixelClock: 0
[    40.741] Mode: 131 (640x400)
[    40.741] 	ModeAttributes: 0x9b
[    40.741] 	WinAAttributes: 0x7
[    40.741] 	WinBAttributes: 0x0
[    40.741] 	WinGranularity: 64
[    40.741] 	WinSize: 64
[    40.741] 	WinASegment: 0xa000
[    40.741] 	WinBSegment: 0xa000
[    40.741] 	WinFuncPtr: 0xc0008960
[    40.741] 	BytesPerScanline: 1280
[    40.741] 	XResolution: 640
[    40.741] 	YResolution: 400
[    40.741] 	XCharSize: 8
[    40.741] 	YCharSize: 16
[    40.741] 	NumberOfPlanes: 1
[    40.741] 	BitsPerPixel: 16
[    40.741] 	NumberOfBanks: 1
[    40.741] 	MemoryModel: 6
[    40.741] 	BankSize: 0
[    40.741] 	NumberOfImages: 15
[    40.741] 	RedMaskSize: 5
[    40.741] 	RedFieldPosition: 11
[    40.741] 	GreenMaskSize: 6
[    40.741] 	GreenFieldPosition: 5
[    40.741] 	BlueMaskSize: 5
[    40.741] 	BlueFieldPosition: 0
[    40.741] 	RsvdMaskSize: 0
[    40.741] 	RsvdFieldPosition: 0
[    40.741] 	DirectColorModeInfo: 0
[    40.741] 	PhysBasePtr: 0xc0000000
[    40.741] 	LinBytesPerScanLine: 1280
[    40.741] 	BnkNumberOfImagePages: 15
[    40.741] 	LinNumberOfImagePages: 15
[    40.741] 	LinRedMaskSize: 5
[    40.741] 	LinRedFieldPosition: 11
[    40.741] 	LinGreenMaskSize: 6
[    40.741] 	LinGreenFieldPosition: 5
[    40.741] 	LinBlueMaskSize: 5
[    40.741] 	LinBlueFieldPosition: 0
[    40.741] 	LinRsvdMaskSize: 0
[    40.741] 	LinRsvdFieldPosition: 0
[    40.741] 	MaxPixelClock: 0
[    40.742] *Mode: 112 (640x480)
[    40.742] 	ModeAttributes: 0x9b
[    40.742] 	WinAAttributes: 0x7
[    40.742] 	WinBAttributes: 0x0
[    40.742] 	WinGranularity: 64
[    40.742] 	WinSize: 64
[    40.742] 	WinASegment: 0xa000
[    40.742] 	WinBSegment: 0xa000
[    40.742] 	WinFuncPtr: 0xc0008960
[    40.742] 	BytesPerScanline: 2560
[    40.742] 	XResolution: 640
[    40.742] 	YResolution: 480
[    40.742] 	XCharSize: 8
[    40.742] 	YCharSize: 16
[    40.742] 	NumberOfPlanes: 1
[    40.742] 	BitsPerPixel: 32
[    40.742] 	NumberOfBanks: 1
[    40.742] 	MemoryModel: 6
[    40.742] 	BankSize: 0
[    40.742] 	NumberOfImages: 5
[    40.742] 	RedMaskSize: 8
[    40.742] 	RedFieldPosition: 16
[    40.742] 	GreenMaskSize: 8
[    40.742] 	GreenFieldPosition: 8
[    40.742] 	BlueMaskSize: 8
[    40.742] 	BlueFieldPosition: 0
[    40.742] 	RsvdMaskSize: 8
[    40.742] 	RsvdFieldPosition: 24
[    40.742] 	DirectColorModeInfo: 0
[    40.742] 	PhysBasePtr: 0xc0000000
[    40.742] 	LinBytesPerScanLine: 2560
[    40.742] 	BnkNumberOfImagePages: 5
[    40.742] 	LinNumberOfImagePages: 5
[    40.742] 	LinRedMaskSize: 8
[    40.742] 	LinRedFieldPosition: 16
[    40.742] 	LinGreenMaskSize: 8
[    40.742] 	LinGreenFieldPosition: 8
[    40.742] 	LinBlueMaskSize: 8
[    40.742] 	LinBlueFieldPosition: 0
[    40.742] 	LinRsvdMaskSize: 8
[    40.742] 	LinRsvdFieldPosition: 24
[    40.742] 	MaxPixelClock: 0
[    40.743] *Mode: 115 (800x600)
[    40.743] 	ModeAttributes: 0x9b
[    40.743] 	WinAAttributes: 0x7
[    40.743] 	WinBAttributes: 0x0
[    40.743] 	WinGranularity: 64
[    40.743] 	WinSize: 64
[    40.743] 	WinASegment: 0xa000
[    40.743] 	WinBSegment: 0xa000
[    40.743] 	WinFuncPtr: 0xc0008960
[    40.743] 	BytesPerScanline: 3200
[    40.743] 	XResolution: 800
[    40.743] 	YResolution: 600
[    40.743] 	XCharSize: 8
[    40.743] 	YCharSize: 16
[    40.743] 	NumberOfPlanes: 1
[    40.743] 	BitsPerPixel: 32
[    40.743] 	NumberOfBanks: 1
[    40.743] 	MemoryModel: 6
[    40.743] 	BankSize: 0
[    40.743] 	NumberOfImages: 3
[    40.743] 	RedMaskSize: 8
[    40.743] 	RedFieldPosition: 16
[    40.743] 	GreenMaskSize: 8
[    40.743] 	GreenFieldPosition: 8
[    40.743] 	BlueMaskSize: 8
[    40.743] 	BlueFieldPosition: 0
[    40.743] 	RsvdMaskSize: 8
[    40.743] 	RsvdFieldPosition: 24
[    40.743] 	DirectColorModeInfo: 0
[    40.743] 	PhysBasePtr: 0xc0000000
[    40.743] 	LinBytesPerScanLine: 3200
[    40.743] 	BnkNumberOfImagePages: 3
[    40.743] 	LinNumberOfImagePages: 3
[    40.743] 	LinRedMaskSize: 8
[    40.743] 	LinRedFieldPosition: 16
[    40.743] 	LinGreenMaskSize: 8
[    40.743] 	LinGreenFieldPosition: 8
[    40.743] 	LinBlueMaskSize: 8
[    40.743] 	LinBlueFieldPosition: 0
[    40.744] 	LinRsvdMaskSize: 8
[    40.744] 	LinRsvdFieldPosition: 24
[    40.744] 	MaxPixelClock: 0
[    40.744] *Mode: 118 (1024x768)
[    40.744] 	ModeAttributes: 0x9b
[    40.744] 	WinAAttributes: 0x7
[    40.744] 	WinBAttributes: 0x0
[    40.744] 	WinGranularity: 64
[    40.744] 	WinSize: 64
[    40.744] 	WinASegment: 0xa000
[    40.744] 	WinBSegment: 0xa000
[    40.744] 	WinFuncPtr: 0xc0008960
[    40.744] 	BytesPerScanline: 4096
[    40.744] 	XResolution: 1024
[    40.744] 	YResolution: 768
[    40.744] 	XCharSize: 8
[    40.744] 	YCharSize: 16
[    40.744] 	NumberOfPlanes: 1
[    40.744] 	BitsPerPixel: 32
[    40.744] 	NumberOfBanks: 1
[    40.744] 	MemoryModel: 6
[    40.744] 	BankSize: 0
[    40.744] 	NumberOfImages: 1
[    40.744] 	RedMaskSize: 8
[    40.744] 	RedFieldPosition: 16
[    40.744] 	GreenMaskSize: 8
[    40.744] 	GreenFieldPosition: 8
[    40.744] 	BlueMaskSize: 8
[    40.744] 	BlueFieldPosition: 0
[    40.744] 	RsvdMaskSize: 8
[    40.744] 	RsvdFieldPosition: 24
[    40.744] 	DirectColorModeInfo: 0
[    40.744] 	PhysBasePtr: 0xc0000000
[    40.744] 	LinBytesPerScanLine: 4096
[    40.744] 	BnkNumberOfImagePages: 1
[    40.745] 	LinNumberOfImagePages: 1
[    40.745] 	LinRedMaskSize: 8
[    40.745] 	LinRedFieldPosition: 16
[    40.745] 	LinGreenMaskSize: 8
[    40.745] 	LinGreenFieldPosition: 8
[    40.745] 	LinBlueMaskSize: 8
[    40.745] 	LinBlueFieldPosition: 0
[    40.745] 	LinRsvdMaskSize: 8
[    40.745] 	LinRsvdFieldPosition: 24
[    40.745] 	MaxPixelClock: 0
[    40.745] Mode: 102 (800x600)
[    40.745] 	ModeAttributes: 0x1f
[    40.745] 	WinAAttributes: 0x7
[    40.745] 	WinBAttributes: 0x0
[    40.745] 	WinGranularity: 64
[    40.746] 	WinSize: 64
[    40.746] 	WinASegment: 0xa000
[    40.746] 	WinBSegment: 0xa000
[    40.746] 	WinFuncPtr: 0xc0008960
[    40.746] 	BytesPerScanline: 100
[    40.746] 	XResolution: 800
[    40.746] 	YResolution: 600
[    40.746] 	XCharSize: 8
[    40.746] 	YCharSize: 16
[    40.746] 	NumberOfPlanes: 4
[    40.746] 	BitsPerPixel: 4
[    40.746] 	NumberOfBanks: 1
[    40.746] 	MemoryModel: 3
[    40.746] 	BankSize: 0
[    40.746] 	NumberOfImages: 31
[    40.746] 	RedMaskSize: 0
[    40.746] 	RedFieldPosition: 0
[    40.746] 	GreenMaskSize: 0
[    40.746] 	GreenFieldPosition: 0
[    40.746] 	BlueMaskSize: 0
[    40.746] 	BlueFieldPosition: 0
[    40.746] 	RsvdMaskSize: 0
[    40.746] 	RsvdFieldPosition: 0
[    40.746] 	DirectColorModeInfo: 0
[    40.746] 	PhysBasePtr: 0xc0000000
[    40.746] 	LinBytesPerScanLine: 100
[    40.746] 	BnkNumberOfImagePages: 31
[    40.746] 	LinNumberOfImagePages: 31
[    40.747] 	LinRedMaskSize: 0
[    40.747] 	LinRedFieldPosition: 0
[    40.747] 	LinGreenMaskSize: 0
[    40.747] 	LinGreenFieldPosition: 0
[    40.747] 	LinBlueMaskSize: 0
[    40.747] 	LinBlueFieldPosition: 0
[    40.747] 	LinRsvdMaskSize: 0
[    40.747] 	LinRsvdFieldPosition: 0
[    40.747] 	MaxPixelClock: 0
[    40.747] 
[    40.747] (II) VESA(0): Total Memory: 2048 64KB banks (131072kB)
[    40.747] (II) VESA(0): <default monitor>: Using default hsync range of 31.50-48.00 kHz
[    40.747] (II) VESA(0): <default monitor>: Using default vrefresh range of 50.00-70.00 Hz
[    40.747] (II) VESA(0): <default monitor>: Using default maximum pixel clock of 65.00 MHz
[    40.747] (WW) VESA(0): Unable to estimate virtual size
[    40.747] (II) VESA(0): Not using built-in mode "1280x768" (no mode of this name)
[    40.747] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[    40.747] (II) VESA(0): Not using built-in mode "800x600" (no mode of this name)
[    40.747] (II) VESA(0): Not using built-in mode "640x480" (no mode of this name)
[    40.747] (WW) VESA(0): No valid modes left. Trying less strict filter...
[    40.747] (II) VESA(0): <default monitor>: Using hsync range of 31.50-48.00 kHz
[    40.747] (II) VESA(0): <default monitor>: Using vrefresh range of 50.00-70.00 Hz
[    40.747] (II) VESA(0): <default monitor>: Using maximum pixel clock of 65.00 MHz
[    40.747] (WW) VESA(0): Unable to estimate virtual size
[    40.747] (II) VESA(0): Not using built-in mode "1280x768" (hsync out of range)
[    40.748] (II) VESA(0): Virtual size is 1024x768 (pitch 1024)
[    40.748] (**) VESA(0): *Built-in mode "1024x768"
[    40.748] (**) VESA(0): *Built-in mode "800x600"
[    40.748] (**) VESA(0): *Built-in mode "640x480"
[    40.748] (==) VESA(0): DPI set to (96, 96)
[    40.748] (**) VESA(0): Using "Shadow Framebuffer"
[    40.748] (II) Loading sub module "shadow"
[    40.748] (II) LoadModule: "shadow"
[    40.748] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    40.749] (II) Module shadow: vendor="X.Org Foundation"
[    40.749] 	compiled for 1.20.13, module version = 1.1.0
[    40.749] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    40.749] (II) Loading sub module "fb"
[    40.749] (II) LoadModule: "fb"
[    40.750] (II) Loading /usr/lib/xorg/modules/libfb.so
[    40.759] (II) Module fb: vendor="X.Org Foundation"
[    40.759] 	compiled for 1.20.13, module version = 1.0.0
[    40.759] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    40.759] (II) Loading sub module "int10"
[    40.759] (II) LoadModule: "int10"
[    40.760] (II) Loading /usr/lib/xorg/modules/libint10.so
[    40.760] (II) Module int10: vendor="X.Org Foundation"
[    40.760] 	compiled for 1.20.13, module version = 1.0.0
[    40.760] 	ABI class: X.Org Video Driver, version 24.1
[    40.760] (II) VESA(0): initializing int10
[    40.766] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[    40.768] (II) VESA(0): VESA BIOS detected
[    40.768] (II) VESA(0): VESA VBE Version 3.0
[    40.768] (II) VESA(0): VESA VBE Total Mem: 131072 kB
[    40.768] (II) VESA(0): VESA VBE OEM: SiS
[    40.768] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[    40.768] (II) VESA(0): VESA VBE OEM Vendor: Silicon Integrated Systems Corp.
[    40.768] (II) VESA(0): VESA VBE OEM Product: 6330
[    40.768] (II) VESA(0): VESA VBE OEM Product Rev: 3.72.1E
[    40.768] (II) VESA(0): virtual address = 0x7f848247e000, VGAbase = 0x7f848a5c7000
	physical address = 0xc0000000, size = 134217728
[    40.781] (II) VESA(0): Setting up VESA Mode 0x118 (1024x768)
[    41.236] (==) VESA(0): Default visual is TrueColor
[    41.252] (==) VESA(0): Backing store enabled
[    41.253] (==) VESA(0): DPMS enabled
[    41.254] (II) Initializing extension Generic Event Extension
[    41.254] (II) Initializing extension SHAPE
[    41.254] (II) Initializing extension MIT-SHM
[    41.255] (II) Initializing extension XInputExtension
[    41.256] (II) Initializing extension XTEST
[    41.256] (II) Initializing extension BIG-REQUESTS
[    41.257] (II) Initializing extension SYNC
[    41.257] (II) Initializing extension XKEYBOARD
[    41.257] (II) Initializing extension XC-MISC
[    41.258] (II) Initializing extension SECURITY
[    41.258] (II) Initializing extension XFIXES
[    41.258] (II) Initializing extension RENDER
[    41.259] (II) Initializing extension RANDR
[    41.259] (II) Initializing extension COMPOSITE
[    41.260] (II) Initializing extension DAMAGE
[    41.260] (II) Initializing extension MIT-SCREEN-SAVER
[    41.261] (II) Initializing extension DOUBLE-BUFFER
[    41.261] (II) Initializing extension RECORD
[    41.261] (II) Initializing extension DPMS
[    41.262] (II) Initializing extension Present
[    41.262] (II) Initializing extension DRI3
[    41.262] (II) Initializing extension X-Resource
[    41.262] (II) Initializing extension XVideo
[    41.262] (II) Initializing extension XVideo-MotionCompensation
[    41.263] (II) Initializing extension SELinux
[    41.263] (II) SELinux: Disabled on system
[    41.263] (II) Initializing extension GLX
[    41.264] (II) AIGLX: Screen 0 is not DRI2 capable
[    43.728] (II) IGLX: Loaded and initialized swrast
[    43.728] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    43.728] (II) Initializing extension XFree86-VidModeExtension
[    43.728] (II) Initializing extension XFree86-DGA
[    43.728] (II) Initializing extension XFree86-DRI
[    43.728] (II) Initializing extension DRI2
[    44.041] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    44.041] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    44.041] (II) LoadModule: "libinput"
[    44.042] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    44.085] (II) Module libinput: vendor="X.Org Foundation"
[    44.086] 	compiled for 1.20.4, module version = 0.29.0
[    44.086] 	Module class: X.Org XInput Driver
[    44.086] 	ABI class: X.Org XInput driver, version 24.1
[    44.086] (II) Using input driver 'libinput' for 'Power Button'
[    44.086] (**) Power Button: always reports core events
[    44.086] (**) Option "Device" "/dev/input/event3"
[    44.086] (**) Option "_source" "server/udev"
[    44.121] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    44.122] (II) event3  - Power Button: device is a keyboard
[    44.122] (II) event3  - Power Button: device removed
[    44.138] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    44.138] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    44.138] (**) Option "xkb_model" "pc105"
[    44.139] (**) Option "xkb_layout" "es"
[    44.197] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    44.197] (II) event3  - Power Button: device is a keyboard
[    44.198] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    44.198] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    44.198] (II) Using input driver 'libinput' for 'Video Bus'
[    44.198] (**) Video Bus: always reports core events
[    44.199] (**) Option "Device" "/dev/input/event5"
[    44.199] (**) Option "_source" "server/udev"
[    44.201] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    44.201] (II) event5  - Video Bus: device is a keyboard
[    44.201] (II) event5  - Video Bus: device removed
[    44.218] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:0b/LNXVIDEO:00/input/input9/event5"
[    44.218] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    44.219] (**) Option "xkb_model" "pc105"
[    44.219] (**) Option "xkb_layout" "es"
[    44.223] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    44.223] (II) event5  - Video Bus: device is a keyboard
[    44.225] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    44.225] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    44.225] (II) Using input driver 'libinput' for 'Power Button'
[    44.225] (**) Power Button: always reports core events
[    44.225] (**) Option "Device" "/dev/input/event0"
[    44.225] (**) Option "_source" "server/udev"
[    44.228] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    44.228] (II) event0  - Power Button: device is a keyboard
[    44.228] (II) event0  - Power Button: device removed
[    44.234] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    44.234] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    44.234] (**) Option "xkb_model" "pc105"
[    44.235] (**) Option "xkb_layout" "es"
[    44.237] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    44.237] (II) event0  - Power Button: device is a keyboard
[    44.238] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    44.238] (II) No input driver specified, ignoring this device.
[    44.238] (II) This device may have been added with another device file.
[    44.239] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    44.239] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    44.239] (II) Using input driver 'libinput' for 'Sleep Button'
[    44.239] (**) Sleep Button: always reports core events
[    44.239] (**) Option "Device" "/dev/input/event1"
[    44.239] (**) Option "_source" "server/udev"
[    44.241] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    44.241] (II) event1  - Sleep Button: device is a keyboard
[    44.242] (II) event1  - Sleep Button: device removed
[    44.258] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    44.258] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    44.258] (**) Option "xkb_model" "pc105"
[    44.258] (**) Option "xkb_layout" "es"
[    44.262] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    44.262] (II) event1  - Sleep Button: device is a keyboard
[    44.265] (II) config/udev: Adding input device USB2.0 Camera: USB2.0 Camera (/dev/input/event7)
[    44.265] (**) USB2.0 Camera: USB2.0 Camera: Applying InputClass "libinput keyboard catchall"
[    44.265] (II) Using input driver 'libinput' for 'USB2.0 Camera: USB2.0 Camera'
[    44.265] (**) USB2.0 Camera: USB2.0 Camera: always reports core events
[    44.265] (**) Option "Device" "/dev/input/event7"
[    44.265] (**) Option "_source" "server/udev"
[    44.268] (II) event7  - USB2.0 Camera: USB2.0 Camera: is tagged by udev as: Keyboard
[    44.269] (II) event7  - USB2.0 Camera: USB2.0 Camera: device is a keyboard
[    44.269] (II) event7  - USB2.0 Camera: USB2.0 Camera: device removed
[    44.298] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:03.3/usb1/1-4/1-4:1.0/input/input14/event7"
[    44.298] (II) XINPUT: Adding extended input device "USB2.0 Camera: USB2.0 Camera" (type: KEYBOARD, id 10)
[    44.298] (**) Option "xkb_model" "pc105"
[    44.298] (**) Option "xkb_layout" "es"
[    44.303] (II) event7  - USB2.0 Camera: USB2.0 Camera: is tagged by udev as: Keyboard
[    44.303] (II) event7  - USB2.0 Camera: USB2.0 Camera: device is a keyboard
[    44.305] (II) config/udev: Adding input device HDA SIS966 Mic (/dev/input/event8)
[    44.305] (II) No input driver specified, ignoring this device.
[    44.305] (II) This device may have been added with another device file.
[    44.306] (II) config/udev: Adding input device HDA SIS966 Line (/dev/input/event9)
[    44.306] (II) No input driver specified, ignoring this device.
[    44.306] (II) This device may have been added with another device file.
[    44.307] (II) config/udev: Adding input device HDA SIS966 Headphone (/dev/input/event10)
[    44.307] (II) No input driver specified, ignoring this device.
[    44.307] (II) This device may have been added with another device file.
[    44.308] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    44.308] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    44.308] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    44.309] (**) AT Translated Set 2 keyboard: always reports core events
[    44.309] (**) Option "Device" "/dev/input/event4"
[    44.309] (**) Option "_source" "server/udev"
[    44.312] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    44.312] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    44.313] (II) event4  - AT Translated Set 2 keyboard: device removed
[    44.330] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    44.330] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[    44.331] (**) Option "xkb_model" "pc105"
[    44.331] (**) Option "xkb_layout" "es"
[    44.335] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    44.335] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    44.339] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
[    44.339] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[    44.339] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[    44.339] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    44.339] (**) Option "Device" "/dev/input/event6"
[    44.339] (**) Option "_source" "server/udev"
[    44.341] (II) event6  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    44.343] (II) event6  - SynPS/2 Synaptics TouchPad: device is a touchpad
[    44.343] (II) event6  - SynPS/2 Synaptics TouchPad: device removed
[    44.379] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input13/event6"
[    44.379] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[    44.380] (**) Option "AccelerationScheme" "none"
[    44.380] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[    44.380] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    44.380] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    44.384] (II) event6  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    44.386] (II) event6  - SynPS/2 Synaptics TouchPad: device is a touchpad
[    44.388] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    44.388] (II) No input driver specified, ignoring this device.
[    44.388] (II) This device may have been added with another device file.
[   113.278] (II) Axis 0 value 1271 is outside expected range [1272, 5672]
See https://wayland.freedesktop.org/libinput/doc/1.15.5/absolute_coordinate_ranges.html for details

"xorg.conf.vesa"

Section "Device"
        Identifier      "Configured Video Device"
        Driver          "vesa"
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
        Device          "Configured Video Device"
EndSection

sis: Result 1440x900, splayed in height, text quite sharp

trisquel@trisquel-M540SS:~$ xdpyinfo | grep dimensions
  dimensions:    1440x900 pixels (381x238 millimeters)
trisquel@trisquel-M540SS:~$ sudo lshw | grep product
[sudo] password for trisquel: 
    product: M540SS
       product: M540SS
          product: Intel(R) Pentium(R) Dual  CPU  T3400  @ 2.16GHz
          product: 671MX
             product: AGP Port (virtual PCI-to-PCI bridge)
                product: 771/671 PCIE VGA Display Adapter
             product: SiS968 [MuTIOL Media IO]
             product: 5513 IDE Controller
             product: USB 1.1 Controller
                product: OHCI PCI host controller
             product: USB 1.1 Controller
                product: OHCI PCI host controller
             product: USB 2.0 Controller
                product: EHCI Host Controller
                   product: RTL8187B_WLAN_Adapter
                   product: USB2.0 Camera
                   product: Silicon-Power8G
             product: 191 Gigabit Ethernet Adapter
             product: SATA Controller / IDE mode
             product: PCI-to-PCI bridge
             product: PCI-to-PCI bridge
                product: SD/MMC Host Controller
                product: Standard SD Host Controller
                product: MS Host Controller
                product: xD Host Controller
             product: Azalia Audio Controller
             product: PCI-to-PCI bridge
          product: PnP device PNP0b00
          product: PnP device PNP0c02
          product: PnP device PNP0f13
          product: PnP device PNP0303
             product: CDDVDW TS-L632H
             product: WDC WD1600BEVS-0
             product: Silicon-Power8G
trisquel@trisquel-M540SS:~$

"/var/log/Xorg.0.log"

[    38.292] 
X.Org X Server 1.20.13
X Protocol Version 11, Revision 0
[    38.292] Build Operating System: linux Ubuntu
[    38.292] Current Operating System: Linux trisquel-M540SS 5.4.0-96-generic #109+10.0trisquel9 SMP Wed Jan 19 18:07:26 UTC 2022 x86_64
[    38.292] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4.0-96-generic root=UUID=231e69ef-a49f-404c-a9f7-014fbc4df744 ro quiet splash
[    38.292] Build Date: 14 December 2021  02:14:13PM
[    38.292] xorg-server 2:1.20.13-1ubuntu1~20.04.2 (For technical support please see http://www.ubuntu.com/support) 
[    38.292] Current version of pixman: 0.38.4
[    38.292] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    38.292] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    38.292] (==) Log file: "/var/log/Xorg.0.log", Time: Sun May  8 15:27:09 2022
[    38.522] (==) Using config file: "/etc/X11/xorg.conf"
[    38.522] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    38.733] (==) No Layout section.  Using the first Screen section.
[    38.733] (**) |-->Screen "Default Screen" (0)
[    38.733] (**) |   |-->Monitor "Configured Monitor"
[    38.764] (**) |   |-->Device "Configured Video Device"
[    38.764] (==) Automatically adding devices
[    38.764] (==) Automatically enabling devices
[    38.764] (==) Automatically adding GPU devices
[    38.764] (==) Automatically binding GPU devices
[    38.764] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    39.159] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    39.159] 	Entry deleted from font path.
[    39.159] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    39.159] 	Entry deleted from font path.
[    39.159] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    39.159] 	Entry deleted from font path.
[    39.218] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    39.218] 	Entry deleted from font path.
[    39.218] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    39.218] 	Entry deleted from font path.
[    39.218] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[    39.218] (==) ModulePath set to "/usr/lib/xorg/modules"
[    39.218] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    39.218] (II) Loader magic: 0x5585fd4db020
[    39.218] (II) Module ABI versions:
[    39.218] 	X.Org ANSI C Emulation: 0.4
[    39.218] 	X.Org Video Driver: 24.1
[    39.218] 	X.Org XInput driver : 24.1
[    39.218] 	X.Org Server Extension : 10.0
[    39.219] (++) using VT number 7

[    39.220] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    39.224] (--) PCI:*(1@0:0:0) 1039:6351:1558:0803 rev 16, Mem @ 0xc0000000/268435456, 0xd4000000/131072, I/O @ 0x00009000/128, BIOS @ 0x????????/131072
[    39.349] (II) LoadModule: "glx"
[    39.415] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    40.222] (II) Module glx: vendor="X.Org Foundation"
[    40.222] 	compiled for 1.20.13, module version = 1.0.0
[    40.222] 	ABI class: X.Org Server Extension, version 10.0
[    40.222] (II) LoadModule: "sis671"
[    40.223] (II) Loading /usr/lib/xorg/modules/drivers/sis671_drv.so
[    40.533] (II) Module sis671: vendor="X.Org Foundation"
[    40.534] 	compiled for 1.20.13, module version = 0.10.4
[    40.534] 	Module class: X.Org Video Driver
[    40.534] 	ABI class: X.Org Video Driver, version 24.1
[    40.534] (II) SIS671: driver for SiS chipsets: SIS5597/5598, SIS530/620,
	SIS6326/AGP/DVD, SIS300/305, SIS630/730, SIS540, SIS315, SIS315H,
	SIS315PRO/E, SIS550, SIS650/M650/651/740, SIS330(Xabre),
	SIS[M]661[F|M]X/[M]741[GX]/[M]760[GX]/[M]761[GX]/662, SIS340,
	[M]670/[M]770[GX], [M]671/[M]771[GX]
[    40.534] (II) SIS671: driver for XGI chipsets: Volari Z7 (XG20),
	Volari V3XT/V5/V8/Duo (XG40/XG42)
[    40.539] (II) SIS_pci_probe - begin, entity_num=0
[    40.539] (II)                        vendor_id=0x1039
[    40.539] (II)                        device_id=0x6351
[    40.539] (II)                        bus=1
[    40.539] (II)                        dev=0
[    40.539] (II)                        func=0
[    40.539] (II) SIS_pci_probe - ConfigPciEntity found
[    40.539] (II) SIS671(0): SIS_pci_probe - GetEntityInfo chipset is 0x6351
[    40.539] (II) SIS671(0): SIS_pci_probe - end
[    40.570] (II) SIS671(0): SiS driver (2006/10/17-1, compiled for X.org 1.20.13.0)
[    40.570] (II) SIS671(0): Copyright (C) 2001-2005 Thomas Winischhofer <thomas@winischhofer.net> and others
[    40.570] (II) SIS671(0): *** See http://www.winischhofer.at/linuxsisvga.shtml
[    40.570] (II) SIS671(0): *** for documentation, updates and a Premium Version.
[    40.570] (II) SIS671(0): RandR rotation support not available in this version.
[    40.570] (II) SIS671(0): Dynamic modelist support not available in this version.
[    40.570] (II) SIS671(0): Screen growing support not available in this version.
[    40.570] (II) SIS671(0): Advanced Xv video blitter not available in this version.
[    40.570] (II) SIS671(0): Advanced MergedFB support not available in this version.
[    40.570] (--) SIS671(0): sisfb not found
[    40.570] (--) SIS671(0): Relocated I/O registers at 0x9000
[    40.583] (II) Loading sub module "ramdac"
[    40.583] (II) LoadModule: "ramdac"
[    40.583] (II) Module "ramdac" already built-in
[    40.583] (II) SIS671(0): Creating default Display subsection in Screen section
	"Default Screen" for depth/fbbpp 24/32
[    40.583] (==) SIS671(0): Depth 24, (--) framebuffer bpp 32
[    40.584] (==) SIS671(0): RGB weight 888
[    40.584] (==) SIS671(0): Default visual is TrueColor
[    40.584] (WW) SIS671(0): Could not find/read video BIOS
[    40.584] (==) SIS671(0): Color HW cursor is enabled
[    40.584] (II) SIS671(0): Using VRAM command queue, size 512k
[    40.584] (==) SIS671(0): Hotkey display switching is enabled
[    40.584] (==) SIS671(0): SiSCtrl utility interface is disabled
[    40.633] (II) SIS671(0): For information on SiSCtrl, see
		http://www.winischhofer.at/linuxsispart1.shtml#sisctrl
[    40.633] (==) SIS671(0): X server will not keep DPI constant for all screen sizes
[    40.633] (==) SIS671(0): DRI enabled
[    40.633] (--) SIS671(0): 131072K shared video RAM (UMA)
[    40.633] (--) SIS671(0): DRAM type: DDR SDRAM
[    40.633] (--) SIS671(0): Memory clock: 596.582 MHz
[    40.633] (--) SIS671(0): DRAM bus width: 64 bit
[    40.633] (--) SIS671(0): Linear framebuffer at 0xC0000000
[    40.633] (--) SIS671(0): MMIO registers at 0xD4000000 (size 64K)
[    40.633] (--) SIS671(0): VideoRAM: 131072 KB
[    40.633] (II) SIS671(0): Using 20480K of framebuffer memory at offset 0K
[    40.633] (II) Loading sub module "ddc"
[    40.633] (II) LoadModule: "ddc"
[    40.633] (II) Module "ddc" already built-in
[    40.633] (--) SIS671(0): Detected SiS307LV video bridge (Charter/UMC-1, ID 7; Rev 0xe1)
[    43.534] (--) SIS671(0): No CRT1/VGA detected
[    43.534] (--) SIS671(0): Detected LCD/plasma panel (1440x900, 3, non-exp., RGB18 [e42709])
[    43.534] (==) SIS671(0): Using gamma correction (1.0, 1.0, 1.0)
[    43.534] (II) SIS671(0): CRT1 gamma correction is enabled
[    43.534] (II) SIS671(0): Separate Xv gamma correction for CRT1 is disabled
[    43.534] (II) SIS671(0): CRT2 gamma correction is enabled
[    43.534] (--) SIS671(0): Memory bandwidth at 32 bpp is 1193.16 MHz
[    43.534] (--) SIS671(0): Detected LCD PanelDelayCompensation 0x00 (for LCD=CRT2)
[    43.534] (--) SIS671(0): Detected LCD PanelDelayCompensation 0x00 (for LCD=CRT1)
[    43.534] (--) SIS671(0): 302LV/302ELV: Using EMI 0x6b0d705d (LCD)
[    43.534] (--) SIS671(0): CRT2 DDC probing failed
[    43.534] (==) SIS671(0): Min pixel clock is 10 MHz
[    43.535] (--) SIS671(0): Max pixel clock is 340 MHz
[    43.535] (II) SIS671(0): Replaced entire mode list with built-in modes
[    43.535] (II) SIS671(0): Correcting missing CRT2 monitor HSync range
[    43.535] (II) SIS671(0): Correcting missing CRT2 monitor VRefresh range
[    43.535] (II) SIS671(0): "Unknown reason" in the following list means that the mode
[    43.535] (II) SIS671(0): is not supported on the chipset/bridge/current output device.
[    43.535] (II) SIS671(0): Configured Monitor: Using hsync range of 30.00-80.00 kHz
[    43.535] (II) SIS671(0): Configured Monitor: Using vrefresh range of 59.00-61.00 Hz
[    43.535] (II) SIS671(0): Configured Monitor: Using vrefresh value of 71.00 Hz
[    43.535] (WW) SIS671(0): Unable to estimate virtual size
[    43.535] (II) SIS671(0): Clock range:  10.00 to 340.00 MHz
[    43.535] (II) SIS671(0): Not using default mode "800x600" (vrefresh out of range)
[    43.535] (II) SIS671(0): Not using default mode "800x600" (vrefresh out of range)
[    43.535] (II) SIS671(0): Not using default mode "800x600" (vrefresh out of range)
[    43.535] (II) SIS671(0): Not using default mode "800x600" (vrefresh out of range)
[    43.535] (II) SIS671(0): Not using default mode "800x600" (vrefresh out of range)
[    43.535] (II) SIS671(0): Not using default mode "800x600" (vrefresh out of range)
[    43.535] (II) SIS671(0): Not using default mode "800x600" (hsync out of range)
[    43.535] (II) SIS671(0): Not using default mode "640x480" (vrefresh out of range)
[    43.535] (II) SIS671(0): Not using default mode "640x480" (vrefresh out of range)
[    43.535] (II) SIS671(0): Not using default mode "640x480" (vrefresh out of range)
[    43.535] (II) SIS671(0): Not using default mode "640x480" (vrefresh out of range)
[    43.535] (II) SIS671(0): Not using default mode "640x480" (vrefresh out of range)
[    43.536] (II) SIS671(0): Not using default mode "640x480" (hsync out of range)
[    43.536] (II) SIS671(0): Not using default mode "640x480" (hsync out of range)
[    43.536] (II) SIS671(0): Not using default mode "1024x768" (vrefresh out of range)
[    43.536] (II) SIS671(0): Not using default mode "1024x768" (vrefresh out of range)
[    43.536] (II) SIS671(0): Not using default mode "1024x768" (vrefresh out of range)
[    43.536] (II) SIS671(0): Not using default mode "1024x768" (vrefresh out of range)
[    43.536] (II) SIS671(0): Not using default mode "1024x768" (hsync out of range)
[    43.536] (II) SIS671(0): Not using default mode "1024x768" (hsync out of range)
[    43.536] (II) SIS671(0): Not using default mode "1280x1024" (unknown reason)
[    43.536] (II) SIS671(0): Not using default mode "1280x1024" (unknown reason)
[    43.536] (II) SIS671(0): Not using default mode "1280x1024" (unknown reason)
[    43.536] (II) SIS671(0): Not using default mode "1280x1024" (unknown reason)
[    43.536] (II) SIS671(0): Not using default mode "1600x1200" (unknown reason)
[    43.536] (II) SIS671(0): Not using default mode "1600x1200" (unknown reason)
[    43.536] (II) SIS671(0): Not using default mode "1600x1200" (unknown reason)
[    43.536] (II) SIS671(0): Not using default mode "1600x1200" (unknown reason)
[    43.536] (II) SIS671(0): Not using default mode "1600x1200" (unknown reason)
[    43.536] (II) SIS671(0): Not using default mode "1600x1200" (unknown reason)
[    43.536] (II) SIS671(0): Not using default mode "1600x1200" (unknown reason)
[    43.536] (II) SIS671(0): Not using default mode "1920x1440" (unknown reason)
[    43.536] (II) SIS671(0): Not using default mode "1920x1440" (unknown reason)
[    43.536] (II) SIS671(0): Not using default mode "1920x1440" (unknown reason)
[    43.536] (II) SIS671(0): Not using default mode "1920x1440" (unknown reason)
[    43.536] (II) SIS671(0): Not using default mode "1920x1440" (unknown reason)
[    43.536] (II) SIS671(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
[    43.536] (II) SIS671(0): Not using default mode "2048x1536" (unknown reason)
[    43.536] (II) SIS671(0): Not using default mode "2048x1536" (unknown reason)
[    43.536] (II) SIS671(0): Not using default mode "2048x1536" (unknown reason)
[    43.537] (II) SIS671(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
[    43.537] (II) SIS671(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
[    43.537] (II) SIS671(0): Not using default mode "1400x1050" (unknown reason)
[    43.537] (II) SIS671(0): Not using default mode "1400x1050" (unknown reason)
[    43.537] (II) SIS671(0): Not using default mode "1440x900" (hsync out of range)
[    43.537] (II) SIS671(0): Not using default mode "1440x900" (hsync out of range)
[    43.537] (II) SIS671(0): Not using default mode "1366x768" (unknown reason)
[    43.537] (II) SIS671(0): Virtual size is 1440x900 (pitch 1440)
[    43.537] (**) SIS671(0): *Default mode "1440x900" (1440x900) (For CRT device: 131.2 MHz, 67.2 kHz, 60.0 Hz)
[    43.537] (**) SIS671(0): *Default mode "1024x768" (1024x768) (For CRT device: 65.1 MHz, 48.5 kHz, 60.1 Hz)
[    43.537] (**) SIS671(0): *Default mode "800x600" (800x600) (For CRT device: 40.0 MHz, 37.9 kHz, 60.3 Hz)
[    43.537] (**) SIS671(0): *Default mode "640x480" (640x480) (For CRT device: 25.1 MHz, 31.3 kHz, 59.7 Hz)
[    43.537] (==) SIS671(0): DPI set to (96, 96)
[    43.537] (II) Loading sub module "fb"
[    43.537] (II) LoadModule: "fb"
[    43.537] (II) Loading /usr/lib/xorg/modules/libfb.so
[    43.549] (II) Module fb: vendor="X.Org Foundation"
[    43.549] 	compiled for 1.20.13, module version = 1.0.0
[    43.549] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    43.549] (II) Loading sub module "exa"
[    43.549] (II) LoadModule: "exa"
[    43.550] (II) Loading /usr/lib/xorg/modules/libexa.so
[    43.558] (II) Module exa: vendor="X.Org Foundation"
[    43.558] 	compiled for 1.20.13, module version = 2.6.0
[    43.558] 	ABI class: X.Org Video Driver, version 24.1
[    43.558] (II) Loading sub module "vbe"
[    43.558] (II) LoadModule: "vbe"
[    43.559] (II) Loading /usr/lib/xorg/modules/libvbe.so
[    43.564] (II) Module vbe: vendor="X.Org Foundation"
[    43.564] 	compiled for 1.20.13, module version = 1.1.0
[    43.564] 	ABI class: X.Org Video Driver, version 24.1
[    43.564] (II) Loading sub module "int10"
[    43.564] (II) LoadModule: "int10"
[    43.565] (II) Loading /usr/lib/xorg/modules/libint10.so
[    43.567] (II) Module int10: vendor="X.Org Foundation"
[    43.567] 	compiled for 1.20.13, module version = 1.0.0
[    43.567] 	ABI class: X.Org Video Driver, version 24.1
[    43.567] (II) SIS671(0): initializing int10
[    43.574] (II) SIS671(0): Primary V_BIOS segment is: 0xc000
[    43.576] (II) SIS671(0): VESA BIOS detected
[    43.576] (II) SIS671(0): VESA VBE Version 3.0
[    43.576] (II) SIS671(0): VESA VBE Total Mem: 131072 kB
[    43.576] (II) SIS671(0): VESA VBE OEM: SiS
[    43.576] (II) SIS671(0): VESA VBE OEM Software Rev: 1.0
[    43.576] (II) SIS671(0): VESA VBE OEM Vendor: Silicon Integrated Systems Corp.
[    43.576] (II) SIS671(0): VESA VBE OEM Product: 6330
[    43.576] (II) SIS671(0): VESA VBE OEM Product Rev: 3.72.1E
[    43.606] (II) SIS671(0): Setting standard mode 0x6f
[    45.208] (II) EXA(0): Offscreen pixmap area of 15787520 bytes
[    45.208] (II) EXA(0): Driver registered support for the following operations:
[    45.208] (II)         Solid
[    45.208] (II)         Copy
[    45.226] (--) SIS671(0): CPU frequency 2014.51Mhz
[    45.229] (II) SIS671(0): Benchmarking system RAM to video RAM memory transfer methods:
[    45.239] (--) SIS671(0): 	Checked libc memcpy()... 	277.5 MiB/s
[    45.248] (--) SIS671(0): 	Checked built-in-1 memcpy()... 	286.5 MiB/s
[    45.257] (--) SIS671(0): 	Checked built-in-2 memcpy()... 	283.9 MiB/s
[    45.265] (--) SIS671(0): 	Checked SSE memcpy()... 	288.0 MiB/s
[    45.266] (--) SIS671(0): Using SSE method for aligned data transfers to video RAM
[    45.266] (--) SIS671(0): Using built-in-1 method for unaligned data transfers to video RAM
[    45.266] (--) SIS671(0): CPU frequency 1911.74Mhz
[    45.268] (II) SIS671(0): Benchmarking video RAM to system RAM memory transfer methods:
[    45.328] (--) SIS671(0): 	Checked libc memcpy()... 	40.3 MiB/s
[    45.388] (--) SIS671(0): 	Checked built-in-1 memcpy()... 	39.9 MiB/s
[    45.447] (--) SIS671(0): 	Checked built-in-2 memcpy()... 	40.2 MiB/s
[    45.509] (--) SIS671(0): 	Checked SSE memcpy()... 	39.0 MiB/s
[    45.509] (--) SIS671(0): Using libc method for aligned data transfers from video RAM
[    45.509] (--) SIS671(0): Using libc method for unaligned data transfers from video RAM
[    45.509] (==) SIS671(0): Backing store enabled
[    45.509] (==) SIS671(0): Silken mouse enabled
[    45.513] (==) SIS671(0): DPMS enabled
[    45.513] (--) SIS671(0): Hardware supports one video overlay
[    45.513] (II) SIS671(0): Using SiS300/315/330/340/350 series HW Xv by default on CRT2
[    45.513] PCI: CNF00 - CNF1B:
[    45.513] 	00: 00000000:00000000000000000000000000000000
[    45.513] 	04: 41004100:01000001000000000100000100000000
[    45.513] 	08: ffffffff:11111111111111111111111111111111
[    45.513] 	0c: ffffffff:11111111111111111111111111111111
[    45.513] 	10: b7143c00:10110111000101000011110000000000
[    45.513] 	14: 0000ce0d:00000000000000001100111000001101
[    45.513] 	18: ffffffff:11111111111111111111111111111111
[    45.513] PCI: CNF2C - CNF47:
[    45.513] 	2c: ffffffff:11111111111111111111111111111111
[    45.513] 	30: ffffffff:11111111111111111111111111111111
[    45.513] 	34: ffffffff:11111111111111111111111111111111
[    45.513] 	38: ffffffff:11111111111111111111111111111111
[    45.513] 	3c: ffffffff:11111111111111111111111111111111
[    45.513] 	40: 01100420:00000001000100000000010000100000
[    45.513] 	44: 00ff4407:00000000111111110100010000000111
[    45.513] AGP: CNF50 - CNF5B:
[    45.513] 	50: d013d013:11010000000100111101000000010011
[    45.513] 	54: d013d013:11010000000100111101000000010011
[    45.513] 	58: 01010101:00000001000000010000000100000001
[    45.513] CRT1: SR05 - SR12:
[    45.513] 	05: a1:10100001
[    45.513] 	06: 42:01000010
[    45.513] 	07: 44:01000100
[    45.513] 	08: a0:10100000
[    45.513] 	09: 01:00000001
[    45.513] 	0a: 21:00100001
[    45.513] 	0b: 00:00000000
[    45.513] 	0c: 07:00000111
[    45.513] 	0d: 00:00000000
[    45.513] 	0e: 42:01000010
[    45.513] 	0f: 08:00001000
[    45.514] 	10: 5b:01011011
[    45.514] 	11: 03:00000011
[    45.514] 	12: 00:00000000
[    45.514] CRT1: SR13 - SR16 (reserved):
[    45.514] 	13: 00:00000000
[    45.514] 	14: 00:00000000
[    45.514] 	15: 00:00000000
[    45.514] 	16: 00:00000000
[    45.514] CRT1: SR19 - SR1A (reserved)
[    45.514] CRT1: SR1B - SR3A:
[    45.514] 	1b: 00:00000000
[    45.514] 	1c: 8f:10001111
[    45.514] 	1d: 00:00000000
[    45.514] 	1e: 7a:01111010
[    45.514] 	1f: c0:11000000
[    45.514] 	20: a1:10100001
[    45.514] 	21: a3:10100011
[    45.514] 	22: f3:11110011
[    45.514] 	23: 00:00000000
[    45.514] 	24: 00:00000000
[    45.514] 	25: 00:00000000
[    45.514] 	26: 40:01000000
[    45.514] 	27: 1f:00011111
[    45.514] 	28: 7c:01111100
[    45.514] 	29: 05:00000101
[    45.514] 	2a: 82:10000010
[    45.514] 	2b: 1b:00011011
[    45.514] 	2c: e1:11100001
[    45.514] 	2d: 01:00000001
[    45.514] 	2e: 29:00101001
[    45.514] 	2f: 01:00000001
[    45.514] 	30: 82:10000010
[    45.514] 	31: 00:00000000
[    45.514] 	32: 50:01010000
[    45.514] 	33: 20:00100000
[    45.514] 	34: 00:00000000
[    45.514] 	35: 00:00000000
[    45.514] 	36: 00:00000000
[    45.514] 	37: 04:00000100
[    45.514] 	38: 86:10000110
[    45.514] 	39: 40:01000000
[    45.514] 	3a: 00:00000000
[    45.514] CRT1: SR3B (reserved)
[    45.514] CRT1: SR3C - SR3F:
[    45.514] 	3c: 08:00001000
[    45.514] 	3d: 01:00000001
[    45.514] 	3e: 03:00000011
[    45.514] 	3f: 00:00000000
[    45.514] CRT1: CR19 - CR1A:
[    45.514] 	19: 00:00000000
[    45.514] 	1a: 00:00000000
[    45.514] CRT1: CR1B - CR27 (undocumented?)
[    45.514] CRT1: CR28 - CR2E:
[    45.514] 	28: 04:00000100
[    45.514] 	29: 20:00100000
[    45.514] 	2a: 00:00000000
[    45.514] 	2b: 00:00000000
[    45.514] 	2c: 00:00000000
[    45.514] 	2d: 00:00000000
[    45.514] 	2e: 00:00000000
[    45.514] CRT1: CR2F (reserved)
[    45.515] VGA BIOS: CR30 - CR3F:
[    45.515] 	30: 21:00100001
[    45.515] 	31: 40:01000000
[    45.515] 	32: 08:00001000
[    45.515] 	33: 00:00000000
[    45.515] 	34: 6f:01101111
[    45.515] 	35: 00:00000000
[    45.515] 	36: e4:11100100
[    45.515] 	37: 27:00100111
[    45.515] 	38: 20:00100000
[    45.515] 	39: 10:00010000
[    45.515] 	3a: 00:00000000
[    45.515] 	3b: 08:00001000
[    45.515] 	3c: 40:01000000
[    45.515] 	3d: 20:00100000
[    45.515] 	3e: 00:00000000
[    45.515] 	3f: 00:00000000
[    45.515] CRT1: CR40 - CR43:
[    45.515] 	40: 00:00000000
[    45.515] 	41: 00:00000000
[    45.515] 	42: 00:00000000
[    45.515] 	43: 00:00000000
[    45.515] CRT1: CR44 - CR45 (reserved)
[    45.515] CRT1: CR46 - CR67:
[    45.515] 	46: 00:00000000
[    45.515] 	47: fe:11111110
[    45.515] 	48: c0:11000000
[    45.515] 	49: 08:00001000
[    45.515] 	4a: bf:10111111
[    45.515] 	4b: 88:10001000
[    45.515] 	4c: 00:00000000
[    45.515] 	4d: 10:00010000
[    45.515] 	4e: 10:00010000
[    45.515] 	4f: 20:00100000
[    45.515] 	50: 00:00000000
[    45.515] 	51: 00:00000000
[    45.515] 	52: 12:00010010
[    45.515] 	53: 40:01000000
[    45.515] 	54: 00:00000000
[    45.515] 	55: 00:00000000
[    45.515] 	56: 00:00000000
[    45.515] 	57: 00:00000000
[    45.515] 	58: 00:00000000
[    45.515] 	59: 00:00000000
[    45.515] 	5a: 00:00000000
[    45.515] 	5b: 00:00000000
[    45.515] 	5c: 00:00000000
[    45.515] 	5d: 00:00000000
[    45.515] 	5e: 00:00000000
[    45.515] 	5f: 00:00000000
[    45.515] 	60: 00:00000000
[    45.515] 	61: 00:00000000
[    45.515] 	62: 00:00000000
[    45.516] 	63: 00:00000000
[    45.516] 	64: 00:00000000
[    45.516] 	65: 00:00000000
[    45.516] 	66: 00:00000000
[    45.516] 	67: 00:00000000
[    45.516] CRT1: CR68 - CR6F (DRAM registers reserved for backward compatibility with 760)
[    45.516] CRT1: CR70 - CR77 (undocumented?)
[    45.516] SMA BIOS: CR78 - CR7F:
[    45.516] 	78: 66:01100110
[    45.516] 	79: 70:01110000
[    45.516] 	7a: 98:10011000
[    45.516] 	7b: 02:00000010
[    45.516] 	7c: a0:10100000
[    45.516] 	7d: 09:00001001
[    45.516] 	7e: a3:10100011
[    45.516] 	7f: 03:00000011
[    45.516] CRT1: CR80 - CR9B:
[    45.516] 	80: ffffffff:11111111111111111111111111111111
[    45.516] 	84: ffffffff:11111111111111111111111111111111
[    45.516] 	88: ffffffff:11111111111111111111111111111111
[    45.516] 	8c: ffffffff:11111111111111111111111111111111
[    45.516] 	90: ffffffff:11111111111111111111111111111111
[    45.516] 	94: ffffffff:11111111111111111111111111111111
[    45.516] 	98: ffffffff:11111111111111111111111111111111
[    45.516] 	9c: ffffffff:11111111111111111111111111111111
[    45.516] 	a0: ffffffff:11111111111111111111111111111111
[    45.516] 	a4: ffffffff:11111111111111111111111111111111
[    45.516] 	a8: ffffffff:11111111111111111111111111111111
[    45.516] 	ac: ffffffff:11111111111111111111111111111111
[    45.516] 	b0: ffffffff:11111111111111111111111111111111
[    45.516] CRT1: CRC0 - CRF3:
[    45.516] 	c0: ffffffff:11111111111111111111111111111111
[    45.516] 	c4: ffffffff:11111111111111111111111111111111
[    45.516] 	c8: ffffffff:11111111111111111111111111111111
[    45.516] 	cc: ffffffff:11111111111111111111111111111111
[    45.516] 	d0: ffffffff:11111111111111111111111111111111
[    45.516] 	d4: ffffffff:11111111111111111111111111111111
[    45.516] 	d8: ffffffff:11111111111111111111111111111111
[    45.516] 	dc: ffffffff:11111111111111111111111111111111
[    45.516] 	e0: ffffffff:11111111111111111111111111111111
[    45.516] 	e4: ffffffff:11111111111111111111111111111111
[    45.516] 	e8: ffffffff:11111111111111111111111111111111
[    45.516] 	ec: ffffffff:11111111111111111111111111111111
[    45.516] 	f0: ffffffff:11111111111111111111111111111111
[    45.516] CRT2: SIGNAL REGISTERS, PART1 00 - 45:
[    45.516] 	00: 41:01000001
[    45.516] 	01: 79:01111001
[    45.516] 	02: 4e:01001110
[    45.516] 	03: 5b:01011011
[    45.516] 	04: 00:00000000
[    45.516] 	05: 00:00000000
[    45.516] 	06: 00:00000000
[    45.516] 	07: d0:11010000
[    45.516] 	08: df:11011111
[    45.517] 	09: 62:01100010
[    45.517] 	0a: b0:10110000
[    45.517] 	0b: d8:11011000
[    45.517] 	0c: 55:01010101
[    45.517] 	0d: 00:00000000
[    45.517] 	0e: 8f:10001111
[    45.517] 	0f: 83:10000011
[    45.517] 	10: 8a:10001010
[    45.517] 	11: 3b:00111011
[    45.517] 	12: 1b:00011011
[    45.517] 	13: 00:00000000
[    45.517] 	14: ba:10111010
[    45.517] 	15: 44:01000100
[    45.517] 	16: 00:00000000
[    45.517] 	17: b4:10110100
[    45.517] 	18: 86:10000110
[    45.517] 	19: 29:00101001
[    45.517] 	1a: d8:11011000
[    45.517] 	1b: 8f:10001111
[    45.517] 	1c: 83:10000011
[    45.517] 	1d: 1b:00011011
[    45.517] 	1e: 00:00000000
[    45.517] 	1f: 9e:10011110
[    45.517] 	20: 1d:00011101
[    45.517] 	21: 83:10000011
[    45.517] 	22: 71:01110001
[    45.517] 	23: c8:11001000
[    45.517] 	24: 00:00000000
[    45.517] 	25: 00:00000000
[    45.517] 	26: 10:00010000
[    45.517] 	27: 04:00000100
[    45.517] 	28: 00:00000000
[    45.517] 	29: 00:00000000
[    45.517] 	2a: 03:00000011
[    45.517] 	2b: 00:00000000
[    45.517] 	2c: 30:00110000
[    45.517] 	2d: 03:00000011
[    45.517] 	2e: 8e:10001110
[    45.517] 	2f: 05:00000101
[    45.517] 	30: 01:00000001
[    45.517] 	31: e2:11100010
[    45.517] 	32: d5:11010101
[    45.517] 	33: a2:10100010
[    45.517] 	34: 80:10000000
[    45.517] 	35: 21:00100001
[    45.517] 	36: c6:11000110
[    45.517] 	37: 7a:01111010
[    45.517] 	38: 62:01100010
[    45.517] 	39: 0a:00001010
[    45.517] 	3a: 00:00000000
[    45.517] 	3b: 00:00000000
[    45.517] 	3c: 00:00000000
[    45.517] 	3d: 00:00000000
[    45.517] 	3e: 01:00000001
[    45.518] 	3f: 01:00000001
[    45.518] 	40: 00:00000000
[    45.518] 	41: 00:00000000
[    45.518] 	42: 00:00000000
[    45.518] 	43: 00:00000000
[    45.518] 	44: 00:00000000
[    45.518] 	45: 00:00000000
[    45.518] CRT2: TV SIGNAL REGISTERS, PART2 00 - 4d:
[    45.518] 	00: 3c:00111100
[    45.518] 	01: 35:00110101
[    45.518] 	02: 1b:00011011
[    45.518] 	03: 83:10000011
[    45.518] 	04: 83:10000011
[    45.518] 	05: 8f:10001111
[    45.518] 	06: 83:10000011
[    45.518] 	07: 0c:00001100
[    45.518] 	08: 0c:00001100
[    45.518] 	09: 90:10010000
[    45.518] 	0a: 40:01000000
[    45.518] 	0b: 01:00000001
[    45.518] 	0c: 0b:00001011
[    45.518] 	0d: 06:00000110
[    45.518] 	0e: 0d:00001101
[    45.518] 	0f: 04:00000100
[    45.518] 	10: 0a:00001010
[    45.518] 	11: 06:00000110
[    45.518] 	12: 14:00010100
[    45.518] 	13: 0d:00001101
[    45.518] 	14: 04:00000100
[    45.518] 	15: 0a:00001010
[    45.518] 	16: 00:00000000
[    45.518] 	17: 81:10000001
[    45.518] 	18: 1b:00011011
[    45.518] 	19: 8f:10001111
[    45.518] 	1a: 78:01111000
[    45.518] 	1b: 6e:01101110
[    45.518] 	1c: 00:00000000
[    45.518] 	1d: 33:00110011
[    45.518] 	1e: da:11011010
[    45.518] 	1f: 08:00001000
[    45.518] 	20: 07:00000111
[    45.518] 	21: 50:01010000
[    45.518] 	22: f5:11110101
[    45.518] 	23: d8:11011000
[    45.518] 	24: 03:00000011
[    45.518] 	25: 22:00100010
[    45.518] 	26: e2:11100010
[    45.519] 	27: 9a:10011010
[    45.519] 	28: 42:01000010
[    45.519] 	29: b3:10110011
[    45.519] 	2a: 2a:00101010
[    45.519] 	2b: 25:00100101
[    45.519] 	2c: cf:11001111
[    45.519] 	2d: d8:11011000
[    45.519] 	2e: df:11011111
[    45.519] 	2f: 82:10000010
[    45.519] 	30: c6:11000110
[    45.519] 	31: 21:00100001
[    45.519] 	32: f0:11110000
[    45.519] 	33: 7b:01111011
[    45.519] 	34: d6:11010110
[    45.519] 	35: 00:00000000
[    45.519] 	36: 00:00000000
[    45.519] 	37: 00:00000000
[    45.519] 	38: 00:00000000
[    45.519] 	39: 92:10010010
[    45.519] 	3a: 8f:10001111
[    45.519] 	3b: 40:01000000
[    45.519] 	3c: 60:01100000
[    45.519] 	3d: 80:10000000
[    45.519] 	3e: 14:00010100
[    45.519] 	3f: ff:11111111
[    45.519] 	40: ff:11111111
[    45.519] 	41: ff:11111111
[    45.519] 	42: 14:00010100
[    45.519] 	43: 4d:01001101
[    45.519] 	44: 00:00000000
[    45.519] 	45: 60:01100000
[    45.519] 	46: 78:01111000
[    45.519] 	47: 81:10000001
[    45.519] 	48: 88:10001000
[    45.519] 	49: 00:00000000
[    45.519] 	4a: 0a:00001010
[    45.519] 	4b: 69:01101001
[    45.519] 	4c: 61:01100001
[    45.519] 	4d: 03:00000011
[    45.519] CRT2: TV COPY PROTECTION, PART3 00 - 40:
[    45.519] 	00: 00:00000000
[    45.519] 	01: 52:01010010
[    45.519] 	02: 68:01101000
[    45.519] 	03: 28:00101000
[    45.519] 	04: 00:00000000
[    45.519] 	05: 08:00001000
[    45.520] 	06: 04:00000100
[    45.520] 	07: 04:00000100
[    45.520] 	08: c2:11000010
[    45.520] 	09: a0:10100000
[    45.520] 	0a: 01:00000001
[    45.520] 	0b: 02:00000010
[    45.520] 	0c: 01:00000001
[    45.520] 	0d: 41:01000001
[    45.520] 	0e: 04:00000100
[    45.520] 	0f: 08:00001000
[    45.520] 	10: 24:00100100
[    45.520] 	11: 80:10000000
[    45.520] 	12: 05:00000101
[    45.520] 	13: f5:11110101
[    45.520] 	14: b7:10110111
[    45.520] 	15: 10:00010000
[    45.520] 	16: a8:10101000
[    45.520] 	17: 80:10000000
[    45.520] 	18: 20:00100000
[    45.520] 	19: 00:00000000
[    45.520] 	1a: 20:00100000
[    45.520] 	1b: 12:00010010
[    45.520] 	1c: a0:10100000
[    45.520] 	1d: 00:00000000
[    45.520] 	1e: 02:00000010
[    45.520] 	1f: 00:00000000
[    45.520] 	20: c2:11000010
[    45.520] 	21: 01:00000001
[    45.520] 	22: a8:10101000
[    45.520] 	23: 20:00100000
[    45.520] 	24: a0:10100000
[    45.520] 	25: 50:01010000
[    45.520] 	26: 10:00010000
[    45.520] 	27: 00:00000000
[    45.520] 	28: 00:00000000
[    45.520] 	29: 1c:00011100
[    45.520] 	2a: 00:00000000
[    45.520] 	2b: 01:00000001
[    45.520] 	2c: 00:00000000
[    45.520] 	2d: 00:00000000
[    45.520] 	2e: 11:00010001
[    45.520] 	2f: 40:01000000
[    45.520] 	30: 28:00101000
[    45.520] 	31: 02:00000010
[    45.520] 	32: 03:00000011
[    45.520] 	33: 04:00000100
[    45.520] 	34: 10:00010000
[    45.521] 	35: 26:00100110
[    45.521] 	36: 60:01100000
[    45.521] 	37: 00:00000000
[    45.521] 	38: 28:00101000
[    45.521] 	39: 00:00000000
[    45.521] 	3a: 02:00000010
[    45.521] 	3b: 08:00001000
[    45.521] 	3c: 40:01000000
[    45.521] 	3d: 20:00100000
[    45.521] 	3e: 40:01000000
[    45.521] 	3f: a6:10100110
[    45.521] 	40: 01:00000001
[    45.521] CRT2: SIGNAL REGISTERS, PART4 00 - 3A:
[    45.521] 	00: 07:00000111
[    45.521] 	01: e1:11100001
[    45.521] 	02: 01:00000001
[    45.521] 	03: 4f:01001111
[    45.521] 	04: 00:00000000
[    45.521] 	05: 00:00000000
[    45.521] 	06: 00:00000000
[    45.521] 	07: d2:11010010
[    45.521] 	08: 3f:00111111
[    45.521] 	09: 00:00000000
[    45.521] 	0a: 76:01110110
[    45.521] 	0b: a3:10100011
[    45.521] 	0c: c3:11000011
[    45.521] 	0d: ce:11001110
[    45.521] 	0e: 00:00000000
[    45.521] 	0f: 03:00000011
[    45.521] 	10: 80:10000000
[    45.521] 	11: 00:00000000
[    45.521] 	12: 08:00001000
[    45.521] 	13: 01:00000001
[    45.521] 	14: 01:00000001
[    45.521] 	15: 33:00110011
[    45.521] 	16: df:11011111
[    45.521] 	17: 8a:10001010
[    45.521] 	18: 32:00110010
[    45.521] 	19: 40:01000000
[    45.521] 	1a: 00:00000000
[    45.521] 	1b: 00:00000000
[    45.521] 	1c: 28:00101000
[    45.521] 	1d: cf:11001111
[    45.521] 	1e: 20:00100000
[    45.521] 	1f: f6:11110110
[    45.521] 	20: aa:10101010
[    45.522] 	21: c8:11001000
[    45.522] 	22: b6:10110110
[    45.522] 	23: c7:11000111
[    45.522] 	24: 0e:00001110
[    45.522] 	25: 10:00010000
[    45.522] 	26: 04:00000100
[    45.522] 	27: 2c:00101100
[    45.522] 	28: 70:01110000
[    45.522] 	29: 20:00100000
[    45.522] 	2a: 00:00000000
[    45.522] 	2b: 00:00000000
[    45.522] 	2c: 02:00000010
[    45.522] 	2d: 3f:00111111
[    45.522] 	2e: 02:00000010
[    45.522] 	2f: 3f:00111111
[    45.522] 	30: 68:01101000
[    45.522] 	31: 0d:00001101
[    45.522] 	32: 70:01110000
[    45.522] 	33: 5d:01011101
[    45.522] 	34: 10:00010000
[    45.522] 	35: c8:11001000
[    45.522] 	36: 06:00000110
[    45.522] 	37: 00:00000000
[    45.522] 	38: 80:10000000
[    45.522] 	39: ff:11111111
[    45.522] 	3a: fd:11111101
[    45.522] CRT2: PALETTE SIGNAL REGISTERS, PART5 00 - 00 (?):
[    45.522] 	00: 00:00000000
[    45.522] (II) SIS671(0): Default Xv adaptor is Video Overlay
[    45.522] (II) SIS671(0): Direct rendering disabled
[    45.596] (II) SIS671(0): Initialized SISCTRL extension version 0.1
[    45.596] (II) SIS671(0): Registered screen 0 with SISCTRL extension version 0.1
[    45.597] (II) Initializing extension Generic Event Extension
[    45.597] (II) Initializing extension SHAPE
[    45.597] (II) Initializing extension MIT-SHM
[    45.598] (II) Initializing extension XInputExtension
[    45.599] (II) Initializing extension XTEST
[    45.600] (II) Initializing extension BIG-REQUESTS
[    45.600] (II) Initializing extension SYNC
[    45.601] (II) Initializing extension XKEYBOARD
[    45.601] (II) Initializing extension XC-MISC
[    45.601] (II) Initializing extension SECURITY
[    45.602] (II) Initializing extension XFIXES
[    45.602] (II) Initializing extension RENDER
[    45.603] (II) Initializing extension RANDR
[    45.604] (II) Initializing extension COMPOSITE
[    45.604] (II) Initializing extension DAMAGE
[    45.604] (II) Initializing extension MIT-SCREEN-SAVER
[    45.605] (II) Initializing extension DOUBLE-BUFFER
[    45.605] (II) Initializing extension RECORD
[    45.606] (II) Initializing extension DPMS
[    45.606] (II) Initializing extension Present
[    45.607] (II) Initializing extension DRI3
[    45.607] (II) Initializing extension X-Resource
[    45.607] (II) Initializing extension XVideo
[    45.607] (II) Initializing extension XVideo-MotionCompensation
[    45.608] (II) Initializing extension SELinux
[    45.608] (II) SELinux: Disabled on system
[    45.608] (II) Initializing extension GLX
[    45.609] (II) AIGLX: Screen 0 is not DRI2 capable
[    47.754] (II) IGLX: Loaded and initialized swrast
[    47.754] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    47.754] (II) Initializing extension XFree86-VidModeExtension
[    47.754] (II) Initializing extension XFree86-DGA
[    47.755] (II) Initializing extension XFree86-DRI
[    47.755] (II) Initializing extension DRI2
[    48.082] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    48.083] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    48.083] (II) LoadModule: "libinput"
[    48.092] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    48.133] (II) Module libinput: vendor="X.Org Foundation"
[    48.133] 	compiled for 1.20.4, module version = 0.29.0
[    48.133] 	Module class: X.Org XInput Driver
[    48.133] 	ABI class: X.Org XInput driver, version 24.1
[    48.133] (II) Using input driver 'libinput' for 'Power Button'
[    48.133] (**) Power Button: always reports core events
[    48.134] (**) Option "Device" "/dev/input/event3"
[    48.134] (**) Option "_source" "server/udev"
[    48.172] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    48.172] (II) event3  - Power Button: device is a keyboard
[    48.173] (II) event3  - Power Button: device removed
[    48.186] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    48.186] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    48.186] (**) Option "xkb_model" "pc105"
[    48.186] (**) Option "xkb_layout" "es"
[    48.243] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    48.244] (II) event3  - Power Button: device is a keyboard
[    48.245] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    48.245] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    48.245] (II) Using input driver 'libinput' for 'Video Bus'
[    48.245] (**) Video Bus: always reports core events
[    48.245] (**) Option "Device" "/dev/input/event5"
[    48.245] (**) Option "_source" "server/udev"
[    48.247] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    48.247] (II) event5  - Video Bus: device is a keyboard
[    48.248] (II) event5  - Video Bus: device removed
[    48.254] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:0b/LNXVIDEO:00/input/input9/event5"
[    48.254] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    48.254] (**) Option "xkb_model" "pc105"
[    48.254] (**) Option "xkb_layout" "es"
[    48.257] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    48.257] (II) event5  - Video Bus: device is a keyboard
[    48.258] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    48.258] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    48.258] (II) Using input driver 'libinput' for 'Power Button'
[    48.258] (**) Power Button: always reports core events
[    48.258] (**) Option "Device" "/dev/input/event0"
[    48.258] (**) Option "_source" "server/udev"
[    48.260] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    48.260] (II) event0  - Power Button: device is a keyboard
[    48.260] (II) event0  - Power Button: device removed
[    48.278] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    48.278] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    48.278] (**) Option "xkb_model" "pc105"
[    48.278] (**) Option "xkb_layout" "es"
[    48.282] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    48.282] (II) event0  - Power Button: device is a keyboard
[    48.284] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    48.284] (II) No input driver specified, ignoring this device.
[    48.284] (II) This device may have been added with another device file.
[    48.286] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    48.286] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    48.286] (II) Using input driver 'libinput' for 'Sleep Button'
[    48.286] (**) Sleep Button: always reports core events
[    48.286] (**) Option "Device" "/dev/input/event1"
[    48.286] (**) Option "_source" "server/udev"
[    48.288] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    48.288] (II) event1  - Sleep Button: device is a keyboard
[    48.288] (II) event1  - Sleep Button: device removed
[    48.302] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    48.302] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    48.302] (**) Option "xkb_model" "pc105"
[    48.302] (**) Option "xkb_layout" "es"
[    48.305] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    48.305] (II) event1  - Sleep Button: device is a keyboard
[    48.307] (II) config/udev: Adding input device USB2.0 Camera: USB2.0 Camera (/dev/input/event7)
[    48.307] (**) USB2.0 Camera: USB2.0 Camera: Applying InputClass "libinput keyboard catchall"
[    48.307] (II) Using input driver 'libinput' for 'USB2.0 Camera: USB2.0 Camera'
[    48.307] (**) USB2.0 Camera: USB2.0 Camera: always reports core events
[    48.308] (**) Option "Device" "/dev/input/event7"
[    48.308] (**) Option "_source" "server/udev"
[    48.311] (II) event7  - USB2.0 Camera: USB2.0 Camera: is tagged by udev as: Keyboard
[    48.311] (II) event7  - USB2.0 Camera: USB2.0 Camera: device is a keyboard
[    48.311] (II) event7  - USB2.0 Camera: USB2.0 Camera: device removed
[    48.350] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:03.3/usb1/1-4/1-4:1.0/input/input14/event7"
[    48.350] (II) XINPUT: Adding extended input device "USB2.0 Camera: USB2.0 Camera" (type: KEYBOARD, id 10)
[    48.350] (**) Option "xkb_model" "pc105"
[    48.350] (**) Option "xkb_layout" "es"
[    48.355] (II) event7  - USB2.0 Camera: USB2.0 Camera: is tagged by udev as: Keyboard
[    48.355] (II) event7  - USB2.0 Camera: USB2.0 Camera: device is a keyboard
[    48.357] (II) config/udev: Adding input device HDA SIS966 Mic (/dev/input/event8)
[    48.357] (II) No input driver specified, ignoring this device.
[    48.357] (II) This device may have been added with another device file.
[    48.358] (II) config/udev: Adding input device HDA SIS966 Line (/dev/input/event9)
[    48.358] (II) No input driver specified, ignoring this device.
[    48.358] (II) This device may have been added with another device file.
[    48.359] (II) config/udev: Adding input device HDA SIS966 Headphone (/dev/input/event10)
[    48.359] (II) No input driver specified, ignoring this device.
[    48.359] (II) This device may have been added with another device file.
[    48.360] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    48.360] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    48.360] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    48.361] (**) AT Translated Set 2 keyboard: always reports core events
[    48.361] (**) Option "Device" "/dev/input/event4"
[    48.361] (**) Option "_source" "server/udev"
[    48.364] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    48.364] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    48.365] (II) event4  - AT Translated Set 2 keyboard: device removed
[    48.378] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    48.378] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[    48.378] (**) Option "xkb_model" "pc105"
[    48.378] (**) Option "xkb_layout" "es"
[    48.383] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    48.383] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    48.386] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
[    48.386] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[    48.386] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[    48.386] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    48.386] (**) Option "Device" "/dev/input/event6"
[    48.386] (**) Option "_source" "server/udev"
[    48.389] (II) event6  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    48.391] (II) event6  - SynPS/2 Synaptics TouchPad: device is a touchpad
[    48.392] (II) event6  - SynPS/2 Synaptics TouchPad: device removed
[    48.419] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input13/event6"
[    48.419] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[    48.421] (**) Option "AccelerationScheme" "none"
[    48.421] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[    48.421] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    48.421] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    48.425] (II) event6  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    48.428] (II) event6  - SynPS/2 Synaptics TouchPad: device is a touchpad
[    48.430] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    48.430] (II) No input driver specified, ignoring this device.
[    48.430] (II) This device may have been added with another device file.
[   129.069] (II) Axis 0x1 value 4685 is outside expected range [1256, 4600]
See https://wayland.freedesktop.org/libinput/doc/1.15.5/absolute_coordinate_ranges.html for details
[   228.043] (EE) event6  - SynPS/2 Synaptics TouchPad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.15.5/touchpad-jumping-cursors.html for details

"xorg.conf" (xorg.conf.vesa renamed to test.xorg.conf.vesa bevore reboot, so it can not be activ)

Section "Device"
    Identifier      "Configured Video Device"
    Driver          "sis671"
EndSection

Section "Monitor"
    Identifier      "Configured Monitor"
EndSection

Section "Screen"
    Identifier      "Default Screen"
    Monitor         "Configured Monitor"
    Device          "Configured Video Device"
EndSection

Other possibilitys:

a. The files in /etc/X11/Xsession.d
b. modesetting driver / intel driver
c. some codes in xorg, that are preventing the right result on the screen, or some missing codes

examples:


Section "ServerFlags"
Option "IgnoreABI" "True"
EndSection

"nomodeset" bootcode

I hope you will understand this things better then me!

Offline

#32 2022-05-09 02:51

Humming Owl
Member
From: Venezuela
Registered: 2022-01-22
Posts: 25

Re: [solved]Screen distorted, SIS771/671, Bangho Mov / Clevo M540SS

@JSM

Try doing this --> https://wiki.archlinux.org/title/SiS#SiS_671_card

All the image in the screen is displayed within it? The distorsion would mean that some portion of the image is going out of the limits of the screen (when using the 1440x900 resolution).

The driver installed should be functioning properly given the fact that the actual resolution the screen can handle is now an option to use. I really don't know if you want to keep going with these testing, I ran out of ideas a few posts ago smile but I will keep searching in case you want to continue.

Cheers.

Last edited by Humming Owl (2022-05-09 03:21)

Offline

#33 2022-05-09 22:54

JSM
Banned
Registered: 2021-04-23
Posts: 81

Re: [solved]Screen distorted, SIS771/671, Bangho Mov / Clevo M540SS

@Humming Owl

Today I achieved a very special result during testing. I had a 1280x800 resolution, but the picture was much too big for the screen! And the LCD screen has 1440x900. Obviously, the resolution of the screen is not recognized correctly and the image is "scaled" to a smaller resolution? Virtual screen, it says in log file. And also in the xorg.conf, which I used today, was a virtual screen set, it was 1280x800. But why doesn't it fit on the native screen?

I will now test something new every day until I have made it smile

Oh, are there different ways to physically control an LCD screen? That could also be a cause.

Last edited by JSM (2022-05-09 22:55)

Offline

#34 2022-05-10 22:10

JSM
Banned
Registered: 2021-04-23
Posts: 81

Re: [solved]Screen distorted, SIS771/671, Bangho Mov / Clevo M540SS

FINALLY IT WORKED!

Well, after a few more tests I came to a good result. Here is my xorg.conf:

Section "Device"
Identifier "Configured Video Device"
Driver "sis671"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
displaySize 305 189# In millimeters
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection

Since my LCD display was not recognized correctly, I had to enter the size in millimeters. X takes the the correct value (without plastic cover, which is somewhat overlapping). This leads to this result:

trisquel@trisquel-M540SS:~$xdpyinfo / grep -e dimensions -e resolution
dimensions: 1440x900 pixels (307x191 millimeters)
resolution: 119x120 dots per inch
trisquel@trisquel-M540SS:~$

Without the instruction "displaySize" I get a much larger, wrong dimension and only 96 DPI. Now the screen display is very good, sharp and no longer distorted.

Here again my whole procedure:

1. Install SIS Driver using this method (xorg 1.20, or change value in script)

https://gist.github.com/fevangelou/46a2 … 52f18eac73

2. Determine LCD size. Either measure directly or look up a list on the Internet. Here is one in German:

https://www.bardzki.com/magic/standardgroessen

3. Adjust xorg.conf with this line (use numbers according to your screen) in "monitor" section

DisplaySize 305 189 # In millimeters

4. reboot

5. Check the result with:

xdpyinfo | grep -e dimensions -e resolution

6. If the screen display is still distorted, change the millimeter data, reboot, check again.

The solution works with Trisquel Mini 10, lightdm desktop. I assume that it will also work with Q4OS Trinity. For Debian 11, GNOME with wayland, it may require a different solution, for example with a bootcode to set the "displaySize". I will test it soon.

Thanks for all the help and tips!

Edit: Successfully installed on Q4OS Trinity.

Last edited by JSM (2022-05-11 00:05)

Offline

#35 2022-05-11 05:54

bin
Member
From: U.K.
Registered: 2016-01-28
Posts: 1,295

Re: [solved]Screen distorted, SIS771/671, Bangho Mov / Clevo M540SS

Well done!

Offline

#36 2022-05-11 10:43

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,223
Website

Re: [solved]Screen distorted, SIS771/671, Bangho Mov / Clevo M540SS

@JSM
Thanks for sharing the solution. You are welcome to create a topic in the "Tips and tutorials" forum section https://www.q4os.org/forum/viewforum.php?id=7

Offline

#37 2022-05-11 16:15

JSM
Banned
Registered: 2021-04-23
Posts: 81

Re: [solved]Screen distorted, SIS771/671, Bangho Mov / Clevo M540SS

Offline

#38 2022-05-11 16:23

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,223
Website

Re: [solved]Screen distorted, SIS771/671, Bangho Mov / Clevo M540SS

@JSM
Great, thanks.

Offline

#39 2022-09-12 19:23

ydek
Member
From: Brasil
Registered: 2018-06-11
Posts: 42

Re: [solved]Screen distorted, SIS771/671, Bangho Mov / Clevo M540SS

@JSM
Congratulations on finding solution for your Notebook with Chipset SiS 771 671.

Last edited by ydek (2022-09-12 19:41)

Offline

Board footer

Powered by FluxBB