all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to configure Xorg to use downloaded Sis 771 driver on Guix?
@ 2019-06-16 13:42 znavko
  2019-06-16 14:11 ` znavko
  0 siblings, 1 reply; 13+ messages in thread
From: znavko @ 2019-06-16 13:42 UTC (permalink / raw)
  To: help-guix

Hello! I use Asus K50C where VGA Adapter is Sis 771/671 Intel. It works on resolution most 1024x768, and this is incorrect (should be 1366x768). As I know only sis driver can help here.

I've downloaded Sis driver here http://w3.sis.com for Linux and want to try to configure Xorg to use it.
I am looking to manual and cannot determine how to configure Xorg to use sis driver:

Data Type: xorg-configuration  drivers (default: '()) 

	This must be either the empty list, in which case Xorg chooses a graphics driver automatically, or a list of driver names that will be tried in this order—e.g., ("modesetting" "vesa").

Please, help me with my Asus K50C.
Where to put sis driver? If I need to describe new package for sis driver it is impossible for me this time. Can you help?

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: How to configure Xorg to use downloaded Sis 771 driver on Guix?
  2019-06-16 13:42 How to configure Xorg to use downloaded Sis 771 driver on Guix? znavko
@ 2019-06-16 14:11 ` znavko
  2019-06-16 16:02   ` How to configure Xorg to use [proprietary] " Tobias Geerinckx-Rice
  2019-06-16 16:53   ` znavko
  0 siblings, 2 replies; 13+ messages in thread
From: znavko @ 2019-06-16 14:11 UTC (permalink / raw)
  To: help-guix

oops, not sure it is intel.

here i've placed driver https://gitgud.io/znavko/sis771

Can anybody write package definition ? 

June 16, 2019 1:52 PM, znavko@disroot.org wrote:

> Hello! I use Asus K50C where VGA Adapter is Sis 771/671 Intel. It works on resolution most
> 1024x768, and this is incorrect (should be 1366x768). As I know only sis driver can help here.
> 
> I've downloaded Sis driver here http://w3.sis.com for Linux and want to try to configure Xorg to
> use it.
> I am looking to manual and cannot determine how to configure Xorg to use sis driver:
> 
> Data Type: xorg-configuration drivers (default: '()) 
> 
> This must be either the empty list, in which case Xorg chooses a graphics driver automatically, or
> a list of driver names that will be tried in this order—e.g., ("modesetting" "vesa").
> 
> Please, help me with my Asus K50C.
> Where to put sis driver? If I need to describe new package for sis driver it is impossible for me
> this time. Can you help?

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: How to configure Xorg to use [proprietary] Sis 771 driver on Guix?
  2019-06-16 14:11 ` znavko
@ 2019-06-16 16:02   ` Tobias Geerinckx-Rice
  2019-06-17 15:25     ` Mark H Weaver
                       ` (2 more replies)
  2019-06-16 16:53   ` znavko
  1 sibling, 3 replies; 13+ messages in thread
From: Tobias Geerinckx-Rice @ 2019-06-16 16:02 UTC (permalink / raw)
  To: znavko; +Cc: help-guix

[-- Attachment #1: Type: text/plain, Size: 1491 bytes --]

Ehlo Znavko,

znavko@disroot.org wrote:
> oops, not sure it is intel.

SiS[0] is not Intel.  They're a Taiwanese company whose graphics 
division later became the ill-fated XGI for a while.

Takes me back…  :-)

> here i've placed driver https://gitgud.io/znavko/sis771

As was to be expected, that's not free software (or even open 
source) (or even source).

You're probably breaking the law by even hosting that link: 
there's no licence to be found anywhere, let alone one allowing 
redistribution.

This is why proprietary software sucks.

> Can anybody write package definition ? 

Considering the fact that this is a 10-year-old binary blob for 
use with >10-year old X.org, that it would be illegal to host the 
origin unless you find a licence permitting that (unlikely), and 
that it has 0% chance of ever making it into Guix proper, you're 
very unlikely to find a volunteer to do this for you.  And this 
mailing list or any other Guix project channel would not be an 
appropriate place to find them.  Sorry.

On a more positive note: have you looked at

  https://aur.archlinux.org/packages/xf86-video-sisimedia/
  (or https://aur.archlinux.org/packages/xf86-video-sis/)?

As you can see by the number of patches at that first link, 
keeping such old hardware working with modern software presents 
plenty of challenges—without adding those of binary blobs :-)

T G-R

[0]: https://en.wikipedia.org/wiki/Silicon_Integrated_Systems

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: How to configure Xorg to use [proprietary] Sis 771 driver on Guix?
  2019-06-16 14:11 ` znavko
  2019-06-16 16:02   ` How to configure Xorg to use [proprietary] " Tobias Geerinckx-Rice
@ 2019-06-16 16:53   ` znavko
  1 sibling, 0 replies; 13+ messages in thread
From: znavko @ 2019-06-16 16:53 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: help-guix

Thank you, Tobias!
I'll try to use that. As I understand I need to write driver package definition using Guix Manual #Defining-Packages.
Is there some difficulties with driver packages?

June 16, 2019 4:08 PM, "Tobias Geerinckx-Rice" <me@tobias.gr> wrote:

> Ehlo Znavko,
> 
> znavko@disroot.org wrote:
> 
>> oops, not sure it is intel.
> 
> SiS[0] is not Intel. They're a Taiwanese company whose graphics
> division later became the ill-fated XGI for a while.
> 
> Takes me back… :-)
> 
>> here i've placed driver https://gitgud.io/znavko/sis771
> 
> As was to be expected, that's not free software (or even open
> source) (or even source).
> 
> You're probably breaking the law by even hosting that link:
> there's no licence to be found anywhere, let alone one allowing
> redistribution.
> 
> This is why proprietary software sucks.
> 
>> Can anybody write package definition ?
> 
> Considering the fact that this is a 10-year-old binary blob for
> use with >10-year old X.org, that it would be illegal to host the
> origin unless you find a licence permitting that (unlikely), and
> that it has 0% chance of ever making it into Guix proper, you're
> very unlikely to find a volunteer to do this for you. And this
> mailing list or any other Guix project channel would not be an
> appropriate place to find them. Sorry.
> 
> On a more positive note: have you looked at
> 
> https://aur.archlinux.org/packages/xf86-video-sisimedia
> (or https://aur.archlinux.org/packages/xf86-video-sis)?
> 
> As you can see by the number of patches at that first link,
> keeping such old hardware working with modern software presents
> plenty of challenges—without adding those of binary blobs :-)
> 
> T G-R
> 
> [0]: https://en.wikipedia.org/wiki/Silicon_Integrated_Systems

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: How to configure Xorg to use [proprietary] Sis 771 driver on Guix?
  2019-06-16 16:02   ` How to configure Xorg to use [proprietary] " Tobias Geerinckx-Rice
@ 2019-06-17 15:25     ` Mark H Weaver
  2019-06-17 16:48       ` Tobias Geerinckx-Rice
  2019-06-17 17:18     ` znavko
  2019-06-17 18:55     ` znavko
  2 siblings, 1 reply; 13+ messages in thread
From: Mark H Weaver @ 2019-06-17 15:25 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: help-guix

Hello,

Tobias Geerinckx-Rice <me@tobias.gr> writes:

> On a more positive note: have you looked at
>
>  https://aur.archlinux.org/packages/xf86-video-sisimedia/
>  (or https://aur.archlinux.org/packages/xf86-video-sis/)?

Guix already has 'xf86-video-sis', and it's already included in
%default-xorg-modules in (gnu services xorg).  So, now we just need to
find out why it's not working.  Maybe one of the other video modules
guesses that it can support the hardware, but it actually fails?  In
that case, it might help to move 'xf86-video-sis' higher up in the list
of modules to try.

      Regards,
        Mark

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: How to configure Xorg to use [proprietary] Sis 771 driver on Guix?
  2019-06-17 15:25     ` Mark H Weaver
@ 2019-06-17 16:48       ` Tobias Geerinckx-Rice
  2019-06-17 22:11         ` Mark H Weaver
  0 siblings, 1 reply; 13+ messages in thread
From: Tobias Geerinckx-Rice @ 2019-06-17 16:48 UTC (permalink / raw)
  To: Mark H Weaver; +Cc: help-guix

[-- Attachment #1: Type: text/plain, Size: 249 bytes --]

Mark H Weaver wrote:
> Guix already has 'xf86-video-sis', and it's already included in
> %default-xorg-modules in (gnu services xorg).  So, now we just 
> need to
> find out why it's not working.

Is this even the same driver?

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: How to configure Xorg to use [proprietary] Sis 771 driver on Guix?
  2019-06-16 16:02   ` How to configure Xorg to use [proprietary] " Tobias Geerinckx-Rice
  2019-06-17 15:25     ` Mark H Weaver
@ 2019-06-17 17:18     ` znavko
  2019-06-17 18:55     ` znavko
  2 siblings, 0 replies; 13+ messages in thread
From: znavko @ 2019-06-17 17:18 UTC (permalink / raw)
  To: Mark H Weaver, Tobias Geerinckx-Rice; +Cc: help-guix

Mark, let's start. As I've read in links Tobias offered Sis 771/671 is not mentioned there,  but many other versions are presented. Is it reason?

If you say what exactly to type in my config [1] I'll do it.

[1] http://termbin.com/ni3a

June 17, 2019 4:04 PM, "Mark H Weaver" <mhw@netris.org> wrote:

> Hello,
> 
> Tobias Geerinckx-Rice <me@tobias.gr> writes:
> 
>> On a more positive note: have you looked at
>> 
>> https://aur.archlinux.org/packages/xf86-video-sisimedia
>> (or https://aur.archlinux.org/packages/xf86-video-sis)?
> 
> Guix already has 'xf86-video-sis', and it's already included in
> %default-xorg-modules in (gnu services xorg). So, now we just need to
> find out why it's not working. Maybe one of the other video modules
> guesses that it can support the hardware, but it actually fails? In
> that case, it might help to move 'xf86-video-sis' higher up in the list
> of modules to try.
> 
> Regards,
> Mark

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: How to configure Xorg to use [proprietary] Sis 771 driver on Guix?
  2019-06-16 16:02   ` How to configure Xorg to use [proprietary] " Tobias Geerinckx-Rice
  2019-06-17 15:25     ` Mark H Weaver
  2019-06-17 17:18     ` znavko
@ 2019-06-17 18:55     ` znavko
  2019-06-17 22:20       ` Mark H Weaver
                         ` (2 more replies)
  2 siblings, 3 replies; 13+ messages in thread
From: znavko @ 2019-06-17 18:55 UTC (permalink / raw)
  To: Mark H Weaver; +Cc: help-guix

Mark, this is my lspci, lsmod, guix describe:

# lspci

00:00.0 Host bridge: Silicon Integrated Systems [SiS] 671MX
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] AGP Port (virtual PCI-to-PCI bridge)
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS968 [MuTIOL Media IO] (rev 01)
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 IDE Controller (rev 01)
00:03.0 USB controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f)
00:03.1 USB controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f)
00:03.3 USB controller: Silicon Integrated Systems [SiS] USB 2.0 Controller
00:05.0 IDE interface: Silicon Integrated Systems [SiS] SATA Controller / IDE mode (rev 03)
00:06.0 PCI bridge: Silicon Integrated Systems [SiS] PCI-to-PCI bridge
00:07.0 PCI bridge: Silicon Integrated Systems [SiS] PCI-to-PCI bridge
00:0f.0 Audio device: Silicon Integrated Systems [SiS] Azalia Audio Controller
00:1f.0 PCI bridge: Silicon Integrated Systems [SiS] PCI-to-PCI bridge
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter (rev 10)
02:00.0 Network controller: Qualcomm Atheros AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 01)


# lsmod
Module                  Size  Used by
fuse                  114688  2
ccm                    20480  9
uvcvideo               98304  0
videobuf2_vmalloc      20480  1 uvcvideo
videobuf2_memops       20480  1 videobuf2_vmalloc
videobuf2_v4l2         24576  1 uvcvideo
videobuf2_common       45056  2 videobuf2_v4l2,uvcvideo
videodev              204800  3 videobuf2_v4l2,uvcvideo,videobuf2_common
media                  53248  4 videodev,videobuf2_v4l2,uvcvideo,videobuf2_common
joydev                 24576  0
usbmouse               16384  0
arc4                   16384  2
ath9k                 155648  0
ath9k_common           24576  1 ath9k
ath9k_hw              479232  2 ath9k_common,ath9k
coretemp               20480  0
ath                    32768  3 ath9k_common,ath9k,ath9k_hw
mac80211              843776  1 ath9k
snd_hda_codec_realtek   114688  1
snd_hda_codec_generic    77824  1 snd_hda_codec_realtek
ledtrig_audio          16384  2 snd_hda_codec_generic,snd_hda_codec_realtek
cfg80211              704512  4 ath9k_common,ath9k,ath,mac80211
snd_hda_intel          45056  3
snd_hda_codec         135168  3 snd_hda_codec_generic,snd_hda_intel,snd_hda_codec_realtek
snd_hda_core           90112  4 snd_hda_codec_generic,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek
snd_hwdep              20480  1 snd_hda_codec
snd_pcm               110592  3 snd_hda_intel,snd_hda_codec,snd_hda_core
input_leds             16384  0
psmouse               151552  0
r8169                  81920  0
serio_raw              20480  0
realtek                20480  1
snd_timer              40960  1 snd_pcm
snd                    86016  13 snd_hda_codec_generic,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_timer,snd_pcm
soundcore              16384  1 snd
asus_laptop            32768  0
sparse_keymap          16384  1 asus_laptop
input_polldev          20480  1 asus_laptop
video                  45056  1 asus_laptop
mac_hid                16384  0
sis_agp                16384  1
virtio_rng             16384  0
virtio_console         32768  0
virtio_net             57344  0
virtio_blk             20480  0
virtio_balloon         24576  0
virtio_pci             24576  0
virtio                 16384  6 virtio_rng,virtio_console,virtio_balloon,virtio_pci,virtio_blk,virtio_net
virtio_ring            32768  6 virtio_rng,virtio_console,virtio_balloon,virtio_pci,virtio_blk,virtio_net
isci                  143360  0
libsas                 81920  1 isci
scsi_transport_sas     40960  2 isci,libsas
pata_atiixp            16384  0
pata_acpi              16384  0
nls_iso8859_1          16384  0
wp512                  36864  0
serpent_generic        32768  0
xts                    16384  0
dm_crypt               40960  0
hid_apple              16384  0
hid_generic            16384  0
usbhid                 53248  0
hid                   131072  4 usbhid,hid_apple,hid_generic
uas                    24576  0
usb_storage            69632  1 uas
ahci                   40960  0
libahci                32768  1 ahci
sata_sis               16384  2

# guix describe
Generation 2	Jun 17 2019 08:50:09	(current)
  guix 0bc010d
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: 0bc010dacded4d89aa39f2d37fe75414b69b680e


June 17, 2019 4:04 PM, "Mark H Weaver" <mhw@netris.org> wrote:

