Bug#933309: nvidia-kernel-dkms: conftest failure
Paul Szabo
paul.szabo at sydney.edu.au
Mon Jul 29 02:43:11 BST 2019
Package: nvidia-kernel-dkms
Version: 390.116-1
Severity: normal
Tags: patch
Dear Maintainer,
Installing nvidia-kernel-dkms (on my machine with custom kernel) I got a
failure:
# apt-get install nvidia-kernel-dkms
...
Setting up nvidia-kernel-dkms (390.116-1) ...
Loading new nvidia-current-390.116 DKMS files...
Building for 4.9.168-pk09.30-amd64
Building initial module for 4.9.168-pk09.30-amd64
Error! Bad return status for module build on kernel: 4.9.168-pk09.30-amd64 (x86_64)
Consult /var/lib/dkms/nvidia-current/390.116/build/make.log for more information.
...
In the log file /var/lib/dkms/nvidia-current/390.116/build/make.log
there were errors like:
#error kmem_cache_create() conftest failed!
and further debugging showed that compilation failed (_NSIG_WORDS was
undefined in some signal.h file).
The fix was to change the file
/usr/src/nvidia-current-390.116/conftest.sh
so that CFLAGS contains "ARCH" headers ahead of "SOURCE" headers
(reversing their order), as per attached patch file.
Instructions:
Run: apt-get install nvidia-kernel-dkms
(it creates/overwrites conftest.sh and fails)
Edit file /usr/src/nvidia-current-390.116/conftest.sh
(as per above)
Run: dpkg-reconfigure nvidia-kernel-dkms
(uses new conftest.sh and succeeds)
This issue was with the stretch version 390.116-1. Subsequently
I replaced it with the stretch-backports version 418.74-1~bpo9+1
(so it would support my "GeForce RTX 2080 Ti" card), and observed the
same issue. The fix for 418.74-1~bpo9+1 was the similar, changing the
/usr/src/nvidia-current-418.74/conftest.sh file.
Cheers, Paul
Paul Szabo psz at maths.usyd.edu.au http://www.maths.usyd.edu.au/u/psz/
School of Mathematics and Statistics University of Sydney Australia
-- Package-specific info:
uname -a:
Linux albona.maths.usyd.edu.au 4.9.168-pk09.30-amd64 #1 SMP Sun Jul 21 08:03:50 AEST 2019 x86_64 GNU/Linux
/proc/version:
Linux version 4.9.168-pk09.30-amd64 (root at dora.maths.usyd.edu.au) (gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1) ) #1 SMP Sun Jul 21 08:03:50 AEST 2019
/proc/driver/nvidia/version:
NVRM version: NVIDIA UNIX x86_64 Kernel Module 418.74 Wed May 1 11:49:41 CDT 2019
GCC version: gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1)
lspci 'display controller [030?]':
05:00.0 VGA compatible controller [0300]: ASPEED Technology, Inc. ASPEED Graphics Family [1a03:2000] (rev 41) (prog-if 00 [VGA controller])
Subsystem: Super Micro Computer Inc ASPEED Graphics Family [15d9:096d]
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin A routed to IRQ 11
NUMA node: 0
Region 0: Memory at 9c000000 (32-bit, non-prefetchable) [size=16M]
Region 1: Memory at 9d000000 (32-bit, non-prefetchable) [size=128K]
Region 2: I/O ports at 3000 [size=128]
[virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
Capabilities: <access denied>
5e:00.0 VGA compatible controller [0300]: NVIDIA Corporation Device [10de:1e07] (rev a1) (prog-if 00 [VGA controller])
Subsystem: Gigabyte Technology Co., Ltd Device [1458:37ac]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 278
NUMA node: 0
Region 0: Memory at c4000000 (32-bit, non-prefetchable) [size=16M]
Region 1: Memory at 38ffe0000000 (64-bit, prefetchable) [size=256M]
Region 3: Memory at 38fff0000000 (64-bit, prefetchable) [size=32M]
Region 5: I/O ports at 9000 [size=128]
[virtual] Expansion ROM at c5000000 [disabled] [size=512K]
Capabilities: <access denied>
Kernel driver in use: nvidia
Kernel modules: nvidia
86:00.0 VGA compatible controller [0300]: NVIDIA Corporation Device [10de:1e07] (rev a1) (prog-if 00 [VGA controller])
Subsystem: Gigabyte Technology Co., Ltd Device [1458:37ac]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 279
NUMA node: 1
Region 0: Memory at df000000 (32-bit, non-prefetchable) [size=16M]
Region 1: Memory at 397fe0000000 (64-bit, prefetchable) [size=256M]
Region 3: Memory at 397ff0000000 (64-bit, prefetchable) [size=32M]
Region 5: I/O ports at d000 [size=128]
[virtual] Expansion ROM at e0000000 [disabled] [size=512K]
Capabilities: <access denied>
Kernel driver in use: nvidia
Kernel modules: nvidia
dmesg:
Device node permissions:
crw-rw---- 1 root video 226, 0 Jul 26 19:39 /dev/dri/card0
crw-rw---- 1 root video 226, 1 Jul 26 19:39 /dev/dri/card1
crw-rw---- 1 root video 226, 128 Jul 26 19:39 /dev/dri/renderD128
crw-rw---- 1 root video 226, 129 Jul 26 19:39 /dev/dri/renderD129
crw-rw-rw- 1 root root 242, 0 Jul 26 21:18 /dev/nvidia-uvm
crw-rw-rw- 1 root root 242, 1 Jul 26 21:18 /dev/nvidia-uvm-tools
crw-rw-rw- 1 root root 195, 0 Jul 26 20:06 /dev/nvidia0
crw-rw-rw- 1 root root 195, 1 Jul 26 20:06 /dev/nvidia1
crw-rw-rw- 1 root root 195, 255 Jul 26 20:06 /dev/nvidiactl
video:*:44:
OpenGL and NVIDIA library files installed:
-rw-r--r-- 1 root root 3584 Jul 20 14:15 /etc/X11/xorg.conf
lrwxrwxrwx 1 root root 15 Jul 26 19:24 /etc/alternatives/glx -> /usr/lib/nvidia
lrwxrwxrwx 1 root root 51 Jul 26 19:24 /etc/alternatives/glx--libEGL.so.1-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libEGL.so.1
lrwxrwxrwx 1 root root 48 Jul 26 19:23 /etc/alternatives/glx--libGL.so-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so
lrwxrwxrwx 1 root root 48 Jul 26 19:23 /etc/alternatives/glx--libGL.so-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so
lrwxrwxrwx 1 root root 50 Jul 26 19:24 /etc/alternatives/glx--libGL.so.1-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1
lrwxrwxrwx 1 root root 50 Jul 26 19:24 /etc/alternatives/glx--libGL.so.1-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1
lrwxrwxrwx 1 root root 54 Jul 26 19:24 /etc/alternatives/glx--libGLESv2.so.2-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv2.so.2
lrwxrwxrwx 1 root root 54 Jul 26 19:24 /etc/alternatives/glx--libGLESv2.so.2-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv2.so.2
lrwxrwxrwx 1 root root 51 Jul 26 19:24 /etc/alternatives/glx--libnvidia-cfg.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/libnvidia-cfg.so.1
lrwxrwxrwx 1 root root 42 Jul 26 19:24 /etc/alternatives/glx--nvidia-blacklists-nouveau.conf -> /etc/nvidia/nvidia-blacklists-nouveau.conf
lrwxrwxrwx 1 root root 28 Jul 26 19:24 /etc/alternatives/glx--nvidia-load.conf -> /etc/nvidia/nvidia-load.conf
lrwxrwxrwx 1 root root 32 Jul 26 19:24 /etc/alternatives/glx--nvidia-modprobe.conf -> /etc/nvidia/nvidia-modprobe.conf
lrwxrwxrwx 1 root root 22 Jul 26 19:23 /etc/alternatives/libGL.so-master -> /usr/lib/mesa-diverted
lrwxrwxrwx 1 root root 23 Jul 26 19:23 /etc/alternatives/nvidia -> /usr/lib/nvidia/current
lrwxrwxrwx 1 root root 51 Jul 26 19:23 /etc/alternatives/nvidia--libcuda.so-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libcuda.so
lrwxrwxrwx 1 root root 53 Jul 26 19:23 /etc/alternatives/nvidia--libcuda.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libcuda.so.1
lrwxrwxrwx 1 root root 54 Jul 26 19:23 /etc/alternatives/nvidia--libnvcuvid.so-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libnvcuvid.so
lrwxrwxrwx 1 root root 56 Jul 26 19:23 /etc/alternatives/nvidia--libnvcuvid.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libnvcuvid.so.1
lrwxrwxrwx 1 root root 59 Jul 26 19:23 /etc/alternatives/nvidia--libnvidia-cfg.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-cfg.so.1
lrwxrwxrwx 1 root root 58 Jul 26 19:23 /etc/alternatives/nvidia--libnvidia-ml.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-ml.so.1
lrwxrwxrwx 1 root root 62 Jul 26 19:23 /etc/alternatives/nvidia--libnvidia-opencl.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-opencl.so.1
lrwxrwxrwx 1 root root 70 Jul 26 19:23 /etc/alternatives/nvidia--libnvidia-ptxjitcompiler.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-ptxjitcompiler.so.1
lrwxrwxrwx 1 root root 50 Jul 26 19:23 /etc/alternatives/nvidia--nvidia-blacklists-nouveau.conf -> /etc/nvidia/current/nvidia-blacklists-nouveau.conf
lrwxrwxrwx 1 root root 36 Jul 26 19:23 /etc/alternatives/nvidia--nvidia-load.conf -> /etc/nvidia/current/nvidia-load.conf
lrwxrwxrwx 1 root root 40 Jul 26 19:23 /etc/alternatives/nvidia--nvidia-modprobe.conf -> /etc/nvidia/current/nvidia-modprobe.conf
lrwxrwxrwx 1 root root 34 Jul 26 19:23 /etc/alternatives/nvidia--nvidia-smi -> /usr/lib/nvidia/current/nvidia-smi
lrwxrwxrwx 1 root root 39 Jul 26 19:23 /etc/alternatives/nvidia--nvidia-smi.1.gz -> /usr/lib/nvidia/current/nvidia-smi.1.gz
lrwxrwxrwx 1 root root 51 Jul 26 19:23 /usr/lib/x86_64-linux-gnu/libEGL.so.1 -> /etc/alternatives/glx--libEGL.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root 48 Jul 26 19:23 /usr/lib/x86_64-linux-gnu/libGL.so -> /etc/alternatives/glx--libGL.so-x86_64-linux-gnu
lrwxrwxrwx 1 root root 50 Jul 26 19:23 /usr/lib/x86_64-linux-gnu/libGL.so.1 -> /etc/alternatives/glx--libGL.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root 54 Jul 26 19:23 /usr/lib/x86_64-linux-gnu/libGLESv2.so.2 -> /etc/alternatives/glx--libGLESv2.so.2-x86_64-linux-gnu
lrwxrwxrwx 1 root root 53 Jul 26 19:23 /usr/lib/x86_64-linux-gnu/libcuda.so -> /etc/alternatives/nvidia--libcuda.so-x86_64-linux-gnu
lrwxrwxrwx 1 root root 55 Jul 26 19:23 /usr/lib/x86_64-linux-gnu/libcuda.so.1 -> /etc/alternatives/nvidia--libcuda.so.1-x86_64-linux-gnu
-rw-r--r-- 1 root root 558720 Sep 15 2016 /usr/lib/x86_64-linux-gnu/libcudadevrt.a
lrwxrwxrwx 1 root root 16 May 30 2017 /usr/lib/x86_64-linux-gnu/libcudart.so -> libcudart.so.8.0
lrwxrwxrwx 1 root root 19 May 30 2017 /usr/lib/x86_64-linux-gnu/libcudart.so.8.0 -> libcudart.so.8.0.44
-rw-r--r-- 1 root root 415432 Sep 15 2016 /usr/lib/x86_64-linux-gnu/libcudart.so.8.0.44
-rw-r--r-- 1 root root 775162 Sep 15 2016 /usr/lib/x86_64-linux-gnu/libcudart_static.a
lrwxrwxrwx 1 root root 58 Jul 26 19:24 /usr/lib/x86_64-linux-gnu/libnvidia-cfg.so.1 -> /etc/alternatives/glx--libnvidia-cfg.so.1-x86_64-linux-gnu
-rw-r--r-- 1 root root 49736704 May 2 03:08 /usr/lib/x86_64-linux-gnu/libnvidia-compiler.so.418.74
-rw-r--r-- 1 root root 298696 May 2 02:24 /usr/lib/x86_64-linux-gnu/libnvidia-fatbinaryloader.so.418.74
lrwxrwxrwx 1 root root 60 Jul 26 19:23 /usr/lib/x86_64-linux-gnu/libnvidia-ml.so.1 -> /etc/alternatives/nvidia--libnvidia-ml.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root 64 Jul 26 19:23 /usr/lib/x86_64-linux-gnu/libnvidia-opencl.so.1 -> /etc/alternatives/nvidia--libnvidia-opencl.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root 72 Jul 26 19:23 /usr/lib/x86_64-linux-gnu/libnvidia-ptxjitcompiler.so.1 -> /etc/alternatives/nvidia--libnvidia-ptxjitcompiler.so.1-x86_64-linux-gnu
-rw-r--r-- 1 root root 290000 Nov 1 2018 /usr/lib/xorg/modules/extensions/libglx.so
-rw-r--r-- 1 root root 68038 Jul 26 19:39 /var/log/Xorg.0.log
-rw-r--r-- 1 root root 68082 Jul 26 19:36 /var/log/Xorg.0.log.old
/etc/OpenCL/vendors/:
total 12
drwxr-xr-x 2 root root 4096 Jul 26 19:23 .
drwxr-xr-x 3 root root 4096 Jul 26 19:22 ..
-rw-r--r-- 1 root root 22 Oct 16 2018 nvidia.icd
/etc/nvidia/:
total 20
drwxr-xr-x 3 root root 4096 Jul 26 19:23 .
drwxr-xr-x 157 root root 12288 Jul 26 20:08 ..
drwxr-xr-x 2 root root 4096 Jul 26 19:23 current
lrwxrwxrwx 1 root root 56 Jul 26 19:23 nvidia-blacklists-nouveau.conf -> /etc/alternatives/nvidia--nvidia-blacklists-nouveau.conf
lrwxrwxrwx 1 root root 42 Jul 26 19:23 nvidia-load.conf -> /etc/alternatives/nvidia--nvidia-load.conf
lrwxrwxrwx 1 root root 46 Jul 26 19:23 nvidia-modprobe.conf -> /etc/alternatives/nvidia--nvidia-modprobe.conf
/usr/lib/mesa-diverted/:
total 36
drwxr-xr-x 5 root root 4096 Jul 26 19:23 .
drwxr-xr-x 152 root root 20480 Jul 26 19:23 ..
drwxr-xr-x 2 root root 4096 Mar 23 16:51 arm-linux-gnueabihf
drwxr-xr-x 2 root root 4096 Mar 23 16:51 i386-linux-gnu
lrwxrwxrwx 1 root root 33 Jul 26 19:23 libGL.so-master -> /etc/alternatives/libGL.so-master
drwxr-xr-x 2 root root 4096 Jul 26 19:23 x86_64-linux-gnu
/usr/lib/mesa-diverted/arm-linux-gnueabihf/:
total 8
drwxr-xr-x 2 root root 4096 Mar 23 16:51 .
drwxr-xr-x 5 root root 4096 Jul 26 19:23 ..
/usr/lib/mesa-diverted/i386-linux-gnu/:
total 8
drwxr-xr-x 2 root root 4096 Mar 23 16:51 .
drwxr-xr-x 5 root root 4096 Jul 26 19:23 ..
/usr/lib/mesa-diverted/x86_64-linux-gnu/:
total 716
drwxr-xr-x 2 root root 4096 Jul 26 19:23 .
drwxr-xr-x 5 root root 4096 Jul 26 19:23 ..
lrwxrwxrwx 1 root root 15 Apr 26 2017 libEGL.so.1 -> libEGL.so.1.0.0
-rw-r--r-- 1 root root 214816 Apr 26 2017 libEGL.so.1.0.0
lrwxrwxrwx 1 root root 10 Jul 25 08:35 libGL.so -> libGL.so.1
lrwxrwxrwx 1 root root 14 Apr 26 2017 libGL.so.1 -> libGL.so.1.2.0
-rw-r--r-- 1 root root 463424 Apr 26 2017 libGL.so.1.2.0
lrwxrwxrwx 1 root root 18 Apr 26 2017 libGLESv2.so.2 -> libGLESv2.so.2.0.0
-rw-r--r-- 1 root root 38688 Apr 26 2017 libGLESv2.so.2.0.0
/usr/lib/mesa/:
total 24
drwxr-xr-x 2 root root 4096 Mar 23 16:51 .
drwxr-xr-x 152 root root 20480 Jul 26 19:23 ..
/usr/lib/nvidia/:
total 48
drwxr-xr-x 4 root root 4096 Jul 26 19:23 .
drwxr-xr-x 152 root root 20480 Jul 26 19:23 ..
-rw-r--r-- 1 root root 57 Feb 26 2016 alternate-install-present
drwxr-xr-x 2 root root 4096 Mar 23 16:51 bumblebee
-rwxr-xr-x 1 root root 2125 Feb 26 2016 check-for-conflicting-opengl-libraries
-rwxr-xr-x 1 root root 1897 Feb 26 2016 check-for-mismatching-nvidia-module
drwxr-xr-x 2 root root 4096 Jul 26 19:22 current
lrwxrwxrwx 1 root root 24 Jul 26 19:23 nvidia -> /etc/alternatives/nvidia
-rwxr-xr-x 1 root root 618 Feb 26 2016 pre-install
/usr/lib/nvidia/bumblebee/:
total 8
drwxr-xr-x 2 root root 4096 Mar 23 16:51 .
drwxr-xr-x 4 root root 4096 Jul 26 19:23 ..
/usr/lib/nvidia/current/:
total 548
drwxr-xr-x 2 root root 4096 Jul 26 19:22 .
drwxr-xr-x 4 root root 4096 Jul 26 19:23 ..
-rwxr-xr-x 1 root root 532320 May 2 02:35 nvidia-smi
-rw-r--r-- 1 root root 20015 Jun 16 20:53 nvidia-smi.1.gz
/usr/lib/nvidia/nvidia/:
total 548
drwxr-xr-x 2 root root 4096 Jul 26 19:22 .
drwxr-xr-x 4 root root 4096 Jul 26 19:23 ..
-rwxr-xr-x 1 root root 532320 May 2 02:35 nvidia-smi
-rw-r--r-- 1 root root 20015 Jun 16 20:53 nvidia-smi.1.gz
/usr/lib/x86_64-linux-gnu/nvidia/:
total 176
drwxr-xr-x 3 root root 4096 Jul 26 19:23 .
drwxr-xr-x 112 root root 163840 Jul 26 19:24 ..
drwxr-xr-x 2 root root 4096 Jul 26 19:22 current
lrwxrwxrwx 1 root root 61 Jul 26 19:23 libnvidia-cfg.so.1 -> /etc/alternatives/nvidia--libnvidia-cfg.so.1-x86_64-linux-gnu
/usr/lib/x86_64-linux-gnu/nvidia/current/:
total 56096
drwxr-xr-x 2 root root 4096 Jul 26 19:22 .
drwxr-xr-x 3 root root 4096 Jul 26 19:23 ..
lrwxrwxrwx 1 root root 12 Jun 16 20:53 libcuda.so -> libcuda.so.1
lrwxrwxrwx 1 root root 17 Jun 16 20:53 libcuda.so.1 -> libcuda.so.418.74
-rw-r--r-- 1 root root 16142192 May 2 02:44 libcuda.so.418.74
lrwxrwxrwx 1 root root 15 Jun 16 20:53 libnvcuvid.so -> libnvcuvid.so.1
lrwxrwxrwx 1 root root 20 Jun 16 20:53 libnvcuvid.so.1 -> libnvcuvid.so.418.74
-rw-r--r-- 1 root root 3218704 May 2 02:37 libnvcuvid.so.418.74
lrwxrwxrwx 1 root root 23 Jun 16 20:53 libnvidia-cfg.so.1 -> libnvidia-cfg.so.418.74
-rw-r--r-- 1 root root 191272 May 2 02:31 libnvidia-cfg.so.418.74
lrwxrwxrwx 1 root root 17 Jun 16 20:53 libnvidia-ml.so -> libnvidia-ml.so.1
lrwxrwxrwx 1 root root 22 Jun 16 20:53 libnvidia-ml.so.1 -> libnvidia-ml.so.418.74
-rw-r--r-- 1 root root 1569688 May 2 02:35 libnvidia-ml.so.418.74
lrwxrwxrwx 1 root root 26 Jun 16 20:53 libnvidia-opencl.so.1 -> libnvidia-opencl.so.418.74
-rw-r--r-- 1 root root 28762192 May 2 02:44 libnvidia-opencl.so.418.74
lrwxrwxrwx 1 root root 34 Jun 16 20:53 libnvidia-ptxjitcompiler.so.1 -> libnvidia-ptxjitcompiler.so.418.74
-rw-r--r-- 1 root root 7538568 May 2 02:31 libnvidia-ptxjitcompiler.so.418.74
/etc/modprobe.d:
total 40
drwxr-xr-x 2 root root 4096 Jul 26 19:24 .
drwxr-xr-x 157 root root 12288 Jul 26 20:08 ..
-rw-r--r-- 1 root root 127 Oct 25 2016 dkms.conf
-rw-r--r-- 1 root root 23 Jun 30 2012 i915-kms.conf
-rw-r--r-- 1 root root 154 Sep 15 2018 intel-microcode-blacklist.conf
lrwxrwxrwx 1 root root 53 Jul 26 19:24 nvidia-blacklists-nouveau.conf -> /etc/alternatives/glx--nvidia-blacklists-nouveau.conf
-rw-r--r-- 1 root root 260 Feb 26 2016 nvidia-kernel-common.conf
lrwxrwxrwx 1 root root 43 Jul 26 19:24 nvidia.conf -> /etc/alternatives/glx--nvidia-modprobe.conf
-rw-r--r-- 1 root root 119 Apr 8 2014 oss-compat.conf
-rw-r--r-- 1 root root 26 Nov 7 2010 radeon-kms.conf
/etc/modprobe.d/nvidia-kernel-common.conf:alias char-major-195* nvidia
/etc/modprobe.d/nvidia-kernel-common.conf:#options nvidia NVreg_DeviceFileUID=0 NVreg_DeviceFileGID=44 NVreg_DeviceFileMode=0660
/etc/modprobe.d/nvidia-kernel-common.conf:# options nvidia NVreg_EnableAGPSBA=1
/etc/modprobe.d/nvidia-kernel-common.conf:# options nvidia NVreg_EnableAGPFW=1
/etc/modules-load.d:
-rw-r--r-- 1 root root 200 Nov 29 2014 /etc/modules
/etc/modules-load.d/:
total 16
drwxr-xr-x 2 root root 4096 Jul 26 19:24 .
drwxr-xr-x 157 root root 12288 Jul 26 20:08 ..
lrwxrwxrwx 1 root root 10 Jul 20 2017 modules.conf -> ../modules
lrwxrwxrwx 1 root root 39 Jul 26 19:24 nvidia.conf -> /etc/alternatives/glx--nvidia-load.conf
Files from nvidia-installer:
Config and logfiles:
<<<<<<<<<< /etc/modprobe.d/nvidia-blacklists-nouveau.conf >>>>>>>>>>
# You need to run "update-initramfs -u" after editing this file.
# see #580894
blacklist nouveau
^^^^^^^^^^ /etc/modprobe.d/nvidia-blacklists-nouveau.conf ^^^^^^^^^^
<<<<<<<<<< /etc/modprobe.d/nvidia-kernel-common.conf >>>>>>>>>>
alias char-major-195* nvidia
#options nvidia NVreg_DeviceFileUID=0 NVreg_DeviceFileGID=44 NVreg_DeviceFileMode=0660
# To enable FastWrites and Sidebus addressing, uncomment these lines
# options nvidia NVreg_EnableAGPSBA=1
# options nvidia NVreg_EnableAGPFW=1
^^^^^^^^^^ /etc/modprobe.d/nvidia-kernel-common.conf ^^^^^^^^^^
<<<<<<<<<< /etc/modprobe.d/nvidia.conf >>>>>>>>>>
install nvidia modprobe -i nvidia-current $CMDLINE_OPTS
install nvidia-modeset modprobe nvidia ; modprobe -i nvidia-current-modeset $CMDLINE_OPTS
install nvidia-drm modprobe nvidia-modeset ; modprobe -i nvidia-current-drm $CMDLINE_OPTS
install nvidia-uvm modprobe nvidia ; modprobe -i nvidia-current-uvm $CMDLINE_OPTS
remove nvidia modprobe -r -i nvidia-drm nvidia-modeset nvidia-uvm nvidia
remove nvidia-modeset modprobe -r -i nvidia-drm nvidia-modeset
# These aliases are defined in *all* nvidia modules.
# Duplicating them here sets higher precedence and ensures the selected
# module gets loaded instead of a random first match if more than one
# version is installed. See #798207.
alias pci:v000010DEd00000E00sv*sd*bc04sc80i00* nvidia
alias pci:v000010DEd00000AA3sv*sd*bc0Bsc40i00* nvidia
alias pci:v000010DEd*sv*sd*bc03sc02i00* nvidia
alias pci:v000010DEd*sv*sd*bc03sc00i00* nvidia
^^^^^^^^^^ /etc/modprobe.d/nvidia.conf ^^^^^^^^^^
<<<<<<<<<< /etc/X11/xorg.conf >>>>>>>>>>
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
## PSz 29 Aug 2010
## Ubuntu-style config with all defaults would simplify our settings.
## Keep explicit so we come up correctly even if monitor is turned off.
## (Though, edid may work with monitor turned off but connected, and
## intel driver may fail/refuse anyway with monitor disconnected.)
# Section "Device"
# Identifier "Configured Video Device"
# EndSection
# Section "Monitor"
# Identifier "Configured Monitor"
# EndSection
# Section "Screen"
# Identifier "Default Screen"
# Monitor "Configured Monitor"
# Device "Configured Video Device"
# EndSection
Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
## path to defoma fonts
#FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "vesa"
#Driver "intel"
# Use the i810 driver, vesa cannot do idle blanking on HP dc7100 or dc7700
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 30-83
VertRefresh 56-76
Option "DPMS"
# ModeLine as suggested by EDID, gives 1280x1024 @ 60Hz
# (for HP L1706 and similar monitors that do not want 75Hz):
ModeLine "1280x1024" 108.000000 1280 1328 1440 1688 1024 1025 1028 1066 +HSync +VSync
EndSection
Section "Screen"
Identifier "Generic Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Generic Layout"
Screen "Generic Screen"
InputDevice "Generic Keyboard"
InputDevice "Generic Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
^^^^^^^^^^ /etc/X11/xorg.conf ^^^^^^^^^^
<<<<<<<<<< /var/log/Xorg.0.log >>>>>>>>>>
[ 21.822]
X.Org X Server 1.19.2
Release Date: 2017-03-02
[ 21.822] X Protocol Version 11, Revision 0
[ 21.822] Build Operating System: Linux 4.9.0-8-amd64 x86_64 Debian
[ 21.822] Current Operating System: Linux albona.maths.usyd.edu.au 4.9.168-pk09.30-amd64 #1 SMP Sun Jul 21 08:03:50 AEST 2019 x86_64
[ 21.822] Kernel command line: auto BOOT_IMAGE=Linux ro root=801
[ 21.822] Build Date: 03 November 2018 03:09:11AM
[ 21.822] xorg-server 2:1.19.2-1+deb9u5 (https://www.debian.org/support)
[ 21.822] Current version of pixman: 0.34.0
[ 21.822] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 21.823] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 21.823] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jul 26 19:39:37 2019
[ 21.847] (==) Using config file: "/etc/X11/xorg.conf"
[ 21.847] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 21.868] (==) ServerLayout "Generic Layout"
[ 21.868] (**) |-->Screen "Generic Screen" (0)
[ 21.868] (**) | |-->Monitor "Generic Monitor"
[ 21.869] (**) | |-->Device "Generic Video Card"
[ 21.869] (**) |-->Input Device "Generic Keyboard"
[ 21.869] (**) |-->Input Device "Generic Mouse"
[ 21.869] (==) Automatically adding devices
[ 21.869] (==) Automatically enabling devices
[ 21.869] (==) Automatically adding GPU devices
[ 21.869] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 21.906] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 21.906] Entry deleted from font path.
[ 21.918] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 21.918] Entry deleted from font path.
[ 21.919] (**) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins
[ 21.919] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 21.919] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 21.919] (WW) Disabling Generic Keyboard
[ 21.919] (WW) Disabling Generic Mouse
[ 21.919] (II) Loader magic: 0x561a56fcde00
[ 21.919] (II) Module ABI versions:
[ 21.919] X.Org ANSI C Emulation: 0.4
[ 21.919] X.Org Video Driver: 23.0
[ 21.919] X.Org XInput driver : 24.1
[ 21.919] X.Org Server Extension : 10.0
[ 21.920] (++) using VT number 7
[ 21.920] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 21.920] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 21.921] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 21.937] (--) PCI:*(0:5:0:0) 1a03:2000:15d9:096d rev 65, Mem @ 0x9c000000/16777216, 0x9d000000/131072, I/O @ 0x00003000/128, BIOS @ 0x????????/131072
[ 21.937] (--) PCI: (0:94:0:0) 10de:1e07:1458:37ac rev 161, Mem @ 0xc4000000/16777216, 0x38ffe0000000/268435456, 0x38fff0000000/33554432, I/O @ 0x00009000/128, BIOS @ 0x????????/524288
[ 21.938] (--) PCI: (0:134:0:0) 10de:1e07:1458:37ac rev 161, Mem @ 0xdf000000/16777216, 0x397fe0000000/268435456, 0x397ff0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
[ 21.938] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 21.938] (II) LoadModule: "dbe"
[ 21.938] (II) Module "dbe" already built-in
[ 21.938] (II) LoadModule: "ddc"
[ 21.938] (II) Module "ddc" already built-in
[ 21.938] (II) LoadModule: "dri"
[ 21.938] (II) Module "dri" already built-in
[ 21.938] (II) LoadModule: "extmod"
[ 21.938] (II) Module "extmod" already built-in
[ 21.938] (II) LoadModule: "glx"
[ 21.996] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 22.170] (II) Module glx: vendor="X.Org Foundation"
[ 22.170] compiled for 1.19.2, module version = 1.0.0
[ 22.170] ABI class: X.Org Server Extension, version 10.0
[ 22.170] (II) LoadModule: "int10"
[ 22.170] (II) Loading /usr/lib/xorg/modules/libint10.so
[ 22.171] (II) Module int10: vendor="X.Org Foundation"
[ 22.171] compiled for 1.19.2, module version = 1.0.0
[ 22.171] ABI class: X.Org Video Driver, version 23.0
[ 22.171] (II) LoadModule: "record"
[ 22.171] (II) Module "record" already built-in
[ 22.171] (II) LoadModule: "vbe"
[ 22.171] (II) Loading /usr/lib/xorg/modules/libvbe.so
[ 22.172] (II) Module vbe: vendor="X.Org Foundation"
[ 22.172] compiled for 1.19.2, module version = 1.1.0
[ 22.172] ABI class: X.Org Video Driver, version 23.0
[ 22.172] (II) LoadModule: "vesa"
[ 22.172] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 22.176] (II) Module vesa: vendor="X.Org Foundation"
[ 22.176] compiled for 1.19.0, module version = 2.3.4
[ 22.176] Module class: X.Org Video Driver
[ 22.176] ABI class: X.Org Video Driver, version 23.0
[ 22.176] (II) VESA: driver for VESA chipsets: vesa
[ 22.176] (WW) xf86OpenConsole: setpgid failed: Operation not permitted
[ 22.176] (WW) xf86OpenConsole: setsid failed: Operation not permitted
[ 22.185] (II) Loading sub module "vbe"
[ 22.185] (II) LoadModule: "vbe"
[ 22.185] (II) Loading /usr/lib/xorg/modules/libvbe.so
[ 22.185] (II) Module vbe: vendor="X.Org Foundation"
[ 22.185] compiled for 1.19.2, module version = 1.1.0
[ 22.185] ABI class: X.Org Video Driver, version 23.0
[ 22.185] (II) Loading sub module "int10"
[ 22.185] (II) LoadModule: "int10"
[ 22.185] (II) Loading /usr/lib/xorg/modules/libint10.so
[ 22.185] (II) Module int10: vendor="X.Org Foundation"
[ 22.185] compiled for 1.19.2, module version = 1.0.0
[ 22.185] ABI class: X.Org Video Driver, version 23.0
[ 22.185] (II) VESA(0): initializing int10
[ 22.196] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[ 22.197] (II) VESA(0): VESA BIOS detected
[ 22.197] (II) VESA(0): VESA VBE Version 3.0
[ 22.197] (II) VESA(0): VESA VBE Total Mem: 15360 kB
[ 22.197] (II) VESA(0): VESA VBE OEM: ASPEED
[ 22.197] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[ 22.197] (II) VESA(0): VESA VBE OEM Vendor: ASPEED Technology, Inc.
[ 22.197] (II) VESA(0): VESA VBE OEM Product: AST GPU
[ 22.197] (II) VESA(0): VESA VBE OEM Product Rev: 1.03.01
[ 22.244] (**) VESA(0): Depth 24, (--) framebuffer bpp 32
[ 22.244] (==) VESA(0): RGB weight 888
[ 22.244] (==) VESA(0): Default visual is TrueColor
[ 22.244] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 22.244] (II) Loading sub module "ddc"
[ 22.244] (II) LoadModule: "ddc"
[ 22.244] (II) Module "ddc" already built-in
[ 22.356] (II) VESA(0): VESA VBE DDC supported
[ 22.356] (II) VESA(0): VESA VBE DDC Level 2
[ 22.356] (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
[ 23.310] (II) VESA(0): VESA VBE DDC read successfully
[ 23.310] (II) VESA(0): Manufacturer: DEL Model: 4047 Serial#: 860305740
[ 23.310] (II) VESA(0): Year: 2009 Week: 15
[ 23.310] (II) VESA(0): EDID Version: 1.3
[ 23.310] (II) VESA(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
[ 23.310] (II) VESA(0): Sync: Separate Composite SyncOnGreen
[ 23.310] (II) VESA(0): Max Image Size [cm]: horiz.: 38 vert.: 30
[ 23.310] (II) VESA(0): Gamma: 2.20
[ 23.310] (II) VESA(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[ 23.310] (II) VESA(0): Default color space is primary color space
[ 23.310] (II) VESA(0): First detailed timing is preferred mode
[ 23.310] (II) VESA(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
[ 23.310] (II) VESA(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329
[ 23.310] (II) VESA(0): Supported established timings:
[ 23.310] (II) VESA(0): 720x400 at 70Hz
[ 23.310] (II) VESA(0): 640x480 at 60Hz
[ 23.310] (II) VESA(0): 640x480 at 75Hz
[ 23.310] (II) VESA(0): 800x600 at 60Hz
[ 23.310] (II) VESA(0): 800x600 at 75Hz
[ 23.310] (II) VESA(0): 1024x768 at 60Hz
[ 23.310] (II) VESA(0): 1024x768 at 75Hz
[ 23.311] (II) VESA(0): 1280x1024 at 75Hz
[ 23.311] (II) VESA(0): Manufacturer's mask: 0
[ 23.311] (II) VESA(0): Supported standard timings:
[ 23.311] (II) VESA(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 23.311] (II) VESA(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 23.311] (II) VESA(0): Supported detailed timing:
[ 23.311] (II) VESA(0): clock: 108.0 MHz Image Size: 376 x 301 mm
[ 23.311] (II) VESA(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
[ 23.311] (II) VESA(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
[ 23.311] (II) VESA(0): Serial No: D326J9463G9L
[ 23.311] (II) VESA(0): Monitor name: DEL 1908FPBLK
[ 23.311] (II) VESA(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 81 kHz, PixClock max 145 MHz
[ 23.311] (II) VESA(0): EDID (in hex):
[ 23.311] (II) VESA(0): 00ffffffffffff0010ac47404c394733
[ 23.311] (II) VESA(0): 0f1301030e261e78eeee91a3544c9926
[ 23.311] (II) VESA(0): 0f5054a54b00714f8180010101010101
[ 23.311] (II) VESA(0): 010101010101302a009851002a403070
[ 23.311] (II) VESA(0): 1300782d1100001e000000ff00443332
[ 23.311] (II) VESA(0): 364a3934363347394c0a000000fc0044
[ 23.311] (II) VESA(0): 454c20313930384650424c4b000000fd
[ 23.311] (II) VESA(0): 00384c1e510e000a20202020202000f3
[ 23.311] (II) VESA(0): EDID vendor "DEL", prod id 16455
[ 23.311] (II) VESA(0): Using hsync ranges from config file
[ 23.311] (II) VESA(0): Using vrefresh ranges from config file
[ 23.311] (II) VESA(0): Printing DDC gathered Modelines:
[ 23.311] (II) VESA(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[ 23.311] (II) VESA(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 23.311] (II) VESA(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 23.311] (II) VESA(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 23.311] (II) VESA(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 23.311] (II) VESA(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 23.311] (II) VESA(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 23.311] (II) VESA(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 23.311] (II) VESA(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 23.311] (II) VESA(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 23.311] (II) VESA(0): Searching for matching VESA mode(s):
[ 23.313] Mode: 101 (640x480)
[ 23.313] ModeAttributes: 0x9f
[ 23.313] WinAAttributes: 0x7
[ 23.313] WinBAttributes: 0x0
[ 23.313] WinGranularity: 64
[ 23.313] WinSize: 64
[ 23.313] WinASegment: 0xa000
[ 23.313] WinBSegment: 0xa000
[ 23.313] WinFuncPtr: 0xc0001fe1
[ 23.313] BytesPerScanline: 640
[ 23.313] XResolution: 640
[ 23.313] YResolution: 480
[ 23.313] XCharSize: 8
[ 23.313] YCharSize: 16
[ 23.313] NumberOfPlanes: 1
[ 23.313] BitsPerPixel: 8
[ 23.313] NumberOfBanks: 1
[ 23.313] MemoryModel: 4
[ 23.313] BankSize: 0
[ 23.313] NumberOfImages: 47
[ 23.313] RedMaskSize: 0
[ 23.313] RedFieldPosition: 0
[ 23.313] GreenMaskSize: 0
[ 23.313] GreenFieldPosition: 0
[ 23.313] BlueMaskSize: 0
[ 23.313] BlueFieldPosition: 0
[ 23.313] RsvdMaskSize: 0
[ 23.313] RsvdFieldPosition: 0
[ 23.313] DirectColorModeInfo: 0
[ 23.313] PhysBasePtr: 0x9c000000
[ 23.313] LinBytesPerScanLine: 640
[ 23.313] BnkNumberOfImagePages: 47
[ 23.313] LinNumberOfImagePages: 47
[ 23.313] LinRedMaskSize: 0
[ 23.313] LinRedFieldPosition: 0
[ 23.313] LinGreenMaskSize: 0
[ 23.313] LinGreenFieldPosition: 0
[ 23.313] LinBlueMaskSize: 0
[ 23.313] LinBlueFieldPosition: 0
[ 23.313] LinRsvdMaskSize: 0
[ 23.313] LinRsvdFieldPosition: 0
[ 23.313] MaxPixelClock: 1000000
[ 23.314] Mode: 102 (800x600)
[ 23.314] ModeAttributes: 0x1f
[ 23.314] WinAAttributes: 0x7
[ 23.315] WinBAttributes: 0x0
[ 23.315] WinGranularity: 64
[ 23.315] WinSize: 64
[ 23.315] WinASegment: 0xa000
[ 23.315] WinBSegment: 0xa000
[ 23.315] WinFuncPtr: 0xc0001fe1
[ 23.315] BytesPerScanline: 100
[ 23.315] XResolution: 800
[ 23.315] YResolution: 600
[ 23.315] XCharSize: 8
[ 23.315] YCharSize: 16
[ 23.315] NumberOfPlanes: 4
[ 23.315] BitsPerPixel: 4
[ 23.315] NumberOfBanks: 1
[ 23.315] MemoryModel: 3
[ 23.315] BankSize: 0
[ 23.315] NumberOfImages: 0
[ 23.315] RedMaskSize: 0
[ 23.315] RedFieldPosition: 0
[ 23.315] GreenMaskSize: 0
[ 23.315] GreenFieldPosition: 0
[ 23.315] BlueMaskSize: 0
[ 23.315] BlueFieldPosition: 0
[ 23.315] RsvdMaskSize: 0
[ 23.315] RsvdFieldPosition: 0
[ 23.315] DirectColorModeInfo: 0
[ 23.315] PhysBasePtr: 0x9c000000
[ 23.315] LinBytesPerScanLine: 100
[ 23.315] BnkNumberOfImagePages: 0
[ 23.315] LinNumberOfImagePages: 0
[ 23.315] LinRedMaskSize: 0
[ 23.315] LinRedFieldPosition: 0
[ 23.315] LinGreenMaskSize: 0
[ 23.315] LinGreenFieldPosition: 0
[ 23.315] LinBlueMaskSize: 0
[ 23.315] LinBlueFieldPosition: 0
[ 23.315] LinRsvdMaskSize: 0
[ 23.315] LinRsvdFieldPosition: 0
[ 23.315] MaxPixelClock: 1000000
[ 23.316] Mode: 103 (800x600)
[ 23.316] ModeAttributes: 0x9f
[ 23.316] WinAAttributes: 0x7
[ 23.316] WinBAttributes: 0x0
[ 23.316] WinGranularity: 64
[ 23.316] WinSize: 64
[ 23.316] WinASegment: 0xa000
[ 23.316] WinBSegment: 0xa000
[ 23.316] WinFuncPtr: 0xc0001fe1
[ 23.316] BytesPerScanline: 800
[ 23.316] XResolution: 800
[ 23.316] YResolution: 600
[ 23.316] XCharSize: 8
[ 23.316] YCharSize: 16
[ 23.316] NumberOfPlanes: 1
[ 23.317] BitsPerPixel: 8
[ 23.317] NumberOfBanks: 1
[ 23.317] MemoryModel: 4
[ 23.317] BankSize: 0
[ 23.317] NumberOfImages: 29
[ 23.317] RedMaskSize: 0
[ 23.317] RedFieldPosition: 0
[ 23.317] GreenMaskSize: 0
[ 23.317] GreenFieldPosition: 0
[ 23.317] BlueMaskSize: 0
[ 23.317] BlueFieldPosition: 0
[ 23.317] RsvdMaskSize: 0
[ 23.317] RsvdFieldPosition: 0
[ 23.317] DirectColorModeInfo: 0
[ 23.317] PhysBasePtr: 0x9c000000
[ 23.317] LinBytesPerScanLine: 800
[ 23.317] BnkNumberOfImagePages: 29
[ 23.317] LinNumberOfImagePages: 29
[ 23.317] LinRedMaskSize: 0
[ 23.317] LinRedFieldPosition: 0
[ 23.317] LinGreenMaskSize: 0
[ 23.317] LinGreenFieldPosition: 0
[ 23.317] LinBlueMaskSize: 0
[ 23.317] LinBlueFieldPosition: 0
[ 23.317] LinRsvdMaskSize: 0
[ 23.317] LinRsvdFieldPosition: 0
[ 23.317] MaxPixelClock: 1000000
[ 23.318] Mode: 105 (1024x768)
[ 23.318] ModeAttributes: 0x9f
[ 23.318] WinAAttributes: 0x7
[ 23.318] WinBAttributes: 0x0
[ 23.318] WinGranularity: 64
[ 23.318] WinSize: 64
[ 23.318] WinASegment: 0xa000
[ 23.318] WinBSegment: 0xa000
[ 23.318] WinFuncPtr: 0xc0001fe1
[ 23.318] BytesPerScanline: 1024
[ 23.318] XResolution: 1024
[ 23.318] YResolution: 768
[ 23.318] XCharSize: 8
[ 23.318] YCharSize: 16
[ 23.318] NumberOfPlanes: 1
[ 23.318] BitsPerPixel: 8
[ 23.318] NumberOfBanks: 1
[ 23.318] MemoryModel: 4
[ 23.318] BankSize: 0
[ 23.318] NumberOfImages: 19
[ 23.318] RedMaskSize: 0
[ 23.318] RedFieldPosition: 0
[ 23.318] GreenMaskSize: 0
[ 23.318] GreenFieldPosition: 0
[ 23.318] BlueMaskSize: 0
[ 23.318] BlueFieldPosition: 0
[ 23.318] RsvdMaskSize: 0
[ 23.318] RsvdFieldPosition: 0
[ 23.319] DirectColorModeInfo: 0
[ 23.319] PhysBasePtr: 0x9c000000
[ 23.319] LinBytesPerScanLine: 1024
[ 23.319] BnkNumberOfImagePages: 19
[ 23.319] LinNumberOfImagePages: 19
[ 23.319] LinRedMaskSize: 0
[ 23.319] LinRedFieldPosition: 0
[ 23.319] LinGreenMaskSize: 0
[ 23.319] LinGreenFieldPosition: 0
[ 23.319] LinBlueMaskSize: 0
[ 23.319] LinBlueFieldPosition: 0
[ 23.319] LinRsvdMaskSize: 0
[ 23.319] LinRsvdFieldPosition: 0
[ 23.319] MaxPixelClock: 1000000
[ 23.320] Mode: 110 (640x480)
[ 23.320] ModeAttributes: 0x9b
[ 23.320] WinAAttributes: 0x7
[ 23.320] WinBAttributes: 0x0
[ 23.320] WinGranularity: 64
[ 23.320] WinSize: 64
[ 23.320] WinASegment: 0xa000
[ 23.320] WinBSegment: 0xa000
[ 23.320] WinFuncPtr: 0xc0001fe1
[ 23.320] BytesPerScanline: 1280
[ 23.320] XResolution: 640
[ 23.320] YResolution: 480
[ 23.320] XCharSize: 8
[ 23.320] YCharSize: 16
[ 23.320] NumberOfPlanes: 1
[ 23.320] BitsPerPixel: 15
[ 23.320] NumberOfBanks: 1
[ 23.320] MemoryModel: 6
[ 23.320] BankSize: 0
[ 23.320] NumberOfImages: 23
[ 23.320] RedMaskSize: 5
[ 23.320] RedFieldPosition: 10
[ 23.320] GreenMaskSize: 5
[ 23.320] GreenFieldPosition: 5
[ 23.320] BlueMaskSize: 5
[ 23.320] BlueFieldPosition: 0
[ 23.320] RsvdMaskSize: 0
[ 23.320] RsvdFieldPosition: 0
[ 23.320] DirectColorModeInfo: 0
[ 23.320] PhysBasePtr: 0x9c000000
[ 23.320] LinBytesPerScanLine: 1280
[ 23.320] BnkNumberOfImagePages: 23
[ 23.320] LinNumberOfImagePages: 23
[ 23.320] LinRedMaskSize: 5
[ 23.320] LinRedFieldPosition: 10
[ 23.320] LinGreenMaskSize: 5
[ 23.320] LinGreenFieldPosition: 5
[ 23.320] LinBlueMaskSize: 5
[ 23.320] LinBlueFieldPosition: 0
[ 23.320] LinRsvdMaskSize: 0
[ 23.321] LinRsvdFieldPosition: 0
[ 23.321] MaxPixelClock: 1000000
[ 23.322] Mode: 111 (640x480)
[ 23.322] ModeAttributes: 0x9b
[ 23.322] WinAAttributes: 0x7
[ 23.322] WinBAttributes: 0x0
[ 23.322] WinGranularity: 64
[ 23.322] WinSize: 64
[ 23.322] WinASegment: 0xa000
[ 23.322] WinBSegment: 0xa000
[ 23.322] WinFuncPtr: 0xc0001fe1
[ 23.322] BytesPerScanline: 1280
[ 23.322] XResolution: 640
[ 23.322] YResolution: 480
[ 23.322] XCharSize: 8
[ 23.322] YCharSize: 16
[ 23.322] NumberOfPlanes: 1
[ 23.322] BitsPerPixel: 16
[ 23.322] NumberOfBanks: 1
[ 23.322] MemoryModel: 6
[ 23.322] BankSize: 0
[ 23.322] NumberOfImages: 23
[ 23.322] RedMaskSize: 5
[ 23.322] RedFieldPosition: 11
[ 23.322] GreenMaskSize: 6
[ 23.322] GreenFieldPosition: 5
[ 23.322] BlueMaskSize: 5
[ 23.322] BlueFieldPosition: 0
[ 23.322] RsvdMaskSize: 0
[ 23.322] RsvdFieldPosition: 0
[ 23.322] DirectColorModeInfo: 0
[ 23.322] PhysBasePtr: 0x9c000000
[ 23.322] LinBytesPerScanLine: 1280
[ 23.322] BnkNumberOfImagePages: 23
[ 23.322] LinNumberOfImagePages: 23
[ 23.322] LinRedMaskSize: 5
[ 23.322] LinRedFieldPosition: 11
[ 23.322] LinGreenMaskSize: 6
[ 23.322] LinGreenFieldPosition: 5
[ 23.322] LinBlueMaskSize: 5
[ 23.322] LinBlueFieldPosition: 0
[ 23.322] LinRsvdMaskSize: 0
[ 23.322] LinRsvdFieldPosition: 0
[ 23.322] MaxPixelClock: 1000000
[ 23.324] Mode: 113 (800x600)
[ 23.324] ModeAttributes: 0x9b
[ 23.324] WinAAttributes: 0x7
[ 23.324] WinBAttributes: 0x0
[ 23.324] WinGranularity: 64
[ 23.324] WinSize: 64
[ 23.324] WinASegment: 0xa000
[ 23.324] WinBSegment: 0xa000
[ 23.324] WinFuncPtr: 0xc0001fe1
[ 23.324] BytesPerScanline: 1600
[ 23.324] XResolution: 800
[ 23.324] YResolution: 600
[ 23.324] XCharSize: 8
[ 23.324] YCharSize: 16
[ 23.324] NumberOfPlanes: 1
[ 23.324] BitsPerPixel: 15
[ 23.324] NumberOfBanks: 1
[ 23.324] MemoryModel: 6
[ 23.324] BankSize: 0
[ 23.324] NumberOfImages: 15
[ 23.324] RedMaskSize: 5
[ 23.324] RedFieldPosition: 10
[ 23.324] GreenMaskSize: 5
[ 23.324] GreenFieldPosition: 5
[ 23.324] BlueMaskSize: 5
[ 23.324] BlueFieldPosition: 0
[ 23.324] RsvdMaskSize: 0
[ 23.324] RsvdFieldPosition: 0
[ 23.324] DirectColorModeInfo: 0
[ 23.324] PhysBasePtr: 0x9c000000
[ 23.324] LinBytesPerScanLine: 1600
[ 23.324] BnkNumberOfImagePages: 15
[ 23.324] LinNumberOfImagePages: 15
[ 23.324] LinRedMaskSize: 5
[ 23.324] LinRedFieldPosition: 10
[ 23.324] LinGreenMaskSize: 5
[ 23.324] LinGreenFieldPosition: 5
[ 23.324] LinBlueMaskSize: 5
[ 23.324] LinBlueFieldPosition: 0
[ 23.324] LinRsvdMaskSize: 0
[ 23.324] LinRsvdFieldPosition: 0
[ 23.324] MaxPixelClock: 1000000
[ 23.326] Mode: 114 (800x600)
[ 23.326] ModeAttributes: 0x9b
[ 23.326] WinAAttributes: 0x7
[ 23.326] WinBAttributes: 0x0
[ 23.326] WinGranularity: 64
[ 23.326] WinSize: 64
[ 23.326] WinASegment: 0xa000
[ 23.326] WinBSegment: 0xa000
[ 23.326] WinFuncPtr: 0xc0001fe1
[ 23.326] BytesPerScanline: 1600
[ 23.326] XResolution: 800
[ 23.326] YResolution: 600
[ 23.326] XCharSize: 8
[ 23.326] YCharSize: 16
[ 23.326] NumberOfPlanes: 1
[ 23.326] BitsPerPixel: 16
[ 23.326] NumberOfBanks: 1
[ 23.326] MemoryModel: 6
[ 23.326] BankSize: 0
[ 23.326] NumberOfImages: 15
[ 23.326] RedMaskSize: 5
[ 23.326] RedFieldPosition: 11
[ 23.326] GreenMaskSize: 6
[ 23.326] GreenFieldPosition: 5
[ 23.326] BlueMaskSize: 5
[ 23.326] BlueFieldPosition: 0
[ 23.326] RsvdMaskSize: 0
[ 23.326] RsvdFieldPosition: 0
[ 23.326] DirectColorModeInfo: 0
[ 23.326] PhysBasePtr: 0x9c000000
[ 23.326] LinBytesPerScanLine: 1600
[ 23.326] BnkNumberOfImagePages: 15
[ 23.326] LinNumberOfImagePages: 15
[ 23.326] LinRedMaskSize: 5
[ 23.326] LinRedFieldPosition: 11
[ 23.326] LinGreenMaskSize: 6
[ 23.326] LinGreenFieldPosition: 5
[ 23.326] LinBlueMaskSize: 5
[ 23.326] LinBlueFieldPosition: 0
[ 23.326] LinRsvdMaskSize: 0
[ 23.326] LinRsvdFieldPosition: 0
[ 23.326] MaxPixelClock: 1000000
[ 23.327] Mode: 116 (1024x768)
[ 23.327] ModeAttributes: 0x9b
[ 23.327] WinAAttributes: 0x7
[ 23.327] WinBAttributes: 0x0
[ 23.327] WinGranularity: 64
[ 23.327] WinSize: 64
[ 23.327] WinASegment: 0xa000
[ 23.327] WinBSegment: 0xa000
[ 23.327] WinFuncPtr: 0xc0001fe1
[ 23.327] BytesPerScanline: 2048
[ 23.327] XResolution: 1024
[ 23.327] YResolution: 768
[ 23.328] XCharSize: 8
[ 23.328] YCharSize: 16
[ 23.328] NumberOfPlanes: 1
[ 23.328] BitsPerPixel: 15
[ 23.328] NumberOfBanks: 1
[ 23.328] MemoryModel: 6
[ 23.328] BankSize: 0
[ 23.328] NumberOfImages: 9
[ 23.328] RedMaskSize: 5
[ 23.328] RedFieldPosition: 10
[ 23.328] GreenMaskSize: 5
[ 23.328] GreenFieldPosition: 5
[ 23.328] BlueMaskSize: 5
[ 23.328] BlueFieldPosition: 0
[ 23.328] RsvdMaskSize: 0
[ 23.328] RsvdFieldPosition: 0
[ 23.328] DirectColorModeInfo: 0
[ 23.328] PhysBasePtr: 0x9c000000
[ 23.328] LinBytesPerScanLine: 2048
[ 23.328] BnkNumberOfImagePages: 9
[ 23.328] LinNumberOfImagePages: 9
[ 23.328] LinRedMaskSize: 5
[ 23.328] LinRedFieldPosition: 10
[ 23.328] LinGreenMaskSize: 5
[ 23.328] LinGreenFieldPosition: 5
[ 23.328] LinBlueMaskSize: 5
[ 23.328] LinBlueFieldPosition: 0
[ 23.328] LinRsvdMaskSize: 0
[ 23.328] LinRsvdFieldPosition: 0
[ 23.328] MaxPixelClock: 1000000
[ 23.329] Mode: 117 (1024x768)
[ 23.329] ModeAttributes: 0x9b
[ 23.329] WinAAttributes: 0x7
[ 23.329] WinBAttributes: 0x0
[ 23.329] WinGranularity: 64
[ 23.329] WinSize: 64
[ 23.329] WinASegment: 0xa000
[ 23.329] WinBSegment: 0xa000
[ 23.329] WinFuncPtr: 0xc0001fe1
[ 23.329] BytesPerScanline: 2048
[ 23.329] XResolution: 1024
[ 23.329] YResolution: 768
[ 23.329] XCharSize: 8
[ 23.329] YCharSize: 16
[ 23.329] NumberOfPlanes: 1
[ 23.329] BitsPerPixel: 16
[ 23.329] NumberOfBanks: 1
[ 23.329] MemoryModel: 6
[ 23.329] BankSize: 0
[ 23.329] NumberOfImages: 9
[ 23.329] RedMaskSize: 5
[ 23.329] RedFieldPosition: 11
[ 23.329] GreenMaskSize: 6
[ 23.329] GreenFieldPosition: 5
[ 23.329] BlueMaskSize: 5
[ 23.329] BlueFieldPosition: 0
[ 23.329] RsvdMaskSize: 0
[ 23.329] RsvdFieldPosition: 0
[ 23.330] DirectColorModeInfo: 0
[ 23.330] PhysBasePtr: 0x9c000000
[ 23.330] LinBytesPerScanLine: 2048
[ 23.330] BnkNumberOfImagePages: 9
[ 23.330] LinNumberOfImagePages: 9
[ 23.330] LinRedMaskSize: 5
[ 23.330] LinRedFieldPosition: 11
[ 23.330] LinGreenMaskSize: 6
[ 23.330] LinGreenFieldPosition: 5
[ 23.330] LinBlueMaskSize: 5
[ 23.330] LinBlueFieldPosition: 0
[ 23.330] LinRsvdMaskSize: 0
[ 23.330] LinRsvdFieldPosition: 0
[ 23.330] MaxPixelClock: 1000000
[ 23.331] Mode: 119 (1280x1024)
[ 23.331] ModeAttributes: 0x9b
[ 23.331] WinAAttributes: 0x7
[ 23.331] WinBAttributes: 0x0
[ 23.331] WinGranularity: 64
[ 23.331] WinSize: 64
[ 23.331] WinASegment: 0xa000
[ 23.331] WinBSegment: 0xa000
[ 23.331] WinFuncPtr: 0xc0001fe1
[ 23.331] BytesPerScanline: 2560
[ 23.331] XResolution: 1280
[ 23.331] YResolution: 1024
[ 23.331] XCharSize: 8
[ 23.331] YCharSize: 16
[ 23.331] NumberOfPlanes: 1
[ 23.331] BitsPerPixel: 15
[ 23.331] NumberOfBanks: 1
[ 23.331] MemoryModel: 6
[ 23.331] BankSize: 0
[ 23.331] NumberOfImages: 5
[ 23.331] RedMaskSize: 5
[ 23.331] RedFieldPosition: 10
[ 23.331] GreenMaskSize: 5
[ 23.331] GreenFieldPosition: 5
[ 23.331] BlueMaskSize: 5
[ 23.331] BlueFieldPosition: 0
[ 23.331] RsvdMaskSize: 0
[ 23.331] RsvdFieldPosition: 0
[ 23.331] DirectColorModeInfo: 0
[ 23.331] PhysBasePtr: 0x9c000000
[ 23.331] LinBytesPerScanLine: 2560
[ 23.331] BnkNumberOfImagePages: 5
[ 23.331] LinNumberOfImagePages: 5
[ 23.331] LinRedMaskSize: 5
[ 23.331] LinRedFieldPosition: 10
[ 23.331] LinGreenMaskSize: 5
[ 23.331] LinGreenFieldPosition: 5
[ 23.331] LinBlueMaskSize: 5
[ 23.331] LinBlueFieldPosition: 0
[ 23.331] LinRsvdMaskSize: 0
[ 23.331] LinRsvdFieldPosition: 0
[ 23.331] MaxPixelClock: 1000000
[ 23.333] Mode: 11a (1280x1024)
[ 23.333] ModeAttributes: 0x9b
[ 23.333] WinAAttributes: 0x7
[ 23.333] WinBAttributes: 0x0
[ 23.333] WinGranularity: 64
[ 23.333] WinSize: 64
[ 23.333] WinASegment: 0xa000
[ 23.333] WinBSegment: 0xa000
[ 23.333] WinFuncPtr: 0xc0001fe1
[ 23.333] BytesPerScanline: 2560
[ 23.333] XResolution: 1280
[ 23.333] YResolution: 1024
[ 23.333] XCharSize: 8
[ 23.333] YCharSize: 16
[ 23.333] NumberOfPlanes: 1
[ 23.333] BitsPerPixel: 16
[ 23.333] NumberOfBanks: 1
[ 23.333] MemoryModel: 6
[ 23.333] BankSize: 0
[ 23.333] NumberOfImages: 5
[ 23.333] RedMaskSize: 5
[ 23.333] RedFieldPosition: 11
[ 23.333] GreenMaskSize: 6
[ 23.333] GreenFieldPosition: 5
[ 23.333] BlueMaskSize: 5
[ 23.333] BlueFieldPosition: 0
[ 23.333] RsvdMaskSize: 0
[ 23.333] RsvdFieldPosition: 0
[ 23.333] DirectColorModeInfo: 0
[ 23.333] PhysBasePtr: 0x9c000000
[ 23.333] LinBytesPerScanLine: 2560
[ 23.333] BnkNumberOfImagePages: 5
[ 23.333] LinNumberOfImagePages: 5
[ 23.333] LinRedMaskSize: 5
[ 23.333] LinRedFieldPosition: 11
[ 23.333] LinGreenMaskSize: 6
[ 23.333] LinGreenFieldPosition: 5
[ 23.333] LinBlueMaskSize: 5
[ 23.333] LinBlueFieldPosition: 0
[ 23.333] LinRsvdMaskSize: 0
[ 23.333] LinRsvdFieldPosition: 0
[ 23.333] MaxPixelClock: 1000000
[ 23.335] *Mode: 120 (640x480)
[ 23.335] ModeAttributes: 0x9b
[ 23.335] WinAAttributes: 0x7
[ 23.335] WinBAttributes: 0x0
[ 23.335] WinGranularity: 64
[ 23.335] WinSize: 64
[ 23.335] WinASegment: 0xa000
[ 23.335] WinBSegment: 0xa000
[ 23.335] WinFuncPtr: 0xc0001fe1
[ 23.335] BytesPerScanline: 2560
[ 23.335] XResolution: 640
[ 23.335] YResolution: 480
[ 23.335] XCharSize: 8
[ 23.335] YCharSize: 16
[ 23.335] NumberOfPlanes: 1
[ 23.335] BitsPerPixel: 32
[ 23.335] NumberOfBanks: 1
[ 23.335] MemoryModel: 6
[ 23.335] BankSize: 0
[ 23.335] NumberOfImages: 11
[ 23.335] RedMaskSize: 8
[ 23.335] RedFieldPosition: 16
[ 23.335] GreenMaskSize: 8
[ 23.335] GreenFieldPosition: 8
[ 23.335] BlueMaskSize: 8
[ 23.335] BlueFieldPosition: 0
[ 23.335] RsvdMaskSize: 8
[ 23.335] RsvdFieldPosition: 24
[ 23.335] DirectColorModeInfo: 0
[ 23.335] PhysBasePtr: 0x9c000000
[ 23.335] LinBytesPerScanLine: 2560
[ 23.335] BnkNumberOfImagePages: 11
[ 23.335] LinNumberOfImagePages: 11
[ 23.335] LinRedMaskSize: 8
[ 23.335] LinRedFieldPosition: 16
[ 23.335] LinGreenMaskSize: 8
[ 23.335] LinGreenFieldPosition: 8
[ 23.335] LinBlueMaskSize: 8
[ 23.335] LinBlueFieldPosition: 0
[ 23.335] LinRsvdMaskSize: 8
[ 23.335] LinRsvdFieldPosition: 24
[ 23.335] MaxPixelClock: 1000000
[ 23.337] *Mode: 121 (800x600)
[ 23.337] ModeAttributes: 0x9b
[ 23.337] WinAAttributes: 0x7
[ 23.337] WinBAttributes: 0x0
[ 23.337] WinGranularity: 64
[ 23.337] WinSize: 64
[ 23.337] WinASegment: 0xa000
[ 23.337] WinBSegment: 0xa000
[ 23.337] WinFuncPtr: 0xc0001fe1
[ 23.337] BytesPerScanline: 3200
[ 23.337] XResolution: 800
[ 23.337] YResolution: 600
[ 23.337] XCharSize: 8
[ 23.337] YCharSize: 16
[ 23.337] NumberOfPlanes: 1
[ 23.337] BitsPerPixel: 32
[ 23.337] NumberOfBanks: 1
[ 23.337] MemoryModel: 6
[ 23.337] BankSize: 0
[ 23.337] NumberOfImages: 7
[ 23.337] RedMaskSize: 8
[ 23.337] RedFieldPosition: 16
[ 23.337] GreenMaskSize: 8
[ 23.337] GreenFieldPosition: 8
[ 23.337] BlueMaskSize: 8
[ 23.337] BlueFieldPosition: 0
[ 23.337] RsvdMaskSize: 8
[ 23.337] RsvdFieldPosition: 24
[ 23.337] DirectColorModeInfo: 0
[ 23.337] PhysBasePtr: 0x9c000000
[ 23.337] LinBytesPerScanLine: 3200
[ 23.337] BnkNumberOfImagePages: 7
[ 23.337] LinNumberOfImagePages: 7
[ 23.337] LinRedMaskSize: 8
[ 23.337] LinRedFieldPosition: 16
[ 23.337] LinGreenMaskSize: 8
[ 23.337] LinGreenFieldPosition: 8
[ 23.337] LinBlueMaskSize: 8
[ 23.337] LinBlueFieldPosition: 0
[ 23.337] LinRsvdMaskSize: 8
[ 23.337] LinRsvdFieldPosition: 24
[ 23.337] MaxPixelClock: 1000000
[ 23.339] *Mode: 122 (1024x768)
[ 23.339] ModeAttributes: 0x9b
[ 23.339] WinAAttributes: 0x7
[ 23.339] WinBAttributes: 0x0
[ 23.339] WinGranularity: 64
[ 23.339] WinSize: 64
[ 23.339] WinASegment: 0xa000
[ 23.339] WinBSegment: 0xa000
[ 23.339] WinFuncPtr: 0xc0001fe1
[ 23.339] BytesPerScanline: 4096
[ 23.339] XResolution: 1024
[ 23.339] YResolution: 768
[ 23.339] XCharSize: 8
[ 23.339] YCharSize: 16
[ 23.339] NumberOfPlanes: 1
[ 23.339] BitsPerPixel: 32
[ 23.339] NumberOfBanks: 1
[ 23.339] MemoryModel: 6
[ 23.339] BankSize: 0
[ 23.339] NumberOfImages: 4
[ 23.339] RedMaskSize: 8
[ 23.339] RedFieldPosition: 16
[ 23.339] GreenMaskSize: 8
[ 23.339] GreenFieldPosition: 8
[ 23.339] BlueMaskSize: 8
[ 23.339] BlueFieldPosition: 0
[ 23.339] RsvdMaskSize: 8
[ 23.339] RsvdFieldPosition: 24
[ 23.339] DirectColorModeInfo: 0
[ 23.339] PhysBasePtr: 0x9c000000
[ 23.339] LinBytesPerScanLine: 4096
[ 23.339] BnkNumberOfImagePages: 4
[ 23.339] LinNumberOfImagePages: 4
[ 23.339] LinRedMaskSize: 8
[ 23.339] LinRedFieldPosition: 16
[ 23.339] LinGreenMaskSize: 8
[ 23.339] LinGreenFieldPosition: 8
[ 23.339] LinBlueMaskSize: 8
[ 23.339] LinBlueFieldPosition: 0
[ 23.339] LinRsvdMaskSize: 8
[ 23.339] LinRsvdFieldPosition: 24
[ 23.339] MaxPixelClock: 1000000
[ 23.340] *Mode: 123 (1280x1024)
[ 23.340] ModeAttributes: 0x9b
[ 23.340] WinAAttributes: 0x7
[ 23.340] WinBAttributes: 0x0
[ 23.340] WinGranularity: 64
[ 23.340] WinSize: 64
[ 23.340] WinASegment: 0xa000
[ 23.340] WinBSegment: 0xa000
[ 23.340] WinFuncPtr: 0xc0001fe1
[ 23.340] BytesPerScanline: 5120
[ 23.340] XResolution: 1280
[ 23.341] YResolution: 1024
[ 23.341] XCharSize: 8
[ 23.341] YCharSize: 16
[ 23.341] NumberOfPlanes: 1
[ 23.341] BitsPerPixel: 32
[ 23.341] NumberOfBanks: 1
[ 23.341] MemoryModel: 6
[ 23.341] BankSize: 0
[ 23.341] NumberOfImages: 2
[ 23.341] RedMaskSize: 8
[ 23.341] RedFieldPosition: 16
[ 23.341] GreenMaskSize: 8
[ 23.341] GreenFieldPosition: 8
[ 23.341] BlueMaskSize: 8
[ 23.341] BlueFieldPosition: 0
[ 23.341] RsvdMaskSize: 8
[ 23.341] RsvdFieldPosition: 24
[ 23.341] DirectColorModeInfo: 0
[ 23.341] PhysBasePtr: 0x9c000000
[ 23.341] LinBytesPerScanLine: 5120
[ 23.341] BnkNumberOfImagePages: 2
[ 23.341] LinNumberOfImagePages: 2
[ 23.341] LinRedMaskSize: 8
[ 23.341] LinRedFieldPosition: 16
[ 23.341] LinGreenMaskSize: 8
[ 23.341] LinGreenFieldPosition: 8
[ 23.341] LinBlueMaskSize: 8
[ 23.341] LinBlueFieldPosition: 0
[ 23.341] LinRsvdMaskSize: 8
[ 23.341] LinRsvdFieldPosition: 24
[ 23.341] MaxPixelClock: 1000000
[ 23.342] Mode: 130 (320x240)
[ 23.342] ModeAttributes: 0x9f
[ 23.342] WinAAttributes: 0x7
[ 23.342] WinBAttributes: 0x0
[ 23.342] WinGranularity: 64
[ 23.342] WinSize: 64
[ 23.342] WinASegment: 0xa000
[ 23.342] WinBSegment: 0xa000
[ 23.342] WinFuncPtr: 0xc0001fe1
[ 23.342] BytesPerScanline: 320
[ 23.342] XResolution: 320
[ 23.342] YResolution: 240
[ 23.342] XCharSize: 8
[ 23.342] YCharSize: 8
[ 23.342] NumberOfPlanes: 1
[ 23.342] BitsPerPixel: 8
[ 23.342] NumberOfBanks: 1
[ 23.342] MemoryModel: 4
[ 23.342] BankSize: 0
[ 23.342] NumberOfImages: 119
[ 23.342] RedMaskSize: 0
[ 23.342] RedFieldPosition: 0
[ 23.342] GreenMaskSize: 0
[ 23.342] GreenFieldPosition: 0
[ 23.342] BlueMaskSize: 0
[ 23.342] BlueFieldPosition: 0
[ 23.343] RsvdMaskSize: 0
[ 23.343] RsvdFieldPosition: 0
[ 23.343] DirectColorModeInfo: 0
[ 23.343] PhysBasePtr: 0x9c000000
[ 23.343] LinBytesPerScanLine: 320
[ 23.343] BnkNumberOfImagePages: 119
[ 23.343] LinNumberOfImagePages: 119
[ 23.343] LinRedMaskSize: 0
[ 23.343] LinRedFieldPosition: 0
[ 23.343] LinGreenMaskSize: 0
[ 23.343] LinGreenFieldPosition: 0
[ 23.343] LinBlueMaskSize: 0
[ 23.343] LinBlueFieldPosition: 0
[ 23.343] LinRsvdMaskSize: 0
[ 23.343] LinRsvdFieldPosition: 0
[ 23.343] MaxPixelClock: 1000000
[ 23.344] Mode: 131 (320x240)
[ 23.344] ModeAttributes: 0x9b
[ 23.344] WinAAttributes: 0x7
[ 23.344] WinBAttributes: 0x0
[ 23.344] WinGranularity: 64
[ 23.344] WinSize: 64
[ 23.344] WinASegment: 0xa000
[ 23.344] WinBSegment: 0xa000
[ 23.344] WinFuncPtr: 0xc0001fe1
[ 23.344] BytesPerScanline: 640
[ 23.344] XResolution: 320
[ 23.344] YResolution: 240
[ 23.344] XCharSize: 8
[ 23.344] YCharSize: 8
[ 23.344] NumberOfPlanes: 1
[ 23.344] BitsPerPixel: 15
[ 23.344] NumberOfBanks: 1
[ 23.344] MemoryModel: 6
[ 23.344] BankSize: 0
[ 23.344] NumberOfImages: 79
[ 23.344] RedMaskSize: 5
[ 23.344] RedFieldPosition: 10
[ 23.344] GreenMaskSize: 5
[ 23.344] GreenFieldPosition: 5
[ 23.344] BlueMaskSize: 5
[ 23.344] BlueFieldPosition: 0
[ 23.344] RsvdMaskSize: 0
[ 23.344] RsvdFieldPosition: 0
[ 23.344] DirectColorModeInfo: 0
[ 23.344] PhysBasePtr: 0x9c000000
[ 23.344] LinBytesPerScanLine: 640
[ 23.344] BnkNumberOfImagePages: 79
[ 23.344] LinNumberOfImagePages: 79
[ 23.344] LinRedMaskSize: 5
[ 23.344] LinRedFieldPosition: 10
[ 23.344] LinGreenMaskSize: 5
[ 23.344] LinGreenFieldPosition: 5
[ 23.344] LinBlueMaskSize: 5
[ 23.344] LinBlueFieldPosition: 0
[ 23.345] LinRsvdMaskSize: 0
[ 23.345] LinRsvdFieldPosition: 0
[ 23.345] MaxPixelClock: 1000000
[ 23.346] Mode: 132 (320x240)
[ 23.346] ModeAttributes: 0x9b
[ 23.346] WinAAttributes: 0x7
[ 23.346] WinBAttributes: 0x0
[ 23.346] WinGranularity: 64
[ 23.346] WinSize: 64
[ 23.346] WinASegment: 0xa000
[ 23.346] WinBSegment: 0xa000
[ 23.346] WinFuncPtr: 0xc0001fe1
[ 23.346] BytesPerScanline: 640
[ 23.346] XResolution: 320
[ 23.346] YResolution: 240
[ 23.346] XCharSize: 8
[ 23.346] YCharSize: 8
[ 23.346] NumberOfPlanes: 1
[ 23.346] BitsPerPixel: 16
[ 23.346] NumberOfBanks: 1
[ 23.346] MemoryModel: 6
[ 23.346] BankSize: 0
[ 23.346] NumberOfImages: 79
[ 23.346] RedMaskSize: 5
[ 23.346] RedFieldPosition: 11
[ 23.346] GreenMaskSize: 6
[ 23.346] GreenFieldPosition: 5
[ 23.346] BlueMaskSize: 5
[ 23.346] BlueFieldPosition: 0
[ 23.346] RsvdMaskSize: 0
[ 23.346] RsvdFieldPosition: 0
[ 23.346] DirectColorModeInfo: 0
[ 23.346] PhysBasePtr: 0x9c000000
[ 23.346] LinBytesPerScanLine: 640
[ 23.346] BnkNumberOfImagePages: 79
[ 23.346] LinNumberOfImagePages: 79
[ 23.346] LinRedMaskSize: 5
[ 23.346] LinRedFieldPosition: 11
[ 23.346] LinGreenMaskSize: 6
[ 23.346] LinGreenFieldPosition: 5
[ 23.346] LinBlueMaskSize: 5
[ 23.346] LinBlueFieldPosition: 0
[ 23.346] LinRsvdMaskSize: 0
[ 23.346] LinRsvdFieldPosition: 0
[ 23.346] MaxPixelClock: 1000000
[ 23.348] *Mode: 133 (320x240)
[ 23.348] ModeAttributes: 0x9b
[ 23.348] WinAAttributes: 0x7
[ 23.348] WinBAttributes: 0x0
[ 23.348] WinGranularity: 64
[ 23.348] WinSize: 64
[ 23.348] WinASegment: 0xa000
[ 23.348] WinBSegment: 0xa000
[ 23.348] WinFuncPtr: 0xc0001fe1
[ 23.348] BytesPerScanline: 1280
[ 23.348] XResolution: 320
[ 23.348] YResolution: 240
[ 23.348] XCharSize: 8
[ 23.348] YCharSize: 8
[ 23.348] NumberOfPlanes: 1
[ 23.348] BitsPerPixel: 32
[ 23.348] NumberOfBanks: 1
[ 23.348] MemoryModel: 6
[ 23.348] BankSize: 0
[ 23.348] NumberOfImages: 47
[ 23.348] RedMaskSize: 8
[ 23.348] RedFieldPosition: 16
[ 23.348] GreenMaskSize: 8
[ 23.348] GreenFieldPosition: 8
[ 23.348] BlueMaskSize: 8
[ 23.348] BlueFieldPosition: 0
[ 23.348] RsvdMaskSize: 8
[ 23.348] RsvdFieldPosition: 24
[ 23.348] DirectColorModeInfo: 0
[ 23.348] PhysBasePtr: 0x9c000000
[ 23.348] LinBytesPerScanLine: 1280
[ 23.348] BnkNumberOfImagePages: 47
[ 23.348] LinNumberOfImagePages: 47
[ 23.348] LinRedMaskSize: 8
[ 23.348] LinRedFieldPosition: 16
[ 23.348] LinGreenMaskSize: 8
[ 23.348] LinGreenFieldPosition: 8
[ 23.348] LinBlueMaskSize: 8
[ 23.348] LinBlueFieldPosition: 0
[ 23.348] LinRsvdMaskSize: 8
[ 23.348] LinRsvdFieldPosition: 24
[ 23.348] MaxPixelClock: 1000000
[ 23.349] Mode: 134 (400x300)
[ 23.349] ModeAttributes: 0x9f
[ 23.349] WinAAttributes: 0x7
[ 23.349] WinBAttributes: 0x0
[ 23.349] WinGranularity: 64
[ 23.349] WinSize: 64
[ 23.349] WinASegment: 0xa000
[ 23.349] WinBSegment: 0xa000
[ 23.349] WinFuncPtr: 0xc0001fe1
[ 23.349] BytesPerScanline: 400
[ 23.349] XResolution: 400
[ 23.349] YResolution: 300
[ 23.349] XCharSize: 8
[ 23.349] YCharSize: 8
[ 23.349] NumberOfPlanes: 1
[ 23.349] BitsPerPixel: 8
[ 23.349] NumberOfBanks: 1
[ 23.349] MemoryModel: 4
[ 23.349] BankSize: 0
[ 23.349] NumberOfImages: 119
[ 23.349] RedMaskSize: 0
[ 23.349] RedFieldPosition: 0
[ 23.349] GreenMaskSize: 0
[ 23.349] GreenFieldPosition: 0
[ 23.349] BlueMaskSize: 0
[ 23.349] BlueFieldPosition: 0
[ 23.349] RsvdMaskSize: 0
[ 23.349] RsvdFieldPosition: 0
[ 23.349] DirectColorModeInfo: 0
[ 23.349] PhysBasePtr: 0x9c000000
[ 23.349] LinBytesPerScanLine: 400
[ 23.349] BnkNumberOfImagePages: 119
[ 23.349] LinNumberOfImagePages: 119
[ 23.349] LinRedMaskSize: 0
[ 23.349] LinRedFieldPosition: 0
[ 23.349] LinGreenMaskSize: 0
[ 23.349] LinGreenFieldPosition: 0
[ 23.349] LinBlueMaskSize: 0
[ 23.349] LinBlueFieldPosition: 0
[ 23.349] LinRsvdMaskSize: 0
[ 23.349] LinRsvdFieldPosition: 0
[ 23.349] MaxPixelClock: 1000000
[ 23.350] Mode: 135 (400x300)
[ 23.350] ModeAttributes: 0x9b
[ 23.350] WinAAttributes: 0x7
[ 23.350] WinBAttributes: 0x0
[ 23.350] WinGranularity: 64
[ 23.350] WinSize: 64
[ 23.350] WinASegment: 0xa000
[ 23.350] WinBSegment: 0xa000
[ 23.350] WinFuncPtr: 0xc0001fe1
[ 23.350] BytesPerScanline: 800
[ 23.350] XResolution: 400
[ 23.350] YResolution: 300
[ 23.350] XCharSize: 8
[ 23.350] YCharSize: 8
[ 23.350] NumberOfPlanes: 1
[ 23.350] BitsPerPixel: 15
[ 23.350] NumberOfBanks: 1
[ 23.350] MemoryModel: 6
[ 23.350] BankSize: 0
[ 23.350] NumberOfImages: 59
[ 23.350] RedMaskSize: 5
[ 23.350] RedFieldPosition: 10
[ 23.350] GreenMaskSize: 5
[ 23.350] GreenFieldPosition: 5
[ 23.350] BlueMaskSize: 5
[ 23.350] BlueFieldPosition: 0
[ 23.350] RsvdMaskSize: 0
[ 23.350] RsvdFieldPosition: 0
[ 23.350] DirectColorModeInfo: 0
[ 23.350] PhysBasePtr: 0x9c000000
[ 23.350] LinBytesPerScanLine: 800
[ 23.350] BnkNumberOfImagePages: 59
[ 23.350] LinNumberOfImagePages: 59
[ 23.350] LinRedMaskSize: 5
[ 23.350] LinRedFieldPosition: 10
[ 23.350] LinGreenMaskSize: 5
[ 23.350] LinGreenFieldPosition: 5
[ 23.350] LinBlueMaskSize: 5
[ 23.350] LinBlueFieldPosition: 0
[ 23.350] LinRsvdMaskSize: 0
[ 23.350] LinRsvdFieldPosition: 0
[ 23.350] MaxPixelClock: 1000000
[ 23.351] Mode: 136 (400x300)
[ 23.351] ModeAttributes: 0x9b
[ 23.351] WinAAttributes: 0x7
[ 23.351] WinBAttributes: 0x0
[ 23.351] WinGranularity: 64
[ 23.351] WinSize: 64
[ 23.351] WinASegment: 0xa000
[ 23.351] WinBSegment: 0xa000
[ 23.351] WinFuncPtr: 0xc0001fe1
[ 23.351] BytesPerScanline: 800
[ 23.351] XResolution: 400
[ 23.351] YResolution: 300
[ 23.351] XCharSize: 8
[ 23.351] YCharSize: 8
[ 23.351] NumberOfPlanes: 1
[ 23.351] BitsPerPixel: 16
[ 23.351] NumberOfBanks: 1
[ 23.351] MemoryModel: 6
[ 23.351] BankSize: 0
[ 23.351] NumberOfImages: 59
[ 23.351] RedMaskSize: 5
[ 23.351] RedFieldPosition: 11
[ 23.351] GreenMaskSize: 6
[ 23.351] GreenFieldPosition: 5
[ 23.351] BlueMaskSize: 5
[ 23.351] BlueFieldPosition: 0
[ 23.351] RsvdMaskSize: 0
[ 23.351] RsvdFieldPosition: 0
[ 23.351] DirectColorModeInfo: 0
[ 23.351] PhysBasePtr: 0x9c000000
[ 23.351] LinBytesPerScanLine: 800
[ 23.351] BnkNumberOfImagePages: 59
[ 23.351] LinNumberOfImagePages: 59
[ 23.351] LinRedMaskSize: 5
[ 23.351] LinRedFieldPosition: 11
[ 23.351] LinGreenMaskSize: 6
[ 23.351] LinGreenFieldPosition: 5
[ 23.351] LinBlueMaskSize: 5
[ 23.351] LinBlueFieldPosition: 0
[ 23.351] LinRsvdMaskSize: 0
[ 23.351] LinRsvdFieldPosition: 0
[ 23.351] MaxPixelClock: 1000000
[ 23.352] *Mode: 137 (400x300)
[ 23.352] ModeAttributes: 0x9b
[ 23.352] WinAAttributes: 0x7
[ 23.352] WinBAttributes: 0x0
[ 23.352] WinGranularity: 64
[ 23.352] WinSize: 64
[ 23.352] WinASegment: 0xa000
[ 23.352] WinBSegment: 0xa000
[ 23.352] WinFuncPtr: 0xc0001fe1
[ 23.352] BytesPerScanline: 1600
[ 23.352] XResolution: 400
[ 23.352] YResolution: 300
[ 23.352] XCharSize: 8
[ 23.352] YCharSize: 8
[ 23.352] NumberOfPlanes: 1
[ 23.352] BitsPerPixel: 32
[ 23.352] NumberOfBanks: 1
[ 23.352] MemoryModel: 6
[ 23.352] BankSize: 0
[ 23.352] NumberOfImages: 29
[ 23.352] RedMaskSize: 8
[ 23.352] RedFieldPosition: 16
[ 23.352] GreenMaskSize: 8
[ 23.352] GreenFieldPosition: 8
[ 23.352] BlueMaskSize: 8
[ 23.352] BlueFieldPosition: 0
[ 23.352] RsvdMaskSize: 8
[ 23.352] RsvdFieldPosition: 24
[ 23.352] DirectColorModeInfo: 0
[ 23.352] PhysBasePtr: 0x9c000000
[ 23.352] LinBytesPerScanLine: 1600
[ 23.352] BnkNumberOfImagePages: 29
[ 23.352] LinNumberOfImagePages: 29
[ 23.352] LinRedMaskSize: 8
[ 23.352] LinRedFieldPosition: 16
[ 23.352] LinGreenMaskSize: 8
[ 23.352] LinGreenFieldPosition: 8
[ 23.352] LinBlueMaskSize: 8
[ 23.352] LinBlueFieldPosition: 0
[ 23.352] LinRsvdMaskSize: 8
[ 23.352] LinRsvdFieldPosition: 24
[ 23.352] MaxPixelClock: 1000000
[ 23.353] Mode: 138 (512x384)
[ 23.353] ModeAttributes: 0x9f
[ 23.353] WinAAttributes: 0x7
[ 23.353] WinBAttributes: 0x0
[ 23.353] WinGranularity: 64
[ 23.353] WinSize: 64
[ 23.353] WinASegment: 0xa000
[ 23.353] WinBSegment: 0xa000
[ 23.353] WinFuncPtr: 0xc0001fe1
[ 23.353] BytesPerScanline: 512
[ 23.353] XResolution: 512
[ 23.353] YResolution: 384
[ 23.353] XCharSize: 8
[ 23.353] YCharSize: 8
[ 23.353] NumberOfPlanes: 1
[ 23.353] BitsPerPixel: 8
[ 23.353] NumberOfBanks: 1
[ 23.353] MemoryModel: 4
[ 23.353] BankSize: 0
[ 23.353] NumberOfImages: 79
[ 23.353] RedMaskSize: 0
[ 23.353] RedFieldPosition: 0
[ 23.353] GreenMaskSize: 0
[ 23.353] GreenFieldPosition: 0
[ 23.353] BlueMaskSize: 0
[ 23.353] BlueFieldPosition: 0
[ 23.353] RsvdMaskSize: 0
[ 23.353] RsvdFieldPosition: 0
[ 23.353] DirectColorModeInfo: 0
[ 23.353] PhysBasePtr: 0x9c000000
[ 23.353] LinBytesPerScanLine: 512
[ 23.353] BnkNumberOfImagePages: 79
[ 23.353] LinNumberOfImagePages: 79
[ 23.353] LinRedMaskSize: 0
[ 23.353] LinRedFieldPosition: 0
[ 23.353] LinGreenMaskSize: 0
[ 23.353] LinGreenFieldPosition: 0
[ 23.353] LinBlueMaskSize: 0
[ 23.353] LinBlueFieldPosition: 0
[ 23.353] LinRsvdMaskSize: 0
[ 23.353] LinRsvdFieldPosition: 0
[ 23.353] MaxPixelClock: 1000000
[ 23.354] Mode: 139 (512x384)
[ 23.354] ModeAttributes: 0x9b
[ 23.354] WinAAttributes: 0x7
[ 23.354] WinBAttributes: 0x0
[ 23.354] WinGranularity: 64
[ 23.354] WinSize: 64
[ 23.354] WinASegment: 0xa000
[ 23.354] WinBSegment: 0xa000
[ 23.354] WinFuncPtr: 0xc0001fe1
[ 23.354] BytesPerScanline: 1024
[ 23.354] XResolution: 512
[ 23.354] YResolution: 384
[ 23.354] XCharSize: 8
[ 23.354] YCharSize: 8
[ 23.354] NumberOfPlanes: 1
[ 23.354] BitsPerPixel: 15
[ 23.354] NumberOfBanks: 1
[ 23.354] MemoryModel: 6
[ 23.354] BankSize: 0
[ 23.354] NumberOfImages: 39
[ 23.354] RedMaskSize: 5
[ 23.354] RedFieldPosition: 10
[ 23.354] GreenMaskSize: 5
[ 23.354] GreenFieldPosition: 5
[ 23.354] BlueMaskSize: 5
[ 23.354] BlueFieldPosition: 0
[ 23.354] RsvdMaskSize: 0
[ 23.354] RsvdFieldPosition: 0
[ 23.354] DirectColorModeInfo: 0
[ 23.354] PhysBasePtr: 0x9c000000
[ 23.354] LinBytesPerScanLine: 1024
[ 23.354] BnkNumberOfImagePages: 39
[ 23.354] LinNumberOfImagePages: 39
[ 23.354] LinRedMaskSize: 5
[ 23.354] LinRedFieldPosition: 10
[ 23.355] LinGreenMaskSize: 5
[ 23.355] LinGreenFieldPosition: 5
[ 23.355] LinBlueMaskSize: 5
[ 23.355] LinBlueFieldPosition: 0
[ 23.355] LinRsvdMaskSize: 0
[ 23.355] LinRsvdFieldPosition: 0
[ 23.355] MaxPixelClock: 1000000
[ 23.355] Mode: 13a (512x384)
[ 23.355] ModeAttributes: 0x9b
[ 23.355] WinAAttributes: 0x7
[ 23.355] WinBAttributes: 0x0
[ 23.355] WinGranularity: 64
[ 23.355] WinSize: 64
[ 23.355] WinASegment: 0xa000
[ 23.355] WinBSegment: 0xa000
[ 23.355] WinFuncPtr: 0xc0001fe1
[ 23.355] BytesPerScanline: 1024
[ 23.355] XResolution: 512
[ 23.355] YResolution: 384
[ 23.355] XCharSize: 8
[ 23.355] YCharSize: 8
[ 23.356] NumberOfPlanes: 1
[ 23.356] BitsPerPixel: 16
[ 23.356] NumberOfBanks: 1
[ 23.356] MemoryModel: 6
[ 23.356] BankSize: 0
[ 23.356] NumberOfImages: 39
[ 23.356] RedMaskSize: 5
[ 23.356] RedFieldPosition: 11
[ 23.356] GreenMaskSize: 6
[ 23.356] GreenFieldPosition: 5
[ 23.356] BlueMaskSize: 5
[ 23.356] BlueFieldPosition: 0
[ 23.356] RsvdMaskSize: 0
[ 23.356] RsvdFieldPosition: 0
[ 23.356] DirectColorModeInfo: 0
[ 23.356] PhysBasePtr: 0x9c000000
[ 23.356] LinBytesPerScanLine: 1024
[ 23.356] BnkNumberOfImagePages: 39
[ 23.356] LinNumberOfImagePages: 39
[ 23.356] LinRedMaskSize: 5
[ 23.356] LinRedFieldPosition: 11
[ 23.356] LinGreenMaskSize: 6
[ 23.356] LinGreenFieldPosition: 5
[ 23.356] LinBlueMaskSize: 5
[ 23.356] LinBlueFieldPosition: 0
[ 23.356] LinRsvdMaskSize: 0
[ 23.356] LinRsvdFieldPosition: 0
[ 23.356] MaxPixelClock: 1000000
[ 23.357] *Mode: 13b (512x384)
[ 23.357] ModeAttributes: 0x9b
[ 23.357] WinAAttributes: 0x7
[ 23.357] WinBAttributes: 0x0
[ 23.357] WinGranularity: 64
[ 23.357] WinSize: 64
[ 23.357] WinASegment: 0xa000
[ 23.357] WinBSegment: 0xa000
[ 23.357] WinFuncPtr: 0xc0001fe1
[ 23.357] BytesPerScanline: 2048
[ 23.357] XResolution: 512
[ 23.357] YResolution: 384
[ 23.357] XCharSize: 8
[ 23.357] YCharSize: 8
[ 23.357] NumberOfPlanes: 1
[ 23.357] BitsPerPixel: 32
[ 23.357] NumberOfBanks: 1
[ 23.357] MemoryModel: 6
[ 23.357] BankSize: 0
[ 23.357] NumberOfImages: 19
[ 23.357] RedMaskSize: 8
[ 23.357] RedFieldPosition: 16
[ 23.357] GreenMaskSize: 8
[ 23.357] GreenFieldPosition: 8
[ 23.357] BlueMaskSize: 8
[ 23.357] BlueFieldPosition: 0
[ 23.357] RsvdMaskSize: 8
[ 23.357] RsvdFieldPosition: 24
[ 23.357] DirectColorModeInfo: 0
[ 23.357] PhysBasePtr: 0x9c000000
[ 23.357] LinBytesPerScanLine: 2048
[ 23.357] BnkNumberOfImagePages: 19
[ 23.357] LinNumberOfImagePages: 19
[ 23.357] LinRedMaskSize: 8
[ 23.357] LinRedFieldPosition: 16
[ 23.357] LinGreenMaskSize: 8
[ 23.357] LinGreenFieldPosition: 8
[ 23.357] LinBlueMaskSize: 8
[ 23.357] LinBlueFieldPosition: 0
[ 23.357] LinRsvdMaskSize: 8
[ 23.357] LinRsvdFieldPosition: 24
[ 23.357] MaxPixelClock: 1000000
[ 23.358] Mode: 159 (1152x864)
[ 23.358] ModeAttributes: 0x9b
[ 23.358] WinAAttributes: 0x7
[ 23.358] WinBAttributes: 0x0
[ 23.358] WinGranularity: 64
[ 23.358] WinSize: 64
[ 23.358] WinASegment: 0xa000
[ 23.358] WinBSegment: 0xa000
[ 23.358] WinFuncPtr: 0xc0001fe1
[ 23.358] BytesPerScanline: 2304
[ 23.358] XResolution: 1152
[ 23.358] YResolution: 864
[ 23.358] XCharSize: 8
[ 23.358] YCharSize: 16
[ 23.358] NumberOfPlanes: 1
[ 23.358] BitsPerPixel: 15
[ 23.358] NumberOfBanks: 1
[ 23.358] MemoryModel: 6
[ 23.358] BankSize: 0
[ 23.358] NumberOfImages: 6
[ 23.358] RedMaskSize: 5
[ 23.358] RedFieldPosition: 10
[ 23.358] GreenMaskSize: 5
[ 23.358] GreenFieldPosition: 5
[ 23.358] BlueMaskSize: 5
[ 23.358] BlueFieldPosition: 0
[ 23.358] RsvdMaskSize: 0
[ 23.358] RsvdFieldPosition: 0
[ 23.358] DirectColorModeInfo: 0
[ 23.358] PhysBasePtr: 0x9c000000
[ 23.358] LinBytesPerScanLine: 2304
[ 23.358] BnkNumberOfImagePages: 6
[ 23.358] LinNumberOfImagePages: 6
[ 23.358] LinRedMaskSize: 5
[ 23.358] LinRedFieldPosition: 10
[ 23.358] LinGreenMaskSize: 5
[ 23.358] LinGreenFieldPosition: 5
[ 23.358] LinBlueMaskSize: 5
[ 23.358] LinBlueFieldPosition: 0
[ 23.358] LinRsvdMaskSize: 0
[ 23.358] LinRsvdFieldPosition: 0
[ 23.358] MaxPixelClock: 1000000
[ 23.359] Mode: 15a (1152x864)
[ 23.359] ModeAttributes: 0x9b
[ 23.359] WinAAttributes: 0x7
[ 23.359] WinBAttributes: 0x0
[ 23.359] WinGranularity: 64
[ 23.359] WinSize: 64
[ 23.359] WinASegment: 0xa000
[ 23.359] WinBSegment: 0xa000
[ 23.359] WinFuncPtr: 0xc0001fe1
[ 23.359] BytesPerScanline: 2304
[ 23.359] XResolution: 1152
[ 23.359] YResolution: 864
[ 23.359] XCharSize: 8
[ 23.359] YCharSize: 16
[ 23.359] NumberOfPlanes: 1
[ 23.359] BitsPerPixel: 16
[ 23.359] NumberOfBanks: 1
[ 23.359] MemoryModel: 6
[ 23.359] BankSize: 0
[ 23.359] NumberOfImages: 6
[ 23.359] RedMaskSize: 5
[ 23.359] RedFieldPosition: 11
[ 23.359] GreenMaskSize: 6
[ 23.359] GreenFieldPosition: 5
[ 23.359] BlueMaskSize: 5
[ 23.359] BlueFieldPosition: 0
[ 23.359] RsvdMaskSize: 0
[ 23.359] RsvdFieldPosition: 0
[ 23.359] DirectColorModeInfo: 0
[ 23.359] PhysBasePtr: 0x9c000000
[ 23.359] LinBytesPerScanLine: 2304
[ 23.359] BnkNumberOfImagePages: 6
[ 23.359] LinNumberOfImagePages: 6
[ 23.359] LinRedMaskSize: 5
[ 23.359] LinRedFieldPosition: 11
[ 23.359] LinGreenMaskSize: 6
[ 23.359] LinGreenFieldPosition: 5
[ 23.359] LinBlueMaskSize: 5
[ 23.359] LinBlueFieldPosition: 0
[ 23.359] LinRsvdMaskSize: 0
[ 23.359] LinRsvdFieldPosition: 0
[ 23.359] MaxPixelClock: 1000000
[ 23.360] *Mode: 15b (1152x864)
[ 23.360] ModeAttributes: 0x9b
[ 23.360] WinAAttributes: 0x7
[ 23.360] WinBAttributes: 0x0
[ 23.360] WinGranularity: 64
[ 23.360] WinSize: 64
[ 23.360] WinASegment: 0xa000
[ 23.360] WinBSegment: 0xa000
[ 23.360] WinFuncPtr: 0xc0001fe1
[ 23.360] BytesPerScanline: 4608
[ 23.360] XResolution: 1152
[ 23.360] YResolution: 864
[ 23.360] XCharSize: 8
[ 23.360] YCharSize: 16
[ 23.360] NumberOfPlanes: 1
[ 23.360] BitsPerPixel: 32
[ 23.360] NumberOfBanks: 1
[ 23.360] MemoryModel: 6
[ 23.360] BankSize: 0
[ 23.360] NumberOfImages: 2
[ 23.360] RedMaskSize: 8
[ 23.360] RedFieldPosition: 16
[ 23.360] GreenMaskSize: 8
[ 23.360] GreenFieldPosition: 8
[ 23.360] BlueMaskSize: 8
[ 23.360] BlueFieldPosition: 0
[ 23.360] RsvdMaskSize: 8
[ 23.360] RsvdFieldPosition: 24
[ 23.360] DirectColorModeInfo: 0
[ 23.360] PhysBasePtr: 0x9c000000
[ 23.360] LinBytesPerScanLine: 4608
[ 23.360] BnkNumberOfImagePages: 2
[ 23.360] LinNumberOfImagePages: 2
[ 23.360] LinRedMaskSize: 8
[ 23.360] LinRedFieldPosition: 16
[ 23.360] LinGreenMaskSize: 8
[ 23.360] LinGreenFieldPosition: 8
[ 23.360] LinBlueMaskSize: 8
[ 23.360] LinBlueFieldPosition: 0
[ 23.360] LinRsvdMaskSize: 8
[ 23.360] LinRsvdFieldPosition: 24
[ 23.360] MaxPixelClock: 1000000
[ 23.360]
[ 23.360] (II) VESA(0): Total Memory: 240 64KB banks (15360kB)
[ 23.360] (II) VESA(0): Generic Monitor: Using hsync range of 30.00-83.00 kHz
[ 23.360] (II) VESA(0): Generic Monitor: Using vrefresh range of 56.00-76.00 Hz
[ 23.360] (II) VESA(0): Generic Monitor: Using maximum pixel clock of 145.00 MHz
[ 23.361] (II) VESA(0): Not using built-in mode "512x384" (no mode of this name)
[ 23.361] (II) VESA(0): Not using built-in mode "400x300" (no mode of this name)
[ 23.361] (II) VESA(0): Not using built-in mode "320x240" (no mode of this name)
[ 23.361] (--) VESA(0): Virtual size is 1280x1024 (pitch 1280)
[ 23.361] (**) VESA(0): *Built-in mode "1280x1024"
[ 23.361] (**) VESA(0): *Built-in mode "1024x768"
[ 23.361] (**) VESA(0): *Built-in mode "640x480"
[ 23.361] (**) VESA(0): Built-in mode "1152x864"
[ 23.361] (**) VESA(0): Built-in mode "800x600"
[ 23.361] (**) VESA(0): Display dimensions: (380, 300) mm
[ 23.361] (**) VESA(0): DPI set to (85, 86)
[ 23.361] (**) VESA(0): Using "Shadow Framebuffer"
[ 23.361] (II) Loading sub module "shadow"
[ 23.361] (II) LoadModule: "shadow"
[ 23.361] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 23.361] (II) Module shadow: vendor="X.Org Foundation"
[ 23.361] compiled for 1.19.2, module version = 1.1.0
[ 23.361] ABI class: X.Org ANSI C Emulation, version 0.4
[ 23.361] (II) Loading sub module "fb"
[ 23.361] (II) LoadModule: "fb"
[ 23.361] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 23.362] (II) Module fb: vendor="X.Org Foundation"
[ 23.362] compiled for 1.19.2, module version = 1.0.0
[ 23.362] ABI class: X.Org ANSI C Emulation, version 0.4
[ 23.362] (==) Depth 24 pixmap format is 32 bpp
[ 23.362] (II) Loading sub module "int10"
[ 23.362] (II) LoadModule: "int10"
[ 23.362] (II) Loading /usr/lib/xorg/modules/libint10.so
[ 23.362] (II) Module int10: vendor="X.Org Foundation"
[ 23.362] compiled for 1.19.2, module version = 1.0.0
[ 23.362] ABI class: X.Org Video Driver, version 23.0
[ 23.362] (II) VESA(0): initializing int10
[ 23.366] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[ 23.367] (II) VESA(0): VESA BIOS detected
[ 23.367] (II) VESA(0): VESA VBE Version 3.0
[ 23.367] (II) VESA(0): VESA VBE Total Mem: 15360 kB
[ 23.367] (II) VESA(0): VESA VBE OEM: ASPEED
[ 23.367] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[ 23.367] (II) VESA(0): VESA VBE OEM Vendor: ASPEED Technology, Inc.
[ 23.367] (II) VESA(0): VESA VBE OEM Product: AST GPU
[ 23.367] (II) VESA(0): VESA VBE OEM Product Rev: 1.03.01
[ 23.368] (II) VESA(0): virtual address = 0x7f072f227000,
physical address = 0x9c000000, size = 15728640
[ 23.398] (II) VESA(0): Setting up VESA Mode 0x123 (1280x1024)
[ 23.426] (==) VESA(0): Default visual is TrueColor
[ 23.427] (==) VESA(0): Backing store enabled
[ 23.427] (**) VESA(0): DPMS enabled
[ 23.428] (==) RandR enabled
[ 23.430] (II) SELinux: Disabled on system
[ 23.430] (II) AIGLX: Screen 0 is not DRI2 capable
[ 23.431] (EE) AIGLX: reverting to software rendering
[ 23.812] (II) IGLX: enabled GLX_MESA_copy_sub_buffer
[ 23.813] (II) IGLX: Loaded and initialized swrast
[ 23.813] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 24.123] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 24.123] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 24.123] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 24.123] (II) LoadModule: "libinput"
[ 24.123] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 24.166] (II) Module libinput: vendor="X.Org Foundation"
[ 24.166] compiled for 1.19.0, module version = 0.23.0
[ 24.166] Module class: X.Org XInput Driver
[ 24.166] ABI class: X.Org XInput driver, version 24.1
[ 24.166] (II) Using input driver 'libinput' for 'Power Button'
[ 24.166] (**) Power Button: always reports core events
[ 24.166] (**) Option "Device" "/dev/input/event4"
[ 24.166] (**) Option "_source" "server/udev"
[ 24.166] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[ 24.166] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[ 24.184] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[ 24.184] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 24.184] (**) Option "xkb_model" "pc105"
[ 24.184] (**) Option "xkb_layout" "us"
[ 24.185] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[ 24.185] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[ 24.186] (II) config/udev: Adding input device USB CAT5 (/dev/input/event0)
[ 24.186] (**) USB CAT5: Applying InputClass "evdev keyboard catchall"
[ 24.186] (**) USB CAT5: Applying InputClass "libinput keyboard catchall"
[ 24.186] (II) Using input driver 'libinput' for 'USB CAT5'
[ 24.186] (**) USB CAT5: always reports core events
[ 24.186] (**) Option "Device" "/dev/input/event0"
[ 24.186] (**) Option "_source" "server/udev"
[ 24.187] (II) input device 'USB CAT5', /dev/input/event0 is tagged by udev as: Keyboard
[ 24.187] (II) input device 'USB CAT5', /dev/input/event0 is a keyboard
[ 24.224] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.0/0003:0D3D:0040.0001/input/input0/event0"
[ 24.224] (II) XINPUT: Adding extended input device "USB CAT5" (type: KEYBOARD, id 7)
[ 24.224] (**) Option "xkb_model" "pc105"
[ 24.224] (**) Option "xkb_layout" "us"
[ 24.225] (II) input device 'USB CAT5', /dev/input/event0 is tagged by udev as: Keyboard
[ 24.225] (II) input device 'USB CAT5', /dev/input/event0 is a keyboard
[ 24.226] (II) config/udev: Adding input device USB CAT5 (/dev/input/event1)
[ 24.226] (**) USB CAT5: Applying InputClass "evdev pointer catchall"
[ 24.226] (**) USB CAT5: Applying InputClass "libinput pointer catchall"
[ 24.226] (II) Using input driver 'libinput' for 'USB CAT5'
[ 24.226] (**) USB CAT5: always reports core events
[ 24.226] (**) Option "Device" "/dev/input/event1"
[ 24.226] (**) Option "_source" "server/udev"
[ 24.284] (II) input device 'USB CAT5', /dev/input/event1 is tagged by udev as: Mouse
[ 24.284] (II) input device 'USB CAT5', /dev/input/event1 is a pointer caps
[ 24.324] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.1/0003:0D3D:0040.0002/input/input1/event1"
[ 24.324] (II) XINPUT: Adding extended input device "USB CAT5" (type: MOUSE, id 8)
[ 24.324] (**) Option "AccelerationScheme" "none"
[ 24.324] (**) USB CAT5: (accel) selected scheme none/0
[ 24.324] (**) USB CAT5: (accel) acceleration factor: 2.000
[ 24.324] (**) USB CAT5: (accel) acceleration threshold: 4
[ 24.384] (II) input device 'USB CAT5', /dev/input/event1 is tagged by udev as: Mouse
[ 24.384] (II) input device 'USB CAT5', /dev/input/event1 is a pointer caps
[ 24.385] (II) config/udev: Adding input device USB CAT5 (/dev/input/mouse0)
[ 24.385] (II) No input driver specified, ignoring this device.
[ 24.385] (II) This device may have been added with another device file.
[ 24.386] (II) config/udev: Adding input device HID 0557:2419 (/dev/input/event2)
[ 24.386] (**) HID 0557:2419: Applying InputClass "evdev keyboard catchall"
[ 24.386] (**) HID 0557:2419: Applying InputClass "libinput keyboard catchall"
[ 24.386] (II) Using input driver 'libinput' for 'HID 0557:2419'
[ 24.386] (**) HID 0557:2419: always reports core events
[ 24.386] (**) Option "Device" "/dev/input/event2"
[ 24.386] (**) Option "_source" "server/udev"
[ 24.387] (II) input device 'HID 0557:2419', /dev/input/event2 is tagged by udev as: Keyboard
[ 24.387] (II) input device 'HID 0557:2419', /dev/input/event2 is a keyboard
[ 24.424] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.1/1-7.1:1.0/0003:0557:2419.0003/input/input2/event2"
[ 24.424] (II) XINPUT: Adding extended input device "HID 0557:2419" (type: KEYBOARD, id 9)
[ 24.424] (**) Option "xkb_model" "pc105"
[ 24.424] (**) Option "xkb_layout" "us"
[ 24.425] (II) input device 'HID 0557:2419', /dev/input/event2 is tagged by udev as: Keyboard
[ 24.425] (II) input device 'HID 0557:2419', /dev/input/event2 is a keyboard
[ 24.426] (II) config/udev: Adding input device HID 0557:2419 (/dev/input/event3)
[ 24.426] (**) HID 0557:2419: Applying InputClass "evdev pointer catchall"
[ 24.426] (**) HID 0557:2419: Applying InputClass "libinput pointer catchall"
[ 24.426] (II) Using input driver 'libinput' for 'HID 0557:2419'
[ 24.426] (**) HID 0557:2419: always reports core events
[ 24.426] (**) Option "Device" "/dev/input/event3"
[ 24.426] (**) Option "_source" "server/udev"
[ 24.484] (II) input device 'HID 0557:2419', /dev/input/event3 is tagged by udev as: Mouse
[ 24.484] (II) input device 'HID 0557:2419', /dev/input/event3 is a pointer caps
[ 24.524] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.1/1-7.1:1.1/0003:0557:2419.0004/input/input3/event3"
[ 24.524] (II) XINPUT: Adding extended input device "HID 0557:2419" (type: MOUSE, id 10)
[ 24.524] (**) Option "AccelerationScheme" "none"
[ 24.524] (**) HID 0557:2419: (accel) selected scheme none/0
[ 24.524] (**) HID 0557:2419: (accel) acceleration factor: 2.000
[ 24.524] (**) HID 0557:2419: (accel) acceleration threshold: 4
[ 24.584] (II) input device 'HID 0557:2419', /dev/input/event3 is tagged by udev as: Mouse
[ 24.584] (II) input device 'HID 0557:2419', /dev/input/event3 is a pointer caps
[ 24.585] (II) config/udev: Adding input device HID 0557:2419 (/dev/input/js0)
[ 24.585] (II) No input driver specified, ignoring this device.
[ 24.585] (II) This device may have been added with another device file.
[ 24.586] (II) config/udev: Adding input device HID 0557:2419 (/dev/input/mouse1)
[ 24.586] (II) No input driver specified, ignoring this device.
[ 24.586] (II) This device may have been added with another device file.
[ 24.587] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event6)
[ 24.587] (II) No input driver specified, ignoring this device.
[ 24.587] (II) This device may have been added with another device file.
[ 24.587] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event7)
[ 24.587] (II) No input driver specified, ignoring this device.
[ 24.587] (II) This device may have been added with another device file.
[ 24.588] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
[ 24.588] (II) No input driver specified, ignoring this device.
[ 24.588] (II) This device may have been added with another device file.
[ 24.588] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event15)
[ 24.588] (II) No input driver specified, ignoring this device.
[ 24.588] (II) This device may have been added with another device file.
[ 24.589] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[ 24.589] (II) No input driver specified, ignoring this device.
[ 24.589] (II) This device may have been added with another device file.
[ 24.589] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event13)
[ 24.589] (II) No input driver specified, ignoring this device.
[ 24.590] (II) This device may have been added with another device file.
[ 24.590] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event8)
[ 24.590] (II) No input driver specified, ignoring this device.
[ 24.590] (II) This device may have been added with another device file.
[ 24.591] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event9)
[ 24.591] (II) No input driver specified, ignoring this device.
[ 24.591] (II) This device may have been added with another device file.
[ 24.591] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event10)
[ 24.591] (II) No input driver specified, ignoring this device.
[ 24.591] (II) This device may have been added with another device file.
[ 24.592] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event11)
[ 24.592] (II) No input driver specified, ignoring this device.
[ 24.592] (II) This device may have been added with another device file.
[ 24.592] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[ 24.592] (II) No input driver specified, ignoring this device.
[ 24.592] (II) This device may have been added with another device file.
^^^^^^^^^^ /var/log/Xorg.0.log ^^^^^^^^^^
<<<<<<<<<< /var/log/Xorg.0.log.old >>>>>>>>>>
[ 22.274]
X.Org X Server 1.19.2
Release Date: 2017-03-02
[ 22.274] X Protocol Version 11, Revision 0
[ 22.274] Build Operating System: Linux 4.9.0-8-amd64 x86_64 Debian
[ 22.274] Current Operating System: Linux albona.maths.usyd.edu.au 4.9.168-pk09.30-amd64 #1 SMP Sun Jul 21 08:03:50 AEST 2019 x86_64
[ 22.274] Kernel command line: BOOT_IMAGE=Linux_pcie_off ro root=801 pcie_port_pm=off
[ 22.274] Build Date: 03 November 2018 03:09:11AM
[ 22.274] xorg-server 2:1.19.2-1+deb9u5 (https://www.debian.org/support)
[ 22.274] Current version of pixman: 0.34.0
[ 22.274] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 22.274] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 22.274] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jul 26 12:41:58 2019
[ 22.303] (==) Using config file: "/etc/X11/xorg.conf"
[ 22.303] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 22.345] (==) ServerLayout "Generic Layout"
[ 22.345] (**) |-->Screen "Generic Screen" (0)
[ 22.345] (**) | |-->Monitor "Generic Monitor"
[ 22.346] (**) | |-->Device "Generic Video Card"
[ 22.346] (**) |-->Input Device "Generic Keyboard"
[ 22.346] (**) |-->Input Device "Generic Mouse"
[ 22.346] (==) Automatically adding devices
[ 22.346] (==) Automatically enabling devices
[ 22.346] (==) Automatically adding GPU devices
[ 22.346] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 22.373] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 22.373] Entry deleted from font path.
[ 22.383] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 22.383] Entry deleted from font path.
[ 22.383] (**) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins
[ 22.383] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 22.383] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 22.383] (WW) Disabling Generic Keyboard
[ 22.383] (WW) Disabling Generic Mouse
[ 22.383] (II) Loader magic: 0x561d368cae00
[ 22.383] (II) Module ABI versions:
[ 22.383] X.Org ANSI C Emulation: 0.4
[ 22.383] X.Org Video Driver: 23.0
[ 22.383] X.Org XInput driver : 24.1
[ 22.383] X.Org Server Extension : 10.0
[ 22.384] (++) using VT number 7
[ 22.384] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 22.394] (--) PCI:*(0:5:0:0) 1a03:2000:15d9:096d rev 65, Mem @ 0x9c000000/16777216, 0x9d000000/131072, I/O @ 0x00003000/128, BIOS @ 0x????????/131072
[ 22.394] (--) PCI: (0:94:0:0) 10de:1e07:1458:37ac rev 161, Mem @ 0xc4000000/16777216, 0x38ffe0000000/268435456, 0x38fff0000000/33554432, I/O @ 0x00009000/128, BIOS @ 0x????????/524288
[ 22.394] (--) PCI: (0:134:0:0) 10de:1e07:1458:37ac rev 161, Mem @ 0xdf000000/16777216, 0x397fe0000000/268435456, 0x397ff0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
[ 22.394] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 22.394] (II) LoadModule: "dbe"
[ 22.394] (II) Module "dbe" already built-in
[ 22.394] (II) LoadModule: "ddc"
[ 22.394] (II) Module "ddc" already built-in
[ 22.395] (II) LoadModule: "dri"
[ 22.395] (II) Module "dri" already built-in
[ 22.395] (II) LoadModule: "extmod"
[ 22.395] (II) Module "extmod" already built-in
[ 22.395] (II) LoadModule: "glx"
[ 22.423] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[ 22.636] (II) Module glx: vendor="NVIDIA Corporation"
[ 22.636] compiled for 4.0.2, module version = 1.0.0
[ 22.636] Module class: X.Org Server Extension
[ 22.637] (II) NVIDIA GLX Module 390.116 Sun Jan 27 06:24:32 PST 2019
[ 22.637] (II) LoadModule: "int10"
[ 22.637] (II) Loading /usr/lib/xorg/modules/libint10.so
[ 22.638] (II) Module int10: vendor="X.Org Foundation"
[ 22.638] compiled for 1.19.2, module version = 1.0.0
[ 22.638] ABI class: X.Org Video Driver, version 23.0
[ 22.638] (II) LoadModule: "record"
[ 22.638] (II) Module "record" already built-in
[ 22.638] (II) LoadModule: "vbe"
[ 22.677] (II) Loading /usr/lib/xorg/modules/libvbe.so
[ 22.677] (II) Module vbe: vendor="X.Org Foundation"
[ 22.677] compiled for 1.19.2, module version = 1.1.0
[ 22.677] ABI class: X.Org Video Driver, version 23.0
[ 22.677] (II) LoadModule: "vesa"
[ 22.686] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 22.692] (II) Module vesa: vendor="X.Org Foundation"
[ 22.692] compiled for 1.19.0, module version = 2.3.4
[ 22.692] Module class: X.Org Video Driver
[ 22.692] ABI class: X.Org Video Driver, version 23.0
[ 22.692] (II) VESA: driver for VESA chipsets: vesa
[ 22.692] (WW) xf86OpenConsole: setpgid failed: Operation not permitted
[ 22.692] (WW) xf86OpenConsole: setsid failed: Operation not permitted
[ 22.700] (II) Loading sub module "vbe"
[ 22.700] (II) LoadModule: "vbe"
[ 22.700] (II) Loading /usr/lib/xorg/modules/libvbe.so
[ 22.700] (II) Module vbe: vendor="X.Org Foundation"
[ 22.700] compiled for 1.19.2, module version = 1.1.0
[ 22.700] ABI class: X.Org Video Driver, version 23.0
[ 22.700] (II) Loading sub module "int10"
[ 22.700] (II) LoadModule: "int10"
[ 22.700] (II) Loading /usr/lib/xorg/modules/libint10.so
[ 22.700] (II) Module int10: vendor="X.Org Foundation"
[ 22.700] compiled for 1.19.2, module version = 1.0.0
[ 22.700] ABI class: X.Org Video Driver, version 23.0
[ 22.700] (II) VESA(0): initializing int10
[ 22.711] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[ 22.712] (II) VESA(0): VESA BIOS detected
[ 22.712] (II) VESA(0): VESA VBE Version 3.0
[ 22.712] (II) VESA(0): VESA VBE Total Mem: 15360 kB
[ 22.712] (II) VESA(0): VESA VBE OEM: ASPEED
[ 22.712] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[ 22.712] (II) VESA(0): VESA VBE OEM Vendor: ASPEED Technology, Inc.
[ 22.712] (II) VESA(0): VESA VBE OEM Product: AST GPU
[ 22.712] (II) VESA(0): VESA VBE OEM Product Rev: 1.03.01
[ 22.769] (**) VESA(0): Depth 24, (--) framebuffer bpp 32
[ 22.769] (==) VESA(0): RGB weight 888
[ 22.769] (==) VESA(0): Default visual is TrueColor
[ 22.769] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 22.769] (II) Loading sub module "ddc"
[ 22.769] (II) LoadModule: "ddc"
[ 22.769] (II) Module "ddc" already built-in
[ 22.875] (II) VESA(0): VESA VBE DDC supported
[ 22.875] (II) VESA(0): VESA VBE DDC Level 2
[ 22.875] (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
[ 23.655] (II) VESA(0): VESA VBE DDC read successfully
[ 23.655] (II) VESA(0): Manufacturer: DEL Model: 4047 Serial#: 860305740
[ 23.655] (II) VESA(0): Year: 2009 Week: 15
[ 23.655] (II) VESA(0): EDID Version: 1.3
[ 23.655] (II) VESA(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
[ 23.655] (II) VESA(0): Sync: Separate Composite SyncOnGreen
[ 23.655] (II) VESA(0): Max Image Size [cm]: horiz.: 38 vert.: 30
[ 23.655] (II) VESA(0): Gamma: 2.20
[ 23.655] (II) VESA(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[ 23.655] (II) VESA(0): Default color space is primary color space
[ 23.655] (II) VESA(0): First detailed timing is preferred mode
[ 23.655] (II) VESA(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
[ 23.655] (II) VESA(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329
[ 23.655] (II) VESA(0): Supported established timings:
[ 23.655] (II) VESA(0): 720x400 at 70Hz
[ 23.655] (II) VESA(0): 640x480 at 60Hz
[ 23.655] (II) VESA(0): 640x480 at 75Hz
[ 23.655] (II) VESA(0): 800x600 at 60Hz
[ 23.655] (II) VESA(0): 800x600 at 75Hz
[ 23.655] (II) VESA(0): 1024x768 at 60Hz
[ 23.655] (II) VESA(0): 1024x768 at 75Hz
[ 23.655] (II) VESA(0): 1280x1024 at 75Hz
[ 23.655] (II) VESA(0): Manufacturer's mask: 0
[ 23.655] (II) VESA(0): Supported standard timings:
[ 23.655] (II) VESA(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 23.655] (II) VESA(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 23.655] (II) VESA(0): Supported detailed timing:
[ 23.655] (II) VESA(0): clock: 108.0 MHz Image Size: 376 x 301 mm
[ 23.655] (II) VESA(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
[ 23.655] (II) VESA(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
[ 23.655] (II) VESA(0): Serial No: D326J9463G9L
[ 23.655] (II) VESA(0): Monitor name: DEL 1908FPBLK
[ 23.655] (II) VESA(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 81 kHz, PixClock max 145 MHz
[ 23.655] (II) VESA(0): EDID (in hex):
[ 23.655] (II) VESA(0): 00ffffffffffff0010ac47404c394733
[ 23.655] (II) VESA(0): 0f1301030e261e78eeee91a3544c9926
[ 23.655] (II) VESA(0): 0f5054a54b00714f8180010101010101
[ 23.655] (II) VESA(0): 010101010101302a009851002a403070
[ 23.655] (II) VESA(0): 1300782d1100001e000000ff00443332
[ 23.655] (II) VESA(0): 364a3934363347394c0a000000fc0044
[ 23.655] (II) VESA(0): 454c20313930384650424c4b000000fd
[ 23.655] (II) VESA(0): 00384c1e510e000a20202020202000f3
[ 23.655] (II) VESA(0): EDID vendor "DEL", prod id 16455
[ 23.655] (II) VESA(0): Using hsync ranges from config file
[ 23.655] (II) VESA(0): Using vrefresh ranges from config file
[ 23.655] (II) VESA(0): Printing DDC gathered Modelines:
[ 23.655] (II) VESA(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[ 23.655] (II) VESA(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 23.655] (II) VESA(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 23.655] (II) VESA(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 23.655] (II) VESA(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 23.655] (II) VESA(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 23.655] (II) VESA(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 23.655] (II) VESA(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 23.655] (II) VESA(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 23.655] (II) VESA(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 23.655] (II) VESA(0): Searching for matching VESA mode(s):
[ 23.656] Mode: 101 (640x480)
[ 23.656] ModeAttributes: 0x9f
[ 23.656] WinAAttributes: 0x7
[ 23.656] WinBAttributes: 0x0
[ 23.656] WinGranularity: 64
[ 23.656] WinSize: 64
[ 23.656] WinASegment: 0xa000
[ 23.656] WinBSegment: 0xa000
[ 23.656] WinFuncPtr: 0xc0001fe1
[ 23.656] BytesPerScanline: 640
[ 23.656] XResolution: 640
[ 23.656] YResolution: 480
[ 23.656] XCharSize: 8
[ 23.656] YCharSize: 16
[ 23.656] NumberOfPlanes: 1
[ 23.656] BitsPerPixel: 8
[ 23.656] NumberOfBanks: 1
[ 23.656] MemoryModel: 4
[ 23.656] BankSize: 0
[ 23.656] NumberOfImages: 47
[ 23.656] RedMaskSize: 0
[ 23.656] RedFieldPosition: 0
[ 23.656] GreenMaskSize: 0
[ 23.656] GreenFieldPosition: 0
[ 23.656] BlueMaskSize: 0
[ 23.656] BlueFieldPosition: 0
[ 23.656] RsvdMaskSize: 0
[ 23.656] RsvdFieldPosition: 0
[ 23.656] DirectColorModeInfo: 0
[ 23.656] PhysBasePtr: 0x9c000000
[ 23.656] LinBytesPerScanLine: 640
[ 23.656] BnkNumberOfImagePages: 47
[ 23.656] LinNumberOfImagePages: 47
[ 23.656] LinRedMaskSize: 0
[ 23.656] LinRedFieldPosition: 0
[ 23.656] LinGreenMaskSize: 0
[ 23.656] LinGreenFieldPosition: 0
[ 23.656] LinBlueMaskSize: 0
[ 23.656] LinBlueFieldPosition: 0
[ 23.656] LinRsvdMaskSize: 0
[ 23.656] LinRsvdFieldPosition: 0
[ 23.656] MaxPixelClock: 1000000
[ 23.656] Mode: 102 (800x600)
[ 23.656] ModeAttributes: 0x1f
[ 23.656] WinAAttributes: 0x7
[ 23.656] WinBAttributes: 0x0
[ 23.656] WinGranularity: 64
[ 23.656] WinSize: 64
[ 23.656] WinASegment: 0xa000
[ 23.656] WinBSegment: 0xa000
[ 23.656] WinFuncPtr: 0xc0001fe1
[ 23.656] BytesPerScanline: 100
[ 23.656] XResolution: 800
[ 23.656] YResolution: 600
[ 23.656] XCharSize: 8
[ 23.656] YCharSize: 16
[ 23.656] NumberOfPlanes: 4
[ 23.656] BitsPerPixel: 4
[ 23.656] NumberOfBanks: 1
[ 23.656] MemoryModel: 3
[ 23.656] BankSize: 0
[ 23.656] NumberOfImages: 0
[ 23.656] RedMaskSize: 0
[ 23.656] RedFieldPosition: 0
[ 23.656] GreenMaskSize: 0
[ 23.656] GreenFieldPosition: 0
[ 23.656] BlueMaskSize: 0
[ 23.656] BlueFieldPosition: 0
[ 23.656] RsvdMaskSize: 0
[ 23.656] RsvdFieldPosition: 0
[ 23.656] DirectColorModeInfo: 0
[ 23.656] PhysBasePtr: 0x9c000000
[ 23.656] LinBytesPerScanLine: 100
[ 23.656] BnkNumberOfImagePages: 0
[ 23.656] LinNumberOfImagePages: 0
[ 23.656] LinRedMaskSize: 0
[ 23.656] LinRedFieldPosition: 0
[ 23.656] LinGreenMaskSize: 0
[ 23.656] LinGreenFieldPosition: 0
[ 23.656] LinBlueMaskSize: 0
[ 23.656] LinBlueFieldPosition: 0
[ 23.656] LinRsvdMaskSize: 0
[ 23.656] LinRsvdFieldPosition: 0
[ 23.656] MaxPixelClock: 1000000
[ 23.657] Mode: 103 (800x600)
[ 23.657] ModeAttributes: 0x9f
[ 23.657] WinAAttributes: 0x7
[ 23.657] WinBAttributes: 0x0
[ 23.657] WinGranularity: 64
[ 23.657] WinSize: 64
[ 23.657] WinASegment: 0xa000
[ 23.657] WinBSegment: 0xa000
[ 23.657] WinFuncPtr: 0xc0001fe1
[ 23.657] BytesPerScanline: 800
[ 23.657] XResolution: 800
[ 23.657] YResolution: 600
[ 23.657] XCharSize: 8
[ 23.657] YCharSize: 16
[ 23.657] NumberOfPlanes: 1
[ 23.657] BitsPerPixel: 8
[ 23.657] NumberOfBanks: 1
[ 23.657] MemoryModel: 4
[ 23.657] BankSize: 0
[ 23.657] NumberOfImages: 29
[ 23.657] RedMaskSize: 0
[ 23.657] RedFieldPosition: 0
[ 23.657] GreenMaskSize: 0
[ 23.657] GreenFieldPosition: 0
[ 23.657] BlueMaskSize: 0
[ 23.657] BlueFieldPosition: 0
[ 23.657] RsvdMaskSize: 0
[ 23.657] RsvdFieldPosition: 0
[ 23.657] DirectColorModeInfo: 0
[ 23.657] PhysBasePtr: 0x9c000000
[ 23.657] LinBytesPerScanLine: 800
[ 23.657] BnkNumberOfImagePages: 29
[ 23.657] LinNumberOfImagePages: 29
[ 23.657] LinRedMaskSize: 0
[ 23.657] LinRedFieldPosition: 0
[ 23.657] LinGreenMaskSize: 0
[ 23.657] LinGreenFieldPosition: 0
[ 23.657] LinBlueMaskSize: 0
[ 23.657] LinBlueFieldPosition: 0
[ 23.657] LinRsvdMaskSize: 0
[ 23.657] LinRsvdFieldPosition: 0
[ 23.657] MaxPixelClock: 1000000
[ 23.658] Mode: 105 (1024x768)
[ 23.658] ModeAttributes: 0x9f
[ 23.658] WinAAttributes: 0x7
[ 23.658] WinBAttributes: 0x0
[ 23.658] WinGranularity: 64
[ 23.658] WinSize: 64
[ 23.658] WinASegment: 0xa000
[ 23.658] WinBSegment: 0xa000
[ 23.658] WinFuncPtr: 0xc0001fe1
[ 23.658] BytesPerScanline: 1024
[ 23.658] XResolution: 1024
[ 23.658] YResolution: 768
[ 23.658] XCharSize: 8
[ 23.658] YCharSize: 16
[ 23.658] NumberOfPlanes: 1
[ 23.658] BitsPerPixel: 8
[ 23.658] NumberOfBanks: 1
[ 23.658] MemoryModel: 4
[ 23.658] BankSize: 0
[ 23.658] NumberOfImages: 19
[ 23.658] RedMaskSize: 0
[ 23.658] RedFieldPosition: 0
[ 23.658] GreenMaskSize: 0
[ 23.658] GreenFieldPosition: 0
[ 23.658] BlueMaskSize: 0
[ 23.658] BlueFieldPosition: 0
[ 23.658] RsvdMaskSize: 0
[ 23.658] RsvdFieldPosition: 0
[ 23.658] DirectColorModeInfo: 0
[ 23.658] PhysBasePtr: 0x9c000000
[ 23.658] LinBytesPerScanLine: 1024
[ 23.658] BnkNumberOfImagePages: 19
[ 23.658] LinNumberOfImagePages: 19
[ 23.658] LinRedMaskSize: 0
[ 23.658] LinRedFieldPosition: 0
[ 23.658] LinGreenMaskSize: 0
[ 23.658] LinGreenFieldPosition: 0
[ 23.658] LinBlueMaskSize: 0
[ 23.658] LinBlueFieldPosition: 0
[ 23.658] LinRsvdMaskSize: 0
[ 23.658] LinRsvdFieldPosition: 0
[ 23.658] MaxPixelClock: 1000000
[ 23.659] Mode: 110 (640x480)
[ 23.659] ModeAttributes: 0x9b
[ 23.659] WinAAttributes: 0x7
[ 23.659] WinBAttributes: 0x0
[ 23.659] WinGranularity: 64
[ 23.659] WinSize: 64
[ 23.659] WinASegment: 0xa000
[ 23.659] WinBSegment: 0xa000
[ 23.659] WinFuncPtr: 0xc0001fe1
[ 23.659] BytesPerScanline: 1280
[ 23.659] XResolution: 640
[ 23.659] YResolution: 480
[ 23.659] XCharSize: 8
[ 23.659] YCharSize: 16
[ 23.659] NumberOfPlanes: 1
[ 23.659] BitsPerPixel: 15
[ 23.659] NumberOfBanks: 1
[ 23.659] MemoryModel: 6
[ 23.659] BankSize: 0
[ 23.659] NumberOfImages: 23
[ 23.659] RedMaskSize: 5
[ 23.659] RedFieldPosition: 10
[ 23.659] GreenMaskSize: 5
[ 23.659] GreenFieldPosition: 5
[ 23.659] BlueMaskSize: 5
[ 23.659] BlueFieldPosition: 0
[ 23.659] RsvdMaskSize: 0
[ 23.659] RsvdFieldPosition: 0
[ 23.659] DirectColorModeInfo: 0
[ 23.659] PhysBasePtr: 0x9c000000
[ 23.659] LinBytesPerScanLine: 1280
[ 23.659] BnkNumberOfImagePages: 23
[ 23.659] LinNumberOfImagePages: 23
[ 23.659] LinRedMaskSize: 5
[ 23.659] LinRedFieldPosition: 10
[ 23.659] LinGreenMaskSize: 5
[ 23.659] LinGreenFieldPosition: 5
[ 23.659] LinBlueMaskSize: 5
[ 23.659] LinBlueFieldPosition: 0
[ 23.659] LinRsvdMaskSize: 0
[ 23.659] LinRsvdFieldPosition: 0
[ 23.659] MaxPixelClock: 1000000
[ 23.659] Mode: 111 (640x480)
[ 23.659] ModeAttributes: 0x9b
[ 23.659] WinAAttributes: 0x7
[ 23.659] WinBAttributes: 0x0
[ 23.659] WinGranularity: 64
[ 23.659] WinSize: 64
[ 23.659] WinASegment: 0xa000
[ 23.659] WinBSegment: 0xa000
[ 23.659] WinFuncPtr: 0xc0001fe1
[ 23.659] BytesPerScanline: 1280
[ 23.659] XResolution: 640
[ 23.659] YResolution: 480
[ 23.659] XCharSize: 8
[ 23.659] YCharSize: 16
[ 23.659] NumberOfPlanes: 1
[ 23.659] BitsPerPixel: 16
[ 23.659] NumberOfBanks: 1
[ 23.659] MemoryModel: 6
[ 23.659] BankSize: 0
[ 23.659] NumberOfImages: 23
[ 23.660] RedMaskSize: 5
[ 23.660] RedFieldPosition: 11
[ 23.660] GreenMaskSize: 6
[ 23.660] GreenFieldPosition: 5
[ 23.660] BlueMaskSize: 5
[ 23.660] BlueFieldPosition: 0
[ 23.660] RsvdMaskSize: 0
[ 23.660] RsvdFieldPosition: 0
[ 23.660] DirectColorModeInfo: 0
[ 23.660] PhysBasePtr: 0x9c000000
[ 23.660] LinBytesPerScanLine: 1280
[ 23.660] BnkNumberOfImagePages: 23
[ 23.660] LinNumberOfImagePages: 23
[ 23.660] LinRedMaskSize: 5
[ 23.660] LinRedFieldPosition: 11
[ 23.660] LinGreenMaskSize: 6
[ 23.660] LinGreenFieldPosition: 5
[ 23.660] LinBlueMaskSize: 5
[ 23.660] LinBlueFieldPosition: 0
[ 23.660] LinRsvdMaskSize: 0
[ 23.660] LinRsvdFieldPosition: 0
[ 23.660] MaxPixelClock: 1000000
[ 23.660] Mode: 113 (800x600)
[ 23.660] ModeAttributes: 0x9b
[ 23.660] WinAAttributes: 0x7
[ 23.660] WinBAttributes: 0x0
[ 23.660] WinGranularity: 64
[ 23.660] WinSize: 64
[ 23.660] WinASegment: 0xa000
[ 23.660] WinBSegment: 0xa000
[ 23.660] WinFuncPtr: 0xc0001fe1
[ 23.660] BytesPerScanline: 1600
[ 23.660] XResolution: 800
[ 23.660] YResolution: 600
[ 23.660] XCharSize: 8
[ 23.660] YCharSize: 16
[ 23.660] NumberOfPlanes: 1
[ 23.660] BitsPerPixel: 15
[ 23.660] NumberOfBanks: 1
[ 23.660] MemoryModel: 6
[ 23.660] BankSize: 0
[ 23.660] NumberOfImages: 15
[ 23.660] RedMaskSize: 5
[ 23.660] RedFieldPosition: 10
[ 23.660] GreenMaskSize: 5
[ 23.660] GreenFieldPosition: 5
[ 23.660] BlueMaskSize: 5
[ 23.660] BlueFieldPosition: 0
[ 23.660] RsvdMaskSize: 0
[ 23.660] RsvdFieldPosition: 0
[ 23.660] DirectColorModeInfo: 0
[ 23.660] PhysBasePtr: 0x9c000000
[ 23.660] LinBytesPerScanLine: 1600
[ 23.660] BnkNumberOfImagePages: 15
[ 23.660] LinNumberOfImagePages: 15
[ 23.660] LinRedMaskSize: 5
[ 23.660] LinRedFieldPosition: 10
[ 23.660] LinGreenMaskSize: 5
[ 23.660] LinGreenFieldPosition: 5
[ 23.660] LinBlueMaskSize: 5
[ 23.660] LinBlueFieldPosition: 0
[ 23.660] LinRsvdMaskSize: 0
[ 23.660] LinRsvdFieldPosition: 0
[ 23.660] MaxPixelClock: 1000000
[ 23.661] Mode: 114 (800x600)
[ 23.661] ModeAttributes: 0x9b
[ 23.661] WinAAttributes: 0x7
[ 23.661] WinBAttributes: 0x0
[ 23.661] WinGranularity: 64
[ 23.661] WinSize: 64
[ 23.661] WinASegment: 0xa000
[ 23.661] WinBSegment: 0xa000
[ 23.661] WinFuncPtr: 0xc0001fe1
[ 23.661] BytesPerScanline: 1600
[ 23.661] XResolution: 800
[ 23.661] YResolution: 600
[ 23.661] XCharSize: 8
[ 23.661] YCharSize: 16
[ 23.661] NumberOfPlanes: 1
[ 23.661] BitsPerPixel: 16
[ 23.661] NumberOfBanks: 1
[ 23.661] MemoryModel: 6
[ 23.661] BankSize: 0
[ 23.661] NumberOfImages: 15
[ 23.661] RedMaskSize: 5
[ 23.661] RedFieldPosition: 11
[ 23.661] GreenMaskSize: 6
[ 23.661] GreenFieldPosition: 5
[ 23.661] BlueMaskSize: 5
[ 23.661] BlueFieldPosition: 0
[ 23.661] RsvdMaskSize: 0
[ 23.661] RsvdFieldPosition: 0
[ 23.661] DirectColorModeInfo: 0
[ 23.661] PhysBasePtr: 0x9c000000
[ 23.661] LinBytesPerScanLine: 1600
[ 23.661] BnkNumberOfImagePages: 15
[ 23.661] LinNumberOfImagePages: 15
[ 23.661] LinRedMaskSize: 5
[ 23.661] LinRedFieldPosition: 11
[ 23.661] LinGreenMaskSize: 6
[ 23.661] LinGreenFieldPosition: 5
[ 23.661] LinBlueMaskSize: 5
[ 23.661] LinBlueFieldPosition: 0
[ 23.661] LinRsvdMaskSize: 0
[ 23.661] LinRsvdFieldPosition: 0
[ 23.661] MaxPixelClock: 1000000
[ 23.662] Mode: 116 (1024x768)
[ 23.662] ModeAttributes: 0x9b
[ 23.662] WinAAttributes: 0x7
[ 23.662] WinBAttributes: 0x0
[ 23.662] WinGranularity: 64
[ 23.662] WinSize: 64
[ 23.662] WinASegment: 0xa000
[ 23.662] WinBSegment: 0xa000
[ 23.662] WinFuncPtr: 0xc0001fe1
[ 23.662] BytesPerScanline: 2048
[ 23.662] XResolution: 1024
[ 23.662] YResolution: 768
[ 23.662] XCharSize: 8
[ 23.662] YCharSize: 16
[ 23.662] NumberOfPlanes: 1
[ 23.662] BitsPerPixel: 15
[ 23.662] NumberOfBanks: 1
[ 23.662] MemoryModel: 6
[ 23.662] BankSize: 0
[ 23.662] NumberOfImages: 9
[ 23.662] RedMaskSize: 5
[ 23.662] RedFieldPosition: 10
[ 23.662] GreenMaskSize: 5
[ 23.662] GreenFieldPosition: 5
[ 23.662] BlueMaskSize: 5
[ 23.662] BlueFieldPosition: 0
[ 23.662] RsvdMaskSize: 0
[ 23.662] RsvdFieldPosition: 0
[ 23.662] DirectColorModeInfo: 0
[ 23.662] PhysBasePtr: 0x9c000000
[ 23.662] LinBytesPerScanLine: 2048
[ 23.662] BnkNumberOfImagePages: 9
[ 23.662] LinNumberOfImagePages: 9
[ 23.662] LinRedMaskSize: 5
[ 23.662] LinRedFieldPosition: 10
[ 23.662] LinGreenMaskSize: 5
[ 23.662] LinGreenFieldPosition: 5
[ 23.662] LinBlueMaskSize: 5
[ 23.662] LinBlueFieldPosition: 0
[ 23.662] LinRsvdMaskSize: 0
[ 23.662] LinRsvdFieldPosition: 0
[ 23.662] MaxPixelClock: 1000000
[ 23.663] Mode: 117 (1024x768)
[ 23.663] ModeAttributes: 0x9b
[ 23.663] WinAAttributes: 0x7
[ 23.663] WinBAttributes: 0x0
[ 23.663] WinGranularity: 64
[ 23.663] WinSize: 64
[ 23.663] WinASegment: 0xa000
[ 23.663] WinBSegment: 0xa000
[ 23.663] WinFuncPtr: 0xc0001fe1
[ 23.663] BytesPerScanline: 2048
[ 23.663] XResolution: 1024
[ 23.663] YResolution: 768
[ 23.663] XCharSize: 8
[ 23.663] YCharSize: 16
[ 23.663] NumberOfPlanes: 1
[ 23.663] BitsPerPixel: 16
[ 23.663] NumberOfBanks: 1
[ 23.663] MemoryModel: 6
[ 23.663] BankSize: 0
[ 23.663] NumberOfImages: 9
[ 23.663] RedMaskSize: 5
[ 23.663] RedFieldPosition: 11
[ 23.663] GreenMaskSize: 6
[ 23.663] GreenFieldPosition: 5
[ 23.663] BlueMaskSize: 5
[ 23.663] BlueFieldPosition: 0
[ 23.663] RsvdMaskSize: 0
[ 23.663] RsvdFieldPosition: 0
[ 23.663] DirectColorModeInfo: 0
[ 23.663] PhysBasePtr: 0x9c000000
[ 23.663] LinBytesPerScanLine: 2048
[ 23.663] BnkNumberOfImagePages: 9
[ 23.663] LinNumberOfImagePages: 9
[ 23.663] LinRedMaskSize: 5
[ 23.663] LinRedFieldPosition: 11
[ 23.663] LinGreenMaskSize: 6
[ 23.663] LinGreenFieldPosition: 5
[ 23.663] LinBlueMaskSize: 5
[ 23.663] LinBlueFieldPosition: 0
[ 23.663] LinRsvdMaskSize: 0
[ 23.663] LinRsvdFieldPosition: 0
[ 23.663] MaxPixelClock: 1000000
[ 23.663] Mode: 119 (1280x1024)
[ 23.663] ModeAttributes: 0x9b
[ 23.663] WinAAttributes: 0x7
[ 23.663] WinBAttributes: 0x0
[ 23.663] WinGranularity: 64
[ 23.663] WinSize: 64
[ 23.663] WinASegment: 0xa000
[ 23.663] WinBSegment: 0xa000
[ 23.663] WinFuncPtr: 0xc0001fe1
[ 23.663] BytesPerScanline: 2560
[ 23.663] XResolution: 1280
[ 23.663] YResolution: 1024
[ 23.663] XCharSize: 8
[ 23.663] YCharSize: 16
[ 23.663] NumberOfPlanes: 1
[ 23.663] BitsPerPixel: 15
[ 23.663] NumberOfBanks: 1
[ 23.663] MemoryModel: 6
[ 23.663] BankSize: 0
[ 23.663] NumberOfImages: 5
[ 23.663] RedMaskSize: 5
[ 23.663] RedFieldPosition: 10
[ 23.663] GreenMaskSize: 5
[ 23.663] GreenFieldPosition: 5
[ 23.663] BlueMaskSize: 5
[ 23.663] BlueFieldPosition: 0
[ 23.663] RsvdMaskSize: 0
[ 23.663] RsvdFieldPosition: 0
[ 23.663] DirectColorModeInfo: 0
[ 23.663] PhysBasePtr: 0x9c000000
[ 23.663] LinBytesPerScanLine: 2560
[ 23.663] BnkNumberOfImagePages: 5
[ 23.663] LinNumberOfImagePages: 5
[ 23.663] LinRedMaskSize: 5
[ 23.663] LinRedFieldPosition: 10
[ 23.663] LinGreenMaskSize: 5
[ 23.664] LinGreenFieldPosition: 5
[ 23.664] LinBlueMaskSize: 5
[ 23.664] LinBlueFieldPosition: 0
[ 23.664] LinRsvdMaskSize: 0
[ 23.664] LinRsvdFieldPosition: 0
[ 23.664] MaxPixelClock: 1000000
[ 23.664] Mode: 11a (1280x1024)
[ 23.664] ModeAttributes: 0x9b
[ 23.664] WinAAttributes: 0x7
[ 23.664] WinBAttributes: 0x0
[ 23.664] WinGranularity: 64
[ 23.664] WinSize: 64
[ 23.664] WinASegment: 0xa000
[ 23.664] WinBSegment: 0xa000
[ 23.664] WinFuncPtr: 0xc0001fe1
[ 23.664] BytesPerScanline: 2560
[ 23.664] XResolution: 1280
[ 23.664] YResolution: 1024
[ 23.664] XCharSize: 8
[ 23.664] YCharSize: 16
[ 23.664] NumberOfPlanes: 1
[ 23.664] BitsPerPixel: 16
[ 23.664] NumberOfBanks: 1
[ 23.664] MemoryModel: 6
[ 23.664] BankSize: 0
[ 23.664] NumberOfImages: 5
[ 23.664] RedMaskSize: 5
[ 23.664] RedFieldPosition: 11
[ 23.664] GreenMaskSize: 6
[ 23.664] GreenFieldPosition: 5
[ 23.664] BlueMaskSize: 5
[ 23.664] BlueFieldPosition: 0
[ 23.664] RsvdMaskSize: 0
[ 23.664] RsvdFieldPosition: 0
[ 23.664] DirectColorModeInfo: 0
[ 23.664] PhysBasePtr: 0x9c000000
[ 23.664] LinBytesPerScanLine: 2560
[ 23.664] BnkNumberOfImagePages: 5
[ 23.664] LinNumberOfImagePages: 5
[ 23.664] LinRedMaskSize: 5
[ 23.664] LinRedFieldPosition: 11
[ 23.664] LinGreenMaskSize: 6
[ 23.664] LinGreenFieldPosition: 5
[ 23.664] LinBlueMaskSize: 5
[ 23.664] LinBlueFieldPosition: 0
[ 23.664] LinRsvdMaskSize: 0
[ 23.664] LinRsvdFieldPosition: 0
[ 23.664] MaxPixelClock: 1000000
[ 23.665] *Mode: 120 (640x480)
[ 23.665] ModeAttributes: 0x9b
[ 23.665] WinAAttributes: 0x7
[ 23.665] WinBAttributes: 0x0
[ 23.665] WinGranularity: 64
[ 23.665] WinSize: 64
[ 23.665] WinASegment: 0xa000
[ 23.665] WinBSegment: 0xa000
[ 23.665] WinFuncPtr: 0xc0001fe1
[ 23.665] BytesPerScanline: 2560
[ 23.665] XResolution: 640
[ 23.665] YResolution: 480
[ 23.665] XCharSize: 8
[ 23.665] YCharSize: 16
[ 23.665] NumberOfPlanes: 1
[ 23.665] BitsPerPixel: 32
[ 23.665] NumberOfBanks: 1
[ 23.665] MemoryModel: 6
[ 23.665] BankSize: 0
[ 23.665] NumberOfImages: 11
[ 23.665] RedMaskSize: 8
[ 23.665] RedFieldPosition: 16
[ 23.665] GreenMaskSize: 8
[ 23.665] GreenFieldPosition: 8
[ 23.665] BlueMaskSize: 8
[ 23.665] BlueFieldPosition: 0
[ 23.665] RsvdMaskSize: 8
[ 23.665] RsvdFieldPosition: 24
[ 23.665] DirectColorModeInfo: 0
[ 23.665] PhysBasePtr: 0x9c000000
[ 23.665] LinBytesPerScanLine: 2560
[ 23.665] BnkNumberOfImagePages: 11
[ 23.665] LinNumberOfImagePages: 11
[ 23.665] LinRedMaskSize: 8
[ 23.665] LinRedFieldPosition: 16
[ 23.665] LinGreenMaskSize: 8
[ 23.665] LinGreenFieldPosition: 8
[ 23.665] LinBlueMaskSize: 8
[ 23.665] LinBlueFieldPosition: 0
[ 23.665] LinRsvdMaskSize: 8
[ 23.665] LinRsvdFieldPosition: 24
[ 23.665] MaxPixelClock: 1000000
[ 23.666] *Mode: 121 (800x600)
[ 23.666] ModeAttributes: 0x9b
[ 23.666] WinAAttributes: 0x7
[ 23.666] WinBAttributes: 0x0
[ 23.666] WinGranularity: 64
[ 23.666] WinSize: 64
[ 23.666] WinASegment: 0xa000
[ 23.666] WinBSegment: 0xa000
[ 23.666] WinFuncPtr: 0xc0001fe1
[ 23.666] BytesPerScanline: 3200
[ 23.666] XResolution: 800
[ 23.666] YResolution: 600
[ 23.666] XCharSize: 8
[ 23.666] YCharSize: 16
[ 23.666] NumberOfPlanes: 1
[ 23.666] BitsPerPixel: 32
[ 23.666] NumberOfBanks: 1
[ 23.666] MemoryModel: 6
[ 23.666] BankSize: 0
[ 23.666] NumberOfImages: 7
[ 23.666] RedMaskSize: 8
[ 23.666] RedFieldPosition: 16
[ 23.666] GreenMaskSize: 8
[ 23.666] GreenFieldPosition: 8
[ 23.666] BlueMaskSize: 8
[ 23.666] BlueFieldPosition: 0
[ 23.666] RsvdMaskSize: 8
[ 23.666] RsvdFieldPosition: 24
[ 23.666] DirectColorModeInfo: 0
[ 23.666] PhysBasePtr: 0x9c000000
[ 23.666] LinBytesPerScanLine: 3200
[ 23.666] BnkNumberOfImagePages: 7
[ 23.666] LinNumberOfImagePages: 7
[ 23.666] LinRedMaskSize: 8
[ 23.666] LinRedFieldPosition: 16
[ 23.666] LinGreenMaskSize: 8
[ 23.666] LinGreenFieldPosition: 8
[ 23.666] LinBlueMaskSize: 8
[ 23.666] LinBlueFieldPosition: 0
[ 23.666] LinRsvdMaskSize: 8
[ 23.666] LinRsvdFieldPosition: 24
[ 23.666] MaxPixelClock: 1000000
[ 23.667] *Mode: 122 (1024x768)
[ 23.667] ModeAttributes: 0x9b
[ 23.667] WinAAttributes: 0x7
[ 23.667] WinBAttributes: 0x0
[ 23.667] WinGranularity: 64
[ 23.667] WinSize: 64
[ 23.667] WinASegment: 0xa000
[ 23.667] WinBSegment: 0xa000
[ 23.667] WinFuncPtr: 0xc0001fe1
[ 23.667] BytesPerScanline: 4096
[ 23.667] XResolution: 1024
[ 23.667] YResolution: 768
[ 23.667] XCharSize: 8
[ 23.667] YCharSize: 16
[ 23.667] NumberOfPlanes: 1
[ 23.667] BitsPerPixel: 32
[ 23.667] NumberOfBanks: 1
[ 23.667] MemoryModel: 6
[ 23.667] BankSize: 0
[ 23.667] NumberOfImages: 4
[ 23.667] RedMaskSize: 8
[ 23.667] RedFieldPosition: 16
[ 23.667] GreenMaskSize: 8
[ 23.667] GreenFieldPosition: 8
[ 23.667] BlueMaskSize: 8
[ 23.667] BlueFieldPosition: 0
[ 23.667] RsvdMaskSize: 8
[ 23.667] RsvdFieldPosition: 24
[ 23.667] DirectColorModeInfo: 0
[ 23.667] PhysBasePtr: 0x9c000000
[ 23.667] LinBytesPerScanLine: 4096
[ 23.667] BnkNumberOfImagePages: 4
[ 23.667] LinNumberOfImagePages: 4
[ 23.667] LinRedMaskSize: 8
[ 23.667] LinRedFieldPosition: 16
[ 23.667] LinGreenMaskSize: 8
[ 23.667] LinGreenFieldPosition: 8
[ 23.667] LinBlueMaskSize: 8
[ 23.667] LinBlueFieldPosition: 0
[ 23.667] LinRsvdMaskSize: 8
[ 23.667] LinRsvdFieldPosition: 24
[ 23.667] MaxPixelClock: 1000000
[ 23.667] *Mode: 123 (1280x1024)
[ 23.667] ModeAttributes: 0x9b
[ 23.667] WinAAttributes: 0x7
[ 23.667] WinBAttributes: 0x0
[ 23.667] WinGranularity: 64
[ 23.667] WinSize: 64
[ 23.667] WinASegment: 0xa000
[ 23.667] WinBSegment: 0xa000
[ 23.667] WinFuncPtr: 0xc0001fe1
[ 23.667] BytesPerScanline: 5120
[ 23.667] XResolution: 1280
[ 23.667] YResolution: 1024
[ 23.667] XCharSize: 8
[ 23.667] YCharSize: 16
[ 23.667] NumberOfPlanes: 1
[ 23.667] BitsPerPixel: 32
[ 23.667] NumberOfBanks: 1
[ 23.667] MemoryModel: 6
[ 23.667] BankSize: 0
[ 23.667] NumberOfImages: 2
[ 23.667] RedMaskSize: 8
[ 23.667] RedFieldPosition: 16
[ 23.667] GreenMaskSize: 8
[ 23.667] GreenFieldPosition: 8
[ 23.667] BlueMaskSize: 8
[ 23.667] BlueFieldPosition: 0
[ 23.667] RsvdMaskSize: 8
[ 23.667] RsvdFieldPosition: 24
[ 23.667] DirectColorModeInfo: 0
[ 23.667] PhysBasePtr: 0x9c000000
[ 23.667] LinBytesPerScanLine: 5120
[ 23.667] BnkNumberOfImagePages: 2
[ 23.667] LinNumberOfImagePages: 2
[ 23.667] LinRedMaskSize: 8
[ 23.667] LinRedFieldPosition: 16
[ 23.667] LinGreenMaskSize: 8
[ 23.667] LinGreenFieldPosition: 8
[ 23.667] LinBlueMaskSize: 8
[ 23.667] LinBlueFieldPosition: 0
[ 23.667] LinRsvdMaskSize: 8
[ 23.668] LinRsvdFieldPosition: 24
[ 23.668] MaxPixelClock: 1000000
[ 23.668] Mode: 130 (320x240)
[ 23.668] ModeAttributes: 0x9f
[ 23.668] WinAAttributes: 0x7
[ 23.668] WinBAttributes: 0x0
[ 23.668] WinGranularity: 64
[ 23.668] WinSize: 64
[ 23.668] WinASegment: 0xa000
[ 23.668] WinBSegment: 0xa000
[ 23.668] WinFuncPtr: 0xc0001fe1
[ 23.668] BytesPerScanline: 320
[ 23.668] XResolution: 320
[ 23.668] YResolution: 240
[ 23.668] XCharSize: 8
[ 23.668] YCharSize: 8
[ 23.668] NumberOfPlanes: 1
[ 23.668] BitsPerPixel: 8
[ 23.668] NumberOfBanks: 1
[ 23.668] MemoryModel: 4
[ 23.668] BankSize: 0
[ 23.668] NumberOfImages: 119
[ 23.668] RedMaskSize: 0
[ 23.668] RedFieldPosition: 0
[ 23.668] GreenMaskSize: 0
[ 23.668] GreenFieldPosition: 0
[ 23.668] BlueMaskSize: 0
[ 23.668] BlueFieldPosition: 0
[ 23.668] RsvdMaskSize: 0
[ 23.668] RsvdFieldPosition: 0
[ 23.668] DirectColorModeInfo: 0
[ 23.668] PhysBasePtr: 0x9c000000
[ 23.668] LinBytesPerScanLine: 320
[ 23.668] BnkNumberOfImagePages: 119
[ 23.668] LinNumberOfImagePages: 119
[ 23.668] LinRedMaskSize: 0
[ 23.668] LinRedFieldPosition: 0
[ 23.668] LinGreenMaskSize: 0
[ 23.668] LinGreenFieldPosition: 0
[ 23.668] LinBlueMaskSize: 0
[ 23.668] LinBlueFieldPosition: 0
[ 23.668] LinRsvdMaskSize: 0
[ 23.668] LinRsvdFieldPosition: 0
[ 23.668] MaxPixelClock: 1000000
[ 23.669] Mode: 131 (320x240)
[ 23.669] ModeAttributes: 0x9b
[ 23.669] WinAAttributes: 0x7
[ 23.669] WinBAttributes: 0x0
[ 23.669] WinGranularity: 64
[ 23.669] WinSize: 64
[ 23.669] WinASegment: 0xa000
[ 23.669] WinBSegment: 0xa000
[ 23.669] WinFuncPtr: 0xc0001fe1
[ 23.669] BytesPerScanline: 640
[ 23.669] XResolution: 320
[ 23.669] YResolution: 240
[ 23.669] XCharSize: 8
[ 23.669] YCharSize: 8
[ 23.669] NumberOfPlanes: 1
[ 23.669] BitsPerPixel: 15
[ 23.669] NumberOfBanks: 1
[ 23.669] MemoryModel: 6
[ 23.669] BankSize: 0
[ 23.669] NumberOfImages: 79
[ 23.669] RedMaskSize: 5
[ 23.669] RedFieldPosition: 10
[ 23.669] GreenMaskSize: 5
[ 23.669] GreenFieldPosition: 5
[ 23.669] BlueMaskSize: 5
[ 23.669] BlueFieldPosition: 0
[ 23.669] RsvdMaskSize: 0
[ 23.669] RsvdFieldPosition: 0
[ 23.669] DirectColorModeInfo: 0
[ 23.669] PhysBasePtr: 0x9c000000
[ 23.669] LinBytesPerScanLine: 640
[ 23.669] BnkNumberOfImagePages: 79
[ 23.669] LinNumberOfImagePages: 79
[ 23.669] LinRedMaskSize: 5
[ 23.669] LinRedFieldPosition: 10
[ 23.669] LinGreenMaskSize: 5
[ 23.669] LinGreenFieldPosition: 5
[ 23.669] LinBlueMaskSize: 5
[ 23.669] LinBlueFieldPosition: 0
[ 23.669] LinRsvdMaskSize: 0
[ 23.669] LinRsvdFieldPosition: 0
[ 23.669] MaxPixelClock: 1000000
[ 23.670] Mode: 132 (320x240)
[ 23.670] ModeAttributes: 0x9b
[ 23.670] WinAAttributes: 0x7
[ 23.670] WinBAttributes: 0x0
[ 23.670] WinGranularity: 64
[ 23.670] WinSize: 64
[ 23.670] WinASegment: 0xa000
[ 23.670] WinBSegment: 0xa000
[ 23.670] WinFuncPtr: 0xc0001fe1
[ 23.670] BytesPerScanline: 640
[ 23.670] XResolution: 320
[ 23.670] YResolution: 240
[ 23.670] XCharSize: 8
[ 23.670] YCharSize: 8
[ 23.670] NumberOfPlanes: 1
[ 23.670] BitsPerPixel: 16
[ 23.670] NumberOfBanks: 1
[ 23.670] MemoryModel: 6
[ 23.670] BankSize: 0
[ 23.670] NumberOfImages: 79
[ 23.670] RedMaskSize: 5
[ 23.670] RedFieldPosition: 11
[ 23.670] GreenMaskSize: 6
[ 23.670] GreenFieldPosition: 5
[ 23.670] BlueMaskSize: 5
[ 23.670] BlueFieldPosition: 0
[ 23.670] RsvdMaskSize: 0
[ 23.670] RsvdFieldPosition: 0
[ 23.670] DirectColorModeInfo: 0
[ 23.670] PhysBasePtr: 0x9c000000
[ 23.670] LinBytesPerScanLine: 640
[ 23.670] BnkNumberOfImagePages: 79
[ 23.670] LinNumberOfImagePages: 79
[ 23.670] LinRedMaskSize: 5
[ 23.670] LinRedFieldPosition: 11
[ 23.670] LinGreenMaskSize: 6
[ 23.670] LinGreenFieldPosition: 5
[ 23.670] LinBlueMaskSize: 5
[ 23.670] LinBlueFieldPosition: 0
[ 23.670] LinRsvdMaskSize: 0
[ 23.670] LinRsvdFieldPosition: 0
[ 23.670] MaxPixelClock: 1000000
[ 23.671] *Mode: 133 (320x240)
[ 23.671] ModeAttributes: 0x9b
[ 23.671] WinAAttributes: 0x7
[ 23.671] WinBAttributes: 0x0
[ 23.671] WinGranularity: 64
[ 23.671] WinSize: 64
[ 23.671] WinASegment: 0xa000
[ 23.671] WinBSegment: 0xa000
[ 23.671] WinFuncPtr: 0xc0001fe1
[ 23.671] BytesPerScanline: 1280
[ 23.671] XResolution: 320
[ 23.671] YResolution: 240
[ 23.671] XCharSize: 8
[ 23.671] YCharSize: 8
[ 23.671] NumberOfPlanes: 1
[ 23.671] BitsPerPixel: 32
[ 23.671] NumberOfBanks: 1
[ 23.671] MemoryModel: 6
[ 23.671] BankSize: 0
[ 23.671] NumberOfImages: 47
[ 23.671] RedMaskSize: 8
[ 23.671] RedFieldPosition: 16
[ 23.671] GreenMaskSize: 8
[ 23.671] GreenFieldPosition: 8
[ 23.671] BlueMaskSize: 8
[ 23.671] BlueFieldPosition: 0
[ 23.671] RsvdMaskSize: 8
[ 23.671] RsvdFieldPosition: 24
[ 23.671] DirectColorModeInfo: 0
[ 23.671] PhysBasePtr: 0x9c000000
[ 23.671] LinBytesPerScanLine: 1280
[ 23.671] BnkNumberOfImagePages: 47
[ 23.671] LinNumberOfImagePages: 47
[ 23.671] LinRedMaskSize: 8
[ 23.671] LinRedFieldPosition: 16
[ 23.671] LinGreenMaskSize: 8
[ 23.671] LinGreenFieldPosition: 8
[ 23.671] LinBlueMaskSize: 8
[ 23.671] LinBlueFieldPosition: 0
[ 23.671] LinRsvdMaskSize: 8
[ 23.671] LinRsvdFieldPosition: 24
[ 23.671] MaxPixelClock: 1000000
[ 23.671] Mode: 134 (400x300)
[ 23.671] ModeAttributes: 0x9f
[ 23.671] WinAAttributes: 0x7
[ 23.671] WinBAttributes: 0x0
[ 23.671] WinGranularity: 64
[ 23.671] WinSize: 64
[ 23.671] WinASegment: 0xa000
[ 23.671] WinBSegment: 0xa000
[ 23.671] WinFuncPtr: 0xc0001fe1
[ 23.671] BytesPerScanline: 400
[ 23.671] XResolution: 400
[ 23.671] YResolution: 300
[ 23.671] XCharSize: 8
[ 23.671] YCharSize: 8
[ 23.671] NumberOfPlanes: 1
[ 23.671] BitsPerPixel: 8
[ 23.671] NumberOfBanks: 1
[ 23.671] MemoryModel: 4
[ 23.671] BankSize: 0
[ 23.671] NumberOfImages: 119
[ 23.671] RedMaskSize: 0
[ 23.671] RedFieldPosition: 0
[ 23.671] GreenMaskSize: 0
[ 23.671] GreenFieldPosition: 0
[ 23.671] BlueMaskSize: 0
[ 23.671] BlueFieldPosition: 0
[ 23.671] RsvdMaskSize: 0
[ 23.671] RsvdFieldPosition: 0
[ 23.671] DirectColorModeInfo: 0
[ 23.671] PhysBasePtr: 0x9c000000
[ 23.671] LinBytesPerScanLine: 400
[ 23.671] BnkNumberOfImagePages: 119
[ 23.671] LinNumberOfImagePages: 119
[ 23.672] LinRedMaskSize: 0
[ 23.672] LinRedFieldPosition: 0
[ 23.672] LinGreenMaskSize: 0
[ 23.672] LinGreenFieldPosition: 0
[ 23.672] LinBlueMaskSize: 0
[ 23.672] LinBlueFieldPosition: 0
[ 23.672] LinRsvdMaskSize: 0
[ 23.672] LinRsvdFieldPosition: 0
[ 23.672] MaxPixelClock: 1000000
[ 23.672] Mode: 135 (400x300)
[ 23.672] ModeAttributes: 0x9b
[ 23.672] WinAAttributes: 0x7
[ 23.672] WinBAttributes: 0x0
[ 23.672] WinGranularity: 64
[ 23.672] WinSize: 64
[ 23.672] WinASegment: 0xa000
[ 23.672] WinBSegment: 0xa000
[ 23.672] WinFuncPtr: 0xc0001fe1
[ 23.672] BytesPerScanline: 800
[ 23.672] XResolution: 400
[ 23.672] YResolution: 300
[ 23.672] XCharSize: 8
[ 23.672] YCharSize: 8
[ 23.672] NumberOfPlanes: 1
[ 23.672] BitsPerPixel: 15
[ 23.672] NumberOfBanks: 1
[ 23.672] MemoryModel: 6
[ 23.672] BankSize: 0
[ 23.672] NumberOfImages: 59
[ 23.672] RedMaskSize: 5
[ 23.672] RedFieldPosition: 10
[ 23.672] GreenMaskSize: 5
[ 23.672] GreenFieldPosition: 5
[ 23.672] BlueMaskSize: 5
[ 23.672] BlueFieldPosition: 0
[ 23.672] RsvdMaskSize: 0
[ 23.672] RsvdFieldPosition: 0
[ 23.672] DirectColorModeInfo: 0
[ 23.672] PhysBasePtr: 0x9c000000
[ 23.672] LinBytesPerScanLine: 800
[ 23.672] BnkNumberOfImagePages: 59
[ 23.672] LinNumberOfImagePages: 59
[ 23.672] LinRedMaskSize: 5
[ 23.672] LinRedFieldPosition: 10
[ 23.672] LinGreenMaskSize: 5
[ 23.672] LinGreenFieldPosition: 5
[ 23.672] LinBlueMaskSize: 5
[ 23.672] LinBlueFieldPosition: 0
[ 23.672] LinRsvdMaskSize: 0
[ 23.672] LinRsvdFieldPosition: 0
[ 23.672] MaxPixelClock: 1000000
[ 23.673] Mode: 136 (400x300)
[ 23.673] ModeAttributes: 0x9b
[ 23.673] WinAAttributes: 0x7
[ 23.673] WinBAttributes: 0x0
[ 23.673] WinGranularity: 64
[ 23.673] WinSize: 64
[ 23.673] WinASegment: 0xa000
[ 23.673] WinBSegment: 0xa000
[ 23.673] WinFuncPtr: 0xc0001fe1
[ 23.673] BytesPerScanline: 800
[ 23.673] XResolution: 400
[ 23.673] YResolution: 300
[ 23.673] XCharSize: 8
[ 23.673] YCharSize: 8
[ 23.673] NumberOfPlanes: 1
[ 23.673] BitsPerPixel: 16
[ 23.673] NumberOfBanks: 1
[ 23.673] MemoryModel: 6
[ 23.673] BankSize: 0
[ 23.673] NumberOfImages: 59
[ 23.673] RedMaskSize: 5
[ 23.673] RedFieldPosition: 11
[ 23.673] GreenMaskSize: 6
[ 23.673] GreenFieldPosition: 5
[ 23.673] BlueMaskSize: 5
[ 23.673] BlueFieldPosition: 0
[ 23.673] RsvdMaskSize: 0
[ 23.673] RsvdFieldPosition: 0
[ 23.673] DirectColorModeInfo: 0
[ 23.673] PhysBasePtr: 0x9c000000
[ 23.673] LinBytesPerScanLine: 800
[ 23.673] BnkNumberOfImagePages: 59
[ 23.673] LinNumberOfImagePages: 59
[ 23.673] LinRedMaskSize: 5
[ 23.673] LinRedFieldPosition: 11
[ 23.673] LinGreenMaskSize: 6
[ 23.673] LinGreenFieldPosition: 5
[ 23.673] LinBlueMaskSize: 5
[ 23.673] LinBlueFieldPosition: 0
[ 23.673] LinRsvdMaskSize: 0
[ 23.673] LinRsvdFieldPosition: 0
[ 23.673] MaxPixelClock: 1000000
[ 23.674] *Mode: 137 (400x300)
[ 23.674] ModeAttributes: 0x9b
[ 23.674] WinAAttributes: 0x7
[ 23.674] WinBAttributes: 0x0
[ 23.674] WinGranularity: 64
[ 23.674] WinSize: 64
[ 23.674] WinASegment: 0xa000
[ 23.674] WinBSegment: 0xa000
[ 23.674] WinFuncPtr: 0xc0001fe1
[ 23.674] BytesPerScanline: 1600
[ 23.674] XResolution: 400
[ 23.674] YResolution: 300
[ 23.674] XCharSize: 8
[ 23.674] YCharSize: 8
[ 23.674] NumberOfPlanes: 1
[ 23.674] BitsPerPixel: 32
[ 23.674] NumberOfBanks: 1
[ 23.674] MemoryModel: 6
[ 23.674] BankSize: 0
[ 23.674] NumberOfImages: 29
[ 23.674] RedMaskSize: 8
[ 23.674] RedFieldPosition: 16
[ 23.674] GreenMaskSize: 8
[ 23.674] GreenFieldPosition: 8
[ 23.674] BlueMaskSize: 8
[ 23.674] BlueFieldPosition: 0
[ 23.674] RsvdMaskSize: 8
[ 23.674] RsvdFieldPosition: 24
[ 23.674] DirectColorModeInfo: 0
[ 23.674] PhysBasePtr: 0x9c000000
[ 23.674] LinBytesPerScanLine: 1600
[ 23.674] BnkNumberOfImagePages: 29
[ 23.674] LinNumberOfImagePages: 29
[ 23.674] LinRedMaskSize: 8
[ 23.674] LinRedFieldPosition: 16
[ 23.674] LinGreenMaskSize: 8
[ 23.674] LinGreenFieldPosition: 8
[ 23.674] LinBlueMaskSize: 8
[ 23.674] LinBlueFieldPosition: 0
[ 23.674] LinRsvdMaskSize: 8
[ 23.674] LinRsvdFieldPosition: 24
[ 23.674] MaxPixelClock: 1000000
[ 23.675] Mode: 138 (512x384)
[ 23.675] ModeAttributes: 0x9f
[ 23.675] WinAAttributes: 0x7
[ 23.675] WinBAttributes: 0x0
[ 23.675] WinGranularity: 64
[ 23.675] WinSize: 64
[ 23.675] WinASegment: 0xa000
[ 23.675] WinBSegment: 0xa000
[ 23.675] WinFuncPtr: 0xc0001fe1
[ 23.675] BytesPerScanline: 512
[ 23.675] XResolution: 512
[ 23.675] YResolution: 384
[ 23.675] XCharSize: 8
[ 23.675] YCharSize: 8
[ 23.675] NumberOfPlanes: 1
[ 23.675] BitsPerPixel: 8
[ 23.675] NumberOfBanks: 1
[ 23.675] MemoryModel: 4
[ 23.675] BankSize: 0
[ 23.675] NumberOfImages: 79
[ 23.675] RedMaskSize: 0
[ 23.675] RedFieldPosition: 0
[ 23.675] GreenMaskSize: 0
[ 23.675] GreenFieldPosition: 0
[ 23.675] BlueMaskSize: 0
[ 23.675] BlueFieldPosition: 0
[ 23.675] RsvdMaskSize: 0
[ 23.675] RsvdFieldPosition: 0
[ 23.675] DirectColorModeInfo: 0
[ 23.675] PhysBasePtr: 0x9c000000
[ 23.675] LinBytesPerScanLine: 512
[ 23.675] BnkNumberOfImagePages: 79
[ 23.675] LinNumberOfImagePages: 79
[ 23.675] LinRedMaskSize: 0
[ 23.675] LinRedFieldPosition: 0
[ 23.675] LinGreenMaskSize: 0
[ 23.675] LinGreenFieldPosition: 0
[ 23.675] LinBlueMaskSize: 0
[ 23.675] LinBlueFieldPosition: 0
[ 23.675] LinRsvdMaskSize: 0
[ 23.675] LinRsvdFieldPosition: 0
[ 23.675] MaxPixelClock: 1000000
[ 23.675] Mode: 139 (512x384)
[ 23.675] ModeAttributes: 0x9b
[ 23.675] WinAAttributes: 0x7
[ 23.675] WinBAttributes: 0x0
[ 23.675] WinGranularity: 64
[ 23.675] WinSize: 64
[ 23.675] WinASegment: 0xa000
[ 23.675] WinBSegment: 0xa000
[ 23.675] WinFuncPtr: 0xc0001fe1
[ 23.675] BytesPerScanline: 1024
[ 23.675] XResolution: 512
[ 23.675] YResolution: 384
[ 23.675] XCharSize: 8
[ 23.676] YCharSize: 8
[ 23.676] NumberOfPlanes: 1
[ 23.676] BitsPerPixel: 15
[ 23.676] NumberOfBanks: 1
[ 23.676] MemoryModel: 6
[ 23.676] BankSize: 0
[ 23.676] NumberOfImages: 39
[ 23.676] RedMaskSize: 5
[ 23.676] RedFieldPosition: 10
[ 23.676] GreenMaskSize: 5
[ 23.676] GreenFieldPosition: 5
[ 23.676] BlueMaskSize: 5
[ 23.676] BlueFieldPosition: 0
[ 23.676] RsvdMaskSize: 0
[ 23.676] RsvdFieldPosition: 0
[ 23.676] DirectColorModeInfo: 0
[ 23.676] PhysBasePtr: 0x9c000000
[ 23.676] LinBytesPerScanLine: 1024
[ 23.676] BnkNumberOfImagePages: 39
[ 23.676] LinNumberOfImagePages: 39
[ 23.676] LinRedMaskSize: 5
[ 23.676] LinRedFieldPosition: 10
[ 23.676] LinGreenMaskSize: 5
[ 23.676] LinGreenFieldPosition: 5
[ 23.676] LinBlueMaskSize: 5
[ 23.676] LinBlueFieldPosition: 0
[ 23.676] LinRsvdMaskSize: 0
[ 23.676] LinRsvdFieldPosition: 0
[ 23.676] MaxPixelClock: 1000000
[ 23.676] Mode: 13a (512x384)
[ 23.676] ModeAttributes: 0x9b
[ 23.676] WinAAttributes: 0x7
[ 23.676] WinBAttributes: 0x0
[ 23.676] WinGranularity: 64
[ 23.676] WinSize: 64
[ 23.676] WinASegment: 0xa000
[ 23.676] WinBSegment: 0xa000
[ 23.676] WinFuncPtr: 0xc0001fe1
[ 23.676] BytesPerScanline: 1024
[ 23.676] XResolution: 512
[ 23.676] YResolution: 384
[ 23.676] XCharSize: 8
[ 23.676] YCharSize: 8
[ 23.676] NumberOfPlanes: 1
[ 23.676] BitsPerPixel: 16
[ 23.676] NumberOfBanks: 1
[ 23.676] MemoryModel: 6
[ 23.676] BankSize: 0
[ 23.676] NumberOfImages: 39
[ 23.676] RedMaskSize: 5
[ 23.676] RedFieldPosition: 11
[ 23.676] GreenMaskSize: 6
[ 23.676] GreenFieldPosition: 5
[ 23.676] BlueMaskSize: 5
[ 23.676] BlueFieldPosition: 0
[ 23.676] RsvdMaskSize: 0
[ 23.676] RsvdFieldPosition: 0
[ 23.676] DirectColorModeInfo: 0
[ 23.676] PhysBasePtr: 0x9c000000
[ 23.676] LinBytesPerScanLine: 1024
[ 23.676] BnkNumberOfImagePages: 39
[ 23.676] LinNumberOfImagePages: 39
[ 23.676] LinRedMaskSize: 5
[ 23.676] LinRedFieldPosition: 11
[ 23.676] LinGreenMaskSize: 6
[ 23.676] LinGreenFieldPosition: 5
[ 23.676] LinBlueMaskSize: 5
[ 23.676] LinBlueFieldPosition: 0
[ 23.676] LinRsvdMaskSize: 0
[ 23.676] LinRsvdFieldPosition: 0
[ 23.676] MaxPixelClock: 1000000
[ 23.677] *Mode: 13b (512x384)
[ 23.677] ModeAttributes: 0x9b
[ 23.677] WinAAttributes: 0x7
[ 23.677] WinBAttributes: 0x0
[ 23.677] WinGranularity: 64
[ 23.677] WinSize: 64
[ 23.677] WinASegment: 0xa000
[ 23.677] WinBSegment: 0xa000
[ 23.677] WinFuncPtr: 0xc0001fe1
[ 23.677] BytesPerScanline: 2048
[ 23.677] XResolution: 512
[ 23.677] YResolution: 384
[ 23.677] XCharSize: 8
[ 23.677] YCharSize: 8
[ 23.677] NumberOfPlanes: 1
[ 23.677] BitsPerPixel: 32
[ 23.677] NumberOfBanks: 1
[ 23.677] MemoryModel: 6
[ 23.677] BankSize: 0
[ 23.677] NumberOfImages: 19
[ 23.677] RedMaskSize: 8
[ 23.677] RedFieldPosition: 16
[ 23.677] GreenMaskSize: 8
[ 23.677] GreenFieldPosition: 8
[ 23.677] BlueMaskSize: 8
[ 23.677] BlueFieldPosition: 0
[ 23.677] RsvdMaskSize: 8
[ 23.677] RsvdFieldPosition: 24
[ 23.677] DirectColorModeInfo: 0
[ 23.677] PhysBasePtr: 0x9c000000
[ 23.677] LinBytesPerScanLine: 2048
[ 23.677] BnkNumberOfImagePages: 19
[ 23.677] LinNumberOfImagePages: 19
[ 23.677] LinRedMaskSize: 8
[ 23.677] LinRedFieldPosition: 16
[ 23.677] LinGreenMaskSize: 8
[ 23.677] LinGreenFieldPosition: 8
[ 23.677] LinBlueMaskSize: 8
[ 23.677] LinBlueFieldPosition: 0
[ 23.677] LinRsvdMaskSize: 8
[ 23.677] LinRsvdFieldPosition: 24
[ 23.677] MaxPixelClock: 1000000
[ 23.678] Mode: 159 (1152x864)
[ 23.678] ModeAttributes: 0x9b
[ 23.678] WinAAttributes: 0x7
[ 23.678] WinBAttributes: 0x0
[ 23.678] WinGranularity: 64
[ 23.678] WinSize: 64
[ 23.678] WinASegment: 0xa000
[ 23.678] WinBSegment: 0xa000
[ 23.678] WinFuncPtr: 0xc0001fe1
[ 23.678] BytesPerScanline: 2304
[ 23.678] XResolution: 1152
[ 23.678] YResolution: 864
[ 23.678] XCharSize: 8
[ 23.678] YCharSize: 16
[ 23.678] NumberOfPlanes: 1
[ 23.678] BitsPerPixel: 15
[ 23.678] NumberOfBanks: 1
[ 23.678] MemoryModel: 6
[ 23.678] BankSize: 0
[ 23.678] NumberOfImages: 6
[ 23.678] RedMaskSize: 5
[ 23.678] RedFieldPosition: 10
[ 23.678] GreenMaskSize: 5
[ 23.678] GreenFieldPosition: 5
[ 23.678] BlueMaskSize: 5
[ 23.678] BlueFieldPosition: 0
[ 23.678] RsvdMaskSize: 0
[ 23.678] RsvdFieldPosition: 0
[ 23.678] DirectColorModeInfo: 0
[ 23.678] PhysBasePtr: 0x9c000000
[ 23.678] LinBytesPerScanLine: 2304
[ 23.678] BnkNumberOfImagePages: 6
[ 23.678] LinNumberOfImagePages: 6
[ 23.678] LinRedMaskSize: 5
[ 23.678] LinRedFieldPosition: 10
[ 23.678] LinGreenMaskSize: 5
[ 23.678] LinGreenFieldPosition: 5
[ 23.678] LinBlueMaskSize: 5
[ 23.678] LinBlueFieldPosition: 0
[ 23.678] LinRsvdMaskSize: 0
[ 23.678] LinRsvdFieldPosition: 0
[ 23.678] MaxPixelClock: 1000000
[ 23.679] Mode: 15a (1152x864)
[ 23.679] ModeAttributes: 0x9b
[ 23.679] WinAAttributes: 0x7
[ 23.679] WinBAttributes: 0x0
[ 23.679] WinGranularity: 64
[ 23.679] WinSize: 64
[ 23.679] WinASegment: 0xa000
[ 23.679] WinBSegment: 0xa000
[ 23.679] WinFuncPtr: 0xc0001fe1
[ 23.679] BytesPerScanline: 2304
[ 23.679] XResolution: 1152
[ 23.679] YResolution: 864
[ 23.679] XCharSize: 8
[ 23.679] YCharSize: 16
[ 23.679] NumberOfPlanes: 1
[ 23.679] BitsPerPixel: 16
[ 23.679] NumberOfBanks: 1
[ 23.679] MemoryModel: 6
[ 23.679] BankSize: 0
[ 23.679] NumberOfImages: 6
[ 23.679] RedMaskSize: 5
[ 23.679] RedFieldPosition: 11
[ 23.679] GreenMaskSize: 6
[ 23.679] GreenFieldPosition: 5
[ 23.679] BlueMaskSize: 5
[ 23.679] BlueFieldPosition: 0
[ 23.679] RsvdMaskSize: 0
[ 23.679] RsvdFieldPosition: 0
[ 23.679] DirectColorModeInfo: 0
[ 23.679] PhysBasePtr: 0x9c000000
[ 23.679] LinBytesPerScanLine: 2304
[ 23.679] BnkNumberOfImagePages: 6
[ 23.679] LinNumberOfImagePages: 6
[ 23.679] LinRedMaskSize: 5
[ 23.679] LinRedFieldPosition: 11
[ 23.679] LinGreenMaskSize: 6
[ 23.679] LinGreenFieldPosition: 5
[ 23.679] LinBlueMaskSize: 5
[ 23.679] LinBlueFieldPosition: 0
[ 23.679] LinRsvdMaskSize: 0
[ 23.679] LinRsvdFieldPosition: 0
[ 23.679] MaxPixelClock: 1000000
[ 23.680] *Mode: 15b (1152x864)
[ 23.680] ModeAttributes: 0x9b
[ 23.680] WinAAttributes: 0x7
[ 23.680] WinBAttributes: 0x0
[ 23.680] WinGranularity: 64
[ 23.680] WinSize: 64
[ 23.680] WinASegment: 0xa000
[ 23.680] WinBSegment: 0xa000
[ 23.680] WinFuncPtr: 0xc0001fe1
[ 23.680] BytesPerScanline: 4608
[ 23.680] XResolution: 1152
[ 23.680] YResolution: 864
[ 23.680] XCharSize: 8
[ 23.680] YCharSize: 16
[ 23.680] NumberOfPlanes: 1
[ 23.680] BitsPerPixel: 32
[ 23.680] NumberOfBanks: 1
[ 23.680] MemoryModel: 6
[ 23.680] BankSize: 0
[ 23.680] NumberOfImages: 2
[ 23.680] RedMaskSize: 8
[ 23.680] RedFieldPosition: 16
[ 23.680] GreenMaskSize: 8
[ 23.680] GreenFieldPosition: 8
[ 23.680] BlueMaskSize: 8
[ 23.680] BlueFieldPosition: 0
[ 23.680] RsvdMaskSize: 8
[ 23.680] RsvdFieldPosition: 24
[ 23.680] DirectColorModeInfo: 0
[ 23.680] PhysBasePtr: 0x9c000000
[ 23.680] LinBytesPerScanLine: 4608
[ 23.680] BnkNumberOfImagePages: 2
[ 23.680] LinNumberOfImagePages: 2
[ 23.680] LinRedMaskSize: 8
[ 23.680] LinRedFieldPosition: 16
[ 23.680] LinGreenMaskSize: 8
[ 23.680] LinGreenFieldPosition: 8
[ 23.680] LinBlueMaskSize: 8
[ 23.680] LinBlueFieldPosition: 0
[ 23.680] LinRsvdMaskSize: 8
[ 23.680] LinRsvdFieldPosition: 24
[ 23.680] MaxPixelClock: 1000000
[ 23.680]
[ 23.680] (II) VESA(0): Total Memory: 240 64KB banks (15360kB)
[ 23.680] (II) VESA(0): Generic Monitor: Using hsync range of 30.00-83.00 kHz
[ 23.680] (II) VESA(0): Generic Monitor: Using vrefresh range of 56.00-76.00 Hz
[ 23.680] (II) VESA(0): Generic Monitor: Using maximum pixel clock of 145.00 MHz
[ 23.680] (II) VESA(0): Not using built-in mode "512x384" (no mode of this name)
[ 23.680] (II) VESA(0): Not using built-in mode "400x300" (no mode of this name)
[ 23.680] (II) VESA(0): Not using built-in mode "320x240" (no mode of this name)
[ 23.680] (--) VESA(0): Virtual size is 1280x1024 (pitch 1280)
[ 23.680] (**) VESA(0): *Built-in mode "1280x1024"
[ 23.680] (**) VESA(0): *Built-in mode "1024x768"
[ 23.680] (**) VESA(0): *Built-in mode "640x480"
[ 23.680] (**) VESA(0): Built-in mode "1152x864"
[ 23.680] (**) VESA(0): Built-in mode "800x600"
[ 23.680] (**) VESA(0): Display dimensions: (380, 300) mm
[ 23.680] (**) VESA(0): DPI set to (85, 86)
[ 23.680] (**) VESA(0): Using "Shadow Framebuffer"
[ 23.680] (II) Loading sub module "shadow"
[ 23.680] (II) LoadModule: "shadow"
[ 23.680] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 23.681] (II) Module shadow: vendor="X.Org Foundation"
[ 23.681] compiled for 1.19.2, module version = 1.1.0
[ 23.681] ABI class: X.Org ANSI C Emulation, version 0.4
[ 23.681] (II) Loading sub module "fb"
[ 23.681] (II) LoadModule: "fb"
[ 23.681] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 23.681] (II) Module fb: vendor="X.Org Foundation"
[ 23.681] compiled for 1.19.2, module version = 1.0.0
[ 23.681] ABI class: X.Org ANSI C Emulation, version 0.4
[ 23.681] (==) Depth 24 pixmap format is 32 bpp
[ 23.681] (II) Loading sub module "int10"
[ 23.681] (II) LoadModule: "int10"
[ 23.681] (II) Loading /usr/lib/xorg/modules/libint10.so
[ 23.681] (II) Module int10: vendor="X.Org Foundation"
[ 23.681] compiled for 1.19.2, module version = 1.0.0
[ 23.681] ABI class: X.Org Video Driver, version 23.0
[ 23.681] (II) VESA(0): initializing int10
[ 23.685] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[ 23.685] (II) VESA(0): VESA BIOS detected
[ 23.685] (II) VESA(0): VESA VBE Version 3.0
[ 23.685] (II) VESA(0): VESA VBE Total Mem: 15360 kB
[ 23.685] (II) VESA(0): VESA VBE OEM: ASPEED
[ 23.685] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[ 23.685] (II) VESA(0): VESA VBE OEM Vendor: ASPEED Technology, Inc.
[ 23.685] (II) VESA(0): VESA VBE OEM Product: AST GPU
[ 23.685] (II) VESA(0): VESA VBE OEM Product Rev: 1.03.01
[ 23.685] (II) VESA(0): virtual address = 0x7fb2b39a4000,
physical address = 0x9c000000, size = 15728640
[ 23.715] (II) VESA(0): Setting up VESA Mode 0x123 (1280x1024)
[ 23.767] (==) VESA(0): Default visual is TrueColor
[ 23.769] (==) VESA(0): Backing store enabled
[ 23.769] (**) VESA(0): DPMS enabled
[ 23.769] (==) RandR enabled
[ 23.771] (II) SELinux: Disabled on system
[ 23.771] (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
[ 24.058] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 24.058] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 24.058] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 24.058] (II) LoadModule: "libinput"
[ 24.058] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 24.090] (II) Module libinput: vendor="X.Org Foundation"
[ 24.090] compiled for 1.19.0, module version = 0.23.0
[ 24.090] Module class: X.Org XInput Driver
[ 24.090] ABI class: X.Org XInput driver, version 24.1
[ 24.090] (II) Using input driver 'libinput' for 'Power Button'
[ 24.090] (**) Power Button: always reports core events
[ 24.090] (**) Option "Device" "/dev/input/event4"
[ 24.090] (**) Option "_source" "server/udev"
[ 24.090] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[ 24.090] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[ 24.124] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[ 24.124] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 24.124] (**) Option "xkb_model" "pc105"
[ 24.124] (**) Option "xkb_layout" "us"
[ 24.125] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[ 24.125] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[ 24.126] (II) config/udev: Adding input device USB CAT5 (/dev/input/event0)
[ 24.126] (**) USB CAT5: Applying InputClass "evdev keyboard catchall"
[ 24.126] (**) USB CAT5: Applying InputClass "libinput keyboard catchall"
[ 24.126] (II) Using input driver 'libinput' for 'USB CAT5'
[ 24.126] (**) USB CAT5: always reports core events
[ 24.126] (**) Option "Device" "/dev/input/event0"
[ 24.126] (**) Option "_source" "server/udev"
[ 24.126] (II) input device 'USB CAT5', /dev/input/event0 is tagged by udev as: Keyboard
[ 24.126] (II) input device 'USB CAT5', /dev/input/event0 is a keyboard
[ 24.164] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.0/0003:0D3D:0040.0001/input/input0/event0"
[ 24.164] (II) XINPUT: Adding extended input device "USB CAT5" (type: KEYBOARD, id 7)
[ 24.164] (**) Option "xkb_model" "pc105"
[ 24.164] (**) Option "xkb_layout" "us"
[ 24.165] (II) input device 'USB CAT5', /dev/input/event0 is tagged by udev as: Keyboard
[ 24.165] (II) input device 'USB CAT5', /dev/input/event0 is a keyboard
[ 24.166] (II) config/udev: Adding input device USB CAT5 (/dev/input/event1)
[ 24.166] (**) USB CAT5: Applying InputClass "evdev pointer catchall"
[ 24.166] (**) USB CAT5: Applying InputClass "libinput pointer catchall"
[ 24.166] (II) Using input driver 'libinput' for 'USB CAT5'
[ 24.166] (**) USB CAT5: always reports core events
[ 24.166] (**) Option "Device" "/dev/input/event1"
[ 24.166] (**) Option "_source" "server/udev"
[ 24.224] (II) input device 'USB CAT5', /dev/input/event1 is tagged by udev as: Mouse
[ 24.224] (II) input device 'USB CAT5', /dev/input/event1 is a pointer caps
[ 24.296] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.1/0003:0D3D:0040.0002/input/input1/event1"
[ 24.296] (II) XINPUT: Adding extended input device "USB CAT5" (type: MOUSE, id 8)
[ 24.296] (**) Option "AccelerationScheme" "none"
[ 24.296] (**) USB CAT5: (accel) selected scheme none/0
[ 24.296] (**) USB CAT5: (accel) acceleration factor: 2.000
[ 24.296] (**) USB CAT5: (accel) acceleration threshold: 4
[ 24.356] (II) input device 'USB CAT5', /dev/input/event1 is tagged by udev as: Mouse
[ 24.356] (II) input device 'USB CAT5', /dev/input/event1 is a pointer caps
[ 24.357] (II) config/udev: Adding input device USB CAT5 (/dev/input/mouse0)
[ 24.357] (II) No input driver specified, ignoring this device.
[ 24.357] (II) This device may have been added with another device file.
[ 24.358] (II) config/udev: Adding input device HID 0557:2419 (/dev/input/event2)
[ 24.358] (**) HID 0557:2419: Applying InputClass "evdev keyboard catchall"
[ 24.358] (**) HID 0557:2419: Applying InputClass "libinput keyboard catchall"
[ 24.358] (II) Using input driver 'libinput' for 'HID 0557:2419'
[ 24.358] (**) HID 0557:2419: always reports core events
[ 24.358] (**) Option "Device" "/dev/input/event2"
[ 24.358] (**) Option "_source" "server/udev"
[ 24.359] (II) input device 'HID 0557:2419', /dev/input/event2 is tagged by udev as: Keyboard
[ 24.359] (II) input device 'HID 0557:2419', /dev/input/event2 is a keyboard
[ 24.396] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.1/1-7.1:1.0/0003:0557:2419.0003/input/input2/event2"
[ 24.396] (II) XINPUT: Adding extended input device "HID 0557:2419" (type: KEYBOARD, id 9)
[ 24.396] (**) Option "xkb_model" "pc105"
[ 24.396] (**) Option "xkb_layout" "us"
[ 24.397] (II) input device 'HID 0557:2419', /dev/input/event2 is tagged by udev as: Keyboard
[ 24.397] (II) input device 'HID 0557:2419', /dev/input/event2 is a keyboard
[ 24.398] (II) config/udev: Adding input device HID 0557:2419 (/dev/input/event3)
[ 24.398] (**) HID 0557:2419: Applying InputClass "evdev pointer catchall"
[ 24.398] (**) HID 0557:2419: Applying InputClass "libinput pointer catchall"
[ 24.398] (II) Using input driver 'libinput' for 'HID 0557:2419'
[ 24.398] (**) HID 0557:2419: always reports core events
[ 24.398] (**) Option "Device" "/dev/input/event3"
[ 24.398] (**) Option "_source" "server/udev"
[ 24.456] (II) input device 'HID 0557:2419', /dev/input/event3 is tagged by udev as: Mouse
[ 24.456] (II) input device 'HID 0557:2419', /dev/input/event3 is a pointer caps
[ 24.496] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.1/1-7.1:1.1/0003:0557:2419.0004/input/input3/event3"
[ 24.496] (II) XINPUT: Adding extended input device "HID 0557:2419" (type: MOUSE, id 10)
[ 24.496] (**) Option "AccelerationScheme" "none"
[ 24.496] (**) HID 0557:2419: (accel) selected scheme none/0
[ 24.496] (**) HID 0557:2419: (accel) acceleration factor: 2.000
[ 24.496] (**) HID 0557:2419: (accel) acceleration threshold: 4
[ 24.556] (II) input device 'HID 0557:2419', /dev/input/event3 is tagged by udev as: Mouse
[ 24.556] (II) input device 'HID 0557:2419', /dev/input/event3 is a pointer caps
[ 24.557] (II) config/udev: Adding input device HID 0557:2419 (/dev/input/js0)
[ 24.557] (II) No input driver specified, ignoring this device.
[ 24.557] (II) This device may have been added with another device file.
[ 24.558] (II) config/udev: Adding input device HID 0557:2419 (/dev/input/mouse1)
[ 24.558] (II) No input driver specified, ignoring this device.
[ 24.558] (II) This device may have been added with another device file.
[ 24.558] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event6)
[ 24.559] (II) No input driver specified, ignoring this device.
[ 24.559] (II) This device may have been added with another device file.
[ 24.559] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event7)
[ 24.559] (II) No input driver specified, ignoring this device.
[ 24.559] (II) This device may have been added with another device file.
[ 24.560] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event8)
[ 24.560] (II) No input driver specified, ignoring this device.
[ 24.560] (II) This device may have been added with another device file.
[ 24.560] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event9)
[ 24.560] (II) No input driver specified, ignoring this device.
[ 24.560] (II) This device may have been added with another device file.
[ 24.561] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event10)
[ 24.561] (II) No input driver specified, ignoring this device.
[ 24.561] (II) This device may have been added with another device file.
[ 24.561] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event11)
[ 24.561] (II) No input driver specified, ignoring this device.
[ 24.561] (II) This device may have been added with another device file.
[ 24.562] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
[ 24.562] (II) No input driver specified, ignoring this device.
[ 24.562] (II) This device may have been added with another device file.
[ 24.562] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event15)
[ 24.562] (II) No input driver specified, ignoring this device.
[ 24.562] (II) This device may have been added with another device file.
[ 24.563] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[ 24.563] (II) No input driver specified, ignoring this device.
[ 24.563] (II) This device may have been added with another device file.
[ 24.563] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event13)
[ 24.563] (II) No input driver specified, ignoring this device.
[ 24.563] (II) This device may have been added with another device file.
[ 24.564] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[ 24.564] (II) No input driver specified, ignoring this device.
[ 24.564] (II) This device may have been added with another device file.
[ 24911.568] (II) UnloadModule: "libinput"
[ 24911.568] (II) UnloadModule: "libinput"
[ 24911.568] (II) UnloadModule: "libinput"
[ 24911.568] (II) UnloadModule: "libinput"
[ 24911.569] (II) UnloadModule: "libinput"
[ 24911.713] (II) Server terminated successfully (0). Closing log file.
^^^^^^^^^^ /var/log/Xorg.0.log.old ^^^^^^^^^^
<<<<<<<<<< Xorg (journald) >>>>>>>>>>
^^^^^^^^^^ Xorg (journald) ^^^^^^^^^^
Kernel modules: nvidia.ko
/lib/modules/4.9.168-pk09.30-amd64/updates/dkms/nvidia-modeset.ko
/lib/modules/4.9.168-pk09.30-amd64/updates/dkms/nvidia.ko
/lib/modules/4.9.168-pk09.30-amd64/updates/dkms/nvidia-current.ko
/lib/modules/4.9.168-pk09.30-amd64/updates/dkms/nvidia-uvm.ko
/lib/modules/4.9.168-pk09.30-amd64/updates/dkms/nvidia-current-drm.ko
/lib/modules/4.9.168-pk09.30-amd64/updates/dkms/nvidia-drm.ko
/lib/modules/4.9.168-pk09.30-amd64/updates/dkms/nvidia-current-modeset.ko
/lib/modules/4.9.168-pk09.30-amd64/updates/dkms/nvidia-current-uvm.ko
filename: /lib/modules/4.9.168-pk09.30-amd64/updates/dkms/nvidia-modeset.ko
version: 418.74
supported: external
license: NVIDIA
srcversion: 8529841E0A109FD9E7D0835
depends: nvidia
retpoline: Y
vermagic: 4.9.168-pk09.30-amd64 SMP mod_unload modversions
filename: /lib/modules/4.9.168-pk09.30-amd64/updates/dkms/nvidia.ko
alias: char-major-195-*
version: 418.74
supported: external
license: NVIDIA
srcversion: AB4044DE27C9CA55579A110
alias: pci:v000010DEd00000E00sv*sd*bc04sc80i00*
alias: pci:v000010DEd*sv*sd*bc03sc02i00*
alias: pci:v000010DEd*sv*sd*bc03sc00i00*
depends:
retpoline: Y
vermagic: 4.9.168-pk09.30-amd64 SMP mod_unload modversions
filename: /lib/modules/4.9.168-pk09.30-amd64/updates/dkms/nvidia-current.ko
alias: char-major-195-*
version: 418.74
supported: external
license: NVIDIA
srcversion: AB4044DE27C9CA55579A110
alias: pci:v000010DEd00000E00sv*sd*bc04sc80i00*
alias: pci:v000010DEd*sv*sd*bc03sc02i00*
alias: pci:v000010DEd*sv*sd*bc03sc00i00*
depends:
retpoline: Y
vermagic: 4.9.168-pk09.30-amd64 SMP mod_unload modversions
filename: /lib/modules/4.9.168-pk09.30-amd64/updates/dkms/nvidia-uvm.ko
supported: external
license: Dual MIT/GPL
depends: nvidia
retpoline: Y
vermagic: 4.9.168-pk09.30-amd64 SMP mod_unload modversions
filename: /lib/modules/4.9.168-pk09.30-amd64/updates/dkms/nvidia-current-drm.ko
version: 418.74
supported: external
license: MIT
srcversion: 4BA35482D0933ADCDA23EDC
alias: pci:v000010DEd00000E00sv*sd*bc04sc80i00*
alias: pci:v000010DEd*sv*sd*bc03sc02i00*
alias: pci:v000010DEd*sv*sd*bc03sc00i00*
depends: drm,drm_kms_helper,nvidia-modeset
retpoline: Y
vermagic: 4.9.168-pk09.30-amd64 SMP mod_unload modversions
filename: /lib/modules/4.9.168-pk09.30-amd64/updates/dkms/nvidia-drm.ko
version: 418.74
supported: external
license: MIT
srcversion: 4BA35482D0933ADCDA23EDC
alias: pci:v000010DEd00000E00sv*sd*bc04sc80i00*
alias: pci:v000010DEd*sv*sd*bc03sc02i00*
alias: pci:v000010DEd*sv*sd*bc03sc00i00*
depends: drm,drm_kms_helper,nvidia-modeset
retpoline: Y
vermagic: 4.9.168-pk09.30-amd64 SMP mod_unload modversions
filename: /lib/modules/4.9.168-pk09.30-amd64/updates/dkms/nvidia-current-modeset.ko
version: 418.74
supported: external
license: NVIDIA
srcversion: 8529841E0A109FD9E7D0835
depends: nvidia
retpoline: Y
vermagic: 4.9.168-pk09.30-amd64 SMP mod_unload modversions
filename: /lib/modules/4.9.168-pk09.30-amd64/updates/dkms/nvidia-current-uvm.ko
supported: external
license: Dual MIT/GPL
depends: nvidia
retpoline: Y
vermagic: 4.9.168-pk09.30-amd64 SMP mod_unload modversions
lsmod:
Module Size Used by
nvidia_uvm 770048 0
binfmt_misc 16384 1
quota_v2 16384 4
quota_tree 20480 1 quota_v2
snd_hda_codec_hdmi 45056 2
joydev 20480 0
x86_pkg_temp_thermal 16384 0
coretemp 16384 0
crc32c_intel 24576 6
aesni_intel 167936 0
aes_x86_64 20480 1 aesni_intel
glue_helper 16384 1 aesni_intel
snd_hda_codec_realtek 86016 1
lrw 16384 1 aesni_intel
snd_hda_codec_generic 69632 1 snd_hda_codec_realtek
evdev 24576 6
ablk_helper 16384 1 aesni_intel
snd_hda_intel 32768 0
cryptd 24576 2 ablk_helper,aesni_intel
snd_hda_codec 118784 4 snd_hda_intel,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
sg 32768 0
pcspkr 16384 0
i2c_i801 24576 0
snd_hwdep 16384 1 snd_hda_codec
i2c_smbus 16384 1 i2c_i801
snd_hda_core 73728 5 snd_hda_intel,snd_hda_codec,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
snd_pcm 102400 4 snd_hda_intel,snd_hda_codec,snd_hda_core,snd_hda_codec_hdmi
snd_timer 32768 1 snd_pcm
snd 65536 8 snd_hda_intel,snd_hwdep,snd_hda_codec,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek,snd_pcm
soundcore 16384 1 snd
wmi 16384 0
acpi_cpufreq 20480 0
button 16384 0
nvidia_drm 40960 0
nvidia_modeset 1093632 1 nvidia_drm
nfsd 98304 53
nvidia 17903616 2 nvidia_modeset,nvidia_uvm
drm_kms_helper 151552 1 nvidia_drm
drm 335872 3 nvidia_drm,drm_kms_helper
loop 28672 0
ip_tables 24576 0
x_tables 32768 1 ip_tables
autofs4 28672 2
xrandr:
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 2560 x 1440, current 2560 x 1440, maximum 2560 x 1440
default connected 2560x1440+0+0 0mm x 0mm
2560x1440 0.00*
OpenCL ICDs:
/etc/OpenCL/vendors/nvidia.icd:libnvidia-opencl.so.1
-- System Information:
Debian Release: 9.9
APT prefers oldstable
APT policy: (500, 'oldstable')
Architecture: amd64 (x86_64)
Kernel: Linux 4.9.168-pk09.30-amd64 (SMP w/80 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages nvidia-kernel-dkms depends on:
ii dkms 2.3-2
ii nvidia-installer-cleanup 20151021+4
ii nvidia-kernel-support [nvidia-kernel-support--v1] 418.74-1~bpo9+1
Versions of packages nvidia-kernel-dkms recommends:
ii libcuda1 418.74-1~bpo9+1
nvidia-kernel-dkms suggests no packages.
Versions of packages nvidia-alternative depends on:
ii dpkg 1.18.25
ii glx-alternative-nvidia 0.9.1~bpo9+1
ii nvidia-legacy-check 418.74-1~bpo9+1
Versions of packages glx-alternative-nvidia depends on:
ii dpkg 1.18.25
ii glx-alternative-mesa 0.9.1~bpo9+1
ii glx-diversions 0.9.1~bpo9+1
ii update-glx 0.9.1~bpo9+1
Versions of packages glx-alternative-nvidia suggests:
pn nvidia-driver <none>
Versions of packages xserver-xorg-video-intel depends on:
ii libc6 2.24-11+deb9u4
ii libdrm-intel1 2.4.74-1
ii libdrm2 2.4.74-1
ii libpciaccess0 0.13.4-1+b2
ii libpixman-1-0 0.34.0-1
ii libudev1 232-25+deb9u11
ii libx11-6 2:1.6.4-3+deb9u1
ii libx11-xcb1 2:1.6.4-3+deb9u1
ii libxcb-dri2-0 1.12-1
ii libxcb-dri3-0 1.12-1
ii libxcb-sync1 1.12-1
ii libxcb-util0 0.3.8-3+b2
ii libxcb1 1.12-1
ii libxcursor1 1:1.1.14-1+deb9u2
ii libxdamage1 1:1.1.4-2+b3
ii libxext6 2:1.3.3-1+b2
ii libxfixes3 1:5.0.3-1
ii libxinerama1 2:1.1.3-1+b3
ii libxrandr2 2:1.5.1-1
ii libxrender1 1:0.9.10-1
ii libxshmfence1 1.2-1+b2
ii libxss1 1:1.2.2-1
ii libxtst6 2:1.2.3-1
ii libxv1 2:1.0.11-1
ii libxvmc1 2:1.0.10-1
ii xserver-xorg-core [xorg-video-abi-23] 2:1.19.2-1+deb9u5
Versions of packages nvidia-kernel-dkms is related to:
pn bumblebee <none>
pn bumblebee-nvidia <none>
pn ccache <none>
ii libcuda1 [libcuda1-any] 418.74-1~bpo9+1
pn libdrm-nouveau1 <none>
pn libdrm-nouveau1a <none>
ii libdrm-nouveau2 2.4.74-1
pn libegl1 <none>
ii libgl1-mesa-glx [libgl1] 13.0.6-1+b2
pn libgl1-nvidia-glx-any <none>
pn libgles1 <none>
ii libgles2-mesa [libgles2] 13.0.6-1+b2
pn libglvnd0 <none>
pn libglx0 <none>
pn libopencl0 <none>
pn libvulkan1 <none>
ii linux-headers-4.9.168-pk09.30-amd64 [li 4.9.168-pk09.30-amd64-10.00.Custom
ii make 4.1-9.1
pn nvidia-driver <none>
pn nvidia-glx <none>
pn nvidia-glx-any <none>
ii nvidia-kernel-common 20151021+4
ii nvidia-kernel-dkms 418.74-1~bpo9+1
pn nvidia-kernel-source <none>
ii nvidia-kernel-support [nvidia-kernel-su 418.74-1~bpo9+1
ii nvidia-modprobe 390.87-1~deb9u1
ii nvidia-opencl-icd [opencl-icd] 418.74-1~bpo9+1
pn nvidia-settings <none>
ii nvidia-support 20151021+4
pn nvidia-xconfig <none>
ii ocl-icd-libopencl1 [libopencl1] 2.2.11-1
pn vulkan-icd <none>
ii xserver-xorg 1:7.7+19
ii xserver-xorg-core 2:1.19.2-1+deb9u5
pn xserver-xorg-legacy <none>
ii xserver-xorg-video-nouveau 1:1.0.13-3
pn xserver-xorg-video-nvidia-any <none>
-- no debconf information
-------------- next part --------------
--- /usr/src/nvidia-current-390.116/conftest.sh.bak 2019-03-12 19:27:07.000000000 +1100
+++ /usr/src/nvidia-current-390.116/conftest.sh 2019-07-26 11:34:41.243772984 +1000
@@ -191,14 +191,21 @@
MACH_CFLAGS="$MACH_CFLAGS -I$SOURCE_ARCH_HEADERS/asm/mach-default"
CFLAGS="$BASE_CFLAGS $MACH_CFLAGS $OUTPUT_CFLAGS -include $AUTOCONF_FILE"
- CFLAGS="$CFLAGS -I$SOURCE_HEADERS"
- CFLAGS="$CFLAGS -I$SOURCE_HEADERS/uapi"
- CFLAGS="$CFLAGS -I$SOURCE_HEADERS/xen"
- CFLAGS="$CFLAGS -I$OUTPUT_HEADERS/generated/uapi"
+#####
+echo "-----" >&2
+echo "PSz fix: doing $SOURCE_ARCH_HEADERS before $SOURCE_HEADERS" >&2
CFLAGS="$CFLAGS -I$SOURCE_ARCH_HEADERS"
CFLAGS="$CFLAGS -I$SOURCE_ARCH_HEADERS/uapi"
CFLAGS="$CFLAGS -I$OUTPUT_ARCH_HEADERS/generated"
CFLAGS="$CFLAGS -I$OUTPUT_ARCH_HEADERS/generated/uapi"
+#####
+ CFLAGS="$CFLAGS -I$SOURCE_HEADERS"
+ CFLAGS="$CFLAGS -I$SOURCE_HEADERS/uapi"
+ CFLAGS="$CFLAGS -I$SOURCE_HEADERS/xen"
+ CFLAGS="$CFLAGS -I$OUTPUT_HEADERS/generated/uapi"
+#####
+echo "-----" >&2
+#####
if [ -n "$BUILD_PARAMS" ]; then
CFLAGS="$CFLAGS -D$BUILD_PARAMS"
More information about the pkg-nvidia-devel
mailing list