My former Kubuntu 13.10 installation worked with the screen resolution 1024 × 768, my live distribution of Kubuntu 14.04 also starts up with the resolution 1024 × 768, but when booting my installed Kubuntu that I upgraded from 13.10 to 14.04, I can’t have any other resolution than 640 × 480. No other resolution is proposed in the screen settings. Already the login screen is in this poor resolution. How can I restore the resolution that I had before, or even set a better one? I know that my machine has as much as 1280 × 768 when running Windows 8.
Announcement
Collapse
No announcement yet.
Screen resolution after upgrading to 14.04
Collapse
This topic is closed.
X
X
-
-
- Top
- Bottom
-
-
I have found out that it helps to boot into the recovery mode, enter the root console and run the command:
sudo dpkg-reconfigure xserver-xorg
But on the next startup without doing this, the problem was back. Is there a way to solve it permanently?
- Top
- Bottom
Comment
-
Originally posted by jlittle View PostIn particular, what graphics hardware you have, likely nVidia, ATI, or Intel.
Regards, John Little
Code:$ lspci | grep VGA 01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter (rev 10) $ sudo lshw -C display *-display UNCLAIMED description: VGA compatible controller product: 771/671 PCIE VGA Display Adapter vendor: Silicon Integrated Systems [SiS] physical id: 0 bus info: pci@0000:01:00.0 version: 10 width: 32 bits clock: 66MHz capabilities: pm agp agp-3.0 vga_controller cap_list configuration: latency=0 resources: memory:c0000000-cfffffff memory:d4000000-d401ffff ioport:9000(size=128)
Last edited by SteveRiley; May 17, 2014, 03:47 PM.
- Top
- Bottom
Comment
-
Make sure you have the sis video driver installed:
sudo apt-get install xserver-xorg-video-sis
We need to look at /var/log/Xorg.0.log. Probably either the video card or the monitor isn't being detected correctly. We'll need monitor info and the output of
xrandr -q
It might just need an xorg.conf file.
- Top
- Bottom
Comment
-
Yes, xserver-xorg-video-sis is installed and up-to-date.
This is what xrandr -q gives when the resolution is 1024 × 768:
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 1024 x 768, maximum 1024 x 768
default connected 1024x768+0+0 0mm x 0mm
1024x768 61.0*
800x600 61.0
640x480 60.0
If I launch the system without dpkg-reconfigure, I just see 640 x 480 as both current and maximum and I do not see the other resolution.
This is what I have in /var/log/Xorg.0.log:
Code:[ 1098.206] X.Org X Server 1.15.1 Release Date: 2014-04-13 [ 1098.206] X Protocol Version 11, Revision 0 [ 1098.206] Build Operating System: Linux 3.2.0-37-generic x86_64 Ubuntu [ 1098.206] Current Operating System: Linux Filip 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 2014 x86_64 [ 1098.206] Kernel command line: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic root=UUID=e5164f62-d172-4eb5-aa65-92bb01b82643 ro recovery nomodeset [ 1098.206] Build Date: 16 April 2014 01:36:29PM [ 1098.206] xorg-server 2:1.15.1-0ubuntu2 (For technical support please see [URL]http://www.ubuntu.com/support[/URL]) [ 1098.206] Current version of pixman: 0.30.2 [ 1098.206] Before reporting problems, check [URL]http://wiki.x.org[/URL] to make sure that you have the latest version. [ 1098.206] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 1098.206] (==) Log file: "/var/log/Xorg.0.log", Time: Tue May 13 07:09:42 2014 [ 1098.207] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 1098.207] (==) No Layout section. Using the first Screen section. [ 1098.207] (==) No screen section available. Using defaults. [ 1098.207] (**) |-->Screen "Default Screen Section" (0) [ 1098.207] (**) | |-->Monitor "<default monitor>" [ 1098.207] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 1098.207] (==) Automatically adding devices [ 1098.207] (==) Automatically enabling devices [ 1098.207] (==) Automatically adding GPU devices [ 1098.207] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. [ 1098.207] Entry deleted from font path. [ 1098.207] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist. [ 1098.207] Entry deleted from font path. [ 1098.207] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist. [ 1098.207] Entry deleted from font path. [ 1098.208] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist. [ 1098.208] Entry deleted from font path. [ 1098.208] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist. [ 1098.208] Entry deleted from font path. [ 1098.208] (==) FontPath set to: /usr/share/fonts/X11/misc, /usr/share/fonts/X11/Type1, built-ins [ 1098.208] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules" [ 1098.208] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 1098.208] (II) Loader magic: 0x7f5c15196d60 [ 1098.208] (II) Module ABI versions: [ 1098.208] X.Org ANSI C Emulation: 0.4 [ 1098.208] X.Org Video Driver: 15.0 [ 1098.208] X.Org XInput driver : 20.0 [ 1098.208] X.Org Server Extension : 8.0 [ 1098.210] (--) PCI:*(0:1:0:0) 1039:6351:1734:1125 rev 16, Mem @ 0xc0000000/268435456, 0xd4000000/131072, I/O @ 0x00009000/128 [ 1098.210] Initializing built-in extension Generic Event Extension [ 1098.210] Initializing built-in extension SHAPE [ 1098.210] Initializing built-in extension MIT-SHM [ 1098.210] Initializing built-in extension XInputExtension [ 1098.210] Initializing built-in extension XTEST [ 1098.210] Initializing built-in extension BIG-REQUESTS [ 1098.210] Initializing built-in extension SYNC [ 1098.210] Initializing built-in extension XKEYBOARD [ 1098.210] Initializing built-in extension XC-MISC [ 1098.210] Initializing built-in extension SECURITY [ 1098.210] Initializing built-in extension XINERAMA [ 1098.210] Initializing built-in extension XFIXES [ 1098.210] Initializing built-in extension RENDER [ 1098.210] Initializing built-in extension RANDR [ 1098.210] Initializing built-in extension COMPOSITE [ 1098.210] Initializing built-in extension DAMAGE [ 1098.210] Initializing built-in extension MIT-SCREEN-SAVER [ 1098.210] Initializing built-in extension DOUBLE-BUFFER [ 1098.210] Initializing built-in extension RECORD [ 1098.210] Initializing built-in extension DPMS [ 1098.210] Initializing built-in extension Present [ 1098.210] Initializing built-in extension DRI3 [ 1098.210] Initializing built-in extension X-Resource [ 1098.210] Initializing built-in extension XVideo [ 1098.210] Initializing built-in extension XVideo-MotionCompensation [ 1098.210] Initializing built-in extension SELinux [ 1098.210] Initializing built-in extension XFree86-VidModeExtension [ 1098.210] Initializing built-in extension XFree86-DGA [ 1098.210] Initializing built-in extension XFree86-DRI [ 1098.210] Initializing built-in extension DRI2 [ 1098.210] (II) LoadModule: "glx" [ 1098.211] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so [ 1098.213] (II) Module glx: vendor="X.Org Foundation" [ 1098.213] compiled for 1.15.1, module version = 1.0.0 [ 1098.214] ABI class: X.Org Server Extension, version 8.0 [ 1098.214] (==) AIGLX enabled [ 1098.214] Loading extension GLX [ 1098.214] (==) Matched sis as autoconfigured driver 0 [ 1098.214] (==) Matched modesetting as autoconfigured driver 1 [ 1098.214] (==) Matched fbdev as autoconfigured driver 2 [ 1098.214] (==) Matched vesa as autoconfigured driver 3 [ 1098.214] (==) Assigned the driver to the xf86ConfigLayout [ 1098.214] (II) LoadModule: "sis" [ 1098.214] (II) Loading /usr/lib/xorg/modules/drivers/sis_drv.so [ 1098.214] (II) Module sis: vendor="X.Org Foundation" [ 1098.214] compiled for 1.15.0, module version = 0.10.7 [ 1098.214] Module class: X.Org Video Driver [ 1098.214] ABI class: X.Org Video Driver, version 15.0 [ 1098.214] (II) LoadModule: "modesetting" [ 1098.215] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 1098.215] (II) Module modesetting: vendor="X.Org Foundation" [ 1098.215] compiled for 1.15.0, module version = 0.8.1 [ 1098.215] Module class: X.Org Video Driver [ 1098.215] ABI class: X.Org Video Driver, version 15.0 [ 1098.215] (II) LoadModule: "fbdev" [ 1098.216] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 1098.216] (II) Module fbdev: vendor="X.Org Foundation" [ 1098.216] compiled for 1.15.0, module version = 0.4.4 [ 1098.216] Module class: X.Org Video Driver [ 1098.216] ABI class: X.Org Video Driver, version 15.0 [ 1098.216] (II) LoadModule: "vesa" [ 1098.216] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 1098.216] (II) Module vesa: vendor="X.Org Foundation" [ 1098.216] compiled for 1.15.0, module version = 2.3.3 [ 1098.216] Module class: X.Org Video Driver [ 1098.216] ABI class: X.Org Video Driver, version 15.0 [ 1098.216] (II) SIS: 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), SIS660/[M]661[F|M]X/[M]670/[M]741[GX]/[M]760[GX]/[M]761[GX]/[M]770[GX], SIS340 [ 1098.217] (II) SIS: driver for XGI chipsets: Volari Z7 (XG20), Volari V3XT/V5/V8/Duo (XG40) [ 1098.217] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 1098.217] (II) FBDEV: driver for framebuffer: fbdev [ 1098.217] (II) VESA: driver for VESA chipsets: vesa [ 1098.217] (++) using VT number 7 [ 1098.218] (WW) Falling back to old probe method for sis [ 1098.218] (--) Assigning device section with no busID to primary device [ 1098.218] (EE) open /dev/dri/card0: No such file or directory [ 1098.218] (WW) Falling back to old probe method for modesetting [ 1098.218] (EE) open /dev/dri/card0: No such file or directory [ 1098.218] (II) Loading sub module "fbdevhw" [ 1098.218] (II) LoadModule: "fbdevhw" [ 1098.218] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so [ 1098.218] (II) Module fbdevhw: vendor="X.Org Foundation" [ 1098.218] compiled for 1.15.1, module version = 0.0.2 [ 1098.218] ABI class: X.Org Video Driver, version 15.0 [ 1098.218] (EE) open /dev/fb0: No such file or directory [ 1098.218] (WW) Falling back to old probe method for fbdev [ 1098.218] (II) Loading sub module "fbdevhw" [ 1098.219] (II) LoadModule: "fbdevhw" [ 1098.219] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so [ 1098.219] (II) Module fbdevhw: vendor="X.Org Foundation" [ 1098.219] compiled for 1.15.1, module version = 0.0.2 [ 1098.219] ABI class: X.Org Video Driver, version 15.0 [ 1098.219] (EE) open /dev/fb0: No such file or directory [ 1098.219] (EE) Screen 0 deleted because of no matching config section. [ 1098.219] (II) UnloadModule: "modesetting" [ 1098.219] (EE) Screen 0 deleted because of no matching config section. [ 1098.219] (II) UnloadModule: "fbdev" [ 1098.219] (II) UnloadSubModule: "fbdevhw" [ 1098.219] (II) Loading sub module "vbe" [ 1098.219] (II) LoadModule: "vbe" [ 1098.220] (II) Loading /usr/lib/xorg/modules/libvbe.so [ 1098.220] (II) Module vbe: vendor="X.Org Foundation" [ 1098.220] compiled for 1.15.1, module version = 1.1.0 [ 1098.220] ABI class: X.Org Video Driver, version 15.0 [ 1098.220] (II) Loading sub module "int10" [ 1098.220] (II) LoadModule: "int10" [ 1098.220] (II) Loading /usr/lib/xorg/modules/libint10.so [ 1098.220] (II) Module int10: vendor="X.Org Foundation" [ 1098.221] compiled for 1.15.1, module version = 1.0.0 [ 1098.221] ABI class: X.Org Video Driver, version 15.0 [ 1098.221] (II) VESA(0): initializing int10 [ 1098.227] (II) VESA(0): Primary V_BIOS segment is: 0xc000 [ 1098.228] (II) VESA(0): VESA BIOS detected [ 1098.228] (II) VESA(0): VESA VBE Version 3.0 [ 1098.228] (II) VESA(0): VESA VBE Total Mem: 262144 kB [ 1098.228] (II) VESA(0): VESA VBE OEM: SiS [ 1098.228] (II) VESA(0): VESA VBE OEM Software Rev: 1.0 [ 1098.228] (II) VESA(0): VESA VBE OEM Vendor: Silicon Integrated Systems Corp. [ 1098.228] (II) VESA(0): VESA VBE OEM Product: 6330 [ 1098.228] (II) VESA(0): VESA VBE OEM Product Rev: 3.74.10A [ 1098.240] (II) VESA(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 [ 1098.240] (==) VESA(0): Depth 24, (--) framebuffer bpp 32 [ 1098.240] (==) VESA(0): RGB weight 888 [ 1098.240] (==) VESA(0): Default visual is TrueColor [ 1098.240] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0) [ 1098.240] (II) Loading sub module "ddc" [ 1098.240] (II) LoadModule: "ddc" [ 1098.240] (II) Module "ddc" already built-in [ 1098.338] (II) VESA(0): VESA VBE DDC supported [ 1098.338] (II) VESA(0): VESA VBE DDC Level none [ 1098.338] (II) VESA(0): VESA VBE DDC transfer in appr. 0 sec. [ 1098.371] (II) VESA(0): VESA VBE DDC read failed [ 1098.371] (II) VESA(0): Searching for matching VESA mode(s): [ 1098.371] Mode: 11c (1280x768) [ 1098.371] ModeAttributes: 0x9f [ 1098.371] WinAAttributes: 0x7 [ 1098.371] WinBAttributes: 0x0 [ 1098.371] WinGranularity: 64 [ 1098.371] WinSize: 64 [ 1098.371] WinASegment: 0xa000 [ 1098.371] WinBSegment: 0xa000 [ 1098.371] WinFuncPtr: 0xc000877b [ 1098.371] BytesPerScanline: 1280 [ 1098.371] XResolution: 1280 [ 1098.371] YResolution: 768 [ 1098.371] XCharSize: 8 [ 1098.371] YCharSize: 16 [ 1098.371] NumberOfPlanes: 1 [ 1098.371] BitsPerPixel: 8 [ 1098.372] NumberOfBanks: 1 [ 1098.372] MemoryModel: 4 [ 1098.372] BankSize: 0 [ 1098.372] NumberOfImages: 7 [ 1098.372] RedMaskSize: 0 [ 1098.372] RedFieldPosition: 0 [ 1098.372] GreenMaskSize: 0 [ 1098.372] GreenFieldPosition: 0 [ 1098.372] BlueMaskSize: 0 [ 1098.372] BlueFieldPosition: 0 [ 1098.372] RsvdMaskSize: 0 [ 1098.372] RsvdFieldPosition: 0 [ 1098.372] DirectColorModeInfo: 0 [ 1098.372] PhysBasePtr: 0xc0000000 [ 1098.372] LinBytesPerScanLine: 1280 [ 1098.372] BnkNumberOfImagePages: 7 [ 1098.372] LinNumberOfImagePages: 7 [ 1098.372] LinRedMaskSize: 0 [ 1098.372] LinRedFieldPosition: 0 [ 1098.372] LinGreenMaskSize: 0 [ 1098.372] LinGreenFieldPosition: 0 [ 1098.372] LinBlueMaskSize: 0 [ 1098.372] LinBlueFieldPosition: 0 [ 1098.372] LinRsvdMaskSize: 0 [ 1098.372] LinRsvdFieldPosition: 0 [ 1098.372] MaxPixelClock: 0 [ 1098.372] Mode: 11d (1280x768) [ 1098.372] ModeAttributes: 0x9b [ 1098.372] WinAAttributes: 0x7 [ 1098.372] WinBAttributes: 0x0 [ 1098.372] WinGranularity: 64 [ 1098.372] WinSize: 64 [ 1098.372] WinASegment: 0xa000 [ 1098.372] WinBSegment: 0xa000 [ 1098.372] WinFuncPtr: 0xc000877b [ 1098.372] BytesPerScanline: 2560 [ 1098.372] XResolution: 1280 [ 1098.372] YResolution: 768 [ 1098.372] XCharSize: 8 [ 1098.372] YCharSize: 16 [ 1098.372] NumberOfPlanes: 1 [ 1098.372] BitsPerPixel: 16 [ 1098.372] NumberOfBanks: 1 [ 1098.372] MemoryModel: 6 [ 1098.372] BankSize: 0 [ 1098.372] NumberOfImages: 3 [ 1098.372] RedMaskSize: 5 [ 1098.372] RedFieldPosition: 11 [ 1098.373] GreenMaskSize: 6 [ 1098.373] GreenFieldPosition: 5 [ 1098.373] BlueMaskSize: 5 [ 1098.373] BlueFieldPosition: 0 [ 1098.373] RsvdMaskSize: 0 [ 1098.373] RsvdFieldPosition: 0 [ 1098.373] DirectColorModeInfo: 0 [ 1098.373] PhysBasePtr: 0xc0000000 [ 1098.373] LinBytesPerScanLine: 2560 [ 1098.373] BnkNumberOfImagePages: 3 [ 1098.373] LinNumberOfImagePages: 3 [ 1098.373] LinRedMaskSize: 5 [ 1098.373] LinRedFieldPosition: 11 [ 1098.373] LinGreenMaskSize: 6 [ 1098.373] LinGreenFieldPosition: 5 [ 1098.373] LinBlueMaskSize: 5 [ 1098.373] LinBlueFieldPosition: 0 [ 1098.373] LinRsvdMaskSize: 0 [ 1098.373] LinRsvdFieldPosition: 0 [ 1098.373] MaxPixelClock: 0 [ 1098.373] *Mode: 11e (1280x768) [ 1098.373] ModeAttributes: 0x9b [ 1098.373] WinAAttributes: 0x7 [ 1098.373] WinBAttributes: 0x0 [ 1098.373] WinGranularity: 64 [ 1098.373] WinSize: 64 [ 1098.373] WinASegment: 0xa000 [ 1098.373] WinBSegment: 0xa000 [ 1098.373] WinFuncPtr: 0xc000877b [ 1098.373] BytesPerScanline: 5120 [ 1098.373] XResolution: 1280 [ 1098.373] YResolution: 768 [ 1098.373] XCharSize: 8 [ 1098.373] YCharSize: 16 [ 1098.373] NumberOfPlanes: 1 [ 1098.373] BitsPerPixel: 32 [ 1098.373] NumberOfBanks: 1 [ 1098.373] MemoryModel: 6 [ 1098.373] BankSize: 0 [ 1098.373] NumberOfImages: 1 [ 1098.373] RedMaskSize: 8 [ 1098.373] RedFieldPosition: 16 [ 1098.373] GreenMaskSize: 8 [ 1098.373] GreenFieldPosition: 8 [ 1098.373] BlueMaskSize: 8 [ 1098.373] BlueFieldPosition: 0 [ 1098.373] RsvdMaskSize: 8 [ 1098.373] RsvdFieldPosition: 24 [ 1098.373] DirectColorModeInfo: 0 [ 1098.373] PhysBasePtr: 0xc0000000 [ 1098.373] LinBytesPerScanLine: 5120 [ 1098.373] BnkNumberOfImagePages: 1 [ 1098.373] LinNumberOfImagePages: 1 [ 1098.374] LinRedMaskSize: 8 [ 1098.374] LinRedFieldPosition: 16 [ 1098.374] LinGreenMaskSize: 8 [ 1098.374] LinGreenFieldPosition: 8 [ 1098.374] LinBlueMaskSize: 8 [ 1098.374] LinBlueFieldPosition: 0 [ 1098.374] LinRsvdMaskSize: 8 [ 1098.374] LinRsvdFieldPosition: 24 [ 1098.374] MaxPixelClock: 0 [ 1098.374] Mode: 101 (640x480) [ 1098.374] ModeAttributes: 0x9f [ 1098.374] WinAAttributes: 0x7 [ 1098.374] WinBAttributes: 0x0 [ 1098.374] WinGranularity: 64 [ 1098.374] WinSize: 64 [ 1098.374] WinASegment: 0xa000 [ 1098.374] WinBSegment: 0xa000 [ 1098.374] WinFuncPtr: 0xc000877b [ 1098.374] BytesPerScanline: 640 [ 1098.374] XResolution: 640 [ 1098.374] YResolution: 480 [ 1098.374] XCharSize: 8 [ 1098.374] YCharSize: 16 [ 1098.374] NumberOfPlanes: 1 [ 1098.374] BitsPerPixel: 8 [ 1098.374] NumberOfBanks: 1 [ 1098.374] MemoryModel: 4 [ 1098.374] BankSize: 0 [ 1098.374] NumberOfImages: 24 [ 1098.374] RedMaskSize: 0 [ 1098.374] RedFieldPosition: 0 [ 1098.374] GreenMaskSize: 0 [ 1098.374] GreenFieldPosition: 0 [ 1098.374] BlueMaskSize: 0 [ 1098.374] BlueFieldPosition: 0 [ 1098.374] RsvdMaskSize: 0 [ 1098.374] RsvdFieldPosition: 0 [ 1098.374] DirectColorModeInfo: 0 [ 1098.374] PhysBasePtr: 0xc0000000 [ 1098.374] LinBytesPerScanLine: 640 [ 1098.374] BnkNumberOfImagePages: 24 [ 1098.374] LinNumberOfImagePages: 24 [ 1098.374] LinRedMaskSize: 0 [ 1098.374] LinRedFieldPosition: 0 [ 1098.374] LinGreenMaskSize: 0 [ 1098.374] LinGreenFieldPosition: 0 [ 1098.374] LinBlueMaskSize: 0 [ 1098.374] LinBlueFieldPosition: 0 [ 1098.374] LinRsvdMaskSize: 0 [ 1098.374] LinRsvdFieldPosition: 0 [ 1098.374] MaxPixelClock: 0 [ 1098.375] Mode: 100 (640x400) [ 1098.375] ModeAttributes: 0x9f [ 1098.375] WinAAttributes: 0x7 [ 1098.375] WinBAttributes: 0x0 [ 1098.375] WinGranularity: 64 [ 1098.375] WinSize: 64 [ 1098.375] WinASegment: 0xa000 [ 1098.375] WinBSegment: 0xa000 [ 1098.375] WinFuncPtr: 0xc000877b [ 1098.375] BytesPerScanline: 640 [ 1098.375] XResolution: 640 [ 1098.375] YResolution: 400 [ 1098.375] XCharSize: 8 [ 1098.375] YCharSize: 16 [ 1098.375] NumberOfPlanes: 1 [ 1098.375] BitsPerPixel: 8 [ 1098.375] NumberOfBanks: 1 [ 1098.375] MemoryModel: 4 [ 1098.375] BankSize: 0 [ 1098.375] NumberOfImages: 31 [ 1098.375] RedMaskSize: 0 [ 1098.375] RedFieldPosition: 0 [ 1098.375] GreenMaskSize: 0 [ 1098.375] GreenFieldPosition: 0 [ 1098.375] BlueMaskSize: 0 [ 1098.375] BlueFieldPosition: 0 [ 1098.375] RsvdMaskSize: 0 [ 1098.375] RsvdFieldPosition: 0 [ 1098.375] DirectColorModeInfo: 0 [ 1098.375] PhysBasePtr: 0xc0000000 [ 1098.375] LinBytesPerScanLine: 640 [ 1098.375] BnkNumberOfImagePages: 31 [ 1098.375] LinNumberOfImagePages: 31 [ 1098.375] LinRedMaskSize: 0 [ 1098.375] LinRedFieldPosition: 0 [ 1098.375] LinGreenMaskSize: 0 [ 1098.375] LinGreenFieldPosition: 0 [ 1098.375] LinBlueMaskSize: 0 [ 1098.375] LinBlueFieldPosition: 0 [ 1098.375] LinRsvdMaskSize: 0 [ 1098.375] LinRsvdFieldPosition: 0 [ 1098.375] MaxPixelClock: 0 [ 1098.376] Mode: 103 (800x600) [ 1098.376] ModeAttributes: 0x9f [ 1098.376] WinAAttributes: 0x7 [ 1098.376] WinBAttributes: 0x0 [ 1098.376] WinGranularity: 64 [ 1098.376] WinSize: 64 [ 1098.376] WinASegment: 0xa000 [ 1098.376] WinBSegment: 0xa000 [ 1098.376] WinFuncPtr: 0xc000877b [ 1098.376] BytesPerScanline: 800 [ 1098.376] XResolution: 800 [ 1098.376] YResolution: 600 [ 1098.376] XCharSize: 8 [ 1098.376] YCharSize: 16 [ 1098.376] NumberOfPlanes: 1 [ 1098.376] BitsPerPixel: 8 [ 1098.376] NumberOfBanks: 1 [ 1098.376] MemoryModel: 4 [ 1098.376] BankSize: 0 [ 1098.376] NumberOfImages: 15 [ 1098.376] RedMaskSize: 0 [ 1098.376] RedFieldPosition: 0 [ 1098.376] GreenMaskSize: 0 [ 1098.376] GreenFieldPosition: 0 [ 1098.376] BlueMaskSize: 0 [ 1098.376] BlueFieldPosition: 0 [ 1098.376] RsvdMaskSize: 0 [ 1098.376] RsvdFieldPosition: 0 [ 1098.376] DirectColorModeInfo: 0 [ 1098.376] PhysBasePtr: 0xc0000000 [ 1098.376] LinBytesPerScanLine: 800 [ 1098.376] BnkNumberOfImagePages: 15 [ 1098.376] LinNumberOfImagePages: 15 [ 1098.376] LinRedMaskSize: 0 [ 1098.376] LinRedFieldPosition: 0 [ 1098.376] LinGreenMaskSize: 0 [ 1098.376] LinGreenFieldPosition: 0 [ 1098.376] LinBlueMaskSize: 0 [ 1098.376] LinBlueFieldPosition: 0 [ 1098.376] LinRsvdMaskSize: 0 [ 1098.376] LinRsvdFieldPosition: 0 [ 1098.376] MaxPixelClock: 0 [ 1098.377] Mode: 104 (1024x768) [ 1098.377] ModeAttributes: 0x1f [ 1098.377] WinAAttributes: 0x7 [ 1098.377] WinBAttributes: 0x0 [ 1098.377] WinGranularity: 64 [ 1098.377] WinSize: 64 [ 1098.377] WinASegment: 0xa000 [ 1098.377] WinBSegment: 0xa000 [ 1098.377] WinFuncPtr: 0xc000877b [ 1098.377] BytesPerScanline: 128 [ 1098.377] XResolution: 1024 [ 1098.377] YResolution: 768 [ 1098.377] XCharSize: 8 [ 1098.377] YCharSize: 16 [ 1098.377] NumberOfPlanes: 4 [ 1098.377] BitsPerPixel: 4 [ 1098.377] NumberOfBanks: 1 [ 1098.377] MemoryModel: 3 [ 1098.377] BankSize: 0 [ 1098.377] NumberOfImages: 15 [ 1098.377] RedMaskSize: 0 [ 1098.377] RedFieldPosition: 0 [ 1098.377] GreenMaskSize: 0 [ 1098.377] GreenFieldPosition: 0 [ 1098.377] BlueMaskSize: 0 [ 1098.377] BlueFieldPosition: 0 [ 1098.377] RsvdMaskSize: 0 [ 1098.377] RsvdFieldPosition: 0 [ 1098.377] DirectColorModeInfo: 0 [ 1098.377] PhysBasePtr: 0xc0000000 [ 1098.377] LinBytesPerScanLine: 128 [ 1098.377] BnkNumberOfImagePages: 15 [ 1098.377] LinNumberOfImagePages: 15 [ 1098.377] LinRedMaskSize: 0 [ 1098.377] LinRedFieldPosition: 0 [ 1098.377] LinGreenMaskSize: 0 [ 1098.377] LinGreenFieldPosition: 0 [ 1098.377] LinBlueMaskSize: 0 [ 1098.377] LinBlueFieldPosition: 0 [ 1098.377] LinRsvdMaskSize: 0 [ 1098.377] LinRsvdFieldPosition: 0 [ 1098.377] MaxPixelClock: 0 [ 1098.378] Mode: 105 (1024x768) [ 1098.378] ModeAttributes: 0x9f [ 1098.378] WinAAttributes: 0x7 [ 1098.378] WinBAttributes: 0x0 [ 1098.378] WinGranularity: 64 [ 1098.378] WinSize: 64 [ 1098.378] WinASegment: 0xa000 [ 1098.378] WinBSegment: 0xa000 [ 1098.378] WinFuncPtr: 0xc000877b [ 1098.378] BytesPerScanline: 1024 [ 1098.378] XResolution: 1024 [ 1098.378] YResolution: 768 [ 1098.378] XCharSize: 8 [ 1098.378] YCharSize: 16 [ 1098.378] NumberOfPlanes: 1 [ 1098.378] BitsPerPixel: 8 [ 1098.378] NumberOfBanks: 1 [ 1098.378] MemoryModel: 4 [ 1098.378] BankSize: 0 [ 1098.378] NumberOfImages: 9 [ 1098.378] RedMaskSize: 0 [ 1098.378] RedFieldPosition: 0 [ 1098.378] GreenMaskSize: 0 [ 1098.378] GreenFieldPosition: 0 [ 1098.378] BlueMaskSize: 0 [ 1098.378] BlueFieldPosition: 0 [ 1098.378] RsvdMaskSize: 0 [ 1098.378] RsvdFieldPosition: 0 [ 1098.378] DirectColorModeInfo: 0 [ 1098.378] PhysBasePtr: 0xc0000000 [ 1098.378] LinBytesPerScanLine: 1024 [ 1098.378] BnkNumberOfImagePages: 9 [ 1098.378] LinNumberOfImagePages: 9 [ 1098.378] LinRedMaskSize: 0 [ 1098.378] LinRedFieldPosition: 0 [ 1098.378] LinGreenMaskSize: 0 [ 1098.378] LinGreenFieldPosition: 0 [ 1098.378] LinBlueMaskSize: 0 [ 1098.378] LinBlueFieldPosition: 0 [ 1098.378] LinRsvdMaskSize: 0 [ 1098.378] LinRsvdFieldPosition: 0 [ 1098.378] MaxPixelClock: 0 [ 1098.379] Mode: 10d (320x200) [ 1098.379] ModeAttributes: 0x9b [ 1098.379] WinAAttributes: 0x7 [ 1098.379] WinBAttributes: 0x0 [ 1098.379] WinGranularity: 64 [ 1098.379] WinSize: 64 [ 1098.379] WinASegment: 0xa000 [ 1098.379] WinBSegment: 0xa000 [ 1098.379] WinFuncPtr: 0xc000877b [ 1098.379] BytesPerScanline: 640 [ 1098.379] XResolution: 320 [ 1098.379] YResolution: 200 [ 1098.379] XCharSize: 8 [ 1098.379] YCharSize: 8 [ 1098.379] NumberOfPlanes: 1 [ 1098.379] BitsPerPixel: 15 [ 1098.379] NumberOfBanks: 1 [ 1098.379] MemoryModel: 6 [ 1098.379] BankSize: 0 [ 1098.379] NumberOfImages: 63 [ 1098.379] RedMaskSize: 5 [ 1098.379] RedFieldPosition: 10 [ 1098.379] GreenMaskSize: 5 [ 1098.379] GreenFieldPosition: 5 [ 1098.379] BlueMaskSize: 5 [ 1098.379] BlueFieldPosition: 0 [ 1098.379] RsvdMaskSize: 0 [ 1098.379] RsvdFieldPosition: 0 [ 1098.379] DirectColorModeInfo: 0 [ 1098.379] PhysBasePtr: 0xc0000000 [ 1098.379] LinBytesPerScanLine: 640 [ 1098.379] BnkNumberOfImagePages: 63 [ 1098.379] LinNumberOfImagePages: 63 [ 1098.379] LinRedMaskSize: 5 [ 1098.379] LinRedFieldPosition: 10 [ 1098.379] LinGreenMaskSize: 5 [ 1098.379] LinGreenFieldPosition: 5 [ 1098.379] LinBlueMaskSize: 5 [ 1098.379] LinBlueFieldPosition: 0 [ 1098.379] LinRsvdMaskSize: 0 [ 1098.379] LinRsvdFieldPosition: 0 [ 1098.379] MaxPixelClock: 0 [ 1098.379] Mode: 10e (320x200) [ 1098.379] ModeAttributes: 0x9b [ 1098.379] WinAAttributes: 0x7 [ 1098.379] WinBAttributes: 0x0 [ 1098.379] WinGranularity: 64 [ 1098.380] WinSize: 64 [ 1098.380] WinASegment: 0xa000 [ 1098.380] WinBSegment: 0xa000 [ 1098.380] WinFuncPtr: 0xc000877b [ 1098.380] BytesPerScanline: 640 [ 1098.380] XResolution: 320 [ 1098.380] YResolution: 200 [ 1098.380] XCharSize: 8 [ 1098.380] YCharSize: 8 [ 1098.380] NumberOfPlanes: 1 [ 1098.380] BitsPerPixel: 16 [ 1098.380] NumberOfBanks: 1 [ 1098.380] MemoryModel: 6 [ 1098.380] BankSize: 0 [ 1098.380] NumberOfImages: 63 [ 1098.380] RedMaskSize: 5 [ 1098.380] RedFieldPosition: 11 [ 1098.380] GreenMaskSize: 6 [ 1098.380] GreenFieldPosition: 5 [ 1098.380] BlueMaskSize: 5 [ 1098.380] BlueFieldPosition: 0 [ 1098.380] RsvdMaskSize: 0 [ 1098.380] RsvdFieldPosition: 0 [ 1098.380] DirectColorModeInfo: 0 [ 1098.380] PhysBasePtr: 0xc0000000 [ 1098.380] LinBytesPerScanLine: 640 [ 1098.380] BnkNumberOfImagePages: 63 [ 1098.380] LinNumberOfImagePages: 63 [ 1098.380] LinRedMaskSize: 5 [ 1098.380] LinRedFieldPosition: 11 [ 1098.380] LinGreenMaskSize: 6 [ 1098.380] LinGreenFieldPosition: 5 [ 1098.380] LinBlueMaskSize: 5 [ 1098.380] LinBlueFieldPosition: 0 [ 1098.380] LinRsvdMaskSize: 0 [ 1098.380] LinRsvdFieldPosition: 0 [ 1098.380] MaxPixelClock: 0 [ 1098.380] Mode: 110 (640x480) [ 1098.380] ModeAttributes: 0x9b [ 1098.380] WinAAttributes: 0x7 [ 1098.380] WinBAttributes: 0x0 [ 1098.380] WinGranularity: 64 [ 1098.381] WinSize: 64 [ 1098.381] WinASegment: 0xa000 [ 1098.381] WinBSegment: 0xa000 [ 1098.381] WinFuncPtr: 0xc000877b [ 1098.381] BytesPerScanline: 1280 [ 1098.381] XResolution: 640 [ 1098.381] YResolution: 480 [ 1098.381] XCharSize: 8 [ 1098.381] YCharSize: 16 [ 1098.381] NumberOfPlanes: 1 [ 1098.381] BitsPerPixel: 15 [ 1098.381] NumberOfBanks: 1 [ 1098.381] MemoryModel: 6 [ 1098.381] BankSize: 0 [ 1098.381] NumberOfImages: 11 [ 1098.381] RedMaskSize: 5 [ 1098.381] RedFieldPosition: 10 [ 1098.381] GreenMaskSize: 5 [ 1098.381] GreenFieldPosition: 5 [ 1098.381] BlueMaskSize: 5 [ 1098.381] BlueFieldPosition: 0 [ 1098.381] RsvdMaskSize: 0 [ 1098.381] RsvdFieldPosition: 0 [ 1098.381] DirectColorModeInfo: 0 [ 1098.381] PhysBasePtr: 0xc0000000 [ 1098.381] LinBytesPerScanLine: 1280 [ 1098.381] BnkNumberOfImagePages: 11 [ 1098.381] LinNumberOfImagePages: 11 [ 1098.381] LinRedMaskSize: 5 [ 1098.381] LinRedFieldPosition: 10 [ 1098.381] LinGreenMaskSize: 5 [ 1098.381] LinGreenFieldPosition: 5 [ 1098.381] LinBlueMaskSize: 5 [ 1098.381] LinBlueFieldPosition: 0 [ 1098.381] LinRsvdMaskSize: 0 [ 1098.381] LinRsvdFieldPosition: 0 [ 1098.381] MaxPixelClock: 0 [ 1098.381] Mode: 111 (640x480) [ 1098.381] ModeAttributes: 0x9b [ 1098.381] WinAAttributes: 0x7 [ 1098.381] WinBAttributes: 0x0 [ 1098.381] WinGranularity: 64 [ 1098.382] WinSize: 64 [ 1098.382] WinASegment: 0xa000 [ 1098.382] WinBSegment: 0xa000 [ 1098.382] WinFuncPtr: 0xc000877b [ 1098.382] BytesPerScanline: 1280 [ 1098.382] XResolution: 640 [ 1098.382] YResolution: 480 [ 1098.382] XCharSize: 8 [ 1098.382] YCharSize: 16 [ 1098.382] NumberOfPlanes: 1 [ 1098.382] BitsPerPixel: 16 [ 1098.382] NumberOfBanks: 1 [ 1098.382] MemoryModel: 6 [ 1098.382] BankSize: 0 [ 1098.382] NumberOfImages: 11 [ 1098.382] RedMaskSize: 5 [ 1098.382] RedFieldPosition: 11 [ 1098.382] GreenMaskSize: 6 [ 1098.382] GreenFieldPosition: 5 [ 1098.382] BlueMaskSize: 5 [ 1098.382] BlueFieldPosition: 0 [ 1098.382] RsvdMaskSize: 0 [ 1098.382] RsvdFieldPosition: 0 [ 1098.382] DirectColorModeInfo: 0 [ 1098.382] PhysBasePtr: 0xc0000000 [ 1098.382] LinBytesPerScanLine: 1280 [ 1098.382] BnkNumberOfImagePages: 11 [ 1098.382] LinNumberOfImagePages: 11 [ 1098.382] LinRedMaskSize: 5 [ 1098.382] LinRedFieldPosition: 11 [ 1098.382] LinGreenMaskSize: 6 [ 1098.382] LinGreenFieldPosition: 5 [ 1098.382] LinBlueMaskSize: 5 [ 1098.382] LinBlueFieldPosition: 0 [ 1098.382] LinRsvdMaskSize: 0 [ 1098.382] LinRsvdFieldPosition: 0 [ 1098.382] MaxPixelClock: 0 [ 1098.382] Mode: 113 (800x600) [ 1098.382] ModeAttributes: 0x9b [ 1098.382] WinAAttributes: 0x7 [ 1098.382] WinBAttributes: 0x0 [ 1098.382] WinGranularity: 64 [ 1098.382] WinSize: 64 [ 1098.382] WinASegment: 0xa000 [ 1098.382] WinBSegment: 0xa000 [ 1098.382] WinFuncPtr: 0xc000877b [ 1098.383] BytesPerScanline: 1600 [ 1098.383] XResolution: 800 [ 1098.383] YResolution: 600 [ 1098.383] XCharSize: 8 [ 1098.383] YCharSize: 16 [ 1098.383] NumberOfPlanes: 1 [ 1098.383] BitsPerPixel: 15 [ 1098.383] NumberOfBanks: 1 [ 1098.383] MemoryModel: 6 [ 1098.383] BankSize: 0 [ 1098.383] NumberOfImages: 7 [ 1098.383] RedMaskSize: 5 [ 1098.383] RedFieldPosition: 10 [ 1098.383] GreenMaskSize: 5 [ 1098.383] GreenFieldPosition: 5 [ 1098.383] BlueMaskSize: 5 [ 1098.383] BlueFieldPosition: 0 [ 1098.383] RsvdMaskSize: 0 [ 1098.383] RsvdFieldPosition: 0 [ 1098.383] DirectColorModeInfo: 0 [ 1098.383] PhysBasePtr: 0xc0000000 [ 1098.383] LinBytesPerScanLine: 1600 [ 1098.383] BnkNumberOfImagePages: 7 [ 1098.383] LinNumberOfImagePages: 7 [ 1098.383] LinRedMaskSize: 5 [ 1098.383] LinRedFieldPosition: 10 [ 1098.383] LinGreenMaskSize: 5 [ 1098.383] LinGreenFieldPosition: 5 [ 1098.383] LinBlueMaskSize: 5 [ 1098.383] LinBlueFieldPosition: 0 [ 1098.383] LinRsvdMaskSize: 0 [ 1098.383] LinRsvdFieldPosition: 0 [ 1098.383] MaxPixelClock: 0 [ 1098.383] Mode: 114 (800x600) [ 1098.383] ModeAttributes: 0x9b [ 1098.383] WinAAttributes: 0x7 [ 1098.383] WinBAttributes: 0x0 [ 1098.383] WinGranularity: 64 [ 1098.383] WinSize: 64 [ 1098.383] WinASegment: 0xa000 [ 1098.383] WinBSegment: 0xa000 [ 1098.383] WinFuncPtr: 0xc000877b [ 1098.383] BytesPerScanline: 1600 [ 1098.383] XResolution: 800 [ 1098.383] YResolution: 600 [ 1098.384] XCharSize: 8 [ 1098.384] YCharSize: 16 [ 1098.384] NumberOfPlanes: 1 [ 1098.384] BitsPerPixel: 16 [ 1098.384] NumberOfBanks: 1 [ 1098.384] MemoryModel: 6 [ 1098.384] BankSize: 0 [ 1098.384] NumberOfImages: 7 [ 1098.384] RedMaskSize: 5 [ 1098.384] RedFieldPosition: 11 [ 1098.384] GreenMaskSize: 6 [ 1098.384] GreenFieldPosition: 5 [ 1098.384] BlueMaskSize: 5 [ 1098.384] BlueFieldPosition: 0 [ 1098.384] RsvdMaskSize: 0 [ 1098.384] RsvdFieldPosition: 0 [ 1098.384] DirectColorModeInfo: 0 [ 1098.384] PhysBasePtr: 0xc0000000 [ 1098.384] LinBytesPerScanLine: 1600 [ 1098.384] BnkNumberOfImagePages: 7 [ 1098.384] LinNumberOfImagePages: 7 [ 1098.384] LinRedMaskSize: 5 [ 1098.384] LinRedFieldPosition: 11 [ 1098.384] LinGreenMaskSize: 6 [ 1098.384] LinGreenFieldPosition: 5 [ 1098.384] LinBlueMaskSize: 5 [ 1098.384] LinBlueFieldPosition: 0 [ 1098.384] LinRsvdMaskSize: 0 [ 1098.384] LinRsvdFieldPosition: 0 [ 1098.384] MaxPixelClock: 0 [ 1098.384] Mode: 116 (1024x768) [ 1098.384] ModeAttributes: 0x9b [ 1098.384] WinAAttributes: 0x7 [ 1098.384] WinBAttributes: 0x0 [ 1098.384] WinGranularity: 64 [ 1098.384] WinSize: 64 [ 1098.384] WinASegment: 0xa000 [ 1098.384] WinBSegment: 0xa000 [ 1098.384] WinFuncPtr: 0xc000877b [ 1098.384] BytesPerScanline: 2048 [ 1098.384] XResolution: 1024 [ 1098.384] YResolution: 768 [ 1098.385] XCharSize: 8 [ 1098.385] YCharSize: 16 [ 1098.385] NumberOfPlanes: 1 [ 1098.385] BitsPerPixel: 15 [ 1098.385] NumberOfBanks: 1 [ 1098.385] MemoryModel: 6 [ 1098.385] BankSize: 0 [ 1098.385] NumberOfImages: 4 [ 1098.385] RedMaskSize: 5 [ 1098.385] RedFieldPosition: 10 [ 1098.385] GreenMaskSize: 5 [ 1098.385] GreenFieldPosition: 5 [ 1098.385] BlueMaskSize: 5 [ 1098.385] BlueFieldPosition: 0 [ 1098.385] RsvdMaskSize: 0 [ 1098.385] RsvdFieldPosition: 0 [ 1098.385] DirectColorModeInfo: 0 [ 1098.385] PhysBasePtr: 0xc0000000 [ 1098.385] LinBytesPerScanLine: 2048 [ 1098.385] BnkNumberOfImagePages: 4 [ 1098.385] LinNumberOfImagePages: 4 [ 1098.385] LinRedMaskSize: 5 [ 1098.385] LinRedFieldPosition: 10 [ 1098.385] LinGreenMaskSize: 5 [ 1098.385] LinGreenFieldPosition: 5 [ 1098.385] LinBlueMaskSize: 5 [ 1098.385] LinBlueFieldPosition: 0 [ 1098.385] LinRsvdMaskSize: 0 [ 1098.385] LinRsvdFieldPosition: 0 [ 1098.385] MaxPixelClock: 0 [ 1098.385] Mode: 117 (1024x768) [ 1098.385] ModeAttributes: 0x9b [ 1098.385] WinAAttributes: 0x7 [ 1098.385] WinBAttributes: 0x0 [ 1098.385] WinGranularity: 64 [ 1098.385] WinSize: 64 [ 1098.385] WinASegment: 0xa000 [ 1098.385] WinBSegment: 0xa000 [ 1098.385] WinFuncPtr: 0xc000877b [ 1098.385] BytesPerScanline: 2048 [ 1098.385] XResolution: 1024 [ 1098.385] YResolution: 768 [ 1098.385] XCharSize: 8 [ 1098.385] YCharSize: 16 [ 1098.385] NumberOfPlanes: 1 [ 1098.385] BitsPerPixel: 16 [ 1098.386] NumberOfBanks: 1 [ 1098.386] MemoryModel: 6 [ 1098.386] BankSize: 0 [ 1098.386] NumberOfImages: 4 [ 1098.386] RedMaskSize: 5 [ 1098.386] RedFieldPosition: 11 [ 1098.386] GreenMaskSize: 6 [ 1098.386] GreenFieldPosition: 5 [ 1098.386] BlueMaskSize: 5 [ 1098.386] BlueFieldPosition: 0 [ 1098.386] RsvdMaskSize: 0 [ 1098.386] RsvdFieldPosition: 0 [ 1098.386] DirectColorModeInfo: 0 [ 1098.386] PhysBasePtr: 0xc0000000 [ 1098.386] LinBytesPerScanLine: 2048 [ 1098.386] BnkNumberOfImagePages: 4 [ 1098.386] LinNumberOfImagePages: 4 [ 1098.386] LinRedMaskSize: 5 [ 1098.386] LinRedFieldPosition: 11 [ 1098.386] LinGreenMaskSize: 6 [ 1098.386] LinGreenFieldPosition: 5 [ 1098.386] LinBlueMaskSize: 5 [ 1098.386] LinBlueFieldPosition: 0 [ 1098.386] LinRsvdMaskSize: 0 [ 1098.386] LinRsvdFieldPosition: 0 [ 1098.386] MaxPixelClock: 0 [ 1098.386] Mode: 127 (320x240) [ 1098.386] ModeAttributes: 0x9f [ 1098.386] WinAAttributes: 0x7 [ 1098.386] WinBAttributes: 0x0 [ 1098.386] WinGranularity: 64 [ 1098.386] WinSize: 64 [ 1098.386] WinASegment: 0xa000 [ 1098.386] WinBSegment: 0xa000 [ 1098.386] WinFuncPtr: 0xc000877b [ 1098.386] BytesPerScanline: 320 [ 1098.386] XResolution: 320 [ 1098.386] YResolution: 240 [ 1098.386] XCharSize: 8 [ 1098.386] YCharSize: 8 [ 1098.386] NumberOfPlanes: 1 [ 1098.386] BitsPerPixel: 8 [ 1098.386] NumberOfBanks: 1 [ 1098.386] MemoryModel: 4 [ 1098.387] BankSize: 0 [ 1098.387] NumberOfImages: 63 [ 1098.387] RedMaskSize: 0 [ 1098.387] RedFieldPosition: 0 [ 1098.387] GreenMaskSize: 0 [ 1098.387] GreenFieldPosition: 0 [ 1098.387] BlueMaskSize: 0 [ 1098.387] BlueFieldPosition: 0 [ 1098.387] RsvdMaskSize: 0 [ 1098.387] RsvdFieldPosition: 0 [ 1098.387] DirectColorModeInfo: 0 [ 1098.387] PhysBasePtr: 0xc0000000 [ 1098.387] LinBytesPerScanLine: 320 [ 1098.387] BnkNumberOfImagePages: 63 [ 1098.387] LinNumberOfImagePages: 63 [ 1098.387] LinRedMaskSize: 0 [ 1098.387] LinRedFieldPosition: 0 [ 1098.387] LinGreenMaskSize: 0 [ 1098.387] LinGreenFieldPosition: 0 [ 1098.387] LinBlueMaskSize: 0 [ 1098.387] LinBlueFieldPosition: 0 [ 1098.387] LinRsvdMaskSize: 0 [ 1098.387] LinRsvdFieldPosition: 0 [ 1098.387] MaxPixelClock: 0 [ 1098.387] Mode: 128 (400x300) [ 1098.387] ModeAttributes: 0x9f [ 1098.387] WinAAttributes: 0x7 [ 1098.387] WinBAttributes: 0x0 [ 1098.387] WinGranularity: 64 [ 1098.387] WinSize: 64 [ 1098.387] WinASegment: 0xa000 [ 1098.387] WinBSegment: 0xa000 [ 1098.387] WinFuncPtr: 0xc000877b [ 1098.387] BytesPerScanline: 400 [ 1098.387] XResolution: 400 [ 1098.387] YResolution: 300 [ 1098.387] XCharSize: 8 [ 1098.387] YCharSize: 8 [ 1098.387] NumberOfPlanes: 1 [ 1098.387] BitsPerPixel: 8 [ 1098.387] NumberOfBanks: 1 [ 1098.387] MemoryModel: 4 [ 1098.387] BankSize: 0 [ 1098.387] NumberOfImages: 63 [ 1098.387] RedMaskSize: 0 [ 1098.388] RedFieldPosition: 0 [ 1098.388] GreenMaskSize: 0 [ 1098.388] GreenFieldPosition: 0 [ 1098.388] BlueMaskSize: 0 [ 1098.388] BlueFieldPosition: 0 [ 1098.388] RsvdMaskSize: 0 [ 1098.388] RsvdFieldPosition: 0 [ 1098.388] DirectColorModeInfo: 0 [ 1098.388] PhysBasePtr: 0xc0000000 [ 1098.388] LinBytesPerScanLine: 400 [ 1098.388] BnkNumberOfImagePages: 63 [ 1098.388] LinNumberOfImagePages: 63 [ 1098.388] LinRedMaskSize: 0 [ 1098.388] LinRedFieldPosition: 0 [ 1098.388] LinGreenMaskSize: 0 [ 1098.388] LinGreenFieldPosition: 0 [ 1098.388] LinBlueMaskSize: 0 [ 1098.388] LinBlueFieldPosition: 0 [ 1098.388] LinRsvdMaskSize: 0 [ 1098.388] LinRsvdFieldPosition: 0 [ 1098.388] MaxPixelClock: 0 [ 1098.388] Mode: 129 (512x384) [ 1098.388] ModeAttributes: 0x9f [ 1098.388] WinAAttributes: 0x7 [ 1098.388] WinBAttributes: 0x0 [ 1098.388] WinGranularity: 64 [ 1098.388] WinSize: 64 [ 1098.388] WinASegment: 0xa000 [ 1098.388] WinBSegment: 0xa000 [ 1098.388] WinFuncPtr: 0xc000877b [ 1098.388] BytesPerScanline: 512 [ 1098.388] XResolution: 512 [ 1098.388] YResolution: 384 [ 1098.388] XCharSize: 8 [ 1098.388] YCharSize: 8 [ 1098.388] NumberOfPlanes: 1 [ 1098.388] BitsPerPixel: 8 [ 1098.388] NumberOfBanks: 1 [ 1098.388] MemoryModel: 4 [ 1098.389] BankSize: 0 [ 1098.389] NumberOfImages: 41 [ 1098.389] RedMaskSize: 0 [ 1098.389] RedFieldPosition: 0 [ 1098.389] GreenMaskSize: 0 [ 1098.389] GreenFieldPosition: 0 [ 1098.389] BlueMaskSize: 0 [ 1098.389] BlueFieldPosition: 0 [ 1098.389] RsvdMaskSize: 0 [ 1098.389] RsvdFieldPosition: 0 [ 1098.389] DirectColorModeInfo: 0 [ 1098.389] PhysBasePtr: 0xc0000000 [ 1098.389] LinBytesPerScanLine: 512 [ 1098.389] BnkNumberOfImagePages: 41 [ 1098.389] LinNumberOfImagePages: 41 [ 1098.389] LinRedMaskSize: 0 [ 1098.389] LinRedFieldPosition: 0 [ 1098.389] LinGreenMaskSize: 0 [ 1098.389] LinGreenFieldPosition: 0 [ 1098.389] LinBlueMaskSize: 0 [ 1098.389] LinBlueFieldPosition: 0 [ 1098.389] LinRsvdMaskSize: 0 [ 1098.389] LinRsvdFieldPosition: 0 [ 1098.389] MaxPixelClock: 0 [ 1098.389] Mode: 12a (320x240) [ 1098.389] ModeAttributes: 0x9b [ 1098.389] WinAAttributes: 0x7 [ 1098.389] WinBAttributes: 0x0 [ 1098.389] WinGranularity: 64 [ 1098.389] WinSize: 64 [ 1098.389] WinASegment: 0xa000 [ 1098.389] WinBSegment: 0xa000 [ 1098.389] WinFuncPtr: 0xc000877b [ 1098.389] BytesPerScanline: 640 [ 1098.389] XResolution: 320 [ 1098.389] YResolution: 240 [ 1098.389] XCharSize: 8 [ 1098.389] YCharSize: 8 [ 1098.389] NumberOfPlanes: 1 [ 1098.389] BitsPerPixel: 16 [ 1098.389] NumberOfBanks: 1 [ 1098.389] MemoryModel: 6 [ 1098.390] BankSize: 0 [ 1098.390] NumberOfImages: 41 [ 1098.390] RedMaskSize: 5 [ 1098.390] RedFieldPosition: 11 [ 1098.390] GreenMaskSize: 6 [ 1098.390] GreenFieldPosition: 5 [ 1098.390] BlueMaskSize: 5 [ 1098.390] BlueFieldPosition: 0 [ 1098.390] RsvdMaskSize: 0 [ 1098.390] RsvdFieldPosition: 0 [ 1098.390] DirectColorModeInfo: 0 [ 1098.390] PhysBasePtr: 0xc0000000 [ 1098.390] LinBytesPerScanLine: 640 [ 1098.390] BnkNumberOfImagePages: 41 [ 1098.390] LinNumberOfImagePages: 41 [ 1098.390] LinRedMaskSize: 5 [ 1098.390] LinRedFieldPosition: 11 [ 1098.390] LinGreenMaskSize: 6 [ 1098.390] LinGreenFieldPosition: 5 [ 1098.390] LinBlueMaskSize: 5 [ 1098.390] LinBlueFieldPosition: 0 [ 1098.390] LinRsvdMaskSize: 0 [ 1098.390] LinRsvdFieldPosition: 0 [ 1098.390] MaxPixelClock: 0 [ 1098.390] Mode: 12b (400x300) [ 1098.390] ModeAttributes: 0x9b [ 1098.390] WinAAttributes: 0x7 [ 1098.390] WinBAttributes: 0x0 [ 1098.390] WinGranularity: 64 [ 1098.390] WinSize: 64 [ 1098.390] WinASegment: 0xa000 [ 1098.390] WinBSegment: 0xa000 [ 1098.390] WinFuncPtr: 0xc000877b [ 1098.390] BytesPerScanline: 800 [ 1098.390] XResolution: 400 [ 1098.390] YResolution: 300 [ 1098.390] XCharSize: 8 [ 1098.390] YCharSize: 8 [ 1098.390] NumberOfPlanes: 1 [ 1098.390] BitsPerPixel: 16 [ 1098.390] NumberOfBanks: 1 [ 1098.390] MemoryModel: 6 [ 1098.390] BankSize: 0 [ 1098.391] NumberOfImages: 31 [ 1098.391] RedMaskSize: 5 [ 1098.391] RedFieldPosition: 11 [ 1098.391] GreenMaskSize: 6 [ 1098.391] GreenFieldPosition: 5 [ 1098.391] BlueMaskSize: 5 [ 1098.391] BlueFieldPosition: 0 [ 1098.391] RsvdMaskSize: 0 [ 1098.391] RsvdFieldPosition: 0 [ 1098.391] DirectColorModeInfo: 0 [ 1098.391] PhysBasePtr: 0xc0000000 [ 1098.391] LinBytesPerScanLine: 800 [ 1098.391] BnkNumberOfImagePages: 31 [ 1098.391] LinNumberOfImagePages: 31 [ 1098.391] LinRedMaskSize: 5 [ 1098.391] LinRedFieldPosition: 11 [ 1098.391] LinGreenMaskSize: 6 [ 1098.391] LinGreenFieldPosition: 5 [ 1098.391] LinBlueMaskSize: 5 [ 1098.391] LinBlueFieldPosition: 0 [ 1098.391] LinRsvdMaskSize: 0 [ 1098.391] LinRsvdFieldPosition: 0 [ 1098.391] MaxPixelClock: 0 [ 1098.391] Mode: 12c (512x384) [ 1098.391] ModeAttributes: 0x9b [ 1098.391] WinAAttributes: 0x7 [ 1098.391] WinBAttributes: 0x0 [ 1098.391] WinGranularity: 64 [ 1098.391] WinSize: 64 [ 1098.391] WinASegment: 0xa000 [ 1098.391] WinBSegment: 0xa000 [ 1098.391] WinFuncPtr: 0xc000877b [ 1098.391] BytesPerScanline: 1024 [ 1098.391] XResolution: 512 [ 1098.391] YResolution: 384 [ 1098.391] XCharSize: 8 [ 1098.391] YCharSize: 8 [ 1098.391] NumberOfPlanes: 1 [ 1098.391] BitsPerPixel: 16 [ 1098.391] NumberOfBanks: 1 [ 1098.391] MemoryModel: 6 [ 1098.391] BankSize: 0 [ 1098.391] NumberOfImages: 20 [ 1098.391] RedMaskSize: 5 [ 1098.392] RedFieldPosition: 11 [ 1098.392] GreenMaskSize: 6 [ 1098.392] GreenFieldPosition: 5 [ 1098.392] BlueMaskSize: 5 [ 1098.392] BlueFieldPosition: 0 [ 1098.392] RsvdMaskSize: 0 [ 1098.392] RsvdFieldPosition: 0 [ 1098.392] DirectColorModeInfo: 0 [ 1098.392] PhysBasePtr: 0xc0000000 [ 1098.392] LinBytesPerScanLine: 1024 [ 1098.392] BnkNumberOfImagePages: 20 [ 1098.392] LinNumberOfImagePages: 20 [ 1098.392] LinRedMaskSize: 5 [ 1098.392] LinRedFieldPosition: 11 [ 1098.392] LinGreenMaskSize: 6 [ 1098.392] LinGreenFieldPosition: 5 [ 1098.392] LinBlueMaskSize: 5 [ 1098.392] LinBlueFieldPosition: 0 [ 1098.392] LinRsvdMaskSize: 0 [ 1098.392] LinRsvdFieldPosition: 0 [ 1098.392] MaxPixelClock: 0 [ 1098.392] Mode: 12d (320x200) [ 1098.392] ModeAttributes: 0x9f [ 1098.392] WinAAttributes: 0x7 [ 1098.392] WinBAttributes: 0x0 [ 1098.392] WinGranularity: 64 [ 1098.392] WinSize: 64 [ 1098.392] WinASegment: 0xa000 [ 1098.392] WinBSegment: 0xa000 [ 1098.392] WinFuncPtr: 0xc000877b [ 1098.392] BytesPerScanline: 320 [ 1098.392] XResolution: 320 [ 1098.392] YResolution: 200 [ 1098.392] XCharSize: 8 [ 1098.392] YCharSize: 8 [ 1098.393] NumberOfPlanes: 1 [ 1098.393] BitsPerPixel: 8 [ 1098.393] NumberOfBanks: 1 [ 1098.393] MemoryModel: 4 [ 1098.393] BankSize: 0 [ 1098.393] NumberOfImages: 127 [ 1098.393] RedMaskSize: 0 [ 1098.393] RedFieldPosition: 0 [ 1098.393] GreenMaskSize: 0 [ 1098.393] GreenFieldPosition: 0 [ 1098.393] BlueMaskSize: 0 [ 1098.393] BlueFieldPosition: 0 [ 1098.393] RsvdMaskSize: 0 [ 1098.393] RsvdFieldPosition: 0 [ 1098.393] DirectColorModeInfo: 0 [ 1098.393] PhysBasePtr: 0xc0000000 [ 1098.393] LinBytesPerScanLine: 320 [ 1098.393] BnkNumberOfImagePages: 127 [ 1098.393] LinNumberOfImagePages: 127 [ 1098.393] LinRedMaskSize: 0 [ 1098.393] LinRedFieldPosition: 0 [ 1098.393] LinGreenMaskSize: 0 [ 1098.393] LinGreenFieldPosition: 0 [ 1098.393] LinBlueMaskSize: 0 [ 1098.393] LinBlueFieldPosition: 0 [ 1098.393] LinRsvdMaskSize: 0 [ 1098.393] LinRsvdFieldPosition: 0 [ 1098.393] MaxPixelClock: 0 [ 1098.393] Mode: 131 (640x400) [ 1098.393] ModeAttributes: 0x9b [ 1098.393] WinAAttributes: 0x7 [ 1098.393] WinBAttributes: 0x0 [ 1098.393] WinGranularity: 64 [ 1098.393] WinSize: 64 [ 1098.393] WinASegment: 0xa000 [ 1098.393] WinBSegment: 0xa000 [ 1098.393] WinFuncPtr: 0xc000877b [ 1098.393] BytesPerScanline: 1280 [ 1098.393] XResolution: 640 [ 1098.393] YResolution: 400 [ 1098.393] XCharSize: 8 [ 1098.393] YCharSize: 16 [ 1098.394] NumberOfPlanes: 1 [ 1098.394] BitsPerPixel: 16 [ 1098.394] NumberOfBanks: 1 [ 1098.394] MemoryModel: 6 [ 1098.394] BankSize: 0 [ 1098.394] NumberOfImages: 15 [ 1098.394] RedMaskSize: 5 [ 1098.394] RedFieldPosition: 11 [ 1098.394] GreenMaskSize: 6 [ 1098.394] GreenFieldPosition: 5 [ 1098.394] BlueMaskSize: 5 [ 1098.394] BlueFieldPosition: 0 [ 1098.394] RsvdMaskSize: 0 [ 1098.394] RsvdFieldPosition: 0 [ 1098.394] DirectColorModeInfo: 0 [ 1098.394] PhysBasePtr: 0xc0000000 [ 1098.394] LinBytesPerScanLine: 1280 [ 1098.394] BnkNumberOfImagePages: 15 [ 1098.394] LinNumberOfImagePages: 15 [ 1098.394] LinRedMaskSize: 5 [ 1098.394] LinRedFieldPosition: 11 [ 1098.394] LinGreenMaskSize: 6 [ 1098.394] LinGreenFieldPosition: 5 [ 1098.394] LinBlueMaskSize: 5 [ 1098.394] LinBlueFieldPosition: 0 [ 1098.394] LinRsvdMaskSize: 0 [ 1098.394] LinRsvdFieldPosition: 0 [ 1098.394] MaxPixelClock: 0 [ 1098.394] *Mode: 112 (640x480) [ 1098.394] ModeAttributes: 0x9b [ 1098.394] WinAAttributes: 0x7 [ 1098.394] WinBAttributes: 0x0 [ 1098.394] WinGranularity: 64 [ 1098.394] WinSize: 64 [ 1098.394] WinASegment: 0xa000 [ 1098.394] WinBSegment: 0xa000 [ 1098.394] WinFuncPtr: 0xc000877b [ 1098.394] BytesPerScanline: 2560 [ 1098.394] XResolution: 640 [ 1098.394] YResolution: 480 [ 1098.395] XCharSize: 8 [ 1098.395] YCharSize: 16 [ 1098.395] NumberOfPlanes: 1 [ 1098.395] BitsPerPixel: 32 [ 1098.395] NumberOfBanks: 1 [ 1098.395] MemoryModel: 6 [ 1098.395] BankSize: 0 [ 1098.395] NumberOfImages: 5 [ 1098.395] RedMaskSize: 8 [ 1098.395] RedFieldPosition: 16 [ 1098.395] GreenMaskSize: 8 [ 1098.395] GreenFieldPosition: 8 [ 1098.395] BlueMaskSize: 8 [ 1098.395] BlueFieldPosition: 0 [ 1098.395] RsvdMaskSize: 8 [ 1098.395] RsvdFieldPosition: 24 [ 1098.395] DirectColorModeInfo: 0 [ 1098.395] PhysBasePtr: 0xc0000000 [ 1098.395] LinBytesPerScanLine: 2560 [ 1098.395] BnkNumberOfImagePages: 5 [ 1098.395] LinNumberOfImagePages: 5 [ 1098.395] LinRedMaskSize: 8 [ 1098.395] LinRedFieldPosition: 16 [ 1098.395] LinGreenMaskSize: 8 [ 1098.395] LinGreenFieldPosition: 8 [ 1098.395] LinBlueMaskSize: 8 [ 1098.395] LinBlueFieldPosition: 0 [ 1098.395] LinRsvdMaskSize: 8 [ 1098.395] LinRsvdFieldPosition: 24 [ 1098.395] MaxPixelClock: 0 [ 1098.395] *Mode: 115 (800x600) [ 1098.395] ModeAttributes: 0x9b [ 1098.395] WinAAttributes: 0x7 [ 1098.395] WinBAttributes: 0x0 [ 1098.395] WinGranularity: 64 [ 1098.395] WinSize: 64 [ 1098.395] WinASegment: 0xa000 [ 1098.395] WinBSegment: 0xa000 [ 1098.395] WinFuncPtr: 0xc000877b [ 1098.396] BytesPerScanline: 3200 [ 1098.396] XResolution: 800 [ 1098.396] YResolution: 600 [ 1098.396] XCharSize: 8 [ 1098.396] YCharSize: 16 [ 1098.396] NumberOfPlanes: 1 [ 1098.396] BitsPerPixel: 32 [ 1098.396] NumberOfBanks: 1 [ 1098.396] MemoryModel: 6 [ 1098.396] BankSize: 0 [ 1098.396] NumberOfImages: 3 [ 1098.396] RedMaskSize: 8 [ 1098.396] RedFieldPosition: 16 [ 1098.396] GreenMaskSize: 8 [ 1098.396] GreenFieldPosition: 8 [ 1098.396] BlueMaskSize: 8 [ 1098.396] BlueFieldPosition: 0 [ 1098.396] RsvdMaskSize: 8 [ 1098.396] RsvdFieldPosition: 24 [ 1098.396] DirectColorModeInfo: 0 [ 1098.396] PhysBasePtr: 0xc0000000 [ 1098.396] LinBytesPerScanLine: 3200 [ 1098.396] BnkNumberOfImagePages: 3 [ 1098.396] LinNumberOfImagePages: 3 [ 1098.396] LinRedMaskSize: 8 [ 1098.396] LinRedFieldPosition: 16 [ 1098.396] LinGreenMaskSize: 8 [ 1098.396] LinGreenFieldPosition: 8 [ 1098.396] LinBlueMaskSize: 8 [ 1098.396] LinBlueFieldPosition: 0 [ 1098.396] LinRsvdMaskSize: 8 [ 1098.396] LinRsvdFieldPosition: 24 [ 1098.396] MaxPixelClock: 0 [ 1098.396] *Mode: 118 (1024x768) [ 1098.396] ModeAttributes: 0x9b [ 1098.397] WinAAttributes: 0x7 [ 1098.397] WinBAttributes: 0x0 [ 1098.397] WinGranularity: 64 [ 1098.397] WinSize: 64 [ 1098.397] WinASegment: 0xa000 [ 1098.397] WinBSegment: 0xa000 [ 1098.397] WinFuncPtr: 0xc000877b [ 1098.397] BytesPerScanline: 4096 [ 1098.397] XResolution: 1024 [ 1098.397] YResolution: 768 [ 1098.397] XCharSize: 8 [ 1098.397] YCharSize: 16 [ 1098.397] NumberOfPlanes: 1 [ 1098.397] BitsPerPixel: 32 [ 1098.397] NumberOfBanks: 1 [ 1098.397] MemoryModel: 6 [ 1098.397] BankSize: 0 [ 1098.397] NumberOfImages: 1 [ 1098.397] RedMaskSize: 8 [ 1098.397] RedFieldPosition: 16 [ 1098.397] GreenMaskSize: 8 [ 1098.397] GreenFieldPosition: 8 [ 1098.397] BlueMaskSize: 8 [ 1098.397] BlueFieldPosition: 0 [ 1098.397] RsvdMaskSize: 8 [ 1098.397] RsvdFieldPosition: 24 [ 1098.397] DirectColorModeInfo: 0 [ 1098.397] PhysBasePtr: 0xc0000000 [ 1098.397] LinBytesPerScanLine: 4096 [ 1098.397] BnkNumberOfImagePages: 1 [ 1098.397] LinNumberOfImagePages: 1 [ 1098.397] LinRedMaskSize: 8 [ 1098.397] LinRedFieldPosition: 16 [ 1098.397] LinGreenMaskSize: 8 [ 1098.397] LinGreenFieldPosition: 8 [ 1098.397] LinBlueMaskSize: 8 [ 1098.397] LinBlueFieldPosition: 0 [ 1098.397] LinRsvdMaskSize: 8 [ 1098.397] LinRsvdFieldPosition: 24 [ 1098.397] MaxPixelClock: 0 [ 1098.398] Mode: 102 (800x600) [ 1098.398] ModeAttributes: 0x1f [ 1098.398] WinAAttributes: 0x7 [ 1098.398] WinBAttributes: 0x0 [ 1098.398] WinGranularity: 64 [ 1098.398] WinSize: 64 [ 1098.398] WinASegment: 0xa000 [ 1098.398] WinBSegment: 0xa000 [ 1098.398] WinFuncPtr: 0xc000877b [ 1098.398] BytesPerScanline: 100 [ 1098.398] XResolution: 800 [ 1098.398] YResolution: 600 [ 1098.398] XCharSize: 8 [ 1098.398] YCharSize: 16 [ 1098.398] NumberOfPlanes: 4 [ 1098.398] BitsPerPixel: 4 [ 1098.398] NumberOfBanks: 1 [ 1098.398] MemoryModel: 3 [ 1098.398] BankSize: 0 [ 1098.398] NumberOfImages: 31 [ 1098.398] RedMaskSize: 0 [ 1098.398] RedFieldPosition: 0 [ 1098.398] GreenMaskSize: 0 [ 1098.398] GreenFieldPosition: 0 [ 1098.398] BlueMaskSize: 0 [ 1098.398] BlueFieldPosition: 0 [ 1098.398] RsvdMaskSize: 0 [ 1098.398] RsvdFieldPosition: 0 [ 1098.398] DirectColorModeInfo: 0 [ 1098.398] PhysBasePtr: 0xc0000000 [ 1098.398] LinBytesPerScanLine: 100 [ 1098.398] BnkNumberOfImagePages: 31 [ 1098.398] LinNumberOfImagePages: 31 [ 1098.398] LinRedMaskSize: 0 [ 1098.398] LinRedFieldPosition: 0 [ 1098.398] LinGreenMaskSize: 0 [ 1098.398] LinGreenFieldPosition: 0 [ 1098.398] LinBlueMaskSize: 0 [ 1098.398] LinBlueFieldPosition: 0 [ 1098.398] LinRsvdMaskSize: 0 [ 1098.398] LinRsvdFieldPosition: 0 [ 1098.398] MaxPixelClock: 0 [ 1098.398] [ 1098.398] (II) VESA(0): Total Memory: 4096 64KB banks (262144kB) [ 1098.398] (II) VESA(0): <default monitor>: Using default hsync range of 31.50-48.00 kHz [ 1098.398] (II) VESA(0): <default monitor>: Using default vrefresh range of 50.00-70.00 Hz [ 1098.398] (II) VESA(0): <default monitor>: Using default maximum pixel clock of 65.00 MHz [ 1098.398] (WW) VESA(0): Unable to estimate virtual size [ 1098.398] (II) VESA(0): Not using built-in mode "1280x768" (no mode of this name) [ 1098.398] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name) [ 1098.398] (II) VESA(0): Not using built-in mode "800x600" (no mode of this name) [ 1098.398] (II) VESA(0): Not using built-in mode "640x480" (no mode of this name) [ 1098.398] (WW) VESA(0): No valid modes left. Trying less strict filter... [ 1098.398] (II) VESA(0): <default monitor>: Using hsync range of 31.50-48.00 kHz [ 1098.398] (II) VESA(0): <default monitor>: Using vrefresh range of 50.00-70.00 Hz [ 1098.398] (II) VESA(0): <default monitor>: Using maximum pixel clock of 65.00 MHz [ 1098.398] (WW) VESA(0): Unable to estimate virtual size [ 1098.398] (II) VESA(0): Not using built-in mode "1280x768" (hsync out of range) [ 1098.398] (--) VESA(0): Virtual size is 1024x768 (pitch 1024) [ 1098.399] (**) VESA(0): *Built-in mode "1024x768" [ 1098.399] (**) VESA(0): *Built-in mode "800x600" [ 1098.399] (**) VESA(0): *Built-in mode "640x480" [ 1098.399] (==) VESA(0): DPI set to (96, 96) [ 1098.399] (II) VESA(0): Attempting to use 60Hz refresh for mode "1024x768" (118) [ 1098.399] (II) VESA(0): Attempting to use 60Hz refresh for mode "800x600" (115) [ 1098.399] (II) VESA(0): Attempting to use 60Hz refresh for mode "640x480" (112) [ 1098.399] (**) VESA(0): Using "Shadow Framebuffer" [ 1098.399] (II) Loading sub module "shadow" [ 1098.399] (II) LoadModule: "shadow" [ 1098.399] (II) Loading /usr/lib/xorg/modules/libshadow.so [ 1098.399] (II) Module shadow: vendor="X.Org Foundation" [ 1098.399] compiled for 1.15.1, module version = 1.1.0 [ 1098.399] ABI class: X.Org ANSI C Emulation, version 0.4 [ 1098.399] (II) Loading sub module "fb" [ 1098.400] (II) LoadModule: "fb" [ 1098.400] (II) Loading /usr/lib/xorg/modules/libfb.so [ 1098.400] (II) Module fb: vendor="X.Org Foundation" [ 1098.400] compiled for 1.15.1, module version = 1.0.0 [ 1098.400] ABI class: X.Org ANSI C Emulation, version 0.4 [ 1098.400] (II) UnloadModule: "sis" [ 1098.400] (II) Unloading sis [ 1098.400] (==) Depth 24 pixmap format is 32 bpp [ 1098.401] (II) Loading sub module "int10" [ 1098.401] (II) LoadModule: "int10" [ 1098.401] (II) Loading /usr/lib/xorg/modules/libint10.so [ 1098.401] (II) Module int10: vendor="X.Org Foundation" [ 1098.401] compiled for 1.15.1, module version = 1.0.0 [ 1098.401] ABI class: X.Org Video Driver, version 15.0 [ 1098.401] (II) VESA(0): initializing int10 [ 1098.406] (II) VESA(0): Primary V_BIOS segment is: 0xc000 [ 1098.408] (II) VESA(0): VESA BIOS detected [ 1098.408] (II) VESA(0): VESA VBE Version 3.0 [ 1098.408] (II) VESA(0): VESA VBE Total Mem: 262144 kB [ 1098.408] (II) VESA(0): VESA VBE OEM: SiS [ 1098.408] (II) VESA(0): VESA VBE OEM Software Rev: 1.0 [ 1098.408] (II) VESA(0): VESA VBE OEM Vendor: Silicon Integrated Systems Corp. [ 1098.408] (II) VESA(0): VESA VBE OEM Product: 6330 [ 1098.408] (II) VESA(0): VESA VBE OEM Product Rev: 3.74.10A [ 1098.409] (II) VESA(0): virtual address = 0x7f5bfd93f000, physical address = 0xc0000000, size = 268435456 [ 1098.422] (II) VESA(0): Setting up VESA Mode 0x118 (1024x768) [ 1098.520] (==) VESA(0): Default visual is TrueColor [ 1098.520] (==) VESA(0): Backing store enabled [ 1098.520] (==) VESA(0): DPMS enabled [ 1098.520] (==) RandR enabled [ 1098.527] (II) SELinux: Disabled on system [ 1098.528] (II) AIGLX: Screen 0 is not DRI2 capable [ 1098.528] (EE) AIGLX: reverting to software rendering [ 1098.547] (II) AIGLX: Loaded and initialized swrast [ 1098.547] (II) GLX: Initialized DRISWRAST GL provider for screen 0 [ 1098.565] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm [ 1098.571] (II) config/udev: Adding input device Power Button (/dev/input/event3) [ 1098.571] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 1098.571] (II) LoadModule: "evdev" [ 1098.572] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so [ 1098.572] (II) Module evdev: vendor="X.Org Foundation" [ 1098.572] compiled for 1.15.0, module version = 2.8.2 [ 1098.572] Module class: X.Org XInput Driver [ 1098.572] ABI class: X.Org XInput driver, version 20.0 [ 1098.572] (II) Using input driver 'evdev' for 'Power Button' [ 1098.572] (**) Power Button: always reports core events [ 1098.572] (**) evdev: Power Button: Device: "/dev/input/event3" [ 1098.572] (--) evdev: Power Button: Vendor 0 Product 0x1 [ 1098.572] (--) evdev: Power Button: Found keys [ 1098.572] (II) evdev: Power Button: Configuring as keyboard [ 1098.572] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3" [ 1098.572] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6) [ 1098.572] (**) Option "xkb_rules" "evdev" [ 1098.572] (**) Option "xkb_model" "pc105" [ 1098.572] (**) Option "xkb_layout" "cz" [ 1098.578] (II) XKB: reuse xkmfile /var/lib/xkb/server-583B992BBA3776030BA62AC94FC7F0AE9B04119F.xkm [ 1098.579] (II) config/udev: Adding input device Video Bus (/dev/input/event5) [ 1098.579] (**) Video Bus: Applying InputClass "evdev keyboard catchall" [ 1098.579] (II) Using input driver 'evdev' for 'Video Bus' [ 1098.579] (**) Video Bus: always reports core events [ 1098.579] (**) evdev: Video Bus: Device: "/dev/input/event5" [ 1098.579] (--) evdev: Video Bus: Vendor 0 Product 0x6 [ 1098.579] (--) evdev: Video Bus: Found keys [ 1098.579] (II) evdev: Video Bus: Configuring as keyboard [ 1098.579] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:01/LNXVIDEO:00/input/input8/event5" [ 1098.579] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7) [ 1098.579] (**) Option "xkb_rules" "evdev" [ 1098.579] (**) Option "xkb_model" "pc105" [ 1098.579] (**) Option "xkb_layout" "cz" [ 1098.580] (II) config/udev: Adding input device Power Button (/dev/input/event1) [ 1098.580] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 1098.580] (II) Using input driver 'evdev' for 'Power Button' [ 1098.580] (**) Power Button: always reports core events [ 1098.580] (**) evdev: Power Button: Device: "/dev/input/event1" [ 1098.580] (--) evdev: Power Button: Vendor 0 Product 0x1 [ 1098.580] (--) evdev: Power Button: Found keys [ 1098.580] (II) evdev: Power Button: Configuring as keyboard [ 1098.580] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1" [ 1098.580] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8) [ 1098.580] (**) Option "xkb_rules" "evdev" [ 1098.580] (**) Option "xkb_model" "pc105" [ 1098.580] (**) Option "xkb_layout" "cz" [ 1098.581] (II) config/udev: Adding input device Lid Switch (/dev/input/event0) [ 1098.581] (II) No input driver specified, ignoring this device. [ 1098.581] (II) This device may have been added with another device file. [ 1098.582] (II) config/udev: Adding input device Sleep Button (/dev/input/event2) [ 1098.582] (**) Sleep Button: Applying InputClass "evdev keyboard catchall" [ 1098.582] (II) Using input driver 'evdev' for 'Sleep Button' [ 1098.582] (**) Sleep Button: always reports core events [ 1098.582] (**) evdev: Sleep Button: Device: "/dev/input/event2" [ 1098.582] (--) evdev: Sleep Button: Vendor 0 Product 0x3 [ 1098.582] (--) evdev: Sleep Button: Found keys [ 1098.582] (II) evdev: Sleep Button: Configuring as keyboard [ 1098.582] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2" [ 1098.582] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9) [ 1098.582] (**) Option "xkb_rules" "evdev" [ 1098.582] (**) Option "xkb_model" "pc105" [ 1098.582] (**) Option "xkb_layout" "cz" [ 1098.583] (II) config/udev: Adding input device OM (/dev/input/event6) [ 1098.583] (**) OM: Applying InputClass "evdev pointer catchall" [ 1098.583] (II) Using input driver 'evdev' for 'OM' [ 1098.583] (**) OM: always reports core events [ 1098.583] (**) evdev: OM: Device: "/dev/input/event6" [ 1098.583] (--) evdev: OM: Vendor 0x4f3 Product 0x234 [ 1098.583] (--) evdev: OM: Found 3 mouse buttons [ 1098.583] (--) evdev: OM: Found scroll wheel(s) [ 1098.583] (--) evdev: OM: Found relative axes [ 1098.583] (--) evdev: OM: Found x and y relative axes [ 1098.583] (II) evdev: OM: Configuring as mouse [ 1098.583] (II) evdev: OM: Adding scrollwheel support [ 1098.583] (**) evdev: OM: YAxisMapping: buttons 4 and 5 [ 1098.583] (**) evdev: OM: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 1098.583] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:03.3/usb1/1-3/1-3.2/1-3.2:1.0/input/input10/event6" [ 1098.583] (II) XINPUT: Adding extended input device "OM" (type: MOUSE, id 10) [ 1098.583] (II) evdev: OM: initialized for relative axes. [ 1098.584] (**) OM: (accel) keeping acceleration scheme 1 [ 1098.584] (**) OM: (accel) acceleration profile 0 [ 1098.584] (**) OM: (accel) acceleration factor: 2.000 [ 1098.584] (**) OM: (accel) acceleration threshold: 4 [ 1098.584] (II) config/udev: Adding input device OM (/dev/input/mouse0) [ 1098.584] (II) No input driver specified, ignoring this device. [ 1098.585] (II) This device may have been added with another device file. [ 1098.585] (II) config/udev: Adding input device USB Keyboard (/dev/input/event7) [ 1098.585] (**) USB Keyboard: Applying InputClass "evdev keyboard catchall" [ 1098.585] (II) Using input driver 'evdev' for ' USB Keyboard' [ 1098.585] (**) USB Keyboard: always reports core events [ 1098.585] (**) evdev: USB Keyboard: Device: "/dev/input/event7" [ 1098.585] (--) evdev: USB Keyboard: Vendor 0x4d9 Product 0x1603 [ 1098.585] (--) evdev: USB Keyboard: Found keys [ 1098.585] (II) evdev: USB Keyboard: Configuring as keyboard [ 1098.585] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:03.3/usb1/1-3/1-3.3/1-3.3:1.0/input/input11/event7" [ 1098.585] (II) XINPUT: Adding extended input device " USB Keyboard" (type: KEYBOARD, id 11) [ 1098.585] (**) Option "xkb_rules" "evdev" [ 1098.585] (**) Option "xkb_model" "pc105" [ 1098.585] (**) Option "xkb_layout" "cz" [ 1098.586] (II) config/udev: Adding input device USB Keyboard (/dev/input/event8) [ 1098.587] (**) USB Keyboard: Applying InputClass "evdev keyboard catchall" [ 1098.587] (II) Using input driver 'evdev' for ' USB Keyboard' [ 1098.587] (**) USB Keyboard: always reports core events [ 1098.587] (**) evdev: USB Keyboard: Device: "/dev/input/event8" [ 1098.587] (--) evdev: USB Keyboard: Vendor 0x4d9 Product 0x1603 [ 1098.587] (--) evdev: USB Keyboard: Found keys [ 1098.587] (II) evdev: USB Keyboard: Configuring as keyboard [ 1098.587] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:03.3/usb1/1-3/1-3.3/1-3.3:1.1/input/input12/event8" [ 1098.587] (II) XINPUT: Adding extended input device " USB Keyboard" (type: KEYBOARD, id 12) [ 1098.587] (**) Option "xkb_rules" "evdev" [ 1098.587] (**) Option "xkb_model" "pc105" [ 1098.587] (**) Option "xkb_layout" "cz" [ 1098.588] (II) config/udev: Adding input device HDA SIS966 Mic (/dev/input/event11) [ 1098.588] (II) No input driver specified, ignoring this device. [ 1098.588] (II) This device may have been added with another device file. [ 1098.588] (II) config/udev: Adding input device HDA SIS966 Headphone (/dev/input/event10) [ 1098.588] (II) No input driver specified, ignoring this device. [ 1098.588] (II) This device may have been added with another device file. [ 1098.589] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4) [ 1098.589] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall" [ 1098.589] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard' [ 1098.589] (**) AT Translated Set 2 keyboard: always reports core events [ 1098.589] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event4" [ 1098.589] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1 [ 1098.589] (--) evdev: AT Translated Set 2 keyboard: Found keys [ 1098.589] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard [ 1098.589] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4" [ 1098.589] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13) [ 1098.589] (**) Option "xkb_rules" "evdev" [ 1098.589] (**) Option "xkb_model" "pc105" [ 1098.589] (**) Option "xkb_layout" "cz" [ 1098.590] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event9) [ 1098.590] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall" [ 1098.590] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall" [ 1098.590] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons" [ 1098.590] (II) LoadModule: "synaptics" [ 1098.590] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so [ 1098.591] (II) Module synaptics: vendor="X.Org Foundation" [ 1098.591] compiled for 1.15.0, module version = 1.7.4 [ 1098.591] Module class: X.Org XInput Driver [ 1098.591] ABI class: X.Org XInput driver, version 20.0 [ 1098.591] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad' [ 1098.591] (**) SynPS/2 Synaptics TouchPad: always reports core events [ 1098.591] (**) Option "Device" "/dev/input/event9" [ 1098.608] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472 (res 68) [ 1098.608] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448 (res 93) [ 1098.608] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255 [ 1098.608] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15 [ 1098.608] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right [ 1098.608] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7 [ 1098.608] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found [ 1098.608] (**) SynPS/2 Synaptics TouchPad: always reports core events [ 1098.620] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input16/event9" [ 1098.620] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 14) [ 1098.620] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5 [ 1098.620] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75 [ 1098.620] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.040 [ 1098.620] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1 [ 1098.621] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1 [ 1098.621] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000 [ 1098.621] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4 [ 1098.621] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found [ 1098.622] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1) [ 1098.622] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates" [ 1122.566] (II) XKB: reuse xkmfile /var/lib/xkb/server-15659461D8B9AC515B1091E099D8EE9DC1634218.xkm [ 1122.581] (II) XKB: reuse xkmfile /var/lib/xkb/server-4849C29F1431B9A3646E13BBA3CA670DBB6745E0.xkm
- Top
- Bottom
Comment
-
Pan-Galactic QuordlepleenSo Long, and Thanks for All the Fish
- Jul 2011
- 9524
- Seattle, WA, USA
- Send PM
Well, there are clues in Xorg.0.log. First, we can see that Xorg matches a variety of autoconfigurable drivers, with SiS at the top of the list:
Code:[ 1098.214] (==) Matched sis as autoconfigured driver 0 [ 1098.214] (==) Matched modesetting as autoconfigured driver 1 [ 1098.214] (==) Matched fbdev as autoconfigured driver 2 [ 1098.214] (==) Matched vesa as autoconfigured driver 3
Code:[ 1098.217] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 1098.217] (II) FBDEV: driver for framebuffer: fbdev [ 1098.217] (II) VESA: driver for VESA chipsets: vesa [ 1098.217] (++) using VT number 7 [ 1098.218] (WW) Falling back to old probe method for sis [ 1098.218] (--) Assigning device section with no busID to primary device [ 1098.218] (EE) open /dev/dri/card0: No such file or directory [ 1098.218] (WW) Falling back to old probe method for modesetting [ 1098.218] (EE) open /dev/dri/card0: No such file or directory [ 1098.218] (II) Loading sub module "fbdevhw" [ 1098.218] (II) LoadModule: "fbdevhw" [ 1098.218] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so [ 1098.218] (II) Module fbdevhw: vendor="X.Org Foundation" [ 1098.218] compiled for 1.15.1, module version = 0.0.2 [ 1098.218] ABI class: X.Org Video Driver, version 15.0 [ 1098.218] (EE) open /dev/fb0: No such file or directory [ 1098.218] (WW) Falling back to old probe method for fbdev [ 1098.218] (II) Loading sub module "fbdevhw" [ 1098.219] (II) LoadModule: "fbdevhw" [ 1098.219] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so [ 1098.219] (II) Module fbdevhw: vendor="X.Org Foundation" [ 1098.219] compiled for 1.15.1, module version = 0.0.2 [ 1098.219] ABI class: X.Org Video Driver, version 15.0 [ 1098.219] (EE) open /dev/fb0: No such file or directory [ 1098.219] (EE) Screen 0 deleted because of no matching config section. [ 1098.219] (II) UnloadModule: "modesetting" [ 1098.219] (EE) Screen 0 deleted because of no matching config section. [ 1098.219] (II) UnloadModule: "fbdev"
Code:$ sudo lshw -C display [...snip...] configuration: latency=0
What's the output of:
Code:lsmod grep -i sis /var/log/syslog grep -i sis /var/log/syslog.1
- Top
- Bottom
Comment
Comment