> Hello,
> 
> Tobias Geerinckx-Rice <me@tobias.gr> writes:
> 
>> On a more positive note: have you looked at
>> 
>> https://aur.archlinux.org/packages/xf86-video-sisimedia
>> (or https://aur.archlinux.org/packages/xf86-video-sis)?
> 
> Guix already has 'xf86-video-sis', and it's already included in
> %default-xorg-modules in (gnu services xorg). So, now we just need to
> find out why it's not working. Maybe one of the other video modules
> guesses that it can support the hardware, but it actually fails? In
> that case, it might help to move 'xf86-video-sis' higher up in the list
> of modules to try.
> 
> Regards,
> Mark

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: How to configure Xorg to use [proprietary] Sis 771 driver on Guix?
  2019-06-17 16:48       ` Tobias Geerinckx-Rice
@ 2019-06-17 22:11         ` Mark H Weaver
  2019-06-18  4:12           ` Tobias Geerinckx-Rice
  0 siblings, 1 reply; 13+ messages in thread
From: Mark H Weaver @ 2019-06-17 22:11 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: help-guix

Tobias Geerinckx-Rice <me@tobias.gr> writes:

> Mark H Weaver wrote:
>> Guix already has 'xf86-video-sis', and it's already included in
>> %default-xorg-modules in (gnu services xorg).  So, now we just need
>> to
>> find out why it's not working.
>
> Is this even the same driver?

I don't understand the question.  Same driver as what?

      Mark

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: How to configure Xorg to use [proprietary] Sis 771 driver on Guix?
  2019-06-17 18:55     ` znavko
@ 2019-06-17 22:20       ` Mark H Weaver
  2019-06-18  3:47       ` znavko
  2019-06-18 14:26       ` znavko
  2 siblings, 0 replies; 13+ messages in thread
From: Mark H Weaver @ 2019-06-17 22:20 UTC (permalink / raw)
  To: znavko; +Cc: help-guix

znavko@disroot.org writes:
> Mark, this is my lspci, lsmod, guix describe:

Can you share the contents of your /var/log/Xorg.0.log ?  That should
show us which video driver(s) were loaded and any relevant error
messages.

       Mark

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: How to configure Xorg to use [proprietary] Sis 771 driver on Guix?
  2019-06-17 18:55     ` znavko
  2019-06-17 22:20       ` Mark H Weaver
@ 2019-06-18  3:47       ` znavko
  2019-06-18 14:26       ` znavko
  2 siblings, 0 replies; 13+ messages in thread
From: znavko @ 2019-06-18  3:47 UTC (permalink / raw)
  To: Mark H Weaver; +Cc: help-guix

# cat /var/log/Xorg.0.log
[    10.574] 
X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
[    10.583] Build Operating System: GNU GuixSD
[    10.586] Current Operating System: Linux antelope 5.0.14-gnu #1 SMP 1 x86_64
[    10.586] Kernel command line: BOOT_IMAGE=/gnu/store/v0ziysnm86c9bi8wh8pf6cckkdzqsyjf-linux-libre-5.0.14/bzImage --root=/dev/sda1 --system=/var/guix/profiles/system-116-link --load=/var/guix/profiles/system-116-link/boot modprobe.blacklist=pcspkr,snd_pcsp,bluetooth,ideapad_laptop
[    10.596] Build Date: 01 January 1970  12:00:01AM
[    10.600]  
[    10.603] Current version of pixman: 0.36.0
[    10.610] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    10.610] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    10.625] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jun 18 06:41:36 2019
[    10.675] (++) Using config file: "/gnu/store/m4w8mr4crlxwsh1acc3255rvkr5l3xgf-xserver.conf"
[    10.679] (++) Using config directory: "/gnu/store/2mi80p4sj8a0xxddfgyzqh647rifgiix-xorg.conf.d"
[    10.682] (==) Using system config directory "/gnu/store/6yar7xifqhywhwz72djqrz8v88y5i3vj-xorg-server-1.20.4/share/X11/xorg.conf.d"
[    10.692] (==) No Layout section.  Using the first Screen section.
[    10.695] (==) No screen section available. Using defaults.
[    10.699] (**) |-->Screen "Default Screen Section" (0)
[    10.703] (**) |   |-->Monitor "<default monitor>"
[    10.711] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    10.711] (**) Option "AllowMouseOpenFail" "on"
[    10.714] (==) Automatically adding devices
[    10.718] (==) Automatically enabling devices
[    10.721] (==) Automatically adding GPU devices
[    10.725] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    10.771] (**) FontPath set to:
	/gnu/store/cn966w06mgzsbprs5cdzmv3ll8if3gr5-font-alias-1.0.3/share/fonts/X11/75dpi,
	/gnu/store/cn966w06mgzsbprs5cdzmv3ll8if3gr5-font-alias-1.0.3/share/fonts/X11/100dpi,
	/gnu/store/cn966w06mgzsbprs5cdzmv3ll8if3gr5-font-alias-1.0.3/share/fonts/X11/misc,
	/gnu/store/cn966w06mgzsbprs5cdzmv3ll8if3gr5-font-alias-1.0.3/share/fonts/X11/cyrillic,
	/gnu/store/sm8dqm4wgpac90zsv3y8li378qwc16pg-font-misc-misc-1.1.2/share/fonts/X11/misc,
	/gnu/store/2wa88yyr6vlmyhqzb0js9wfvfnfw7c3f-font-adobe75dpi-1.0.3/share/fonts/X11/75dpi
[    10.796] (**) ModulePath set to "/gnu/store/w2xryn7vr8vd6mddqln9jhmmdc5x6y0n-xf86-video-vesa-2.4.0/lib/xorg/modules/drivers,/gnu/store/6njzy2lv87fr9a9ay5cp205bqfssva74-xf86-video-fbdev-0.5.0/lib/xorg/modules/drivers,/gnu/store/d2wf4a3wby80053m7ijcly1ggbq4mcz5-xf86-video-amdgpu-19.0.1/lib/xorg/modules/drivers,/gnu/store/5prr3ix7i6lkjw36barc2hlh6ga1sx62-xf86-video-ati-19.0.1/lib/xorg/modules/drivers,/gnu/store/v454ijfrmyb0cd1a74mmz2yk03il8xsm-xf86-video-cirrus-1.5.3/lib/xorg/modules/drivers,/gnu/store/bw9l6744nmm3qa7i1smi91gql061dkj0-xf86-video-intel-2.99.917-13.6afed33/lib/xorg/modules/drivers,/gnu/store/yimnqfs9v6qf2k3i3psm1cv0dhm54qg3-xf86-video-mach64-6.9.6/lib/xorg/modules/drivers,/gnu/store/7rdfy1y6093cdqh3hk7scpx74fs2smpr-xf86-video-nouveau-1.0.16/lib/xorg/modules/drivers,/gnu/store/bgmya5sgd8q9vvj0wzrngmgx74ig5dkf-xf86-video-nv-2.1.21/lib/xorg/modules/drivers,/gnu/store/3h77x4bxb0lj876sy3i77l39ixc060yl-xf86-video-sis-0.10.9/lib/xorg/modules/drivers,/gnu/store/py75z016islwsdi116jca4mv07hzvrhb-xf86-input-libinpu
[    10.803] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    10.803] (II) Loader magic: 0x616d00
[    10.803] (II) Module ABI versions:
[    10.803] 	X.Org ANSI C Emulation: 0.4
[    10.803] 	X.Org Video Driver: 24.0
[    10.803] 	X.Org XInput driver : 24.1
[    10.803] 	X.Org Server Extension : 10.0
[    10.812] (++) using VT number 7

[    10.816] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    10.821] (II) xfree86: Adding drm device (/dev/dri/card0)
[    10.838] (--) PCI:*(0@0:2:0) 8086:0f31:17aa:3905 rev 14, Mem @ 0x90000000/4194304, 0x80000000/268435456, I/O @ 0x00002050/8, BIOS @ 0x????????/131072
[    10.843] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    10.843] (II) LoadModule: "glx"
[    10.907] (II) Loading /gnu/store/6yar7xifqhywhwz72djqrz8v88y5i3vj-xorg-server-1.20.4/lib/xorg/modules/extensions/libglx.so
[    10.947] (II) Module glx: vendor="X.Org Foundation"
[    10.947] 	compiled for 1.20.4, module version = 1.0.0
[    10.951] 	ABI class: X.Org Server Extension, version 10.0
[    10.954] (==) Matched modesetting as autoconfigured driver 0
[    10.958] (==) Matched fbdev as autoconfigured driver 1
[    10.962] (==) Matched vesa as autoconfigured driver 2
[    10.966] (==) Assigned the driver to the xf86ConfigLayout
[    10.966] (II) LoadModule: "modesetting"
[    10.970] (II) Loading /gnu/store/6yar7xifqhywhwz72djqrz8v88y5i3vj-xorg-server-1.20.4/lib/xorg/modules/drivers/modesetting_drv.so
[    10.977] (II) Module modesetting: vendor="X.Org Foundation"
[    10.977] 	compiled for 1.20.4, module version = 1.20.4
[    10.981] 	Module class: X.Org Video Driver
[    10.981] 	ABI class: X.Org Video Driver, version 24.0
[    10.981] (II) LoadModule: "fbdev"
[    10.985] (II) Loading /gnu/store/6njzy2lv87fr9a9ay5cp205bqfssva74-xf86-video-fbdev-0.5.0/lib/xorg/modules/drivers/fbdev_drv.so
[    10.992] (II) Module fbdev: vendor="X.Org Foundation"
[    10.993] 	compiled for 1.20.4, module version = 0.5.0
[    10.996] 	Module class: X.Org Video Driver
[    10.996] 	ABI class: X.Org Video Driver, version 24.0
[    10.996] (II) LoadModule: "vesa"
[    11.001] (II) Loading /gnu/store/w2xryn7vr8vd6mddqln9jhmmdc5x6y0n-xf86-video-vesa-2.4.0/lib/xorg/modules/drivers/vesa_drv.so
[    11.006] (II) Module vesa: vendor="X.Org Foundation"
[    11.006] 	compiled for 1.20.4, module version = 2.4.0
[    11.010] 	Module class: X.Org Video Driver
[    11.010] 	ABI class: X.Org Video Driver, version 24.0
[    11.010] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    11.014] (II) FBDEV: driver for framebuffer: fbdev
[    11.018] (II) VESA: driver for VESA chipsets: vesa
[    11.051] (II) modeset(0): using drv /dev/dri/card0
[    11.051] (WW) Falling back to old probe method for fbdev
[    11.051] (II) Loading sub module "fbdevhw"
[    11.051] (II) LoadModule: "fbdevhw"
[    11.054] (II) Loading /gnu/store/6yar7xifqhywhwz72djqrz8v88y5i3vj-xorg-server-1.20.4/lib/xorg/modules/libfbdevhw.so
[    11.056] (II) Module fbdevhw: vendor="X.Org Foundation"
[    11.056] 	compiled for 1.20.4, module version = 0.0.2
[    11.056] 	ABI class: X.Org Video Driver, version 24.0
[    11.057] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    11.057] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    11.057] (==) modeset(0): RGB weight 888
[    11.057] (==) modeset(0): Default visual is TrueColor
[    11.057] (II) Loading sub module "glamoregl"
[    11.057] (II) LoadModule: "glamoregl"
[    11.058] (II) Loading /gnu/store/6yar7xifqhywhwz72djqrz8v88y5i3vj-xorg-server-1.20.4/lib/xorg/modules/libglamoregl.so
[    11.085] (II) Module glamoregl: vendor="X.Org Foundation"
[    11.085] 	compiled for 1.20.4, module version = 1.0.1
[    11.085] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    11.212] (II) modeset(0): glamor X acceleration enabled on Mesa DRI Intel(R) Bay Trail 
[    11.212] (II) modeset(0): glamor initialized
[    11.213] (II) modeset(0): Output eDP-1 has no monitor section
[    11.220] (II) modeset(0): Output VGA-1 has no monitor section
[    11.220] (II) modeset(0): Output DP-1 has no monitor section
[    11.221] (II) modeset(0): Output HDMI-1 has no monitor section
[    11.221] (II) modeset(0): Up to 4 crtcs needed for screen.
[    11.222] (II) modeset(0): Allocated crtc nr. 0 to this screen.
[    11.222] (II) modeset(0): Allocated crtc nr. 1 to this screen.
[    11.223] (II) modeset(0): EDID for output eDP-1
[    11.223] (II) modeset(0): Manufacturer: CMN  Model: 15b7  Serial#: 0
[    11.223] (II) modeset(0): Year: 2013  Week: 30
[    11.223] (II) modeset(0): EDID Version: 1.4
[    11.223] (II) modeset(0): Digital Display Input
[    11.223] (II) modeset(0): 6 bits per channel
[    11.223] (II) modeset(0): Digital interface is DisplayPort
[    11.223] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    11.223] (II) modeset(0): Gamma: 2.20
[    11.223] (II) modeset(0): No DPMS capabilities specified
[    11.223] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    11.223] (II) modeset(0): First detailed timing is preferred mode
[    11.223] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    11.223] (II) modeset(0): redX: 0.573 redY: 0.346   greenX: 0.341 greenY: 0.595
[    11.223] (II) modeset(0): blueX: 0.161 blueY: 0.115   whiteX: 0.313 whiteY: 0.329
[    11.223] (II) modeset(0): Manufacturer's mask: 0
[    11.223] (II) modeset(0): Supported detailed timing:
[    11.223] (II) modeset(0): clock: 76.4 MHz   Image Size:  344 x 193 mm
[    11.223] (II) modeset(0): h_active: 1366  h_sync: 1434  h_sync_end 1479 h_blank_end 1592 h_border: 0
[    11.223] (II) modeset(0): v_active: 768  v_sync: 772  v_sync_end 779 v_blanking: 800 v_border: 0
[    11.223] (II) modeset(0):  N156BGE-EB1
[    11.223] (II) modeset(0):  CMN
[    11.224] (II) modeset(0):  N156BGE-EB1
[    11.224] (II) modeset(0): EDID (in hex):
[    11.224] (II) modeset(0): 	00ffffffffffff000daeb71500000000
[    11.224] (II) modeset(0): 	1e1701049522137802e5659258579829
[    11.224] (II) modeset(0): 	1d505400000001010101010101010101
[    11.224] (II) modeset(0): 	010101010101da1d56e250002030442d
[    11.224] (II) modeset(0): 	470058c110000018000000fe004e3135
[    11.224] (II) modeset(0): 	364247452d4542310a20000000fe0043
[    11.224] (II) modeset(0): 	4d4e0a202020202020202020000000fe
[    11.224] (II) modeset(0): 	004e3135364247452d4542310a20008c
[    11.224] (II) modeset(0): Printing probed modes for output eDP-1
[    11.224] (II) modeset(0): Modeline "1366x768"x60.0   76.42  1366 1434 1479 1592  768 772 779 800 -hsync -vsync (48.0 kHz eP)
[    11.224] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    11.224] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    11.224] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    11.225] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    11.225] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    11.225] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    11.225] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    11.225] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    11.225] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    11.225] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    11.225] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    11.225] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    11.225] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    11.225] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    11.225] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    11.225] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    11.225] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    11.225] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    11.225] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    11.225] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    11.225] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    11.225] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    11.226] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    11.226] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    11.226] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    11.226] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    11.226] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    11.226] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    11.226] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    11.226] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    11.226] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    11.226] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    11.226] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    11.226] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    11.226] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    11.226] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    11.226] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    11.226] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    11.226] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    11.226] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    11.226] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    11.226] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    11.226] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    11.226] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    11.226] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    11.227] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    11.227] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    11.227] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    11.227] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    11.227] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    11.227] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    11.227] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    11.227] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    11.227] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    11.227] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    11.227] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    11.227] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    11.227] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    11.235] (II) modeset(0): EDID for output VGA-1
[    11.235] (II) modeset(0): EDID for output DP-1
[    11.237] (II) modeset(0): EDID for output HDMI-1
[    11.237] (II) modeset(0): Output eDP-1 connected
[    11.237] (II) modeset(0): Output VGA-1 disconnected
[    11.237] (II) modeset(0): Output DP-1 disconnected
[    11.237] (II) modeset(0): Output HDMI-1 disconnected
[    11.237] (II) modeset(0): Using exact sizes for initial modes
[    11.237] (II) modeset(0): Output eDP-1 using initial mode 1366x768 +0+0
[    11.237] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    11.237] (==) modeset(0): DPI set to (96, 96)
[    11.237] (II) Loading sub module "fb"
[    11.237] (II) LoadModule: "fb"
[    11.238] (II) Loading /gnu/store/6yar7xifqhywhwz72djqrz8v88y5i3vj-xorg-server-1.20.4/lib/xorg/modules/libfb.so
[    11.241] (II) Module fb: vendor="X.Org Foundation"
[    11.241] 	compiled for 1.20.4, module version = 1.0.0
[    11.241] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    11.241] (II) UnloadModule: "fbdev"
[    11.241] (II) Unloading fbdev
[    11.241] (II) UnloadSubModule: "fbdevhw"
[    11.241] (II) Unloading fbdevhw
[    11.241] (II) UnloadModule: "vesa"
[    11.241] (II) Unloading vesa
[    11.284] (==) modeset(0): Backing store enabled
[    11.284] (==) modeset(0): Silken mouse enabled
[    11.368] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    11.368] (==) modeset(0): DPMS enabled
[    11.369] (II) modeset(0): [DRI2] Setup complete
[    11.369] (II) modeset(0): [DRI2]   DRI driver: i965
[    11.369] (II) modeset(0): [DRI2]   VDPAU driver: i965
[    11.369] (II) Initializing extension Generic Event Extension
[    11.369] (II) Initializing extension SHAPE
[    11.369] (II) Initializing extension MIT-SHM
[    11.369] (II) Initializing extension XInputExtension
[    11.370] (II) Initializing extension XTEST
[    11.370] (II) Initializing extension BIG-REQUESTS
[    11.370] (II) Initializing extension SYNC
[    11.370] (II) Initializing extension XKEYBOARD
[    11.370] (II) Initializing extension XC-MISC
[    11.370] (II) Initializing extension XFIXES
[    11.370] (II) Initializing extension RENDER
[    11.371] (II) Initializing extension RANDR
[    11.371] (II) Initializing extension COMPOSITE
[    11.371] (II) Initializing extension DAMAGE
[    11.371] (II) Initializing extension MIT-SCREEN-SAVER
[    11.371] (II) Initializing extension DOUBLE-BUFFER
[    11.371] (II) Initializing extension RECORD
[    11.371] (II) Initializing extension DPMS
[    11.371] (II) Initializing extension Present
[    11.371] (II) Initializing extension DRI3
[    11.371] (II) Initializing extension X-Resource
[    11.371] (II) Initializing extension XVideo
[    11.371] (II) Initializing extension XVideo-MotionCompensation
[    11.371] (II) Initializing extension GLX
[    11.402] (II) AIGLX: Loaded and initialized i965
[    11.402] (II) GLX: Initialized DRI2 GL provider for screen 0
[    11.402] (II) Initializing extension XFree86-VidModeExtension
[    11.402] (II) Initializing extension XFree86-DGA
[    11.402] (II) Initializing extension XFree86-DRI
[    11.402] (II) Initializing extension DRI2
[    11.441] (II) modeset(0): Damage tracking initialized
[    11.441] (II) modeset(0): Setting screen physical size to 361 x 203
[    11.589] (II) XKB: Reusing cached keymap
[    11.595] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    11.595] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    11.595] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    11.595] (II) LoadModule: "libinput"
[    11.596] (II) Loading /gnu/store/py75z016islwsdi116jca4mv07hzvrhb-xf86-input-libinput-0.28.2/lib/xorg/modules/input/libinput_drv.so
[    11.633] (II) Module libinput: vendor="X.Org Foundation"
[    11.633] 	compiled for 1.20.4, module version = 0.28.2
[    11.633] 	Module class: X.Org XInput Driver
[    11.633] 	ABI class: X.Org XInput driver, version 24.1
[    11.633] (II) Using input driver 'libinput' for 'Power Button'
[    11.633] (**) Power Button: always reports core events
[    11.633] (**) Option "Device" "/dev/input/event2"
[    11.634] (**) Option "_source" "server/udev"
[    11.657] (**) Option "Device" "/dev/input/event2"
[    11.658] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    11.658] (II) event2  - Power Button: device is a keyboard
[    11.658] (II) event2  - Power Button: device removed
[    11.672] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    11.672] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    11.672] (II) XKB: Reusing cached keymap
[    11.672] (**) Option "_source" "server/udev"
[    11.672] (**) Option "_source" "server/udev"
[    11.672] (**) Option "_source" "server/udev"
[    11.672] (**) Option "_source" "server/udev"
[    11.672] (**) Option "_source" "server/udev"
[    11.672] (**) Option "_source" "server/udev"
[    11.672] (**) Option "_source" "server/udev"
[    11.672] (**) Option "_source" "server/udev"
[    11.673] (**) Option "_source" "server/udev"
[    11.673] (**) Option "_source" "server/udev"
[    11.673] (**) Option "_source" "server/udev"
[    11.673] (**) Option "_source" "server/udev"
[    11.673] (**) Option "_source" "server/udev"
[    11.673] (**) Option "_source" "server/udev"
[    11.673] (**) Option "_source" "server/udev"
[    11.673] (**) Option "_source" "server/udev"
[    11.673] (**) Option "_source" "server/udev"
[    11.673] (**) Option "_source" "server/udev"
[    11.673] (**) Option "_source" "server/udev"
[    11.673] (**) Option "_source" "server/udev"
[    11.673] (**) Option "_source" "server/udev"
[    11.673] (**) Option "_source" "server/udev"
[    11.673] (**) Option "_source" "server/udev"
[    11.673] (**) Option "Device" "/dev/input/event2"
[    11.674] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    11.674] (II) event2  - Power Button: device is a keyboard
[    11.674] (**) Option "_source" "server/udev"
[    11.674] (**) Option "_source" "server/udev"
[    11.674] (**) Option "_source" "server/udev"
[    11.674] (**) Option "_source" "server/udev"
[    11.675] (**) Option "_source" "server/udev"
[    11.675] (**) Option "_source" "server/udev"
[    11.675] (**) Option "_source" "server/udev"
[    11.675] (**) Option "_source" "server/udev"
[    11.675] (**) Option "_source" "server/udev"
[    11.675] (**) Option "_source" "server/udev"
[    11.675] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    11.675] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    11.675] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    11.675] (II) Using input driver 'libinput' for 'Video Bus'
[    11.675] (**) Video Bus: always reports core events
[    11.675] (**) Option "Device" "/dev/input/event5"
[    11.676] (**) Option "_source" "server/udev"
[    11.676] (**) Option "Device" "/dev/input/event5"
[    11.677] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    11.677] (II) event5  - Video Bus: device is a keyboard
[    11.677] (II) event5  - Video Bus: device removed
[    11.712] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7/event5"
[    11.712] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    11.712] (II) XKB: Reusing cached keymap
[    11.712] (**) Option "_source" "server/udev"
[    11.712] (**) Option "_source" "server/udev"
[    11.712] (**) Option "_source" "server/udev"
[    11.712] (**) Option "_source" "server/udev"
[    11.712] (**) Option "_source" "server/udev"
[    11.713] (**) Option "_source" "server/udev"
[    11.713] (**) Option "_source" "server/udev"
[    11.713] (**) Option "_source" "server/udev"
[    11.713] (**) Option "_source" "server/udev"
[    11.713] (**) Option "_source" "server/udev"
[    11.713] (**) Option "_source" "server/udev"
[    11.713] (**) Option "_source" "server/udev"
[    11.713] (**) Option "_source" "server/udev"
[    11.713] (**) Option "_source" "server/udev"
[    11.713] (**) Option "_source" "server/udev"
[    11.713] (**) Option "_source" "server/udev"
[    11.713] (**) Option "_source" "server/udev"
[    11.713] (**) Option "_source" "server/udev"
[    11.713] (**) Option "_source" "server/udev"
[    11.713] (**) Option "_source" "server/udev"
[    11.713] (**) Option "_source" "server/udev"
[    11.713] (**) Option "_source" "server/udev"
[    11.713] (**) Option "_source" "server/udev"
[    11.713] (**) Option "Device" "/dev/input/event5"
[    11.714] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    11.714] (II) event5  - Video Bus: device is a keyboard
[    11.714] (**) Option "_source" "server/udev"
[    11.715] (**) Option "_source" "server/udev"
[    11.715] (**) Option "_source" "server/udev"
[    11.715] (**) Option "_source" "server/udev"
[    11.715] (**) Option "_source" "server/udev"
[    11.715] (**) Option "_source" "server/udev"
[    11.715] (**) Option "_source" "server/udev"
[    11.715] (**) Option "_source" "server/udev"
[    11.715] (**) Option "_source" "server/udev"
[    11.715] (**) Option "_source" "server/udev"
[    11.715] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    11.715] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    11.715] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    11.715] (II) Using input driver 'libinput' for 'Power Button'
[    11.715] (**) Power Button: always reports core events
[    11.715] (**) Option "Device" "/dev/input/event1"
[    11.716] (**) Option "_source" "server/udev"
[    11.716] (**) Option "Device" "/dev/input/event1"
[    11.717] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    11.717] (II) event1  - Power Button: device is a keyboard
[    11.717] (II) event1  - Power Button: device removed
[    11.728] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    11.728] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    11.728] (II) XKB: Reusing cached keymap
[    11.728] (**) Option "_source" "server/udev"
[    11.728] (**) Option "_source" "server/udev"
[    11.728] (**) Option "_source" "server/udev"
[    11.728] (**) Option "_source" "server/udev"
[    11.728] (**) Option "_source" "server/udev"
[    11.728] (**) Option "_source" "server/udev"
[    11.728] (**) Option "_source" "server/udev"
[    11.728] (**) Option "_source" "server/udev"
[    11.729] (**) Option "_source" "server/udev"
[    11.729] (**) Option "_source" "server/udev"
[    11.729] (**) Option "_source" "server/udev"
[    11.729] (**) Option "_source" "server/udev"
[    11.729] (**) Option "_source" "server/udev"
[    11.729] (**) Option "_source" "server/udev"
[    11.729] (**) Option "_source" "server/udev"
[    11.729] (**) Option "_source" "server/udev"
[    11.729] (**) Option "_source" "server/udev"
[    11.729] (**) Option "_source" "server/udev"
[    11.729] (**) Option "_source" "server/udev"
[    11.729] (**) Option "_source" "server/udev"
[    11.729] (**) Option "_source" "server/udev"
[    11.729] (**) Option "_source" "server/udev"
[    11.729] (**) Option "_source" "server/udev"
[    11.729] (**) Option "Device" "/dev/input/event1"
[    11.730] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    11.730] (II) event1  - Power Button: device is a keyboard
[    11.730] (**) Option "_source" "server/udev"
[    11.730] (**) Option "_source" "server/udev"
[    11.730] (**) Option "_source" "server/udev"
[    11.730] (**) Option "_source" "server/udev"
[    11.730] (**) Option "_source" "server/udev"
[    11.730] (**) Option "_source" "server/udev"
[    11.731] (**) Option "_source" "server/udev"
[    11.731] (**) Option "_source" "server/udev"
[    11.731] (**) Option "_source" "server/udev"
[    11.731] (**) Option "_source" "server/udev"
[    11.731] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    11.731] (II) No input driver specified, ignoring this device.
[    11.731] (II) This device may have been added with another device file.
[    11.732] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event8)
[    11.732] (II) No input driver specified, ignoring this device.
[    11.732] (II) This device may have been added with another device file.
[    11.733] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event9)
[    11.733] (II) No input driver specified, ignoring this device.
[    11.733] (II) This device may have been added with another device file.
[    11.733] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event7)
[    11.733] (II) No input driver specified, ignoring this device.
[    11.733] (II) This device may have been added with another device file.
[    11.734] (II) config/udev: Adding input device RAPOO Rapoo 2.4G Wireless Device (/dev/input/event4)
[    11.734] (**) RAPOO Rapoo 2.4G Wireless Device: Applying InputClass "evdev pointer catchall"
[    11.734] (**) RAPOO Rapoo 2.4G Wireless Device: Applying InputClass "libinput pointer catchall"
[    11.734] (II) Using input driver 'libinput' for 'RAPOO Rapoo 2.4G Wireless Device'
[    11.734] (**) RAPOO Rapoo 2.4G Wireless Device: always reports core events
[    11.734] (**) Option "Device" "/dev/input/event4"
[    11.734] (**) Option "_source" "server/udev"
[    11.734] (**) Option "Device" "/dev/input/event4"
[    11.793] (II) event4  - RAPOO Rapoo 2.4G Wireless Device: is tagged by udev as: Mouse
[    11.794] (II) event4  - RAPOO Rapoo 2.4G Wireless Device: device is a pointer
[    11.794] (II) event4  - RAPOO Rapoo 2.4G Wireless Device: device removed
[    11.824] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:24AE:1100.0001/input/input5/event4"
[    11.824] (II) XINPUT: Adding extended input device "RAPOO Rapoo 2.4G Wireless Device" (type: MOUSE, id 9)
[    11.824] (**) Option "_source" "server/udev"
[    11.824] (**) Option "_source" "server/udev"
[    11.824] (**) Option "_source" "server/udev"
[    11.824] (**) Option "_source" "server/udev"
[    11.824] (**) Option "_source" "server/udev"
[    11.824] (**) Option "_source" "server/udev"
[    11.824] (**) Option "_source" "server/udev"
[    11.824] (**) Option "_source" "server/udev"
[    11.824] (**) Option "_source" "server/udev"
[    11.824] (**) Option "_source" "server/udev"
[    11.824] (**) Option "_source" "server/udev"
[    11.825] (**) Option "_source" "server/udev"
[    11.825] (**) Option "_source" "server/udev"
[    11.825] (**) Option "_source" "server/udev"
[    11.825] (**) Option "_source" "server/udev"
[    11.825] (**) Option "_source" "server/udev"
[    11.825] (**) Option "_source" "server/udev"
[    11.825] (**) Option "_source" "server/udev"
[    11.825] (**) Option "_source" "server/udev"
[    11.825] (**) Option "_source" "server/udev"
[    11.825] (**) Option "_source" "server/udev"
[    11.825] (**) Option "_source" "server/udev"
[    11.825] (**) Option "_source" "server/udev"
[    11.825] (**) Option "AccelerationScheme" "none"
[    11.825] (**) RAPOO Rapoo 2.4G Wireless Device: (accel) selected scheme none/0
[    11.825] (**) RAPOO Rapoo 2.4G Wireless Device: (accel) acceleration factor: 2.000
[    11.825] (**) RAPOO Rapoo 2.4G Wireless Device: (accel) acceleration threshold: 4
[    11.826] (**) Option "Device" "/dev/input/event4"
[    11.885] (II) event4  - RAPOO Rapoo 2.4G Wireless Device: is tagged by udev as: Mouse
[    11.885] (II) event4  - RAPOO Rapoo 2.4G Wireless Device: device is a pointer
[    11.885] (**) Option "_source" "server/udev"
[    11.885] (**) Option "_source" "server/udev"
[    11.885] (**) Option "_source" "server/udev"
[    11.885] (**) Option "_source" "server/udev"
[    11.885] (**) Option "_source" "server/udev"
[    11.885] (**) Option "_source" "server/udev"
[    11.885] (**) Option "_source" "server/udev"
[    11.885] (**) Option "_source" "server/udev"
[    11.886] (**) Option "_source" "server/udev"
[    11.886] (**) Option "_source" "server/udev"
[    11.886] (II) config/udev: Adding input device RAPOO Rapoo 2.4G Wireless Device (/dev/input/mouse0)
[    11.886] (II) No input driver specified, ignoring this device.
[    11.886] (II) This device may have been added with another device file.
[    11.887] (II) config/udev: Adding input device Lenovo EasyCamera: Lenovo EasyC (/dev/input/event6)
[    11.887] (**) Lenovo EasyCamera: Lenovo EasyC: Applying InputClass "evdev keyboard catchall"
[    11.887] (**) Lenovo EasyCamera: Lenovo EasyC: Applying InputClass "libinput keyboard catchall"
[    11.887] (II) Using input driver 'libinput' for 'Lenovo EasyCamera: Lenovo EasyC'
[    11.887] (**) Lenovo EasyCamera: Lenovo EasyC: always reports core events
[    11.887] (**) Option "Device" "/dev/input/event6"
[    11.887] (**) Option "_source" "server/udev"
[    11.887] (**) Option "Device" "/dev/input/event6"
[    11.889] (II) event6  - Lenovo EasyCamera: Lenovo EasyC: is tagged by udev as: Keyboard
[    11.889] (II) event6  - Lenovo EasyCamera: Lenovo EasyC: device is a keyboard
[    11.889] (II) event6  - Lenovo EasyCamera: Lenovo EasyC: device removed
[    11.924] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.4/1-1.4.1/1-1.4.1:1.0/input/input8/event6"
[    11.924] (II) XINPUT: Adding extended input device "Lenovo EasyCamera: Lenovo EasyC" (type: KEYBOARD, id 10)
[    11.924] (II) XKB: Reusing cached keymap
[    11.924] (**) Option "_source" "server/udev"
[    11.924] (**) Option "_source" "server/udev"
[    11.924] (**) Option "_source" "server/udev"
[    11.924] (**) Option "_source" "server/udev"
[    11.924] (**) Option "_source" "server/udev"
[    11.924] (**) Option "_source" "server/udev"
[    11.924] (**) Option "_source" "server/udev"
[    11.924] (**) Option "_source" "server/udev"
[    11.924] (**) Option "_source" "server/udev"
[    11.924] (**) Option "_source" "server/udev"
[    11.924] (**) Option "_source" "server/udev"
[    11.924] (**) Option "_source" "server/udev"
[    11.924] (**) Option "_source" "server/udev"
[    11.925] (**) Option "_source" "server/udev"
[    11.925] (**) Option "_source" "server/udev"
[    11.925] (**) Option "_source" "server/udev"
[    11.925] (**) Option "_source" "server/udev"
[    11.925] (**) Option "_source" "server/udev"
[    11.925] (**) Option "_source" "server/udev"
[    11.925] (**) Option "_source" "server/udev"
[    11.925] (**) Option "_source" "server/udev"
[    11.925] (**) Option "_source" "server/udev"
[    11.925] (**) Option "_source" "server/udev"
[    11.925] (**) Option "Device" "/dev/input/event6"
[    11.927] (II) event6  - Lenovo EasyCamera: Lenovo EasyC: is tagged by udev as: Keyboard
[    11.927] (II) event6  - Lenovo EasyCamera: Lenovo EasyC: device is a keyboard
[    11.927] (**) Option "_source" "server/udev"
[    11.927] (**) Option "_source" "server/udev"
[    11.927] (**) Option "_source" "server/udev"
[    11.927] (**) Option "_source" "server/udev"
[    11.927] (**) Option "_source" "server/udev"
[    11.927] (**) Option "_source" "server/udev"
[    11.927] (**) Option "_source" "server/udev"
[    11.927] (**) Option "_source" "server/udev"
[    11.927] (**) Option "_source" "server/udev"
[    11.927] (**) Option "_source" "server/udev"
[    11.928] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    11.928] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    11.928] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    11.928] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    11.928] (**) AT Translated Set 2 keyboard: always reports core events
[    11.928] (**) Option "Device" "/dev/input/event3"
[    11.928] (**) Option "_source" "server/udev"
[    11.928] (**) Option "Device" "/dev/input/event3"
[    11.929] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    11.929] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    11.929] (II) event3  - AT Translated Set 2 keyboard: device removed
[    11.944] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    11.944] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[    11.944] (II) XKB: Reusing cached keymap
[    11.944] (**) Option "_source" "server/udev"
[    11.944] (**) Option "_source" "server/udev"
[    11.944] (**) Option "_source" "server/udev"
[    11.944] (**) Option "_source" "server/udev"
[    11.944] (**) Option "_source" "server/udev"
[    11.944] (**) Option "_source" "server/udev"
[    11.944] (**) Option "_source" "server/udev"
[    11.944] (**) Option "_source" "server/udev"
[    11.944] (**) Option "_source" "server/udev"
[    11.944] (**) Option "_source" "server/udev"
[    11.944] (**) Option "_source" "server/udev"
[    11.944] (**) Option "_source" "server/udev"
[    11.944] (**) Option "_source" "server/udev"
[    11.944] (**) Option "_source" "server/udev"
[    11.944] (**) Option "_source" "server/udev"
[    11.945] (**) Option "_source" "server/udev"
[    11.945] (**) Option "_source" "server/udev"
[    11.945] (**) Option "_source" "server/udev"
[    11.945] (**) Option "_source" "server/udev"
[    11.945] (**) Option "_source" "server/udev"
[    11.945] (**) Option "_source" "server/udev"
[    11.945] (**) Option "_source" "server/udev"
[    11.945] (**) Option "_source" "server/udev"
[    11.945] (**) Option "Device" "/dev/input/event3"
[    11.946] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    11.946] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    11.946] (**) Option "_source" "server/udev"
[    11.946] (**) Option "_source" "server/udev"
[    11.947] (**) Option "_source" "server/udev"
[    11.947] (**) Option "_source" "server/udev"
[    11.947] (**) Option "_source" "server/udev"
[    11.947] (**) Option "_source" "server/udev"
[    11.947] (**) Option "_source" "server/udev"
[    11.947] (**) Option "_source" "server/udev"
[    11.947] (**) Option "_source" "server/udev"
[    11.947] (**) Option "_source" "server/udev"
[    11.947] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event10)
[    11.947] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    11.947] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[    11.947] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[    11.947] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[    11.947] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad"
[    11.947] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[    11.948] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    11.948] (**) Option "Device" "/dev/input/event10"
[    11.948] (**) Option "_source" "server/udev"
[    11.948] (**) Option "Device" "/dev/input/event10"
[    11.949] (II) event10 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    11.950] (II) event10 - SynPS/2 Synaptics TouchPad: device is a touchpad
[    11.950] (II) event10 - SynPS/2 Synaptics TouchPad: device removed
[    11.984] (**) Option "Tapping" "on"
[    11.984] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event10"
[    11.984] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[    11.984] (**) Option "_source" "server/udev"
[    11.984] (**) Option "_source" "server/udev"
[    11.984] (**) Option "_source" "server/udev"
[    11.984] (**) Option "_source" "server/udev"
[    11.984] (**) Option "_source" "server/udev"
[    11.985] (**) Option "_source" "server/udev"
[    11.985] (**) Option "_source" "server/udev"
[    11.985] (**) Option "_source" "server/udev"
[    11.985] (**) Option "_source" "server/udev"
[    11.985] (**) Option "_source" "server/udev"
[    11.985] (**) Option "_source" "server/udev"
[    11.985] (**) Option "_source" "server/udev"
[    11.985] (**) Option "_source" "server/udev"
[    11.985] (**) Option "_source" "server/udev"
[    11.985] (**) Option "_source" "server/udev"
[    11.985] (**) Option "_source" "server/udev"
[    11.985] (**) Option "_source" "server/udev"
[    11.985] (**) Option "_source" "server/udev"
[    11.986] (**) Option "_source" "server/udev"
[    11.986] (**) Option "_source" "server/udev"
[    11.986] (**) Option "_source" "server/udev"
[    11.986] (**) Option "_source" "server/udev"
[    11.986] (**) Option "_source" "server/udev"
[    11.986] (**) Option "AccelerationScheme" "none"
[    11.986] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[    11.986] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    11.986] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    11.986] (**) Option "Device" "/dev/input/event10"
[    11.987] (II) event10 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    11.988] (II) event10 - SynPS/2 Synaptics TouchPad: device is a touchpad
[    11.988] (**) Option "_source" "server/udev"
[    11.988] (**) Option "_source" "server/udev"
[    11.988] (**) Option "_source" "server/udev"
[    11.988] (**) Option "_source" "server/udev"
[    11.988] (**) Option "_source" "server/udev"
[    11.988] (**) Option "_source" "server/udev"
[    11.989] (**) Option "_source" "server/udev"
[    11.989] (**) Option "_source" "server/udev"
[    11.989] (**) Option "_source" "server/udev"
[    11.989] (**) Option "_source" "server/udev"
[    11.989] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[    11.989] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[    23.022] (II) modeset(0): EDID vendor "CMN", prod id 5559
[    23.022] (II) modeset(0): Printing DDC gathered Modelines:
[    23.022] (II) modeset(0): Modeline "1366x768"x0.0   76.42  1366 1434 1479 1592  768 772 779 800 -hsync -vsync (48.0 kHz eP)
[    23.141] (II) modeset(0): EDID vendor "CMN", prod id 5559
[    23.141] (II) modeset(0): Printing DDC gathered Modelines:
[    23.141] (II) modeset(0): Modeline "1366x768"x0.0   76.42  1366 1434 1479 1592  768 772 779 800 -hsync -vsync (48.0 kHz eP)





June 17, 2019 10:23 PM, "Mark H Weaver" <mhw@netris.org> wrote:

> znavko@disroot.org writes:
> 
>> Mark, this is my lspci, lsmod, guix describe:
> 
> Can you share the contents of your /var/log/Xorg.0.log ? That should
> show us which video driver(s) were loaded and any relevant error
> messages.
> 
> Mark

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: How to configure Xorg to use [proprietary] Sis 771 driver on Guix?
  2019-06-17 22:11         ` Mark H Weaver
@ 2019-06-18  4:12           ` Tobias Geerinckx-Rice
  0 siblings, 0 replies; 13+ messages in thread
From: Tobias Geerinckx-Rice @ 2019-06-18  4:12 UTC (permalink / raw)
  To: Mark H Weaver; +Cc: help-guix

[-- Attachment #1: Type: text/plain, Size: 179 bytes --]

Mark,

Mark H Weaver wrote:
>> Is this even the same driver?
>
> I don't understand the question.  Same driver as what?

Never mind, I guess we'll find out.

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: How to configure Xorg to use [proprietary] Sis 771 driver on Guix?
  2019-06-17 18:55     ` znavko
  2019-06-17 22:20       ` Mark H Weaver
  2019-06-18  3:47       ` znavko
@ 2019-06-18 14:26       ` znavko
  2 siblings, 0 replies; 13+ messages in thread
From: znavko @ 2019-06-18 14:26 UTC (permalink / raw)
  To: Mark H Weaver; +Cc: help-guix

sorry, that previous email contained xorg.log from another laptop.

this is from my asus k50c with sis771/671:


$ cat /var/log/Xorg.0.log
[    25.713] 
X.Org X Server 1.20.5
X Protocol Version 11, Revision 0
[    25.714] Build Operating System: GNU GuixSD
[    25.714] Current Operating System: Linux antelope 5.1.10-gnu #1 SMP 1 x86_64
[    25.714] Kernel command line: BOOT_IMAGE=/gnu/store/xavyip9kqsms2dd0v0xwpgid1s493fx9-linux-libre-5.1.10/bzImage --root=/dev/sda2 --system=/gnu/store/grn3j37fmlf60cdv90n2w9w11lamf441-system --load=/gnu/store/grn3j37fmlf60cdv90n2w9w11lamf441-system/boot modprobe.blacklist=pcspkr,snd_pcsp,bluetooth
[    25.714] Build Date: 01 January 1970  12:00:01AM
[    25.715]  
[    25.715] Current version of pixman: 0.36.0
[    25.715] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    25.715] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    25.716] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jun 18 17:20:13 2019
[    25.757] (++) Using config file: "/gnu/store/gvkn9ywia7qh4z0fhqziwydv0gnpqrmi-xserver.conf"
[    25.757] (++) Using config directory: "/gnu/store/rh8hkpf4pnkcqfbiqh81ngmiwmbh0x9n-xorg.conf.d"
[    25.757] (==) Using system config directory "/gnu/store/2wbh7pp0sk7waq5rb666wz9z5ypr8qck-xorg-server-1.20.5/share/X11/xorg.conf.d"
[    25.761] (==) No Layout section.  Using the first Screen section.
[    25.761] (==) No screen section available. Using defaults.
[    25.761] (**) |-->Screen "Default Screen Section" (0)
[    25.761] (**) |   |-->Monitor "<default monitor>"
[    25.762] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    25.762] (**) Option "AllowMouseOpenFail" "on"
[    25.762] (==) Automatically adding devices
[    25.763] (==) Automatically enabling devices
[    25.763] (==) Automatically adding GPU devices
[    25.763] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    25.787] (**) FontPath set to:
	/gnu/store/cn966w06mgzsbprs5cdzmv3ll8if3gr5-font-alias-1.0.3/share/fonts/X11/75dpi,
	/gnu/store/cn966w06mgzsbprs5cdzmv3ll8if3gr5-font-alias-1.0.3/share/fonts/X11/100dpi,
	/gnu/store/cn966w06mgzsbprs5cdzmv3ll8if3gr5-font-alias-1.0.3/share/fonts/X11/misc,
	/gnu/store/cn966w06mgzsbprs5cdzmv3ll8if3gr5-font-alias-1.0.3/share/fonts/X11/cyrillic,
	/gnu/store/sm8dqm4wgpac90zsv3y8li378qwc16pg-font-misc-misc-1.1.2/share/fonts/X11/misc,
	/gnu/store/2wa88yyr6vlmyhqzb0js9wfvfnfw7c3f-font-adobe75dpi-1.0.3/share/fonts/X11/75dpi
[    25.788] (**) ModulePath set to "/gnu/store/5x9bkmlrpqhl85aw8ndv6mvhj7hna9fh-xf86-video-vesa-2.4.0/lib/xorg/modules/drivers,/gnu/store/bwqk672yqa33xcij9df2jy1pgraabkin-xf86-video-fbdev-0.5.0/lib/xorg/modules/drivers,/gnu/store/jba0fsw626bbi1kw3v4knjpmhwmypkkq-xf86-video-amdgpu-19.0.1/lib/xorg/modules/drivers,/gnu/store/5v39hrqh5ask62skiynkz7gwivnzjh8w-xf86-video-ati-19.0.1/lib/xorg/modules/drivers,/gnu/store/w7nir2q57r5qxxyh2g9h68hndl3dw7xw-xf86-video-cirrus-1.5.3/lib/xorg/modules/drivers,/gnu/store/l9g2kq140sy0jr6c8g2zv60qzh11hbzd-xf86-video-intel-2.99.917-13.6afed33/lib/xorg/modules/drivers,/gnu/store/3sxb0gpx9ifigjgf6cx6lh1ddr8nhv9w-xf86-video-mach64-6.9.6/lib/xorg/modules/drivers,/gnu/store/pa3rbaidil0dw7p1dihx01kma7fcbs50-xf86-video-nouveau-1.0.16/lib/xorg/modules/drivers,/gnu/store/zl7xhp0vxzbgj3846c0lnxs6fmmnp22l-xf86-video-nv-2.1.21/lib/xorg/modules/drivers,/gnu/store/fiw1bmnzd2jnlmzjb3az7ni73m8346jk-xf86-video-sis-0.10.9/lib/xorg/modules/drivers,/gnu/store/5hrhmqlajwa07v0ia9dh7gp33nwyps33-xf86-input-libinpu
[    25.788] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    25.788] (II) Loader magic: 0x616d00
[    25.788] (II) Module ABI versions:
[    25.788] 	X.Org ANSI C Emulation: 0.4
[    25.788] 	X.Org Video Driver: 24.0
[    25.788] 	X.Org XInput driver : 24.1
[    25.789] 	X.Org Server Extension : 10.0
[    25.791] (++) using VT number 7

[    25.791] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    25.806] (--) PCI:*(1@0:0:0) 1039:6351:1043:19e2 rev 16, Mem @ 0xd0000000/268435456, 0xfe9e0000/131072, I/O @ 0x0000dc00/128, BIOS @ 0x????????/131072
[    25.808] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    25.809] (II) LoadModule: "glx"
[    25.878] (II) Loading /gnu/store/2wbh7pp0sk7waq5rb666wz9z5ypr8qck-xorg-server-1.20.5/lib/xorg/modules/extensions/libglx.so
[    25.955] (II) Module glx: vendor="X.Org Foundation"
[    25.956] 	compiled for 1.20.5, module version = 1.0.0
[    25.956] 	ABI class: X.Org Server Extension, version 10.0
[    25.956] (==) Matched sis as autoconfigured driver 0
[    25.956] (==) Matched modesetting as autoconfigured driver 1
[    25.956] (==) Matched fbdev as autoconfigured driver 2
[    25.956] (==) Matched vesa as autoconfigured driver 3
[    25.956] (==) Assigned the driver to the xf86ConfigLayout
[    25.956] (II) LoadModule: "sis"
[    25.957] (II) Loading /gnu/store/fiw1bmnzd2jnlmzjb3az7ni73m8346jk-xf86-video-sis-0.10.9/lib/xorg/modules/drivers/sis_drv.so
[    25.967] (II) Module sis: vendor="X.Org Foundation"
[    25.967] 	compiled for 1.20.5, module version = 0.10.9
[    25.967] 	Module class: X.Org Video Driver
[    25.967] 	ABI class: X.Org Video Driver, version 24.0
[    25.967] (II) LoadModule: "modesetting"
[    25.969] (II) Loading /gnu/store/2wbh7pp0sk7waq5rb666wz9z5ypr8qck-xorg-server-1.20.5/lib/xorg/modules/drivers/modesetting_drv.so
[    25.972] (II) Module modesetting: vendor="X.Org Foundation"
[    25.973] 	compiled for 1.20.5, module version = 1.20.5
[    25.973] 	Module class: X.Org Video Driver
[    25.973] 	ABI class: X.Org Video Driver, version 24.0
[    25.973] (II) LoadModule: "fbdev"
[    25.973] (II) Loading /gnu/store/bwqk672yqa33xcij9df2jy1pgraabkin-xf86-video-fbdev-0.5.0/lib/xorg/modules/drivers/fbdev_drv.so
[    25.975] (II) Module fbdev: vendor="X.Org Foundation"
[    25.975] 	compiled for 1.20.5, module version = 0.5.0
[    25.975] 	Module class: X.Org Video Driver
[    25.975] 	ABI class: X.Org Video Driver, version 24.0
[    25.975] (II) LoadModule: "vesa"
[    25.975] (II) Loading /gnu/store/5x9bkmlrpqhl85aw8ndv6mvhj7hna9fh-xf86-video-vesa-2.4.0/lib/xorg/modules/drivers/vesa_drv.so
[    25.977] (II) Module vesa: vendor="X.Org Foundation"
[    25.977] 	compiled for 1.20.5, module version = 2.4.0
[    25.977] 	Module class: X.Org Video Driver
[    25.977] 	ABI class: X.Org Video Driver, version 24.0
[    25.977] (II) SIS: driver for SiS chipsets: SIS5597/5598, SIS530/620,
	SIS6326/AGP/DVD, SIS300/305, SIS630/730, SIS540, SIS315, SIS315H,
	SIS315PRO/E, SIS550, SIS650/M650/651/740, SIS330(Xabre),
	SIS660/[M]661[F|M]X/[M]670/[M]741[GX]/[M]760[GX]/[M]761[GX]/[M]770[GX],
	SIS340
[    25.980] (II) SIS: driver for XGI chipsets: Volari Z7 (XG20),
	Volari V3XT/V5/V8/Duo (XG40)
[    25.984] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    25.985] (II) FBDEV: driver for framebuffer: fbdev
[    25.985] (II) VESA: driver for VESA chipsets: vesa
[    25.989] (WW) Falling back to old probe method for sis
[    25.990] (--) Assigning device section with no busID to primary device
[    25.990] (EE) open /dev/dri/card0: No such file or directory
[    25.990] (WW) Falling back to old probe method for modesetting
[    25.990] (EE) open /dev/dri/card0: No such file or directory
[    25.990] (II) Loading sub module "fbdevhw"
[    25.990] (II) LoadModule: "fbdevhw"
[    25.992] (II) Loading /gnu/store/2wbh7pp0sk7waq5rb666wz9z5ypr8qck-xorg-server-1.20.5/lib/xorg/modules/libfbdevhw.so
[    26.001] (II) Module fbdevhw: vendor="X.Org Foundation"
[    26.001] 	compiled for 1.20.5, module version = 0.0.2
[    26.001] 	ABI class: X.Org Video Driver, version 24.0
[    26.001] (EE) Unable to find a valid framebuffer device
[    26.001] (WW) Falling back to old probe method for fbdev
[    26.001] (II) Loading sub module "fbdevhw"
[    26.001] (II) LoadModule: "fbdevhw"
[    26.003] (II) Loading /gnu/store/2wbh7pp0sk7waq5rb666wz9z5ypr8qck-xorg-server-1.20.5/lib/xorg/modules/libfbdevhw.so
[    26.003] (II) Module fbdevhw: vendor="X.Org Foundation"
[    26.003] 	compiled for 1.20.5, module version = 0.0.2
[    26.003] 	ABI class: X.Org Video Driver, version 24.0
[    26.003] (EE) open /dev/fb0: No such file or directory
[    26.003] (EE) Screen 0 deleted because of no matching config section.
[    26.003] (II) UnloadModule: "modesetting"
[    26.003] (EE) Screen 0 deleted because of no matching config section.
[    26.003] (II) UnloadModule: "fbdev"
[    26.003] (II) UnloadSubModule: "fbdevhw"
[    26.003] (II) Loading sub module "vbe"
[    26.004] (II) LoadModule: "vbe"
[    26.013] (II) Loading /gnu/store/2wbh7pp0sk7waq5rb666wz9z5ypr8qck-xorg-server-1.20.5/lib/xorg/modules/libvbe.so
[    26.015] (II) Module vbe: vendor="X.Org Foundation"
[    26.015] 	compiled for 1.20.5, module version = 1.1.0
[    26.015] 	ABI class: X.Org Video Driver, version 24.0
[    26.015] (II) Loading sub module "int10"
[    26.015] (II) LoadModule: "int10"
[    26.017] (II) Loading /gnu/store/2wbh7pp0sk7waq5rb666wz9z5ypr8qck-xorg-server-1.20.5/lib/xorg/modules/libint10.so
[    26.024] (II) Module int10: vendor="X.Org Foundation"
[    26.024] 	compiled for 1.20.5, module version = 1.0.0
[    26.024] 	ABI class: X.Org Video Driver, version 24.0
[    26.024] (II) VESA(0): initializing int10
[    26.026] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[    26.028] (II) VESA(0): VESA BIOS detected
[    26.028] (II) VESA(0): VbeVersion is 768, OemStringPtr is 0x00002100,
	OemVendorNamePtr is 0x00002104, OemProductNamePtr is 0x00002125,
	OemProductRevPtr is 0x0000212a
[    26.028] (II) VESA(0): VESA VBE Version 3.0
[    26.028] (II) VESA(0): VESA VBE Total Mem: 131072 kB
[    26.028] (II) VESA(0): VESA VBE OEM: SiS
[    26.028] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[    26.028] (II) VESA(0): VESA VBE OEM Vendor: Silicon Integrated Systems Corp.
[    26.028] (II) VESA(0): VESA VBE OEM Product: 6330
[    26.028] (II) VESA(0): VESA VBE OEM Product Rev: 3.74.26B
[    26.064] (II) VESA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    26.064] (==) VESA(0): Depth 24, (--) framebuffer bpp 32
[    26.064] (==) VESA(0): RGB weight 888
[    26.064] (==) VESA(0): Default visual is TrueColor
[    26.076] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[    26.076] (II) Loading sub module "ddc"
[    26.076] (II) LoadModule: "ddc"
[    26.076] (II) Module "ddc" already built-in
[    26.246] (II) VESA(0): VESA VBE DDC supported
[    26.246] (II) VESA(0): VESA VBE DDC Level none
[    26.246] (II) VESA(0): VESA VBE DDC transfer in appr. 0 sec.
[    26.312] (II) VESA(0): VESA VBE DDC read failed
[    26.313] (II) VESA(0): VESA VBE PanelID read failed
[    26.313] (II) VESA(0): Searching for matching VESA mode(s):
[    26.313] Mode: 101 (640x480)
[    26.313] 	ModeAttributes: 0x9f
[    26.313] 	WinAAttributes: 0x7
[    26.313] 	WinBAttributes: 0x0
[    26.313] 	WinGranularity: 64
[    26.313] 	WinSize: 64
[    26.313] 	WinASegment: 0xa000
[    26.313] 	WinBSegment: 0xa000
[    26.313] 	WinFuncPtr: 0xc0008803
[    26.313] 	BytesPerScanline: 640
[    26.314] 	XResolution: 640
[    26.314] 	YResolution: 480
[    26.314] 	XCharSize: 8
[    26.314] 	YCharSize: 16
[    26.314] 	NumberOfPlanes: 1
[    26.314] 	BitsPerPixel: 8
[    26.314] 	NumberOfBanks: 1
[    26.314] 	MemoryModel: 4
[    26.314] 	BankSize: 0
[    26.314] 	NumberOfImages: 24
[    26.314] 	RedMaskSize: 0
[    26.314] 	RedFieldPosition: 0
[    26.314] 	GreenMaskSize: 0
[    26.314] 	GreenFieldPosition: 0
[    26.314] 	BlueMaskSize: 0
[    26.314] 	BlueFieldPosition: 0
[    26.314] 	RsvdMaskSize: 0
[    26.314] 	RsvdFieldPosition: 0
[    26.314] 	DirectColorModeInfo: 0
[    26.314] 	PhysBasePtr: 0xd0000000
[    26.314] 	LinBytesPerScanLine: 640
[    26.314] 	BnkNumberOfImagePages: 24
[    26.314] 	LinNumberOfImagePages: 24
[    26.314] 	LinRedMaskSize: 0
[    26.314] 	LinRedFieldPosition: 0
[    26.314] 	LinGreenMaskSize: 0
[    26.314] 	LinGreenFieldPosition: 0
[    26.314] 	LinBlueMaskSize: 0
[    26.314] 	LinBlueFieldPosition: 0
[    26.314] 	LinRsvdMaskSize: 0
[    26.314] 	LinRsvdFieldPosition: 0
[    26.314] 	MaxPixelClock: 0
[    26.315] Mode: 100 (640x400)
[    26.315] 	ModeAttributes: 0x9f
[    26.315] 	WinAAttributes: 0x7
[    26.315] 	WinBAttributes: 0x0
[    26.315] 	WinGranularity: 64
[    26.315] 	WinSize: 64
[    26.315] 	WinASegment: 0xa000
[    26.315] 	WinBSegment: 0xa000
[    26.315] 	WinFuncPtr: 0xc0008803
[    26.315] 	BytesPerScanline: 640
[    26.315] 	XResolution: 640
[    26.315] 	YResolution: 400
[    26.315] 	XCharSize: 8
[    26.315] 	YCharSize: 16
[    26.315] 	NumberOfPlanes: 1
[    26.315] 	BitsPerPixel: 8
[    26.315] 	NumberOfBanks: 1
[    26.315] 	MemoryModel: 4
[    26.315] 	BankSize: 0
[    26.315] 	NumberOfImages: 31
[    26.315] 	RedMaskSize: 0
[    26.315] 	RedFieldPosition: 0
[    26.315] 	GreenMaskSize: 0
[    26.315] 	GreenFieldPosition: 0
[    26.315] 	BlueMaskSize: 0
[    26.315] 	BlueFieldPosition: 0
[    26.315] 	RsvdMaskSize: 0
[    26.315] 	RsvdFieldPosition: 0
[    26.315] 	DirectColorModeInfo: 0
[    26.315] 	PhysBasePtr: 0xd0000000
[    26.315] 	LinBytesPerScanLine: 640
[    26.315] 	BnkNumberOfImagePages: 31
[    26.315] 	LinNumberOfImagePages: 31
[    26.315] 	LinRedMaskSize: 0
[    26.315] 	LinRedFieldPosition: 0
[    26.315] 	LinGreenMaskSize: 0
[    26.315] 	LinGreenFieldPosition: 0
[    26.315] 	LinBlueMaskSize: 0
[    26.316] 	LinBlueFieldPosition: 0
[    26.316] 	LinRsvdMaskSize: 0
[    26.316] 	LinRsvdFieldPosition: 0
[    26.316] 	MaxPixelClock: 0
[    26.316] Mode: 103 (800x600)
[    26.316] 	ModeAttributes: 0x9f
[    26.316] 	WinAAttributes: 0x7
[    26.316] 	WinBAttributes: 0x0
[    26.316] 	WinGranularity: 64
[    26.320] 	WinSize: 64
[    26.320] 	WinASegment: 0xa000
[    26.320] 	WinBSegment: 0xa000
[    26.320] 	WinFuncPtr: 0xc0008803
[    26.320] 	BytesPerScanline: 800
[    26.320] 	XResolution: 800
[    26.320] 	YResolution: 600
[    26.320] 	XCharSize: 8
[    26.320] 	YCharSize: 16
[    26.320] 	NumberOfPlanes: 1
[    26.320] 	BitsPerPixel: 8
[    26.320] 	NumberOfBanks: 1
[    26.320] 	MemoryModel: 4
[    26.320] 	BankSize: 0
[    26.320] 	NumberOfImages: 15
[    26.321] 	RedMaskSize: 0
[    26.321] 	RedFieldPosition: 0
[    26.321] 	GreenMaskSize: 0
[    26.321] 	GreenFieldPosition: 0
[    26.321] 	BlueMaskSize: 0
[    26.321] 	BlueFieldPosition: 0
[    26.321] 	RsvdMaskSize: 0
[    26.321] 	RsvdFieldPosition: 0
[    26.321] 	DirectColorModeInfo: 0
[    26.321] 	PhysBasePtr: 0xd0000000
[    26.321] 	LinBytesPerScanLine: 800
[    26.321] 	BnkNumberOfImagePages: 15
[    26.321] 	LinNumberOfImagePages: 15
[    26.321] 	LinRedMaskSize: 0
[    26.321] 	LinRedFieldPosition: 0
[    26.321] 	LinGreenMaskSize: 0
[    26.321] 	LinGreenFieldPosition: 0
[    26.321] 	LinBlueMaskSize: 0
[    26.321] 	LinBlueFieldPosition: 0
[    26.321] 	LinRsvdMaskSize: 0
[    26.321] 	LinRsvdFieldPosition: 0
[    26.321] 	MaxPixelClock: 0
[    26.321] Mode: 104 (1024x768)
[    26.321] 	ModeAttributes: 0x1f
[    26.321] 	WinAAttributes: 0x7
[    26.322] 	WinBAttributes: 0x0
[    26.322] 	WinGranularity: 64
[    26.322] 	WinSize: 64
[    26.322] 	WinASegment: 0xa000
[    26.322] 	WinBSegment: 0xa000
[    26.322] 	WinFuncPtr: 0xc0008803
[    26.322] 	BytesPerScanline: 128
[    26.322] 	XResolution: 1024
[    26.322] 	YResolution: 768
[    26.322] 	XCharSize: 8
[    26.322] 	YCharSize: 16
[    26.322] 	NumberOfPlanes: 4
[    26.322] 	BitsPerPixel: 4
[    26.322] 	NumberOfBanks: 1
[    26.322] 	MemoryModel: 3
[    26.322] 	BankSize: 0
[    26.322] 	NumberOfImages: 15
[    26.322] 	RedMaskSize: 0
[    26.322] 	RedFieldPosition: 0
[    26.322] 	GreenMaskSize: 0
[    26.322] 	GreenFieldPosition: 0
[    26.322] 	BlueMaskSize: 0
[    26.322] 	BlueFieldPosition: 0
[    26.322] 	RsvdMaskSize: 0
[    26.322] 	RsvdFieldPosition: 0
[    26.322] 	DirectColorModeInfo: 0
[    26.322] 	PhysBasePtr: 0xd0000000
[    26.322] 	LinBytesPerScanLine: 128
[    26.322] 	BnkNumberOfImagePages: 15
[    26.322] 	LinNumberOfImagePages: 15
[    26.322] 	LinRedMaskSize: 0
[    26.322] 	LinRedFieldPosition: 0
[    26.322] 	LinGreenMaskSize: 0
[    26.322] 	LinGreenFieldPosition: 0
[    26.322] 	LinBlueMaskSize: 0
[    26.322] 	LinBlueFieldPosition: 0
[    26.322] 	LinRsvdMaskSize: 0
[    26.322] 	LinRsvdFieldPosition: 0
[    26.322] 	MaxPixelClock: 0
[    26.323] Mode: 105 (1024x768)
[    26.323] 	ModeAttributes: 0x9f
[    26.323] 	WinAAttributes: 0x7
[    26.323] 	WinBAttributes: 0x0
[    26.323] 	WinGranularity: 64
[    26.323] 	WinSize: 64
[    26.323] 	WinASegment: 0xa000
[    26.323] 	WinBSegment: 0xa000
[    26.323] 	WinFuncPtr: 0xc0008803
[    26.323] 	BytesPerScanline: 1024
[    26.323] 	XResolution: 1024
[    26.323] 	YResolution: 768
[    26.323] 	XCharSize: 8
[    26.323] 	YCharSize: 16
[    26.323] 	NumberOfPlanes: 1
[    26.323] 	BitsPerPixel: 8
[    26.323] 	NumberOfBanks: 1
[    26.323] 	MemoryModel: 4
[    26.323] 	BankSize: 0
[    26.323] 	NumberOfImages: 9
[    26.323] 	RedMaskSize: 0
[    26.323] 	RedFieldPosition: 0
[    26.323] 	GreenMaskSize: 0
[    26.323] 	GreenFieldPosition: 0
[    26.323] 	BlueMaskSize: 0
[    26.323] 	BlueFieldPosition: 0
[    26.323] 	RsvdMaskSize: 0
[    26.323] 	RsvdFieldPosition: 0
[    26.323] 	DirectColorModeInfo: 0
[    26.323] 	PhysBasePtr: 0xd0000000
[    26.323] 	LinBytesPerScanLine: 1024
[    26.323] 	BnkNumberOfImagePages: 9
[    26.324] 	LinNumberOfImagePages: 9
[    26.324] 	LinRedMaskSize: 0
[    26.324] 	LinRedFieldPosition: 0
[    26.324] 	LinGreenMaskSize: 0
[    26.324] 	LinGreenFieldPosition: 0
[    26.324] 	LinBlueMaskSize: 0
[    26.324] 	LinBlueFieldPosition: 0
[    26.324] 	LinRsvdMaskSize: 0
[    26.324] 	LinRsvdFieldPosition: 0
[    26.324] 	MaxPixelClock: 0
[    26.328] Mode: 10d (320x200)
[    26.328] 	ModeAttributes: 0x9b
[    26.328] 	WinAAttributes: 0x7
[    26.328] 	WinBAttributes: 0x0
[    26.328] 	WinGranularity: 64
[    26.328] 	WinSize: 64
[    26.328] 	WinASegment: 0xa000
[    26.328] 	WinBSegment: 0xa000
[    26.328] 	WinFuncPtr: 0xc0008803
[    26.328] 	BytesPerScanline: 640
[    26.328] 	XResolution: 320
[    26.328] 	YResolution: 200
[    26.328] 	XCharSize: 8
[    26.329] 	YCharSize: 8
[    26.329] 	NumberOfPlanes: 1
[    26.329] 	BitsPerPixel: 15
[    26.329] 	NumberOfBanks: 1
[    26.329] 	MemoryModel: 6
[    26.329] 	BankSize: 0
[    26.329] 	NumberOfImages: 63
[    26.329] 	RedMaskSize: 5
[    26.329] 	RedFieldPosition: 10
[    26.329] 	GreenMaskSize: 5
[    26.329] 	GreenFieldPosition: 5
[    26.329] 	BlueMaskSize: 5
[    26.329] 	BlueFieldPosition: 0
[    26.329] 	RsvdMaskSize: 0
[    26.329] 	RsvdFieldPosition: 0
[    26.329] 	DirectColorModeInfo: 0
[    26.329] 	PhysBasePtr: 0xd0000000
[    26.329] 	LinBytesPerScanLine: 640
[    26.329] 	BnkNumberOfImagePages: 63
[    26.329] 	LinNumberOfImagePages: 63
[    26.329] 	LinRedMaskSize: 5
[    26.329] 	LinRedFieldPosition: 10
[    26.329] 	LinGreenMaskSize: 5
[    26.329] 	LinGreenFieldPosition: 5
[    26.329] 	LinBlueMaskSize: 5
[    26.329] 	LinBlueFieldPosition: 0
[    26.329] 	LinRsvdMaskSize: 0
[    26.329] 	LinRsvdFieldPosition: 0
[    26.329] 	MaxPixelClock: 0
[    26.330] Mode: 10e (320x200)
[    26.330] 	ModeAttributes: 0x9b
[    26.330] 	WinAAttributes: 0x7
[    26.330] 	WinBAttributes: 0x0
[    26.330] 	WinGranularity: 64
[    26.330] 	WinSize: 64
[    26.330] 	WinASegment: 0xa000
[    26.330] 	WinBSegment: 0xa000
[    26.330] 	WinFuncPtr: 0xc0008803
[    26.330] 	BytesPerScanline: 640
[    26.330] 	XResolution: 320
[    26.330] 	YResolution: 200
[    26.330] 	XCharSize: 8
[    26.330] 	YCharSize: 8
[    26.330] 	NumberOfPlanes: 1
[    26.330] 	BitsPerPixel: 16
[    26.330] 	NumberOfBanks: 1
[    26.330] 	MemoryModel: 6
[    26.330] 	BankSize: 0
[    26.330] 	NumberOfImages: 63
[    26.330] 	RedMaskSize: 5
[    26.330] 	RedFieldPosition: 11
[    26.330] 	GreenMaskSize: 6
[    26.330] 	GreenFieldPosition: 5
[    26.330] 	BlueMaskSize: 5
[    26.330] 	BlueFieldPosition: 0
[    26.330] 	RsvdMaskSize: 0
[    26.330] 	RsvdFieldPosition: 0
[    26.330] 	DirectColorModeInfo: 0
[    26.330] 	PhysBasePtr: 0xd0000000
[    26.330] 	LinBytesPerScanLine: 640
[    26.330] 	BnkNumberOfImagePages: 63
[    26.330] 	LinNumberOfImagePages: 63
[    26.330] 	LinRedMaskSize: 5
[    26.330] 	LinRedFieldPosition: 11
[    26.330] 	LinGreenMaskSize: 6
[    26.330] 	LinGreenFieldPosition: 5
[    26.330] 	LinBlueMaskSize: 5
[    26.330] 	LinBlueFieldPosition: 0
[    26.330] 	LinRsvdMaskSize: 0
[    26.330] 	LinRsvdFieldPosition: 0
[    26.331] 	MaxPixelClock: 0
[    26.331] Mode: 110 (640x480)
[    26.331] 	ModeAttributes: 0x9b
[    26.331] 	WinAAttributes: 0x7
[    26.331] 	WinBAttributes: 0x0
[    26.331] 	WinGranularity: 64
[    26.331] 	WinSize: 64
[    26.331] 	WinASegment: 0xa000
[    26.331] 	WinBSegment: 0xa000
[    26.331] 	WinFuncPtr: 0xc0008803
[    26.331] 	BytesPerScanline: 1280
[    26.331] 	XResolution: 640
[    26.331] 	YResolution: 480
[    26.331] 	XCharSize: 8
[    26.331] 	YCharSize: 16
[    26.331] 	NumberOfPlanes: 1
[    26.331] 	BitsPerPixel: 15
[    26.331] 	NumberOfBanks: 1
[    26.331] 	MemoryModel: 6
[    26.331] 	BankSize: 0
[    26.331] 	NumberOfImages: 11
[    26.331] 	RedMaskSize: 5
[    26.331] 	RedFieldPosition: 10
[    26.331] 	GreenMaskSize: 5
[    26.331] 	GreenFieldPosition: 5
[    26.332] 	BlueMaskSize: 5
[    26.332] 	BlueFieldPosition: 0
[    26.332] 	RsvdMaskSize: 0
[    26.332] 	RsvdFieldPosition: 0
[    26.332] 	DirectColorModeInfo: 0
[    26.332] 	PhysBasePtr: 0xd0000000
[    26.332] 	LinBytesPerScanLine: 1280
[    26.332] 	BnkNumberOfImagePages: 11
[    26.332] 	LinNumberOfImagePages: 11
[    26.332] 	LinRedMaskSize: 5
[    26.332] 	LinRedFieldPosition: 10
[    26.332] 	LinGreenMaskSize: 5
[    26.332] 	LinGreenFieldPosition: 5
[    26.332] 	LinBlueMaskSize: 5
[    26.332] 	LinBlueFieldPosition: 0
[    26.332] 	LinRsvdMaskSize: 0
[    26.332] 	LinRsvdFieldPosition: 0
[    26.332] 	MaxPixelClock: 0
[    26.336] Mode: 111 (640x480)
[    26.336] 	ModeAttributes: 0x9b
[    26.336] 	WinAAttributes: 0x7
[    26.336] 	WinBAttributes: 0x0
[    26.337] 	WinGranularity: 64
[    26.337] 	WinSize: 64
[    26.337] 	WinASegment: 0xa000
[    26.337] 	WinBSegment: 0xa000
[    26.337] 	WinFuncPtr: 0xc0008803
[    26.337] 	BytesPerScanline: 1280
[    26.337] 	XResolution: 640
[    26.337] 	YResolution: 480
[    26.337] 	XCharSize: 8
[    26.337] 	YCharSize: 16
[    26.337] 	NumberOfPlanes: 1
[    26.337] 	BitsPerPixel: 16
[    26.337] 	NumberOfBanks: 1
[    26.337] 	MemoryModel: 6
[    26.337] 	BankSize: 0
[    26.337] 	NumberOfImages: 11
[    26.337] 	RedMaskSize: 5
[    26.337] 	RedFieldPosition: 11
[    26.337] 	GreenMaskSize: 6
[    26.337] 	GreenFieldPosition: 5
[    26.337] 	BlueMaskSize: 5
[    26.337] 	BlueFieldPosition: 0
[    26.337] 	RsvdMaskSize: 0
[    26.337] 	RsvdFieldPosition: 0
[    26.337] 	DirectColorModeInfo: 0
[    26.337] 	PhysBasePtr: 0xd0000000
[    26.337] 	LinBytesPerScanLine: 1280
[    26.337] 	BnkNumberOfImagePages: 11
[    26.337] 	LinNumberOfImagePages: 11
[    26.337] 	LinRedMaskSize: 5
[    26.337] 	LinRedFieldPosition: 11
[    26.337] 	LinGreenMaskSize: 6
[    26.337] 	LinGreenFieldPosition: 5
[    26.337] 	LinBlueMaskSize: 5
[    26.337] 	LinBlueFieldPosition: 0
[    26.337] 	LinRsvdMaskSize: 0
[    26.337] 	LinRsvdFieldPosition: 0
[    26.337] 	MaxPixelClock: 0
[    26.338] Mode: 113 (800x600)
[    26.338] 	ModeAttributes: 0x9b
[    26.338] 	WinAAttributes: 0x7
[    26.338] 	WinBAttributes: 0x0
[    26.338] 	WinGranularity: 64
[    26.338] 	WinSize: 64
[    26.338] 	WinASegment: 0xa000
[    26.338] 	WinBSegment: 0xa000
[    26.338] 	WinFuncPtr: 0xc0008803
[    26.338] 	BytesPerScanline: 1600
[    26.338] 	XResolution: 800
[    26.338] 	YResolution: 600
[    26.338] 	XCharSize: 8
[    26.338] 	YCharSize: 16
[    26.338] 	NumberOfPlanes: 1
[    26.338] 	BitsPerPixel: 15
[    26.338] 	NumberOfBanks: 1
[    26.338] 	MemoryModel: 6
[    26.338] 	BankSize: 0
[    26.338] 	NumberOfImages: 7
[    26.338] 	RedMaskSize: 5
[    26.338] 	RedFieldPosition: 10
[    26.338] 	GreenMaskSize: 5
[    26.338] 	GreenFieldPosition: 5
[    26.338] 	BlueMaskSize: 5
[    26.338] 	BlueFieldPosition: 0
[    26.338] 	RsvdMaskSize: 0
[    26.338] 	RsvdFieldPosition: 0
[    26.338] 	DirectColorModeInfo: 0
[    26.338] 	PhysBasePtr: 0xd0000000
[    26.338] 	LinBytesPerScanLine: 1600
[    26.338] 	BnkNumberOfImagePages: 7
[    26.338] 	LinNumberOfImagePages: 7
[    26.339] 	LinRedMaskSize: 5
[    26.339] 	LinRedFieldPosition: 10
[    26.339] 	LinGreenMaskSize: 5
[    26.339] 	LinGreenFieldPosition: 5
[    26.339] 	LinBlueMaskSize: 5
[    26.339] 	LinBlueFieldPosition: 0
[    26.339] 	LinRsvdMaskSize: 0
[    26.339] 	LinRsvdFieldPosition: 0
[    26.339] 	MaxPixelClock: 0
[    26.339] Mode: 114 (800x600)
[    26.339] 	ModeAttributes: 0x9b
[    26.339] 	WinAAttributes: 0x7
[    26.339] 	WinBAttributes: 0x0
[    26.339] 	WinGranularity: 64
[    26.339] 	WinSize: 64
[    26.339] 	WinASegment: 0xa000
[    26.339] 	WinBSegment: 0xa000
[    26.339] 	WinFuncPtr: 0xc0008803
[    26.339] 	BytesPerScanline: 1600
[    26.339] 	XResolution: 800
[    26.339] 	YResolution: 600
[    26.339] 	XCharSize: 8
[    26.339] 	YCharSize: 16
[    26.339] 	NumberOfPlanes: 1
[    26.339] 	BitsPerPixel: 16
[    26.340] 	NumberOfBanks: 1
[    26.340] 	MemoryModel: 6
[    26.340] 	BankSize: 0
[    26.340] 	NumberOfImages: 7
[    26.340] 	RedMaskSize: 5
[    26.340] 	RedFieldPosition: 11
[    26.340] 	GreenMaskSize: 6
[    26.340] 	GreenFieldPosition: 5
[    26.340] 	BlueMaskSize: 5
[    26.340] 	BlueFieldPosition: 0
[    26.340] 	RsvdMaskSize: 0
[    26.340] 	RsvdFieldPosition: 0
[    26.340] 	DirectColorModeInfo: 0
[    26.340] 	PhysBasePtr: 0xd0000000
[    26.340] 	LinBytesPerScanLine: 1600
[    26.340] 	BnkNumberOfImagePages: 7
[    26.340] 	LinNumberOfImagePages: 7
[    26.340] 	LinRedMaskSize: 5
[    26.340] 	LinRedFieldPosition: 11
[    26.340] 	LinGreenMaskSize: 6
[    26.340] 	LinGreenFieldPosition: 5
[    26.340] 	LinBlueMaskSize: 5
[    26.340] 	LinBlueFieldPosition: 0
[    26.340] 	LinRsvdMaskSize: 0
[    26.340] 	LinRsvdFieldPosition: 0
[    26.340] 	MaxPixelClock: 0
[    26.345] Mode: 116 (1024x768)
[    26.345] 	ModeAttributes: 0x9b
[    26.345] 	WinAAttributes: 0x7
[    26.345] 	WinBAttributes: 0x0
[    26.345] 	WinGranularity: 64
[    26.345] 	WinSize: 64
[    26.345] 	WinASegment: 0xa000
[    26.345] 	WinBSegment: 0xa000
[    26.345] 	WinFuncPtr: 0xc0008803
[    26.345] 	BytesPerScanline: 2048
[    26.345] 	XResolution: 1024
[    26.345] 	YResolution: 768
[    26.345] 	XCharSize: 8
[    26.345] 	YCharSize: 16
[    26.345] 	NumberOfPlanes: 1
[    26.345] 	BitsPerPixel: 15
[    26.345] 	NumberOfBanks: 1
[    26.345] 	MemoryModel: 6
[    26.345] 	BankSize: 0
[    26.345] 	NumberOfImages: 4
[    26.345] 	RedMaskSize: 5
[    26.345] 	RedFieldPosition: 10
[    26.345] 	GreenMaskSize: 5
[    26.345] 	GreenFieldPosition: 5
[    26.345] 	BlueMaskSize: 5
[    26.345] 	BlueFieldPosition: 0
[    26.345] 	RsvdMaskSize: 0
[    26.345] 	RsvdFieldPosition: 0
[    26.345] 	DirectColorModeInfo: 0
[    26.345] 	PhysBasePtr: 0xd0000000
[    26.345] 	LinBytesPerScanLine: 2048
[    26.345] 	BnkNumberOfImagePages: 4
[    26.345] 	LinNumberOfImagePages: 4
[    26.345] 	LinRedMaskSize: 5
[    26.345] 	LinRedFieldPosition: 10
[    26.345] 	LinGreenMaskSize: 5
[    26.345] 	LinGreenFieldPosition: 5
[    26.345] 	LinBlueMaskSize: 5
[    26.345] 	LinBlueFieldPosition: 0
[    26.345] 	LinRsvdMaskSize: 0
[    26.345] 	LinRsvdFieldPosition: 0
[    26.345] 	MaxPixelClock: 0
[    26.346] Mode: 117 (1024x768)
[    26.346] 	ModeAttributes: 0x9b
[    26.346] 	WinAAttributes: 0x7
[    26.346] 	WinBAttributes: 0x0
[    26.346] 	WinGranularity: 64
[    26.346] 	WinSize: 64
[    26.346] 	WinASegment: 0xa000
[    26.346] 	WinBSegment: 0xa000
[    26.346] 	WinFuncPtr: 0xc0008803
[    26.346] 	BytesPerScanline: 2048
[    26.346] 	XResolution: 1024
[    26.346] 	YResolution: 768
[    26.346] 	XCharSize: 8
[    26.346] 	YCharSize: 16
[    26.346] 	NumberOfPlanes: 1
[    26.346] 	BitsPerPixel: 16
[    26.346] 	NumberOfBanks: 1
[    26.346] 	MemoryModel: 6
[    26.346] 	BankSize: 0
[    26.346] 	NumberOfImages: 4
[    26.346] 	RedMaskSize: 5
[    26.346] 	RedFieldPosition: 11
[    26.346] 	GreenMaskSize: 6
[    26.346] 	GreenFieldPosition: 5
[    26.346] 	BlueMaskSize: 5
[    26.346] 	BlueFieldPosition: 0
[    26.347] 	RsvdMaskSize: 0
[    26.347] 	RsvdFieldPosition: 0
[    26.347] 	DirectColorModeInfo: 0
[    26.347] 	PhysBasePtr: 0xd0000000
[    26.347] 	LinBytesPerScanLine: 2048
[    26.347] 	BnkNumberOfImagePages: 4
[    26.347] 	LinNumberOfImagePages: 4
[    26.347] 	LinRedMaskSize: 5
[    26.347] 	LinRedFieldPosition: 11
[    26.347] 	LinGreenMaskSize: 6
[    26.347] 	LinGreenFieldPosition: 5
[    26.347] 	LinBlueMaskSize: 5
[    26.347] 	LinBlueFieldPosition: 0
[    26.347] 	LinRsvdMaskSize: 0
[    26.347] 	LinRsvdFieldPosition: 0
[    26.347] 	MaxPixelClock: 0
[    26.347] Mode: 127 (320x240)
[    26.347] 	ModeAttributes: 0x9f
[    26.347] 	WinAAttributes: 0x7
[    26.347] 	WinBAttributes: 0x0
[    26.347] 	WinGranularity: 64
[    26.347] 	WinSize: 64
[    26.347] 	WinASegment: 0xa000
[    26.347] 	WinBSegment: 0xa000
[    26.348] 	WinFuncPtr: 0xc0008803
[    26.348] 	BytesPerScanline: 320
[    26.348] 	XResolution: 320
[    26.348] 	YResolution: 240
[    26.348] 	XCharSize: 8
[    26.348] 	YCharSize: 8
[    26.348] 	NumberOfPlanes: 1
[    26.348] 	BitsPerPixel: 8
[    26.348] 	NumberOfBanks: 1
[    26.348] 	MemoryModel: 4
[    26.348] 	BankSize: 0
[    26.348] 	NumberOfImages: 63
[    26.348] 	RedMaskSize: 0
[    26.348] 	RedFieldPosition: 0
[    26.348] 	GreenMaskSize: 0
[    26.348] 	GreenFieldPosition: 0
[    26.348] 	BlueMaskSize: 0
[    26.348] 	BlueFieldPosition: 0
[    26.348] 	RsvdMaskSize: 0
[    26.348] 	RsvdFieldPosition: 0
[    26.348] 	DirectColorModeInfo: 0
[    26.348] 	PhysBasePtr: 0xd0000000
[    26.348] 	LinBytesPerScanLine: 320
[    26.348] 	BnkNumberOfImagePages: 63
[    26.348] 	LinNumberOfImagePages: 63
[    26.348] 	LinRedMaskSize: 0
[    26.348] 	LinRedFieldPosition: 0
[    26.348] 	LinGreenMaskSize: 0
[    26.348] 	LinGreenFieldPosition: 0
[    26.348] 	LinBlueMaskSize: 0
[    26.348] 	LinBlueFieldPosition: 0
[    26.352] 	LinRsvdMaskSize: 0
[    26.352] 	LinRsvdFieldPosition: 0
[    26.352] 	MaxPixelClock: 0
[    26.353] Mode: 128 (400x300)
[    26.353] 	ModeAttributes: 0x9f
[    26.353] 	WinAAttributes: 0x7
[    26.353] 	WinBAttributes: 0x0
[    26.353] 	WinGranularity: 64
[    26.353] 	WinSize: 64
[    26.353] 	WinASegment: 0xa000
[    26.353] 	WinBSegment: 0xa000
[    26.353] 	WinFuncPtr: 0xc0008803
[    26.353] 	BytesPerScanline: 400
[    26.353] 	XResolution: 400
[    26.353] 	YResolution: 300
[    26.353] 	XCharSize: 8
[    26.353] 	YCharSize: 8
[    26.353] 	NumberOfPlanes: 1
[    26.353] 	BitsPerPixel: 8
[    26.353] 	NumberOfBanks: 1
[    26.353] 	MemoryModel: 4
[    26.353] 	BankSize: 0
[    26.353] 	NumberOfImages: 63
[    26.353] 	RedMaskSize: 0
[    26.353] 	RedFieldPosition: 0
[    26.353] 	GreenMaskSize: 0
[    26.353] 	GreenFieldPosition: 0
[    26.353] 	BlueMaskSize: 0
[    26.353] 	BlueFieldPosition: 0
[    26.353] 	RsvdMaskSize: 0
[    26.353] 	RsvdFieldPosition: 0
[    26.353] 	DirectColorModeInfo: 0
[    26.353] 	PhysBasePtr: 0xd0000000
[    26.353] 	LinBytesPerScanLine: 400
[    26.353] 	BnkNumberOfImagePages: 63
[    26.353] 	LinNumberOfImagePages: 63
[    26.353] 	LinRedMaskSize: 0
[    26.353] 	LinRedFieldPosition: 0
[    26.354] 	LinGreenMaskSize: 0
[    26.354] 	LinGreenFieldPosition: 0
[    26.354] 	LinBlueMaskSize: 0
[    26.354] 	LinBlueFieldPosition: 0
[    26.354] 	LinRsvdMaskSize: 0
[    26.354] 	LinRsvdFieldPosition: 0
[    26.354] 	MaxPixelClock: 0
[    26.354] Mode: 129 (512x384)
[    26.354] 	ModeAttributes: 0x9f
[    26.354] 	WinAAttributes: 0x7
[    26.354] 	WinBAttributes: 0x0
[    26.354] 	WinGranularity: 64
[    26.354] 	WinSize: 64
[    26.354] 	WinASegment: 0xa000
[    26.354] 	WinBSegment: 0xa000
[    26.354] 	WinFuncPtr: 0xc0008803
[    26.354] 	BytesPerScanline: 512
[    26.354] 	XResolution: 512
[    26.354] 	YResolution: 384
[    26.354] 	XCharSize: 8
[    26.354] 	YCharSize: 8
[    26.354] 	NumberOfPlanes: 1
[    26.354] 	BitsPerPixel: 8
[    26.354] 	NumberOfBanks: 1
[    26.355] 	MemoryModel: 4
[    26.355] 	BankSize: 0
[    26.355] 	NumberOfImages: 41
[    26.355] 	RedMaskSize: 0
[    26.355] 	RedFieldPosition: 0
[    26.355] 	GreenMaskSize: 0
[    26.355] 	GreenFieldPosition: 0
[    26.355] 	BlueMaskSize: 0
[    26.355] 	BlueFieldPosition: 0
[    26.355] 	RsvdMaskSize: 0
[    26.355] 	RsvdFieldPosition: 0
[    26.355] 	DirectColorModeInfo: 0
[    26.355] 	PhysBasePtr: 0xd0000000
[    26.355] 	LinBytesPerScanLine: 512
[    26.355] 	BnkNumberOfImagePages: 41
[    26.355] 	LinNumberOfImagePages: 41
[    26.355] 	LinRedMaskSize: 0
[    26.355] 	LinRedFieldPosition: 0
[    26.355] 	LinGreenMaskSize: 0
[    26.355] 	LinGreenFieldPosition: 0
[    26.355] 	LinBlueMaskSize: 0
[    26.355] 	LinBlueFieldPosition: 0
[    26.355] 	LinRsvdMaskSize: 0
[    26.355] 	LinRsvdFieldPosition: 0
[    26.355] 	MaxPixelClock: 0
[    26.356] Mode: 12a (320x240)
[    26.356] 	ModeAttributes: 0x9b
[    26.356] 	WinAAttributes: 0x7
[    26.356] 	WinBAttributes: 0x0
[    26.356] 	WinGranularity: 64
[    26.356] 	WinSize: 64
[    26.356] 	WinASegment: 0xa000
[    26.356] 	WinBSegment: 0xa000
[    26.356] 	WinFuncPtr: 0xc0008803
[    26.356] 	BytesPerScanline: 640
[    26.356] 	XResolution: 320
[    26.356] 	YResolution: 240
[    26.356] 	XCharSize: 8
[    26.356] 	YCharSize: 8
[    26.356] 	NumberOfPlanes: 1
[    26.356] 	BitsPerPixel: 16
[    26.356] 	NumberOfBanks: 1
[    26.356] 	MemoryModel: 6
[    26.356] 	BankSize: 0
[    26.356] 	NumberOfImages: 41
[    26.356] 	RedMaskSize: 5
[    26.356] 	RedFieldPosition: 11
[    26.356] 	GreenMaskSize: 6
[    26.356] 	GreenFieldPosition: 5
[    26.356] 	BlueMaskSize: 5
[    26.356] 	BlueFieldPosition: 0
[    26.356] 	RsvdMaskSize: 0
[    26.356] 	RsvdFieldPosition: 0
[    26.360] 	DirectColorModeInfo: 0
[    26.360] 	PhysBasePtr: 0xd0000000
[    26.360] 	LinBytesPerScanLine: 640
[    26.360] 	BnkNumberOfImagePages: 41
[    26.360] 	LinNumberOfImagePages: 41
[    26.360] 	LinRedMaskSize: 5
[    26.360] 	LinRedFieldPosition: 11
[    26.360] 	LinGreenMaskSize: 6
[    26.360] 	LinGreenFieldPosition: 5
[    26.360] 	LinBlueMaskSize: 5
[    26.360] 	LinBlueFieldPosition: 0
[    26.360] 	LinRsvdMaskSize: 0
[    26.360] 	LinRsvdFieldPosition: 0
[    26.360] 	MaxPixelClock: 0
[    26.361] Mode: 12b (400x300)
[    26.361] 	ModeAttributes: 0x9b
[    26.361] 	WinAAttributes: 0x7
[    26.361] 	WinBAttributes: 0x0
[    26.361] 	WinGranularity: 64
[    26.361] 	WinSize: 64
[    26.361] 	WinASegment: 0xa000
[    26.361] 	WinBSegment: 0xa000
[    26.361] 	WinFuncPtr: 0xc0008803
[    26.361] 	BytesPerScanline: 800
[    26.361] 	XResolution: 400
[    26.361] 	YResolution: 300
[    26.361] 	XCharSize: 8
[    26.361] 	YCharSize: 8
[    26.361] 	NumberOfPlanes: 1
[    26.361] 	BitsPerPixel: 16
[    26.361] 	NumberOfBanks: 1
[    26.361] 	MemoryModel: 6
[    26.361] 	BankSize: 0
[    26.361] 	NumberOfImages: 31
[    26.361] 	RedMaskSize: 5
[    26.361] 	RedFieldPosition: 11
[    26.361] 	GreenMaskSize: 6
[    26.361] 	GreenFieldPosition: 5
[    26.362] 	BlueMaskSize: 5
[    26.362] 	BlueFieldPosition: 0
[    26.362] 	RsvdMaskSize: 0
[    26.362] 	RsvdFieldPosition: 0
[    26.362] 	DirectColorModeInfo: 0
[    26.362] 	PhysBasePtr: 0xd0000000
[    26.362] 	LinBytesPerScanLine: 800
[    26.362] 	BnkNumberOfImagePages: 31
[    26.362] 	LinNumberOfImagePages: 31
[    26.362] 	LinRedMaskSize: 5
[    26.362] 	LinRedFieldPosition: 11
[    26.362] 	LinGreenMaskSize: 6
[    26.362] 	LinGreenFieldPosition: 5
[    26.362] 	LinBlueMaskSize: 5
[    26.362] 	LinBlueFieldPosition: 0
[    26.362] 	LinRsvdMaskSize: 0
[    26.362] 	LinRsvdFieldPosition: 0
[    26.362] 	MaxPixelClock: 0
[    26.362] Mode: 12c (512x384)
[    26.362] 	ModeAttributes: 0x9b
[    26.362] 	WinAAttributes: 0x7
[    26.362] 	WinBAttributes: 0x0
[    26.362] 	WinGranularity: 64
[    26.362] 	WinSize: 64
[    26.362] 	WinASegment: 0xa000
[    26.363] 	WinBSegment: 0xa000
[    26.363] 	WinFuncPtr: 0xc0008803
[    26.363] 	BytesPerScanline: 1024
[    26.363] 	XResolution: 512
[    26.363] 	YResolution: 384
[    26.363] 	XCharSize: 8
[    26.363] 	YCharSize: 8
[    26.363] 	NumberOfPlanes: 1
[    26.363] 	BitsPerPixel: 16
[    26.363] 	NumberOfBanks: 1
[    26.363] 	MemoryModel: 6
[    26.363] 	BankSize: 0
[    26.363] 	NumberOfImages: 20
[    26.363] 	RedMaskSize: 5
[    26.363] 	RedFieldPosition: 11
[    26.363] 	GreenMaskSize: 6
[    26.363] 	GreenFieldPosition: 5
[    26.363] 	BlueMaskSize: 5
[    26.363] 	BlueFieldPosition: 0
[    26.363] 	RsvdMaskSize: 0
[    26.363] 	RsvdFieldPosition: 0
[    26.363] 	DirectColorModeInfo: 0
[    26.363] 	PhysBasePtr: 0xd0000000
[    26.363] 	LinBytesPerScanLine: 1024
[    26.363] 	BnkNumberOfImagePages: 20
[    26.363] 	LinNumberOfImagePages: 20
[    26.363] 	LinRedMaskSize: 5
[    26.363] 	LinRedFieldPosition: 11
[    26.363] 	LinGreenMaskSize: 6
[    26.363] 	LinGreenFieldPosition: 5
[    26.363] 	LinBlueMaskSize: 5
[    26.363] 	LinBlueFieldPosition: 0
[    26.363] 	LinRsvdMaskSize: 0
[    26.363] 	LinRsvdFieldPosition: 0
[    26.363] 	MaxPixelClock: 0
[    26.364] Mode: 12d (320x200)
[    26.364] 	ModeAttributes: 0x9f
[    26.364] 	WinAAttributes: 0x7
[    26.364] 	WinBAttributes: 0x0
[    26.364] 	WinGranularity: 64
[    26.364] 	WinSize: 64
[    26.364] 	WinASegment: 0xa000
[    26.364] 	WinBSegment: 0xa000
[    26.364] 	WinFuncPtr: 0xc0008803
[    26.364] 	BytesPerScanline: 320
[    26.364] 	XResolution: 320
[    26.364] 	YResolution: 200
[    26.364] 	XCharSize: 8
[    26.364] 	YCharSize: 8
[    26.364] 	NumberOfPlanes: 1
[    26.364] 	BitsPerPixel: 8
[    26.364] 	NumberOfBanks: 1
[    26.368] 	MemoryModel: 4
[    26.368] 	BankSize: 0
[    26.368] 	NumberOfImages: 127
[    26.368] 	RedMaskSize: 0
[    26.368] 	RedFieldPosition: 0
[    26.368] 	GreenMaskSize: 0
[    26.368] 	GreenFieldPosition: 0
[    26.368] 	BlueMaskSize: 0
[    26.368] 	BlueFieldPosition: 0
[    26.368] 	RsvdMaskSize: 0
[    26.368] 	RsvdFieldPosition: 0
[    26.368] 	DirectColorModeInfo: 0
[    26.368] 	PhysBasePtr: 0xd0000000
[    26.368] 	LinBytesPerScanLine: 320
[    26.368] 	BnkNumberOfImagePages: 127
[    26.369] 	LinNumberOfImagePages: 127
[    26.369] 	LinRedMaskSize: 0
[    26.369] 	LinRedFieldPosition: 0
[    26.369] 	LinGreenMaskSize: 0
[    26.369] 	LinGreenFieldPosition: 0
[    26.369] 	LinBlueMaskSize: 0
[    26.369] 	LinBlueFieldPosition: 0
[    26.369] 	LinRsvdMaskSize: 0
[    26.369] 	LinRsvdFieldPosition: 0
[    26.369] 	MaxPixelClock: 0
[    26.369] Mode: 131 (640x400)
[    26.369] 	ModeAttributes: 0x9b
[    26.369] 	WinAAttributes: 0x7
[    26.369] 	WinBAttributes: 0x0
[    26.369] 	WinGranularity: 64
[    26.369] 	WinSize: 64
[    26.369] 	WinASegment: 0xa000
[    26.369] 	WinBSegment: 0xa000
[    26.369] 	WinFuncPtr: 0xc0008803
[    26.369] 	BytesPerScanline: 1280
[    26.369] 	XResolution: 640
[    26.369] 	YResolution: 400
[    26.370] 	XCharSize: 8
[    26.370] 	YCharSize: 16
[    26.370] 	NumberOfPlanes: 1
[    26.370] 	BitsPerPixel: 16
[    26.370] 	NumberOfBanks: 1
[    26.370] 	MemoryModel: 6
[    26.370] 	BankSize: 0
[    26.370] 	NumberOfImages: 15
[    26.370] 	RedMaskSize: 5
[    26.370] 	RedFieldPosition: 11
[    26.370] 	GreenMaskSize: 6
[    26.370] 	GreenFieldPosition: 5
[    26.370] 	BlueMaskSize: 5
[    26.370] 	BlueFieldPosition: 0
[    26.370] 	RsvdMaskSize: 0
[    26.370] 	RsvdFieldPosition: 0
[    26.370] 	DirectColorModeInfo: 0
[    26.370] 	PhysBasePtr: 0xd0000000
[    26.370] 	LinBytesPerScanLine: 1280
[    26.370] 	BnkNumberOfImagePages: 15
[    26.370] 	LinNumberOfImagePages: 15
[    26.370] 	LinRedMaskSize: 5
[    26.370] 	LinRedFieldPosition: 11
[    26.370] 	LinGreenMaskSize: 6
[    26.370] 	LinGreenFieldPosition: 5
[    26.370] 	LinBlueMaskSize: 5
[    26.370] 	LinBlueFieldPosition: 0
[    26.370] 	LinRsvdMaskSize: 0
[    26.370] 	LinRsvdFieldPosition: 0
[    26.370] 	MaxPixelClock: 0
[    26.371] *Mode: 112 (640x480)
[    26.371] 	ModeAttributes: 0x9b
[    26.371] 	WinAAttributes: 0x7
[    26.371] 	WinBAttributes: 0x0
[    26.371] 	WinGranularity: 64
[    26.371] 	WinSize: 64
[    26.371] 	WinASegment: 0xa000
[    26.371] 	WinBSegment: 0xa000
[    26.371] 	WinFuncPtr: 0xc0008803
[    26.371] 	BytesPerScanline: 2560
[    26.371] 	XResolution: 640
[    26.371] 	YResolution: 480
[    26.371] 	XCharSize: 8
[    26.371] 	YCharSize: 16
[    26.371] 	NumberOfPlanes: 1
[    26.371] 	BitsPerPixel: 32
[    26.371] 	NumberOfBanks: 1
[    26.371] 	MemoryModel: 6
[    26.371] 	BankSize: 0
[    26.371] 	NumberOfImages: 5
[    26.371] 	RedMaskSize: 8
[    26.371] 	RedFieldPosition: 16
[    26.371] 	GreenMaskSize: 8
[    26.371] 	GreenFieldPosition: 8
[    26.371] 	BlueMaskSize: 8
[    26.371] 	BlueFieldPosition: 0
[    26.371] 	RsvdMaskSize: 8
[    26.371] 	RsvdFieldPosition: 24
[    26.371] 	DirectColorModeInfo: 0
[    26.371] 	PhysBasePtr: 0xd0000000
[    26.371] 	LinBytesPerScanLine: 2560
[    26.371] 	BnkNumberOfImagePages: 5
[    26.371] 	LinNumberOfImagePages: 5
[    26.371] 	LinRedMaskSize: 8
[    26.371] 	LinRedFieldPosition: 16
[    26.371] 	LinGreenMaskSize: 8
[    26.371] 	LinGreenFieldPosition: 8
[    26.371] 	LinBlueMaskSize: 8
[    26.371] 	LinBlueFieldPosition: 0
[    26.371] 	LinRsvdMaskSize: 8
[    26.372] 	LinRsvdFieldPosition: 24
[    26.372] 	MaxPixelClock: 0
[    26.372] *Mode: 115 (800x600)
[    26.372] 	ModeAttributes: 0x9b
[    26.376] 	WinAAttributes: 0x7
[    26.376] 	WinBAttributes: 0x0
[    26.376] 	WinGranularity: 64
[    26.376] 	WinSize: 64
[    26.376] 	WinASegment: 0xa000
[    26.376] 	WinBSegment: 0xa000
[    26.376] 	WinFuncPtr: 0xc0008803
[    26.376] 	BytesPerScanline: 3200
[    26.376] 	XResolution: 800
[    26.376] 	YResolution: 600
[    26.376] 	XCharSize: 8
[    26.376] 	YCharSize: 16
[    26.376] 	NumberOfPlanes: 1
[    26.376] 	BitsPerPixel: 32
[    26.377] 	NumberOfBanks: 1
[    26.377] 	MemoryModel: 6
[    26.377] 	BankSize: 0
[    26.377] 	NumberOfImages: 3
[    26.377] 	RedMaskSize: 8
[    26.377] 	RedFieldPosition: 16
[    26.377] 	GreenMaskSize: 8
[    26.377] 	GreenFieldPosition: 8
[    26.377] 	BlueMaskSize: 8
[    26.377] 	BlueFieldPosition: 0
[    26.377] 	RsvdMaskSize: 8
[    26.377] 	RsvdFieldPosition: 24
[    26.377] 	DirectColorModeInfo: 0
[    26.377] 	PhysBasePtr: 0xd0000000
[    26.377] 	LinBytesPerScanLine: 3200
[    26.377] 	BnkNumberOfImagePages: 3
[    26.377] 	LinNumberOfImagePages: 3
[    26.377] 	LinRedMaskSize: 8
[    26.377] 	LinRedFieldPosition: 16
[    26.377] 	LinGreenMaskSize: 8
[    26.377] 	LinGreenFieldPosition: 8
[    26.377] 	LinBlueMaskSize: 8
[    26.377] 	LinBlueFieldPosition: 0
[    26.377] 	LinRsvdMaskSize: 8
[    26.377] 	LinRsvdFieldPosition: 24
[    26.377] 	MaxPixelClock: 0
[    26.378] *Mode: 118 (1024x768)
[    26.378] 	ModeAttributes: 0x9b
[    26.378] 	WinAAttributes: 0x7
[    26.378] 	WinBAttributes: 0x0
[    26.378] 	WinGranularity: 64
[    26.378] 	WinSize: 64
[    26.378] 	WinASegment: 0xa000
[    26.378] 	WinBSegment: 0xa000
[    26.378] 	WinFuncPtr: 0xc0008803
[    26.378] 	BytesPerScanline: 4096
[    26.378] 	XResolution: 1024
[    26.378] 	YResolution: 768
[    26.378] 	XCharSize: 8
[    26.378] 	YCharSize: 16
[    26.378] 	NumberOfPlanes: 1
[    26.378] 	BitsPerPixel: 32
[    26.378] 	NumberOfBanks: 1
[    26.378] 	MemoryModel: 6
[    26.378] 	BankSize: 0
[    26.378] 	NumberOfImages: 1
[    26.378] 	RedMaskSize: 8
[    26.378] 	RedFieldPosition: 16
[    26.378] 	GreenMaskSize: 8
[    26.378] 	GreenFieldPosition: 8
[    26.378] 	BlueMaskSize: 8
[    26.378] 	BlueFieldPosition: 0
[    26.378] 	RsvdMaskSize: 8
[    26.378] 	RsvdFieldPosition: 24
[    26.378] 	DirectColorModeInfo: 0
[    26.378] 	PhysBasePtr: 0xd0000000
[    26.378] 	LinBytesPerScanLine: 4096
[    26.378] 	BnkNumberOfImagePages: 1
[    26.378] 	LinNumberOfImagePages: 1
[    26.378] 	LinRedMaskSize: 8
[    26.378] 	LinRedFieldPosition: 16
[    26.378] 	LinGreenMaskSize: 8
[    26.378] 	LinGreenFieldPosition: 8
[    26.378] 	LinBlueMaskSize: 8
[    26.378] 	LinBlueFieldPosition: 0
[    26.378] 	LinRsvdMaskSize: 8
[    26.378] 	LinRsvdFieldPosition: 24
[    26.378] 	MaxPixelClock: 0
[    26.379] Mode: 102 (800x600)
[    26.379] 	ModeAttributes: 0x1f
[    26.379] 	WinAAttributes: 0x7
[    26.379] 	WinBAttributes: 0x0
[    26.379] 	WinGranularity: 64
[    26.379] 	WinSize: 64
[    26.379] 	WinASegment: 0xa000
[    26.379] 	WinBSegment: 0xa000
[    26.379] 	WinFuncPtr: 0xc0008803
[    26.379] 	BytesPerScanline: 100
[    26.379] 	XResolution: 800
[    26.379] 	YResolution: 600
[    26.379] 	XCharSize: 8
[    26.379] 	YCharSize: 16
[    26.379] 	NumberOfPlanes: 4
[    26.379] 	BitsPerPixel: 4
[    26.379] 	NumberOfBanks: 1
[    26.379] 	MemoryModel: 3
[    26.379] 	BankSize: 0
[    26.379] 	NumberOfImages: 31
[    26.379] 	RedMaskSize: 0
[    26.379] 	RedFieldPosition: 0
[    26.379] 	GreenMaskSize: 0
[    26.379] 	GreenFieldPosition: 0
[    26.379] 	BlueMaskSize: 0
[    26.380] 	BlueFieldPosition: 0
[    26.380] 	RsvdMaskSize: 0
[    26.380] 	RsvdFieldPosition: 0
[    26.380] 	DirectColorModeInfo: 0
[    26.380] 	PhysBasePtr: 0xd0000000
[    26.380] 	LinBytesPerScanLine: 100
[    26.380] 	BnkNumberOfImagePages: 31
[    26.380] 	LinNumberOfImagePages: 31
[    26.380] 	LinRedMaskSize: 0
[    26.380] 	LinRedFieldPosition: 0
[    26.380] 	LinGreenMaskSize: 0
[    26.380] 	LinGreenFieldPosition: 0
[    26.380] 	LinBlueMaskSize: 0
[    26.380] 	LinBlueFieldPosition: 0
[    26.380] 	LinRsvdMaskSize: 0
[    26.380] 	LinRsvdFieldPosition: 0
[    26.380] 	MaxPixelClock: 0
[    26.380] 
[    26.380] (II) VESA(0): Total Memory: 2048 64KB banks (131072kB)
[    26.380] (II) VESA(0): <default monitor>: Using default hsync range of 31.50-48.00 kHz
[    26.380] (II) VESA(0): <default monitor>: Using default vrefresh range of 50.00-70.00 Hz
[    26.380] (II) VESA(0): <default monitor>: Using default maximum pixel clock of 65.00 MHz
[    26.384] (WW) VESA(0): Unable to estimate virtual size
[    26.384] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[    26.384] (II) VESA(0): Not using built-in mode "800x600" (no mode of this name)
[    26.384] (II) VESA(0): Not using built-in mode "640x480" (no mode of this name)
[    26.384] (WW) VESA(0): No valid modes left. Trying less strict filter...
[    26.384] (II) VESA(0): <default monitor>: Using hsync range of 31.50-48.00 kHz
[    26.385] (II) VESA(0): <default monitor>: Using vrefresh range of 50.00-70.00 Hz
[    26.385] (II) VESA(0): <default monitor>: Using maximum pixel clock of 65.00 MHz
[    26.385] (WW) VESA(0): Unable to estimate virtual size
[    26.387] (II) VESA(0): Virtual size is 1024x768 (pitch 1024)
[    26.387] (**) VESA(0): *Built-in mode "1024x768"
[    26.387] (**) VESA(0): *Built-in mode "800x600"
[    26.387] (**) VESA(0): *Built-in mode "640x480"
[    26.388] (==) VESA(0): DPI set to (96, 96)
[    26.388] (**) VESA(0): Using "Shadow Framebuffer"
[    26.388] (II) Loading sub module "shadow"
[    26.388] (II) LoadModule: "shadow"
[    26.389] (II) Loading /gnu/store/2wbh7pp0sk7waq5rb666wz9z5ypr8qck-xorg-server-1.20.5/lib/xorg/modules/libshadow.so
[    26.391] (II) Module shadow: vendor="X.Org Foundation"
[    26.391] 	compiled for 1.20.5, module version = 1.1.0
[    26.391] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    26.391] (II) Loading sub module "fb"
[    26.391] (II) LoadModule: "fb"
[    26.393] (II) Loading /gnu/store/2wbh7pp0sk7waq5rb666wz9z5ypr8qck-xorg-server-1.20.5/lib/xorg/modules/libfb.so
[    26.400] (II) Module fb: vendor="X.Org Foundation"
[    26.400] 	compiled for 1.20.5, module version = 1.0.0
[    26.400] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    26.401] (II) UnloadModule: "sis"
[    26.401] (II) Unloading sis
[    26.401] (II) Loading sub module "int10"
[    26.401] (II) LoadModule: "int10"
[    26.403] (II) Loading /gnu/store/2wbh7pp0sk7waq5rb666wz9z5ypr8qck-xorg-server-1.20.5/lib/xorg/modules/libint10.so
[    26.403] (II) Module int10: vendor="X.Org Foundation"
[    26.403] 	compiled for 1.20.5, module version = 1.0.0
[    26.403] 	ABI class: X.Org Video Driver, version 24.0
[    26.403] (II) VESA(0): initializing int10
[    26.404] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[    26.413] (II) VESA(0): VESA BIOS detected
[    26.413] (II) VESA(0): VbeVersion is 768, OemStringPtr is 0x00002100,
	OemVendorNamePtr is 0x00002104, OemProductNamePtr is 0x00002125,
	OemProductRevPtr is 0x0000212a
[    26.413] (II) VESA(0): VESA VBE Version 3.0
[    26.413] (II) VESA(0): VESA VBE Total Mem: 131072 kB
[    26.413] (II) VESA(0): VESA VBE OEM: SiS
[    26.413] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[    26.413] (II) VESA(0): VESA VBE OEM Vendor: Silicon Integrated Systems Corp.
[    26.413] (II) VESA(0): VESA VBE OEM Product: 6330
[    26.413] (II) VESA(0): VESA VBE OEM Product Rev: 3.74.26B
[    26.414] (II) VESA(0): virtual address = 0x7f77466e2000, VGAbase = 0x7f774e919000
	physical address = 0xd0000000, size = 134217728
[    26.440] (II) VESA(0): Setting up VESA Mode 0x118 (1024x768)
[    26.864] (==) VESA(0): Default visual is TrueColor
[    26.870] (==) VESA(0): Backing store enabled
[    26.872] (==) VESA(0): DPMS enabled
[    26.872] (II) Initializing extension Generic Event Extension
[    26.872] (II) Initializing extension SHAPE
[    26.872] (II) Initializing extension MIT-SHM
[    26.872] (II) Initializing extension XInputExtension
[    26.873] (II) Initializing extension XTEST
[    26.873] (II) Initializing extension BIG-REQUESTS
[    26.873] (II) Initializing extension SYNC
[    26.873] (II) Initializing extension XKEYBOARD
[    26.873] (II) Initializing extension XC-MISC
[    26.873] (II) Initializing extension XFIXES
[    26.873] (II) Initializing extension RENDER
[    26.873] (II) Initializing extension RANDR
[    26.874] (II) Initializing extension COMPOSITE
[    26.874] (II) Initializing extension DAMAGE
[    26.874] (II) Initializing extension MIT-SCREEN-SAVER
[    26.874] (II) Initializing extension DOUBLE-BUFFER
[    26.874] (II) Initializing extension RECORD
[    26.874] (II) Initializing extension DPMS
[    26.874] (II) Initializing extension Present
[    26.874] (II) Initializing extension DRI3
[    26.874] (II) Initializing extension X-Resource
[    26.874] (II) Initializing extension XVideo
[    26.874] (II) Initializing extension XVideo-MotionCompensation
[    26.874] (II) Initializing extension GLX
[    26.874] (II) AIGLX: Screen 0 is not DRI2 capable
[    27.759] (II) IGLX: Loaded and initialized swrast
[    27.759] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    27.759] (II) Initializing extension XFree86-VidModeExtension
[    27.759] (II) Initializing extension XFree86-DGA
[    27.759] (II) Initializing extension XFree86-DRI
[    27.764] (II) Initializing extension DRI2
[    28.022] (II) XKB: Reusing cached keymap
[    28.037] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    28.037] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    28.037] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    28.037] (II) LoadModule: "libinput"
[    28.038] (II) Loading /gnu/store/5hrhmqlajwa07v0ia9dh7gp33nwyps33-xf86-input-libinput-0.28.2/lib/xorg/modules/input/libinput_drv.so
[    28.112] (II) Module libinput: vendor="X.Org Foundation"
[    28.112] 	compiled for 1.20.5, module version = 0.28.2
[    28.112] 	Module class: X.Org XInput Driver
[    28.112] 	ABI class: X.Org XInput driver, version 24.1
[    28.112] (II) Using input driver 'libinput' for 'Power Button'
[    28.113] (**) Power Button: always reports core events
[    28.113] (**) Option "Device" "/dev/input/event3"
[    28.113] (**) Option "_source" "server/udev"
[    28.132] (**) Option "Device" "/dev/input/event3"
[    28.133] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    28.133] (II) event3  - Power Button: device is a keyboard
[    28.134] (II) event3  - Power Button: device removed
[    28.134] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    28.134] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    28.134] (II) XKB: Reusing cached keymap
[    28.134] (**) Option "_source" "server/udev"
[    28.134] (**) Option "_source" "server/udev"
[    28.134] (**) Option "_source" "server/udev"
[    28.135] (**) Option "_source" "server/udev"
[    28.135] (**) Option "_source" "server/udev"
[    28.135] (**) Option "_source" "server/udev"
[    28.135] (**) Option "_source" "server/udev"
[    28.135] (**) Option "_source" "server/udev"
[    28.135] (**) Option "_source" "server/udev"
[    28.135] (**) Option "_source" "server/udev"
[    28.135] (**) Option "_source" "server/udev"
[    28.135] (**) Option "_source" "server/udev"
[    28.135] (**) Option "_source" "server/udev"
[    28.135] (**) Option "_source" "server/udev"
[    28.135] (**) Option "_source" "server/udev"
[    28.135] (**) Option "_source" "server/udev"
[    28.135] (**) Option "_source" "server/udev"
[    28.135] (**) Option "_source" "server/udev"
[    28.135] (**) Option "_source" "server/udev"
[    28.135] (**) Option "_source" "server/udev"
[    28.135] (**) Option "_source" "server/udev"
[    28.135] (**) Option "_source" "server/udev"
[    28.135] (**) Option "_source" "server/udev"
[    28.136] (**) Option "Device" "/dev/input/event3"
[    28.141] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    28.141] (II) event3  - Power Button: device is a keyboard
[    28.141] (**) Option "_source" "server/udev"
[    28.141] (**) Option "_source" "server/udev"
[    28.142] (**) Option "_source" "server/udev"
[    28.142] (**) Option "_source" "server/udev"
[    28.142] (**) Option "_source" "server/udev"
[    28.142] (**) Option "_source" "server/udev"
[    28.142] (**) Option "_source" "server/udev"
[    28.142] (**) Option "_source" "server/udev"
[    28.142] (**) Option "_source" "server/udev"
[    28.142] (**) Option "_source" "server/udev"
[    28.143] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[    28.143] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    28.143] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    28.143] (II) Using input driver 'libinput' for 'Video Bus'
[    28.143] (**) Video Bus: always reports core events
[    28.143] (**) Option "Device" "/dev/input/event7"
[    28.143] (**) Option "_source" "server/udev"
[    28.143] (**) Option "Device" "/dev/input/event7"
[    28.149] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[    28.149] (II) event7  - Video Bus: device is a keyboard
[    28.149] (II) event7  - Video Bus: device removed
[    28.149] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:14/LNXVIDEO:00/input/input13/event7"
[    28.149] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    28.150] (II) XKB: Reusing cached keymap
[    28.150] (**) Option "_source" "server/udev"
[    28.150] (**) Option "_source" "server/udev"
[    28.150] (**) Option "_source" "server/udev"
[    28.150] (**) Option "_source" "server/udev"
[    28.150] (**) Option "_source" "server/udev"
[    28.150] (**) Option "_source" "server/udev"
[    28.150] (**) Option "_source" "server/udev"
[    28.150] (**) Option "_source" "server/udev"
[    28.150] (**) Option "_source" "server/udev"
[    28.150] (**) Option "_source" "server/udev"
[    28.150] (**) Option "_source" "server/udev"
[    28.150] (**) Option "_source" "server/udev"
[    28.150] (**) Option "_source" "server/udev"
[    28.150] (**) Option "_source" "server/udev"
[    28.150] (**) Option "_source" "server/udev"
[    28.150] (**) Option "_source" "server/udev"
[    28.150] (**) Option "_source" "server/udev"
[    28.150] (**) Option "_source" "server/udev"
[    28.151] (**) Option "_source" "server/udev"
[    28.151] (**) Option "_source" "server/udev"
[    28.151] (**) Option "_source" "server/udev"
[    28.151] (**) Option "_source" "server/udev"
[    28.151] (**) Option "_source" "server/udev"
[    28.151] (**) Option "Device" "/dev/input/event7"
[    28.157] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[    28.157] (II) event7  - Video Bus: device is a keyboard
[    28.157] (**) Option "_source" "server/udev"
[    28.157] (**) Option "_source" "server/udev"
[    28.157] (**) Option "_source" "server/udev"
[    28.157] (**) Option "_source" "server/udev"
[    28.157] (**) Option "_source" "server/udev"
[    28.157] (**) Option "_source" "server/udev"
[    28.157] (**) Option "_source" "server/udev"
[    28.157] (**) Option "_source" "server/udev"
[    28.157] (**) Option "_source" "server/udev"
[    28.157] (**) Option "_source" "server/udev"
[    28.158] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    28.158] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    28.158] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    28.158] (II) Using input driver 'libinput' for 'Power Button'
[    28.158] (**) Power Button: always reports core events
[    28.158] (**) Option "Device" "/dev/input/event0"
[    28.158] (**) Option "_source" "server/udev"
[    28.159] (**) Option "Device" "/dev/input/event0"
[    28.160] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    28.160] (II) event0  - Power Button: device is a keyboard
[    28.164] (II) event0  - Power Button: device removed
[    28.164] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    28.164] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    28.165] (II) XKB: Reusing cached keymap
[    28.165] (**) Option "_source" "server/udev"
[    28.165] (**) Option "_source" "server/udev"
[    28.165] (**) Option "_source" "server/udev"
[    28.165] (**) Option "_source" "server/udev"
[    28.165] (**) Option "_source" "server/udev"
[    28.165] (**) Option "_source" "server/udev"
[    28.165] (**) Option "_source" "server/udev"
[    28.165] (**) Option "_source" "server/udev"
[    28.165] (**) Option "_source" "server/udev"
[    28.165] (**) Option "_source" "server/udev"
[    28.165] (**) Option "_source" "server/udev"
[    28.165] (**) Option "_source" "server/udev"
[    28.165] (**) Option "_source" "server/udev"
[    28.165] (**) Option "_source" "server/udev"
[    28.165] (**) Option "_source" "server/udev"
[    28.165] (**) Option "_source" "server/udev"
[    28.165] (**) Option "_source" "server/udev"
[    28.166] (**) Option "_source" "server/udev"
[    28.166] (**) Option "_source" "server/udev"
[    28.166] (**) Option "_source" "server/udev"
[    28.166] (**) Option "_source" "server/udev"
[    28.166] (**) Option "_source" "server/udev"
[    28.166] (**) Option "_source" "server/udev"
[    28.166] (**) Option "Device" "/dev/input/event0"
[    28.167] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    28.167] (II) event0  - Power Button: device is a keyboard
[    28.168] (**) Option "_source" "server/udev"
[    28.168] (**) Option "_source" "server/udev"
[    28.168] (**) Option "_source" "server/udev"
[    28.168] (**) Option "_source" "server/udev"
[    28.168] (**) Option "_source" "server/udev"
[    28.168] (**) Option "_source" "server/udev"
[    28.168] (**) Option "_source" "server/udev"
[    28.168] (**) Option "_source" "server/udev"
[    28.168] (**) Option "_source" "server/udev"
[    28.168] (**) Option "_source" "server/udev"
[    28.173] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    28.173] (II) No input driver specified, ignoring this device.
[    28.173] (II) This device may have been added with another device file.
[    28.174] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    28.174] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    28.174] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    28.174] (II) Using input driver 'libinput' for 'Sleep Button'
[    28.174] (**) Sleep Button: always reports core events
[    28.174] (**) Option "Device" "/dev/input/event1"
[    28.174] (**) Option "_source" "server/udev"
[    28.174] (**) Option "Device" "/dev/input/event1"
[    28.176] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    28.176] (II) event1  - Sleep Button: device is a keyboard
[    28.176] (II) event1  - Sleep Button: device removed
[    28.176] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    28.176] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    28.176] (II) XKB: Reusing cached keymap
[    28.180] (**) Option "_source" "server/udev"
[    28.180] (**) Option "_source" "server/udev"
[    28.180] (**) Option "_source" "server/udev"
[    28.181] (**) Option "_source" "server/udev"
[    28.181] (**) Option "_source" "server/udev"
[    28.181] (**) Option "_source" "server/udev"
[    28.181] (**) Option "_source" "server/udev"
[    28.181] (**) Option "_source" "server/udev"
[    28.181] (**) Option "_source" "server/udev"
[    28.181] (**) Option "_source" "server/udev"
[    28.181] (**) Option "_source" "server/udev"
[    28.181] (**) Option "_source" "server/udev"
[    28.181] (**) Option "_source" "server/udev"
[    28.181] (**) Option "_source" "server/udev"
[    28.181] (**) Option "_source" "server/udev"
[    28.181] (**) Option "_source" "server/udev"
[    28.181] (**) Option "_source" "server/udev"
[    28.181] (**) Option "_source" "server/udev"
[    28.181] (**) Option "_source" "server/udev"
[    28.181] (**) Option "_source" "server/udev"
[    28.181] (**) Option "_source" "server/udev"
[    28.181] (**) Option "_source" "server/udev"
[    28.181] (**) Option "_source" "server/udev"
[    28.182] (**) Option "Device" "/dev/input/event1"
[    28.183] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    28.183] (II) event1  - Sleep Button: device is a keyboard
[    28.183] (**) Option "_source" "server/udev"
[    28.183] (**) Option "_source" "server/udev"
[    28.183] (**) Option "_source" "server/udev"
[    28.183] (**) Option "_source" "server/udev"
[    28.183] (**) Option "_source" "server/udev"
[    28.183] (**) Option "_source" "server/udev"
[    28.184] (**) Option "_source" "server/udev"
[    28.184] (**) Option "_source" "server/udev"
[    28.184] (**) Option "_source" "server/udev"
[    28.184] (**) Option "_source" "server/udev"
[    28.189] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event5)
[    28.189] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
[    28.189] (**) Logitech USB Receiver: Applying InputClass "libinput pointer catchall"
[    28.189] (II) Using input driver 'libinput' for 'Logitech USB Receiver'
[    28.189] (**) Logitech USB Receiver: always reports core events
[    28.189] (**) Option "Device" "/dev/input/event5"
[    28.189] (**) Option "_source" "server/udev"
[    28.189] (**) Option "Device" "/dev/input/event5"
[    28.250] (II) event5  - Logitech USB Receiver: is tagged by udev as: Mouse
[    28.250] (II) event5  - Logitech USB Receiver: device set to 1000 DPI
[    28.250] (II) event5  - Logitech USB Receiver: device is a pointer
[    28.251] (II) event5  - Logitech USB Receiver: device removed
[    28.251] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:03.0/usb2/2-1/2-1:1.0/0003:046D:C52F.0001/input/input9/event5"
[    28.251] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 10)
[    28.252] (**) Option "_source" "server/udev"
[    28.252] (**) Option "_source" "server/udev"
[    28.252] (**) Option "_source" "server/udev"
[    28.252] (**) Option "_source" "server/udev"
[    28.252] (**) Option "_source" "server/udev"
[    28.252] (**) Option "_source" "server/udev"
[    28.252] (**) Option "_source" "server/udev"
[    28.252] (**) Option "_source" "server/udev"
[    28.252] (**) Option "_source" "server/udev"
[    28.256] (**) Option "_source" "server/udev"
[    28.256] (**) Option "_source" "server/udev"
[    28.256] (**) Option "_source" "server/udev"
[    28.256] (**) Option "_source" "server/udev"
[    28.256] (**) Option "_source" "server/udev"
[    28.256] (**) Option "_source" "server/udev"
[    28.256] (**) Option "_source" "server/udev"
[    28.257] (**) Option "_source" "server/udev"
[    28.257] (**) Option "_source" "server/udev"
[    28.257] (**) Option "_source" "server/udev"
[    28.257] (**) Option "_source" "server/udev"
[    28.257] (**) Option "_source" "server/udev"
[    28.257] (**) Option "_source" "server/udev"
[    28.257] (**) Option "_source" "server/udev"
[    28.257] (**) Option "AccelerationScheme" "none"
[    28.257] (**) Logitech USB Receiver: (accel) selected scheme none/0
[    28.257] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[    28.257] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[    28.258] (**) Option "Device" "/dev/input/event5"
[    28.318] (II) event5  - Logitech USB Receiver: is tagged by udev as: Mouse
[    28.318] (II) event5  - Logitech USB Receiver: device set to 1000 DPI
[    28.318] (II) event5  - Logitech USB Receiver: device is a pointer
[    28.319] (**) Option "_source" "server/udev"
[    28.319] (**) Option "_source" "server/udev"
[    28.319] (**) Option "_source" "server/udev"
[    28.319] (**) Option "_source" "server/udev"
[    28.319] (**) Option "_source" "server/udev"
[    28.319] (**) Option "_source" "server/udev"
[    28.319] (**) Option "_source" "server/udev"
[    28.319] (**) Option "_source" "server/udev"
[    28.319] (**) Option "_source" "server/udev"
[    28.319] (**) Option "_source" "server/udev"
[    28.320] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
[    28.320] (II) No input driver specified, ignoring this device.
[    28.320] (II) This device may have been added with another device file.
[    28.325] (II) config/udev: Adding input device Logitech USB Receiver Consumer Control (/dev/input/event6)
[    28.325] (**) Logitech USB Receiver Consumer Control: Applying InputClass "evdev keyboard catchall"
[    28.325] (**) Logitech USB Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[    28.325] (II) Using input driver 'libinput' for 'Logitech USB Receiver Consumer Control'
[    28.325] (**) Logitech USB Receiver Consumer Control: always reports core events
[    28.325] (**) Option "Device" "/dev/input/event6"
[    28.325] (**) Option "_source" "server/udev"
[    28.326] (**) Option "Device" "/dev/input/event6"
[    28.328] (II) event6  - Logitech USB Receiver Consumer Control: is tagged by udev as: Keyboard
[    28.328] (II) event6  - Logitech USB Receiver Consumer Control: device is a keyboard
[    28.328] (II) event6  - Logitech USB Receiver Consumer Control: device removed
[    28.332] (II) libinput: Logitech USB Receiver Consumer Control: needs a virtual subdevice
[    28.332] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:03.0/usb2/2-1/2-1:1.1/0003:046D:C52F.0002/input/input10/event6"
[    28.332] (II) XINPUT: Adding extended input device "Logitech USB Receiver Consumer Control" (type: MOUSE, id 11)
[    28.333] (**) Option "_source" "server/udev"
[    28.333] (**) Option "_source" "server/udev"
[    28.333] (**) Option "_source" "server/udev"
[    28.333] (**) Option "_source" "server/udev"
[    28.333] (**) Option "_source" "server/udev"
[    28.333] (**) Option "_source" "server/udev"
[    28.333] (**) Option "_source" "server/udev"
[    28.333] (**) Option "_source" "server/udev"
[    28.333] (**) Option "_source" "server/udev"
[    28.333] (**) Option "_source" "server/udev"
[    28.333] (**) Option "_source" "server/udev"
[    28.333] (**) Option "_source" "server/udev"
[    28.333] (**) Option "_source" "server/udev"
[    28.333] (**) Option "_source" "server/udev"
[    28.333] (**) Option "_source" "server/udev"
[    28.333] (**) Option "_source" "server/udev"
[    28.333] (**) Option "_source" "server/udev"
[    28.333] (**) Option "_source" "server/udev"
[    28.333] (**) Option "_source" "server/udev"
[    28.333] (**) Option "_source" "server/udev"
[    28.333] (**) Option "_source" "server/udev"
[    28.333] (**) Option "_source" "server/udev"
[    28.333] (**) Option "_source" "server/udev"
[    28.334] (**) Option "AccelerationScheme" "none"
[    28.334] (**) Logitech USB Receiver Consumer Control: (accel) selected scheme none/0
[    28.334] (**) Logitech USB Receiver Consumer Control: (accel) acceleration factor: 2.000
[    28.334] (**) Logitech USB Receiver Consumer Control: (accel) acceleration threshold: 4
[    28.334] (**) Option "Device" "/dev/input/event6"
[    28.336] (II) event6  - Logitech USB Receiver Consumer Control: is tagged by udev as: Keyboard
[    28.336] (II) event6  - Logitech USB Receiver Consumer Control: device is a keyboard
[    28.340] (**) Option "_source" "server/udev"
[    28.340] (**) Option "_source" "server/udev"
[    28.341] (**) Option "_source" "server/udev"
[    28.341] (**) Option "_source" "server/udev"
[    28.341] (**) Option "_source" "server/udev"
[    28.341] (**) Option "_source" "server/udev"
[    28.341] (**) Option "_source" "server/udev"
[    28.341] (**) Option "_source" "server/udev"
[    28.341] (**) Option "_source" "server/udev"
[    28.341] (**) Option "_source" "server/udev"
[    28.342] (II) config/udev: Adding input device USB2.0 UVC VGA WebCam: USB2.0 U (/dev/input/event12)
[    28.342] (**) USB2.0 UVC VGA WebCam: USB2.0 U: Applying InputClass "evdev keyboard catchall"
[    28.342] (**) USB2.0 UVC VGA WebCam: USB2.0 U: Applying InputClass "libinput keyboard catchall"
[    28.342] (II) Using input driver 'libinput' for 'USB2.0 UVC VGA WebCam: USB2.0 U'
[    28.342] (**) USB2.0 UVC VGA WebCam: USB2.0 U: always reports core events
[    28.342] (**) Option "Device" "/dev/input/event12"
[    28.342] (**) Option "_source" "server/udev"
[    28.342] (**) Option "Device" "/dev/input/event12"
[    28.348] (II) event12 - USB2.0 UVC VGA WebCam: USB2.0 U: is tagged by udev as: Keyboard
[    28.348] (II) event12 - USB2.0 UVC VGA WebCam: USB2.0 U: device is a keyboard
[    28.349] (II) event12 - USB2.0 UVC VGA WebCam: USB2.0 U: device removed
[    28.349] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:03.3/usb1/1-5/1-5:1.0/input/input21/event12"
[    28.349] (II) XINPUT: Adding extended input device "USB2.0 UVC VGA WebCam: USB2.0 U" (type: KEYBOARD, id 12)
[    28.349] (II) XKB: Reusing cached keymap
[    28.349] (**) Option "_source" "server/udev"
[    28.349] (**) Option "_source" "server/udev"
[    28.349] (**) Option "_source" "server/udev"
[    28.349] (**) Option "_source" "server/udev"
[    28.349] (**) Option "_source" "server/udev"
[    28.349] (**) Option "_source" "server/udev"
[    28.349] (**) Option "_source" "server/udev"
[    28.349] (**) Option "_source" "server/udev"
[    28.349] (**) Option "_source" "server/udev"
[    28.349] (**) Option "_source" "server/udev"
[    28.349] (**) Option "_source" "server/udev"
[    28.350] (**) Option "_source" "server/udev"
[    28.350] (**) Option "_source" "server/udev"
[    28.350] (**) Option "_source" "server/udev"
[    28.350] (**) Option "_source" "server/udev"
[    28.350] (**) Option "_source" "server/udev"
[    28.350] (**) Option "_source" "server/udev"
[    28.350] (**) Option "_source" "server/udev"
[    28.350] (**) Option "_source" "server/udev"
[    28.350] (**) Option "_source" "server/udev"
[    28.350] (**) Option "_source" "server/udev"
[    28.350] (**) Option "_source" "server/udev"
[    28.350] (**) Option "_source" "server/udev"
[    28.350] (**) Option "Device" "/dev/input/event12"
[    28.352] (II) event12 - USB2.0 UVC VGA WebCam: USB2.0 U: is tagged by udev as: Keyboard
[    28.356] (II) event12 - USB2.0 UVC VGA WebCam: USB2.0 U: device is a keyboard
[    28.356] (**) Option "_source" "server/udev"
[    28.356] (**) Option "_source" "server/udev"
[    28.357] (**) Option "_source" "server/udev"
[    28.357] (**) Option "_source" "server/udev"
[    28.357] (**) Option "_source" "server/udev"
[    28.357] (**) Option "_source" "server/udev"
[    28.357] (**) Option "_source" "server/udev"
[    28.357] (**) Option "_source" "server/udev"
[    28.357] (**) Option "_source" "server/udev"
[    28.357] (**) Option "_source" "server/udev"
[    28.358] (II) config/udev: Adding input device HDA SIS966 Mic (/dev/input/event9)
[    28.358] (II) No input driver specified, ignoring this device.
[    28.358] (II) This device may have been added with another device file.
[    28.358] (II) config/udev: Adding input device HDA SIS966 Headphone (/dev/input/event10)
[    28.359] (II) No input driver specified, ignoring this device.
[    28.359] (II) This device may have been added with another device file.
[    28.359] (II) config/udev: Adding input device Asus Laptop extra buttons (/dev/input/event8)
[    28.359] (**) Asus Laptop extra buttons: Applying InputClass "evdev keyboard catchall"
[    28.359] (**) Asus Laptop extra buttons: Applying InputClass "libinput keyboard catchall"
[    28.360] (II) Using input driver 'libinput' for 'Asus Laptop extra buttons'
[    28.360] (**) Asus Laptop extra buttons: always reports core events
[    28.360] (**) Option "Device" "/dev/input/event8"
[    28.360] (**) Option "_source" "server/udev"
[    28.360] (**) Option "Device" "/dev/input/event8"
[    28.365] (II) event8  - Asus Laptop extra buttons: is tagged by udev as: Keyboard
[    28.365] (II) event8  - Asus Laptop extra buttons: device is a keyboard
[    28.365] (II) event8  - Asus Laptop extra buttons: device removed
[    28.365] (**) Option "config_info" "udev:/sys/devices/platform/asus_laptop/input/input14/event8"
[    28.366] (II) XINPUT: Adding extended input device "Asus Laptop extra buttons" (type: KEYBOARD, id 13)
[    28.366] (II) XKB: Reusing cached keymap
[    28.366] (**) Option "_source" "server/udev"
[    28.366] (**) Option "_source" "server/udev"
[    28.366] (**) Option "_source" "server/udev"
[    28.366] (**) Option "_source" "server/udev"
[    28.366] (**) Option "_source" "server/udev"
[    28.366] (**) Option "_source" "server/udev"
[    28.366] (**) Option "_source" "server/udev"
[    28.366] (**) Option "_source" "server/udev"
[    28.366] (**) Option "_source" "server/udev"
[    28.366] (**) Option "_source" "server/udev"
[    28.366] (**) Option "_source" "server/udev"
[    28.366] (**) Option "_source" "server/udev"
[    28.366] (**) Option "_source" "server/udev"
[    28.366] (**) Option "_source" "server/udev"
[    28.366] (**) Option "_source" "server/udev"
[    28.367] (**) Option "_source" "server/udev"
[    28.367] (**) Option "_source" "server/udev"
[    28.367] (**) Option "_source" "server/udev"
[    28.367] (**) Option "_source" "server/udev"
[    28.367] (**) Option "_source" "server/udev"
[    28.367] (**) Option "_source" "server/udev"
[    28.367] (**) Option "_source" "server/udev"
[    28.367] (**) Option "_source" "server/udev"
[    28.367] (**) Option "Device" "/dev/input/event8"
[    28.372] (II) event8  - Asus Laptop extra buttons: is tagged by udev as: Keyboard
[    28.372] (II) event8  - Asus Laptop extra buttons: device is a keyboard
[    28.373] (**) Option "_source" "server/udev"
[    28.373] (**) Option "_source" "server/udev"
[    28.373] (**) Option "_source" "server/udev"
[    28.373] (**) Option "_source" "server/udev"
[    28.373] (**) Option "_source" "server/udev"
[    28.373] (**) Option "_source" "server/udev"
[    28.373] (**) Option "_source" "server/udev"
[    28.373] (**) Option "_source" "server/udev"
[    28.373] (**) Option "_source" "server/udev"
[    28.373] (**) Option "_source" "server/udev"
[    28.374] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    28.374] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    28.374] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    28.374] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    28.374] (**) AT Translated Set 2 keyboard: always reports core events
[    28.374] (**) Option "Device" "/dev/input/event4"
[    28.374] (**) Option "_source" "server/udev"
[    28.374] (**) Option "Device" "/dev/input/event4"
[    28.376] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    28.376] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    28.381] (II) event4  - AT Translated Set 2 keyboard: device removed
[    28.381] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    28.381] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[    28.381] (II) XKB: Reusing cached keymap
[    28.381] (**) Option "_source" "server/udev"
[    28.381] (**) Option "_source" "server/udev"
[    28.381] (**) Option "_source" "server/udev"
[    28.381] (**) Option "_source" "server/udev"
[    28.382] (**) Option "_source" "server/udev"
[    28.382] (**) Option "_source" "server/udev"
[    28.382] (**) Option "_source" "server/udev"
[    28.382] (**) Option "_source" "server/udev"
[    28.382] (**) Option "_source" "server/udev"
[    28.382] (**) Option "_source" "server/udev"
[    28.382] (**) Option "_source" "server/udev"
[    28.382] (**) Option "_source" "server/udev"
[    28.382] (**) Option "_source" "server/udev"
[    28.382] (**) Option "_source" "server/udev"
[    28.382] (**) Option "_source" "server/udev"
[    28.382] (**) Option "_source" "server/udev"
[    28.382] (**) Option "_source" "server/udev"
[    28.382] (**) Option "_source" "server/udev"
[    28.382] (**) Option "_source" "server/udev"
[    28.382] (**) Option "_source" "server/udev"
[    28.382] (**) Option "_source" "server/udev"
[    28.382] (**) Option "_source" "server/udev"
[    28.382] (**) Option "_source" "server/udev"
[    28.383] (**) Option "Device" "/dev/input/event4"
[    28.384] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    28.384] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    28.389] (**) Option "_source" "server/udev"
[    28.389] (**) Option "_source" "server/udev"
[    28.389] (**) Option "_source" "server/udev"
[    28.389] (**) Option "_source" "server/udev"
[    28.389] (**) Option "_source" "server/udev"
[    28.389] (**) Option "_source" "server/udev"
[    28.389] (**) Option "_source" "server/udev"
[    28.389] (**) Option "_source" "server/udev"
[    28.389] (**) Option "_source" "server/udev"
[    28.389] (**) Option "_source" "server/udev"
[    28.390] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event11)
[    28.390] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
[    28.390] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
[    28.390] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
[    28.390] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
[    28.390] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad"
[    28.391] (II) Using input driver 'libinput' for 'ETPS/2 Elantech Touchpad'
[    28.391] (**) ETPS/2 Elantech Touchpad: always reports core events
[    28.391] (**) Option "Device" "/dev/input/event11"
[    28.391] (**) Option "_source" "server/udev"
[    28.391] (**) Option "Device" "/dev/input/event11"
[    28.396] (II) event11 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[    28.540] (II) event11 - ETPS/2 Elantech Touchpad: device is a touchpad
[    28.544] (II) event11 - ETPS/2 Elantech Touchpad: device removed
[    28.544] (**) Option "Tapping" "on"
[    28.545] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input18/event11"
[    28.545] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 15)
[    28.545] (**) Option "_source" "server/udev"
[    28.545] (**) Option "_source" "server/udev"
[    28.545] (**) Option "_source" "server/udev"
[    28.545] (**) Option "_source" "server/udev"
[    28.546] (**) Option "_source" "server/udev"
[    28.546] (**) Option "_source" "server/udev"
[    28.546] (**) Option "_source" "server/udev"
[    28.546] (**) Option "_source" "server/udev"
[    28.546] (**) Option "_source" "server/udev"
[    28.546] (**) Option "_source" "server/udev"
[    28.546] (**) Option "_source" "server/udev"
[    28.546] (**) Option "_source" "server/udev"
[    28.546] (**) Option "_source" "server/udev"
[    28.546] (**) Option "_source" "server/udev"
[    28.546] (**) Option "_source" "server/udev"
[    28.546] (**) Option "_source" "server/udev"
[    28.547] (**) Option "_source" "server/udev"
[    28.547] (**) Option "_source" "server/udev"
[    28.547] (**) Option "_source" "server/udev"
[    28.547] (**) Option "_source" "server/udev"
[    28.547] (**) Option "_source" "server/udev"
[    28.547] (**) Option "_source" "server/udev"
[    28.547] (**) Option "_source" "server/udev"
[    28.547] (**) Option "AccelerationScheme" "none"
[    28.547] (**) ETPS/2 Elantech Touchpad: (accel) selected scheme none/0
[    28.547] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[    28.548] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[    28.548] (**) Option "Device" "/dev/input/event11"
[    28.553] (II) event11 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[    28.610] (II) event11 - ETPS/2 Elantech Touchpad: device is a touchpad
[    28.611] (**) Option "_source" "server/udev"
[    28.611] (**) Option "_source" "server/udev"
[    28.611] (**) Option "_source" "server/udev"
[    28.611] (**) Option "_source" "server/udev"
[    28.611] (**) Option "_source" "server/udev"
[    28.611] (**) Option "_source" "server/udev"
[    28.611] (**) Option "_source" "server/udev"
[    28.611] (**) Option "_source" "server/udev"
[    28.611] (**) Option "_source" "server/udev"
[    28.611] (**) Option "_source" "server/udev"
[    28.616] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
[    28.616] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[    28.651] (**) Logitech USB Receiver Consumer Control: Applying InputClass "evdev keyboard catchall"
[    28.651] (**) Logitech USB Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[    28.651] (II) Using input driver 'libinput' for 'Logitech USB Receiver Consumer Control'
[    28.651] (**) Logitech USB Receiver Consumer Control: always reports core events
[    28.651] (**) Option "Device" "/dev/input/event6"
[    28.651] (**) Option "_source" "_driver/libinput"
[    28.651] (**) Option "_source" "server/udev"
[    28.651] (II) libinput: Logitech USB Receiver Consumer Control: is a virtual subdevice
[    28.651] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:03.0/usb2/2-1/2-1:1.1/0003:046D:C52F.0002/input/input10/event6"
[    28.651] (II) XINPUT: Adding extended input device "Logitech USB Receiver Consumer Control" (type: KEYBOARD, id 16)
[    28.651] (II) XKB: Reusing cached keymap
[    28.652] (**) Option "_source" "_driver/libinput"
[    28.652] (**) Option "_source" "_driver/libinput"
[    28.652] (**) Option "_source" "_driver/libinput"
[    28.652] (**) Option "_source" "_driver/libinput"
[    28.652] (**) Option "_source" "_driver/libinput"
[    28.652] (**) Option "_source" "_driver/libinput"
[    28.652] (**) Option "_source" "_driver/libinput"
[    28.652] (**) Option "_source" "_driver/libinput"
[    28.652] (**) Option "_source" "_driver/libinput"
[    28.652] (**) Option "_source" "_driver/libinput"
[    28.653] (**) Option "_source" "_driver/libinput"
[    28.653] (**) Option "_source" "_driver/libinput"
[    28.653] (**) Option "_source" "_driver/libinput"
[    28.653] (**) Option "_source" "_driver/libinput"
[    28.653] (**) Option "_source" "_driver/libinput"
[    28.653] (**) Option "_source" "_driver/libinput"
[    28.653] (**) Option "_source" "_driver/libinput"
[    28.653] (**) Option "_source" "_driver/libinput"
[    28.653] (**) Option "_source" "_driver/libinput"
[    28.654] (**) Option "_source" "_driver/libinput"
[    28.654] (**) Option "_source" "_driver/libinput"
[    28.654] (**) Option "_source" "_driver/libinput"
[    28.654] (**) Option "_source" "_driver/libinput"
[    28.654] (**) Option "_source" "_driver/libinput"
[    28.654] (**) Option "_source" "_driver/libinput"
[    28.654] (**) Option "_source" "_driver/libinput"
[    28.654] (**) Option "_source" "_driver/libinput"
[    28.654] (**) Option "_source" "_driver/libinput"
[    28.654] (**) Option "_source" "_driver/libinput"
[    28.654] (**) Option "_source" "_driver/libinput"
[    28.654] (**) Option "_source" "_driver/libinput"
[    28.654] (**) Option "_source" "_driver/libinput"
[    28.654] (**) Option "_source" "_driver/libinput"

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2019-06-18 14:26 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-16 13:42 How to configure Xorg to use downloaded Sis 771 driver on Guix? znavko
2019-06-16 14:11 ` znavko
2019-06-16 16:02   ` How to configure Xorg to use [proprietary] " Tobias Geerinckx-Rice
2019-06-17 15:25     ` Mark H Weaver
2019-06-17 16:48       ` Tobias Geerinckx-Rice
2019-06-17 22:11         ` Mark H Weaver
2019-06-18  4:12           ` Tobias Geerinckx-Rice
2019-06-17 17:18     ` znavko
2019-06-17 18:55     ` znavko
2019-06-17 22:20       ` Mark H Weaver
2019-06-18  3:47       ` znavko
2019-06-18 14:26       ` znavko
2019-06-16 16:53   ` znavko

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.