Hi Jochen, Okay, I updated the upstream code a little ahead of schedule.
https://cgit.freedesktop.org/openchrome/drm-openchrome/log/?h=drm-next-5.11 The future development will now occur on drm-next-5.11 branch. It appears that your git repository tip is still with the code I had upstream until Monday. https://cgit.freedesktop.org/openchrome/drm-openchrome/commit/?h=drm-next-5.11&id=4bcfbb4075305c3996c38bb94cd5ed30c70080ab You will need to pull in the new code, and switch to a new branch locally. $ git pull $ git branch drm-next-5.11 origin/drm-next-5.11 $ git checkout drm-next-5.11 The current tip (as of this writing) should be this one. __________________ commit e270cc1027f041a88a06b6c1b72a78760ef56a91 Author: Kevin Brace <[email protected]> Date: Tue Oct 27 17:34:33 2020 -0700 drm/openchrome: Version bumped to 3.4.1 __________________ https://cgit.freedesktop.org/openchrome/drm-openchrome/commit/?h=drm-next-5.11&id=e270cc1027f041a88a06b6c1b72a78760ef56a91 "git log" should let you know that. $ git log You can see which branch you are on through "git branch -v". $ git branch -v Now you can recompile the code, and you should no longer see compilation errors. Regards, Kevin Brace Brace Computer Laboratory blog https://bracecomputerlat.com > Sent: Thursday, October 29, 2020 at 4:55 AM > From: [email protected] > To: "Kevin Brace" <[email protected]>, [email protected] > Subject: Re: Failed to open DRM device - DRM memory allocation failed -6 > > Hi Kevin, > > Thank you for helping me. > > I have followed the instructions you quoted and arrived at an error > message just as you had forecast. > > CC [M] drivers/gpu/drm/vmwgfx/ttm_object.o > CC [M] drivers/gpu/drm/vmwgfx/ttm_lock.o > CC [M] drivers/gpu/drm/vmwgfx/vmwgfx_thp.o > LD [M] drivers/gpu/drm/vmwgfx/vmwgfx.o > CC [M] drivers/gpu/drm/openchrome/openchrome_analog.o > CC [M] drivers/gpu/drm/openchrome/openchrome_clocks.o > CC [M] drivers/gpu/drm/openchrome/openchrome_crtc.o > drivers/gpu/drm/openchrome/openchrome_crtc.c: In function > ‘openchrome_crtc_mode_set_base’: > drivers/gpu/drm/openchrome/openchrome_crtc.c:1707:30: error: > ‘TTM_PL_FLAG_VRAM’ undeclared (first use in this function); did you mean > ‘TTM_PL_FLAG_WC’? > 1707 | ret = openchrome_bo_pin(bo, TTM_PL_FLAG_VRAM); > | ^~~~~~~~~~~~~~~~ > | TTM_PL_FLAG_WC > drivers/gpu/drm/openchrome/openchrome_crtc.c:1707:30: note: each > undeclared identifier is reported only once for each function it appears in > make[4]: *** [scripts/Makefile.build:283: > drivers/gpu/drm/openchrome/openchrome_crtc.o] Fehler 1 > make[3]: *** [scripts/Makefile.build:500: drivers/gpu/drm/openchrome] > Fehler 2 > make[2]: *** [scripts/Makefile.build:500: drivers/gpu/drm] Fehler 2 > make[1]: *** [scripts/Makefile.build:500: drivers/gpu] Fehler 2 > make: *** [Makefile:1784: drivers] Fehler 2 > > > So I assume that my setting is technically okay and workable. I will > wait until you have finished your work. Please do not send the patch you > offered, as getting the Igel up and running is not at all time critical. > > One thing I am not sure about: my kernel is a 5.4-ish version - your > current work happens in 5.10. I will get a 5.10 kernel once you have > finished(?) Will this work for me? > > Kind regards > > Jochen > > > Am 26.10.20 um 22:02 schrieb Kevin Brace: > > Hi Jochen, > > > > I planned to reply to you on Friday, but there was some urgent business I > > had to take care of, so I am responding now. > > Yes, as you correctly pointed out, you will be compiling a special > > drm-next based Linux kernel with OpenChrome DRM. > > > > https://cgit.freedesktop.org/openchrome/drm-openchrome/ > > > > The above location you stated is the correct location. > > Right now, I am in the process of fixing the code of drm-next-5.10 branch. > > I do have a rather large patch that fixes the issue of the current > > repository code of drm-next-5.10 branch, so that it will compile and run > > correctly (as of this writing, the code in the drm-next-5.10 will not > > compile correctly). > > However, when I commit code changes, I typically break the code changes > > into small changes, and this takes some time to do it correctly. > > For drm-next-5.10 development cycle, some other developers made big changes > > to one feature OpenChrome DRM uses, and as a result, I will likely need to > > commit 15 to 16 commits to get the code to compile and function correctly. > > This is fairly unusual. > > It took me about 5 days to get the code under control for drm-next-5.10 > > branch where 1 to 2 days is typical per Linux kernel development cycle > > (i.e., drm-next-5.7, drm-next-5.8, etc.). > > Right now, I do have a different urgent business I need to take care of for > > the next 5 days, so I will need to reduce my workload. > > I do not expect drm-next-5.10 branch to be useable until middle of next > > week. > > That being said, if you decide to proceed to compile drm-next-5.10 > > version of Linux kernel with OpenChrome, here is how you will do it. > > Although the instructions are a little dated, largely follow the > > instructions listed in this mailing list post. > > > > https://lists.freedesktop.org/archives/openchrome-devel/2017-November/003505.html > > > > Since Linux kernel 4.16 or later, you will likely have to install flex, > > bison, and libelf-dev packages for the kernel compilation to succeed. > > > > sudo apt-get install flex bison libelf-dev > > > > Perform the above apt-get operation, in addition to what is specified for > > section 1. > > Since you compiled the Ubuntu Linux kernel, you likely already have them > > installed. > > For section 4, CONFIG_DRM_VIA has now changed to CONFIG_DRM_OPENCHROME. > > Make sure "CONFIG_DRM_OPENCHROME=m" is in the .config file somewhere. > > Other than that, the procedure for compiling and installing a custom, > > non-package manager based Linux kernel is pretty much the same. > > When you encounter OpenChrome DRM related compilation errors, I can e-mail > > you a temporary large patch that resolves the compilation issues. > > The patch will be no use after I make the 15 to 16 commits I have already > > discussed. > > For this version (drm-next-5.10 branch code), OpenChrome DDX also needs > > changes to the code, and I can provide a patch for that as well. > > Regarding compiling Ubuntu Linux kernel images, I do not do this for > > OpenChrome DRM development, even though I do use Ubuntu based OS (Lubuntu / > > Xubuntu) as a primary development / test platform. > > What this means is that Ubuntu Linux kernel compilation page is not going > > to be used, although it is sometimes helpful for reference purposes. > > One major reason for not compiling Ubuntu Linux kernel is that Ubuntu Linux > > kernel does not contain OpenChrome DRM since it is yet to be mainlined into > > the Linux kernel tree in the first place. > > Sorry, you had to waste time on compiling the Linux kernel. > > > > Regards, > > > > Kevin Brace > > Brace Computer Laboratory blog > > https://bracecomputerlab.com > > > > > >> Sent: Wednesday, October 21, 2020 at 3:13 AM > >> From: [email protected] > >> To: [email protected], "Kevin Brace" > >> <[email protected]> > >> Subject: Re: Failed to open DRM device - DRM memory allocation failed -6 > >> > >> Hi Kevin, > >> > >> Thanks for your reply. > >> > >> I was hoping there was just a configuration error, also because X does > >> not seem to find a monitor at all. > >> > >>> Using this "out of tree" OpenChrome DRM requires the user > >>> to compile and install a custom Linux kernel. > >> > >> Well, if this is the route to go ... > >> > >> So I set up the Igel for kernel building. I have not done anyhing like > >> this before so followed the instructions given here: > >> https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel > >> > >> It took 13 hours to build but eventually the test seemd to be > >> successful. No error messages but 10 new .deb-files: > >> linux-buildinfo-5.4.0-51-generic_5.4.0-51.56_amd64.deb > >> linux-image-unsigned-5.4.0-51-generic_5.4.0-51.56_amd64.deb > >> linux-cloud-tools-5.4.0-51_5.4.0-51.56_amd64.deb > >> linux-modules-5.4.0-51-generic_5.4.0-51.56_amd64.deb > >> linux-cloud-tools-5.4.0-51-generic_5.4.0-51.56_amd64.deb > >> linux-modules-extra-5.4.0-51-generic_5.4.0-51.56_amd64.deb > >> linux-headers-5.4.0-51_5.4.0-51.56_all.deb > >> linux-tools-5.4.0-51_5.4.0-51.56_amd64.deb > >> linux-headers-5.4.0-51-generic_5.4.0-51.56_amd64.deb > >> linux-tools-5.4.0-51-generic_5.4.0-51.56_amd64.deb > >> > >> > >> Could you please point me to some documentation about how to proceed > >> from here? > >> > >> On https://cgit.freedesktop.org/openchrome/drm-openchrome/ I found > >> various tree versions drm-next-5.x and master > >> > >> also this link > >> > >> git://anongit.freedesktop.org/openchrome/drm-openchrome > >> > >> > >> Whether they are relevant for me and if so, how to use them - I do not > >> know. > >> > >> Thank you. > >> > >> Regards > >> > >> > >> Jochen > >> > >> > >> > >> > >> Am 19.10.20 um 20:54 schrieb Kevin Brace: > >>> Hi Jochen, > >>> > >>> I am not very familiar with this device (IGEL UD10). > >>> It is possible that your previous OS installation used VIA Technologies > >>> written DDX. > >>> I know that one supports VX900 chipset's integrated DVI / HDMI > >>> transmitter. > >>> As of now, OpenChrome DDX does not support VX900 chipset's DVI / HDMI > >>> transmitter. > >>> The only exception is to use in-development OpenChrome DRM with > >>> OpenChrome DDX. > >>> The previous developer who worked on OpenChrome DRM ported VIA > >>> Technologies VX900 chipset's DVI / HDMI transmitter's code to OpenChrome > >>> DRM, but if the current OpenChrome DDX uses OpenChrome DRM, acceleration > >>> will be turned off. > >>> Using this "out of tree" OpenChrome DRM requires the user to compile and > >>> install a custom Linux kernel. > >>> It typically takes about 20 to 25 GB of free storage for doing this (I do > >>> work on this regularly.). > >>> > >>> Regards, > >>> > >>> Kevin Brace > >>> Brace Computer Laboratory blog > >>> https://bracecomputerlab.com > >>> > >>> > >>>> Date: Sat, 17 Oct 2020 17:50:29 +0200 > >>>> From: [email protected] > >>>> To: [email protected] > >>>> Subject: [openchrome-users] Failed to open DRM device - DRM memory > >>>> allocation failed -6 > >>>> Message-ID: <[email protected]> > >>>> Content-Type: text/plain; charset=utf-8 > >>>> > >>>> Dear OpenChromers > >>>> > >>>> I cannot get OpenChrome to work. > >>>> > >>>> System: IGEL UD10 TC236, integrated Panel 1920x1080, no EDID > >>>> Operating System: Xubuntu 20.04 > >>>> > >>>> The system originally came with an bespoke IGEL-OS (Ubuntu 14.04 > >>>> actually) and had a VIA graphics-driver installed. Screen resolution > >>>> 1920x1080 (which is not listed in vbeinfo!). > >>>> > >>>> I now want to use the system under (x)ubuntu 20.04. With OpenChrome > >>>> (0.6.0-3) installed (xserver-xorg-video-openchrome), X fails to start > >>>> and I get a black tty7: > >>>> > >>>> [??? 25.575] (EE) CHROME(0): [drm] Failed to open DRM device for > >>>> pci:0000:00:01.0: No such file or directory > >>>> > >>>> [??? 25.631] (II) CHROME(0): EDID for output VGA-1 > >>>> [??? 25.631] (II) CHROME(0): Output VGA-1 disconnected > >>>> [??? 25.631] (WW) CHROME(0): No outputs definitely connected, trying > >>>> again... > >>>> [??? 25.631] (II) CHROME(0): Output VGA-1 disconnected > >>>> [??? 25.631] (WW) CHROME(0): Unable to find connected outputs - setting > >>>> 1024x768 initial framebuffer > >>>> > >>>> [??? 25.654] DRM memory allocation failed -6 > >>>> ? > >>>> What can I do? Any help is greatly appreciated. > >>>> > >>>> Do you need more detailed information? Let me know. > >>>> > >>>> > >>>> Thank you! > >>>> > >>>> Jochen > >>>> > >>>> > >>>> > >>>> > >>>> below this line: system information and logfiles > >>>> > >>>> ##### > >>>> $ hwinfo --cpu > >>>> 01: None 00.0: 10103 CPU??????????????????????????????????????? > >>>> ? [Created at cpu.465] > >>>> ? Unique ID: rdCR.j8NaKXDZtZ6 > >>>> ? Hardware Class: cpu > >>>> ? Arch: X86-64 > >>>> ? Vendor: "CentaurHauls" > >>>> ? Model: 6.15.13 "VIA Eden X2 U4200 @ 1.0+ GHz" > >>>> ? Features: > >>>> fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,clflush,acpi,mmx,fxsr,sse,sse2,ss,ht,tm,pbe,syscall,nx,lm,constant_tsc,arch_perfmon,rep_good,nopl,cpuid,pni,monitor,vmx,est,tm2,ssse3,cx16,xtpr,sse4_1,popcnt,rng,rng_en,ace,ace_en,ace2,phe,phe_en,pmm,pmm_en,lahf_lm,pti,tpr_shadow,vnmi,ida > >>>> ? Clock: 1000 MHz > >>>> ? BogoMips: 2000.20 > >>>> ? Cache: 1024 kb > >>>> ? Units/Processor: 4 > >>>> ? Config Status: cfg=new, avail=yes, need=no, active=unknown > >>>> > >>>> 02: None 01.0: 10103 CPU > >>>> ? [Created at cpu.465] > >>>> ? Unique ID: wkFv.j8NaKXDZtZ6 > >>>> ? Hardware Class: cpu > >>>> ? Arch: X86-64 > >>>> ? Vendor: "CentaurHauls" > >>>> ? Model: 6.15.13 "VIA Eden X2 U4200 @ 1.0+ GHz" > >>>> ? Features: > >>>> fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,clflush,acpi,mmx,fxsr,sse,sse2,ss,ht,tm,pbe,syscall,nx,lm,constant_tsc,arch_perfmon,rep_good,nopl,cpuid,pni,monitor,vmx,est,tm2,ssse3,cx16,xtpr,sse4_1,popcnt,rng,rng_en,ace,ace_en,ace2,phe,phe_en,pmm,pmm_en,lahf_lm,pti,tpr_shadow,vnmi,ida > >>>> ? Clock: 800 MHz > >>>> ? BogoMips: 2000.20 > >>>> ? Cache: 1024 kb > >>>> ? Units/Processor: 4 > >>>> ? Config Status: cfg=new, avail=yes, need=no, active=unknown > >>>> $ > >>>> > >>>> ##### > >>>> $ hwinfo --gfxcard > >>>> 12: PCI 01.0: 0300 VGA compatible controller (VGA)????????????? > >>>> ? [Created at pci.386] > >>>> ? Unique ID: vSkL.wdvg1Nualz4 > >>>> ? SysFS ID: /devices/pci0000:00/0000:00:01.0 > >>>> ? SysFS BusID: 0000:00:01.0 > >>>> ? Hardware Class: graphics card > >>>> ? Model: "VIA VX900 Graphics [Chrome9 HD]" > >>>> ? Vendor: pci 0x1106 "VIA Technologies, Inc." > >>>> ? Device: pci 0x7122 "VX900 Graphics [Chrome9 HD]" > >>>> ? SubVendor: pci 0x6d86 > >>>> ? SubDevice: pci 0x62cc > >>>> ? Memory Range: 0xf9000000-0xf9ffffff (rw,non-prefetchable) > >>>> ? Memory Range: 0xf8000000-0xf8ffffff (rw,non-prefetchable) > >>>> ? Memory Range: 0xd0000000-0xdfffffff (ro,non-prefetchable) > >>>> ? Memory Range: 0x000c0000-0x000dffff (rw,non-prefetchable,disabled) > >>>> ? IRQ: 11 (no events) > >>>> ? I/O Port: 0x00 (rw) > >>>> ? Module Alias: "pci:v00001106d00007122sv00006D86sd000062CCbc03sc00i00" > >>>> ? Driver Info #0: > >>>> ??? Driver Status: viafb is not active > >>>> ??? Driver Activation Cmd: "modprobe viafb" > >>>> ? Config Status: cfg=new, avail=yes, need=no, active=unknown > >>>> > >>>> Primary display adapter: #12 > >>>> > >>>> > >>>> ##### > >>>> grubcommand line > >>>> "quiet splash nomodeset video=VGA-1:e > >>>> drm_kms_helper.edid_firmware=VGA-1:edid/1280x1024.bin" > >>>> > >>>> ##### > >>>> /etc/X11/xorg.conf > >>>> > >>>> Section "ServerLayout" > >>>> ??? Identifier??? "Layout-0" > >>>> ??? Screen??? ??? "Screen-0" > >>>> EndSection > >>>> > >>>> Section "Screen" > >>>> ??? Identifier??? "Screen-0" > >>>> ??? Device??? ??? "Device-0" > >>>> ??? Monitor??? ??? "Monitor-0" > >>>> ??? DefaultDepth??? 32 > >>>> ??? Subsection??? "Display" > >>>> ??? ??? #Depth??? 24 > >>>> ??? ??? Depth??? 32 > >>>> ??? ??? Virtual??? 1920??? 1080 > >>>> ??? ??? #Virtual??? 2560??? 1440 > >>>> ??? ??? #Virtual??? 2560??? 1600 > >>>> ??? EndSubsection > >>>> EndSection > >>>> > >>>> Section "Device" > >>>> ??? Identifier??? "Device-0" > >>>> ??? Driver??? ??? "openchrome" > >>>> ??? BusID??? ??? "PCI:0:1:0" > >>>> ??? Option??? ??? "ModeDebug"??? ??? "true" > >>>> ??? Option??? ??? "ActiveDevice"??? ??? "VGA-1"??? ??? # not used > >>>> ??? Option??? ??? "ExaScratchSize"??? "8192"??? ??? # > >>>> https://www.freedesktop.org/wiki/Openchrome/Configuration/ > >>>> ??? Option??? ??? "MaxDRIMem"??? ??? "16384"??? ??? # > >>>> https://www.freedesktop.org/wiki/Openchrome/Configuration/ > >>>> ??? Option??? ??? "MigrationHeuristic"??? "greedy"??? # > >>>> https://www.freedesktop.org/wiki/Openchrome/Configuration/ > >>>> ??? Option??? ??? "Monitor-VGA-1"??? ??? "Monitor-0"??? # > >>>> EndSection > >>>> > >>>> Section "Monitor" > >>>> ??? Identifier??? "Monitor-0" > >>>> ??? #Option??? ??? "PreferredMode"??? ??? "1920x1080" > >>>> ??? Option??? ??? "PreferredMode"??? ??? "1280x1024"??? # not used > >>>> ??? Option??? ??? "DPMS"??? ??? ??? "true" > >>>> ??? #Option??? ??? "Swlinktraining"??? "true"??? ??? # not used > >>>> EndSection > >>>> > >>>> Section "Modes" > >>>> ??? Identifier??? "Modes-0" > >>>> ??? #Modeline??? "1280x1024"??? 109.00??? 1280 1368 1496 1712??? 1024 > >>>> 1027 1034 1063??? -hsync??? +vsync > >>>> ??? Modeline??? "1280x1024"??? 108.00??? 1280 1368 1496 1712??? 1024 > >>>> 1027 1034 1062??? -hsync??? +vsync > >>>> ??? #Modeline??? "1920x1080"??? 175.50??? 1920 1968 2000 2080??? 1080 > >>>> 1083 1088 1111??? +hsync??? -vsync > >>>> ??? Modeline??? "1920x1080"??? 175.50??? 1920 2048 2248 2576??? 1080 > >>>> 1083 1088 1121??? -hsync +vsync > >>>> EndSection > >>>> > >>>> Section "Extensions" > >>>> ??? Option??? "Composite"??? "true" > >>>> EndSection > >>>> > >>>> > >>>> ##### > >>>> /var/log/Xorg.0.log > >>>> > >>>> [??? 25.245] > >>>> X.Org X Server 1.20.8 > >>>> X Protocol Version 11, Revision 0 > >>>> [??? 25.245] Build Operating System: Linux 4.15.0-115-generic x86_64 > >>>> Ubuntu > >>>> [??? 25.245] Current Operating System: Linux ws-ub-42 5.4.0-51-generic > >>>> #56-Ubuntu SMP Mon Oct 5 14:28:49 UTC 2020 x86_64 > >>>> [??? 25.245] Kernel command line: > >>>> BOOT_IMAGE=/boot/vmlinuz-5.4.0-51-generic > >>>> root=UUID=07ab2756-f356-4058-ae7d-108a3d097463 ro quiet splash nomodeset > >>>> video=VGA-1:e drm_kms_helper.edid_firmware=VGA-1:edid/1280x1024.bin > >>>> vt.handoff=7 > >>>> [??? 25.248] Build Date: 04 September 2020? 01:34:27PM > >>>> [??? 25.248] xorg-server 2:1.20.8-2ubuntu2.4 (For technical support > >>>> please see http://www.ubuntu.com/support) > >>>> [??? 25.248] Current version of pixman: 0.38.4 > >>>> [??? 25.248] ??? Before reporting problems, check http://wiki.x.org > >>>> ??? to make sure that you have the latest version. > >>>> [??? 25.248] Markers: (--) probed, (**) from config file, (==) default > >>>> setting, > >>>> ??? (++) from command line, (!!) notice, (II) informational, > >>>> ??? (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > >>>> [??? 25.249] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Oct 17 > >>>> 16:41:46 2020 > >>>> [??? 25.265] (==) Using config file: "/etc/X11/xorg.conf" > >>>> [??? 25.265] (==) Using system config directory > >>>> "/usr/share/X11/xorg.conf.d" > >>>> [??? 25.271] (==) ServerLayout "Layout-0" > >>>> [??? 25.271] (**) |-->Screen "Screen-0" (0) > >>>> [??? 25.271] (**) |?? |-->Monitor "Monitor-0" > >>>> [??? 25.273] (**) |?? |-->Device "Device-0" > >>>> [??? 25.274] (==) Automatically adding devices > >>>> [??? 25.274] (==) Automatically enabling devices > >>>> [??? 25.274] (==) Automatically adding GPU devices > >>>> [??? 25.274] (==) Automatically binding GPU devices > >>>> [??? 25.274] (==) Max clients allowed: 256, resource mask: 0x1fffff > >>>> [??? 25.279] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not > >>>> exist. > >>>> [??? 25.279] ??? Entry deleted from font path. > >>>> [??? 25.280] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not > >>>> exist. > >>>> [??? 25.280] ??? Entry deleted from font path. > >>>> [??? 25.280] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not > >>>> exist. > >>>> [??? 25.280] ??? Entry deleted from font path. > >>>> [??? 25.280] (WW) The directory "/usr/share/fonts/X11/100dpi" does not > >>>> exist. > >>>> [??? 25.281] ??? Entry deleted from font path. > >>>> [??? 25.281] (WW) The directory "/usr/share/fonts/X11/75dpi" does not > >>>> exist. > >>>> [??? 25.281] ??? Entry deleted from font path. > >>>> [??? 25.281] (==) FontPath set to: > >>>> ??? /usr/share/fonts/X11/misc, > >>>> ??? /usr/share/fonts/X11/Type1, > >>>> ??? built-ins > >>>> [??? 25.281] (==) ModulePath set to "/usr/lib/xorg/modules" > >>>> [??? 25.281] (**) Extension "Composite" is enabled > >>>> [??? 25.281] (II) The server relies on udev to provide the list of input > >>>> devices. > >>>> ??? If no devices become available, reconfigure udev or disable > >>>> AutoAddDevices. > >>>> [??? 25.281] (II) Loader magic: 0x558a187a3020 > >>>> [??? 25.281] (II) Module ABI versions: > >>>> [??? 25.281] ??? X.Org ANSI C Emulation: 0.4 > >>>> [??? 25.281] ??? X.Org Video Driver: 24.1 > >>>> [??? 25.281] ??? X.Org XInput driver : 24.1 > >>>> [??? 25.281] ??? X.Org Server Extension : 10.0 > >>>> [??? 25.284] (++) using VT number 7 > >>>> > >>>> [??? 25.285] (II) systemd-logind: logind integration requires -keeptty > >>>> and -keeptty was not provided, disabling logind integration > >>>> [??? 25.321] (--) PCI:*(0@0:1:0) 1106:7122:6d86:62cc rev 0, Mem @ > >>>> 0xf9000000/16777216, 0xf8000000/16777216, 0xd0000000/268435456, BIOS @ > >>>> 0x????????/131072 > >>>> [??? 25.322] (II) LoadModule: "glx" > >>>> [??? 25.328] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so > >>>> [??? 25.364] (II) Module glx: vendor="X.Org Foundation" > >>>> [??? 25.364] ??? compiled for 1.20.8, module version = 1.0.0 > >>>> [??? 25.364] ??? ABI class: X.Org Server Extension, version 10.0 > >>>> [??? 25.364] (II) LoadModule: "openchrome" > >>>> [??? 25.367] (II) Loading /usr/lib/xorg/modules/drivers/openchrome_drv.so > >>>> [??? 25.376] (II) Module openchrome: > >>>> vendor="https://www.freedesktop.org/wiki/Openchrome/" > >>>> [??? 25.376] ??? compiled for 1.20.0, module version = 0.6.0 > >>>> [??? 25.376] ??? Module class: X.Org Video Driver > >>>> [??? 25.376] ??? ABI class: X.Org Video Driver, version 24.0 > >>>> [??? 25.376] (II) OPENCHROME: Driver for VIA Chrome chipsets: CLE266, > >>>> ??? KM400 / KM400A / KN400 / P4M800, K8M800 / K8N800, > >>>> ??? PM800 / PN800 / PM880 / CN333 / CN400, P4M800 Pro / VN800 / CN700, > >>>> ??? CX700 / VX700, P4M890 / VN890 / CN800, K8M890 / K8N890, > >>>> ??? P4M900 / VN896 / CN896, VX800 / VX820, VX855 / VX875, VX900 > >>>> [??? 25.378] (!!) VIA Technologies does not support this driver in any > >>>> way. > >>>> [??? 25.378] (!!) For support, please refer to > >>>> https://www.freedesktop.org/wiki/Openchrome/. > >>>> [??? 25.378] (!!) (openchrome 0.6.0 release) > >>>> [??? 25.378] (II) CHROME(0): viaPreInit > >>>> [??? 25.378] (II) CHROME(0): VIAGetRec > >>>> [??? 25.378] (--) CHROME(0): Chipset: VX900 > >>>> [??? 25.384] (--) CHROME(0): Chipset revision: 0 > >>>> [??? 25.575] (EE) CHROME(0): [drm] Failed to open DRM device for > >>>> pci:0000:00:01.0: No such file or directory > >>>> [??? 25.576] (II) Loading sub module "vgahw" > >>>> [??? 25.576] (II) LoadModule: "vgahw" > >>>> [??? 25.577] (II) Loading /usr/lib/xorg/modules/libvgahw.so > >>>> [??? 25.578] (II) Module vgahw: vendor="X.Org Foundation" > >>>> [??? 25.578] ??? compiled for 1.20.8, module version = 0.1.0 > >>>> [??? 25.579] ??? ABI class: X.Org Video Driver, version 24.1 > >>>> [??? 25.579] (--) CHROME(0): Probed amount of VideoRAM = 262144 kB > >>>> [??? 25.579] (II) CHROME(0): Entered viaMapMMIO. > >>>> [??? 25.579] (--) CHROME(0): Mapping MMIO at address 0xF8000000 with > >>>> size 52 KB. > >>>> [??? 25.579] (--) CHROME(0): Mapping 2D Host BitBLT space at address > >>>> 0xF8200000 with size 2048 KB. > >>>> [??? 25.579] (--) CHROME(0): Mapping the frame buffer at address > >>>> 0xD0000000 with size 262144 KB. > >>>> [??? 25.586] (--) CHROME(0): Frame buffer start address: 0x7f49ef542000, > >>>> free start: 0x0 end: 0x10000000 > >>>> [??? 25.586] (II) CHROME(0): Entered viaMMIOEnable. > >>>> [??? 25.587] (II) CHROME(0): Exiting viaMMIOEnable. > >>>> [??? 25.587] (II) CHROME(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0 > >>>> [??? 25.587] (II) CHROME(0): Exiting viaMapMMIO. > >>>> [??? 25.587] (**) CHROME(0): Depth 32, (--) framebuffer bpp 32 > >>>> [??? 25.587] (==) CHROME(0): RGB weight 888 > >>>> [??? 25.587] (==) CHROME(0): Default visual is TrueColor > >>>> [??? 25.587] (II) CHROME(0): VIASetupDefaultOptions - Setting up default > >>>> chipset options. > >>>> [??? 25.587] (**) CHROME(0): Option "ExaScratchSize" "8192" > >>>> [??? 25.587] (**) CHROME(0): Option "MaxDRIMem" "16384" > >>>> [??? 25.587] (==) CHROME(0): Shadow framebuffer is disabled. > >>>> [??? 25.587] (==) CHROME(0): Hardware acceleration is enabled. > >>>> [??? 25.587] (==) CHROME(0): Using EXA acceleration architecture. > >>>> [??? 25.588] (==) CHROME(0): EXA composite acceleration enabled. > >>>> [??? 25.591] (**) CHROME(0): EXA scratch area size is 8192 kB. > >>>> [??? 25.591] (==) CHROME(0): Using hardware two-color cursors and > >>>> software full-color cursors. > >>>> [??? 25.591] (==) CHROME(0): GPU virtual command queue will be enabled. > >>>> [??? 25.592] (==) CHROME(0): DRI IRQ will be enabled if DRI is enabled. > >>>> [??? 25.592] (==) CHROME(0): AGP DMA will be disabled if DRI is enabled. > >>>> [??? 25.592] (==) CHROME(0): PCI DMA will not be used for XV image > >>>> transfer if DRI is enabled. > >>>> [??? 25.592] (==) CHROME(0): Xv Bandwidth check is enabled. > >>>> [??? 25.592] (**) CHROME(0): Will impose a 16384 kB limit on video RAM > >>>> reserved for DRI. > >>>> [??? 25.592] (==) CHROME(0): Will try to allocate 32768 kB of AGP memory. > >>>> [??? 25.592] (==) CHROME(0): TV dotCrawl is disabled. > >>>> [??? 25.592] (==) CHROME(0): TV deflicker is set to 0. > >>>> [??? 25.592] (==) CHROME(0): No default TV type is set. > >>>> [??? 25.592] (==) CHROME(0): No default TV output signal type is set. > >>>> [??? 25.592] (==) CHROME(0): Will not print VGA registers. > >>>> [??? 25.592] (==) CHROME(0): Will not scan I2C buses. > >>>> [??? 25.592] (II) CHROME(0): Detected MemClk 10 > >>>> [??? 25.592] (II) CHROME(0): ViaGetMemoryBandwidth. Memory type: 10 > >>>> [??? 25.592] (II) CHROME(0): Detected TV standard: NTSC. > >>>> [??? 25.592] (II) Loading sub module "ramdac" > >>>> [??? 25.593] (II) LoadModule: "ramdac" > >>>> [??? 25.593] (II) Module "ramdac" already built-in > >>>> [??? 25.593] (II) Loading sub module "i2c" > >>>> [??? 25.593] (II) LoadModule: "i2c" > >>>> [??? 25.593] (II) Module "i2c" already built-in > >>>> [??? 25.593] (II) CHROME(0): Entered ViaI2CInit. > >>>> [??? 25.593] (II) CHROME(0): Entered ViaI2CBus1Init. > >>>> [??? 25.593] (II) CHROME(0): I2C bus "I2C Bus 1" initialized. > >>>> [??? 25.593] (II) CHROME(0): Exiting ViaI2CBus1Init. > >>>> [??? 25.593] (II) CHROME(0): Entered ViaI2CBus2Init. > >>>> [??? 25.593] (II) CHROME(0): I2C bus "I2C Bus 2" initialized. > >>>> [??? 25.593] (II) CHROME(0): Exiting ViaI2CBus2Init. > >>>> [??? 25.593] (II) CHROME(0): Entered ViaI2CBus3Init. > >>>> [??? 25.593] (II) CHROME(0): I2C bus "I2C Bus 3" initialized. > >>>> [??? 25.594] (II) CHROME(0): Exiting ViaI2CBus3Init. > >>>> [??? 25.594] (II) CHROME(0): Exiting ViaI2CInit. > >>>> [??? 25.594] (II) Loading sub module "ddc" > >>>> [??? 25.594] (II) LoadModule: "ddc" > >>>> [??? 25.594] (II) Module "ddc" already built-in > >>>> [??? 25.594] (II) CHROME(0): Entered viaOutputDetect. > >>>> [??? 25.594] (II) CHROME(0): Entered viaProbePinStrapping. > >>>> [??? 25.594] (II) CHROME(0): Probing VIA Technologies IGP pin strapping > >>>> . . . > >>>> [??? 25.594] (II) CHROME(0): SR5A: 0x00 > >>>> [??? 25.594] (II) CHROME(0): Setting 3C5.5A[0] to 0. > >>>> [??? 25.594] (II) CHROME(0): SR12: 0x00 > >>>> [??? 25.594] (II) CHROME(0): SR13: 0x00 > >>>> [??? 25.594] (II) CHROME(0): Setting 3C5.5A[0] to 1. > >>>> [??? 25.594] (II) CHROME(0): SR12: 0x00 > >>>> [??? 25.594] (II) CHROME(0): SR13: 0x00 > >>>> [??? 25.595] (II) CHROME(0): LVDS1 + LVDS2 detected. > >>>> [??? 25.595] (II) CHROME(0): Exiting viaProbePinStrapping. > >>>> [??? 25.595] (II) CHROME(0): Entered via_analog_init. > >>>> [??? 25.595] (II) CHROME(0): Output VGA-1 using monitor section Monitor-0 > >>>> [??? 25.595] (**) CHROME(0): Option "PreferredMode" "1280x1024" > >>>> [??? 25.595] (II) CHROME(0): Exiting via_analog_init. > >>>> [??? 25.595] (II) CHROME(0): Entered via_tv_init. > >>>> [??? 25.597] (--) CHROME(0): Did not detect a TV encoder. > >>>> [??? 25.599] (II) CHROME(0): Exiting via_tv_init. > >>>> [??? 25.599] (II) CHROME(0): Entered via_dvi_init. > >>>> [??? 25.599] (II) CHROME(0): Entered viaTMDSInit. > >>>> [??? 25.599] (II) CHROME(0): SR13: 0x00 > >>>> [??? 25.599] (II) CHROME(0): Integrated TMDS transmitter not found. > >>>> [??? 25.599] (II) CHROME(0): Exiting viaTMDSInit. > >>>> [??? 25.599] (II) CHROME(0): Integrated TMDS transmitter for DVI not > >>>> found. > >>>> [??? 25.599] (II) CHROME(0): Probing I2C Bus 2 for VT1632. > >>>> [??? 25.599] (II) CHROME(0): Entered viaVT1632Init. > >>>> [??? 25.600] (--) CHROME(0): I2C device not found. > >>>> [??? 25.600] (II) CHROME(0): Exiting viaVT1632Init. > >>>> [??? 25.600] (II) CHROME(0): I2C Bus 2 was not initialized for DVI use. > >>>> [??? 25.600] (II) CHROME(0): Probing I2C Bus 3 for VT1632. > >>>> [??? 25.600] (II) CHROME(0): Entered viaVT1632Init. > >>>> [??? 25.601] (--) CHROME(0): I2C device not found. > >>>> [??? 25.601] (II) CHROME(0): Exiting viaVT1632Init. > >>>> [??? 25.601] (II) CHROME(0): I2C Bus 3 was not initialized for DVI use. > >>>> [??? 25.601] (II) CHROME(0): Probing I2C Bus 2 for SiI 164. > >>>> [??? 25.601] (II) CHROME(0): Entered viaSiI164Init. > >>>> [??? 25.602] (--) CHROME(0): I2C device not found. > >>>> [??? 25.602] (II) CHROME(0): Exiting viaSiI164Init. > >>>> [??? 25.602] (II) CHROME(0): I2C Bus 2 was not initialized for DVI use. > >>>> [??? 25.602] (II) CHROME(0): Probing I2C Bus 3 for SiI 164. > >>>> [??? 25.602] (II) CHROME(0): Entered viaSiI164Init. > >>>> [??? 25.603] (--) CHROME(0): I2C device not found. > >>>> [??? 25.603] (II) CHROME(0): Exiting viaSiI164Init. > >>>> [??? 25.603] (II) CHROME(0): I2C Bus 3 was not initialized for DVI use. > >>>> [??? 25.603] (II) CHROME(0): Exiting via_dvi_init. > >>>> [??? 25.603] (II) CHROME(0): Exiting viaOutputDetect. > >>>> [??? 25.603] (**) CHROME(0): Option "ModeDebug" "true" > >>>> [??? 25.603] (--) CHROME(0): Probing for a VGA monitor on I2C Bus 1. > >>>> [??? 25.603] (II) CHROME(0): I2C device "I2C Bus 1:ddc2" registered at > >>>> address 0xA0. > >>>> [??? 25.624] (--) CHROME(0): Did not detect a VGA monitor on I2C Bus 1. > >>>> [??? 25.624] (--) CHROME(0): Probing for a VGA monitor on I2C Bus 2. > >>>> [??? 25.624] (II) CHROME(0): I2C device "I2C Bus 2:ddc2" registered at > >>>> address 0xA0. > >>>> [??? 25.628] (--) CHROME(0): Did not detect a VGA monitor on I2C Bus 2. > >>>> [??? 25.628] (--) CHROME(0): Now perform manual detection of a VGA > >>>> monitor. > >>>> [??? 25.631] (II) CHROME(0): EDID for output VGA-1 > >>>> [??? 25.631] (II) CHROME(0): Output VGA-1 disconnected > >>>> [??? 25.631] (WW) CHROME(0): No outputs definitely connected, trying > >>>> again... > >>>> [??? 25.631] (II) CHROME(0): Output VGA-1 disconnected > >>>> [??? 25.631] (WW) CHROME(0): Unable to find connected outputs - setting > >>>> 1024x768 initial framebuffer > >>>> [??? 25.631] (==) CHROME(0): Using gamma correction (1.0, 1.0, 1.0) > >>>> [??? 25.631] (==) CHROME(0): DPI set to (96, 96) > >>>> [??? 25.631] (II) Loading sub module "fb" > >>>> [??? 25.631] (II) LoadModule: "fb" > >>>> [??? 25.632] (II) Loading /usr/lib/xorg/modules/libfb.so > >>>> [??? 25.638] (II) Module fb: vendor="X.Org Foundation" > >>>> [??? 25.638] ??? compiled for 1.20.8, module version = 1.0.0 > >>>> [??? 25.638] ??? ABI class: X.Org ANSI C Emulation, version 0.4 > >>>> [??? 25.638] (II) Loading sub module "exa" > >>>> [??? 25.638] (II) LoadModule: "exa" > >>>> [??? 25.639] (II) Loading /usr/lib/xorg/modules/libexa.so > >>>> [??? 25.641] (II) Module exa: vendor="X.Org Foundation" > >>>> [??? 25.642] ??? compiled for 1.20.8, module version = 2.6.0 > >>>> [??? 25.642] ??? ABI class: X.Org Video Driver, version 24.1 > >>>> [??? 25.642] (II) CHROME(0): VIAScreenInit > >>>> [??? 25.642] (II) CHROME(0): Frame Buffer From (0,0) To (1920,32767) > >>>> [??? 25.642] (II) CHROME(0): Using 31687 lines for offscreen memory. > >>>> [??? 25.642] 8294400 bytes of Linear memory allocated at f000000, handle > >>>> 94051632263088 > >>>> [??? 25.642] (II) CHROME(0): Entered umsAccelInit. > >>>> [??? 25.642] 262144 bytes of Linear memory allocated at f7e9000, handle > >>>> 94051632276352 > >>>> [??? 25.642] (II) CHROME(0): Initializing the 2D engine. > >>>> [??? 25.642] (II) CHROME(0): Initializing the 3D engine. > >>>> [??? 25.643] 32 bytes of Linear memory allocated at f829000, handle > >>>> 94051632276496 > >>>> [??? 25.643] 32 bytes of Linear memory allocated at f829080, handle > >>>> 94051632276784 > >>>> [??? 25.643] (II) CHROME(0): Exiting umsAccelInit. > >>>> [??? 25.644] (II) CHROME(0): - Visuals set up > >>>> [??? 25.645] (II) CHROME(0): - B & W > >>>> [??? 25.647] (**) CHROME(0): Option "MigrationHeuristic" "greedy" > >>>> [??? 25.647] (II) EXA(0): Offscreen pixmap area of 260141056 bytes > >>>> [??? 25.647] (II) EXA(0): Driver registered support for the following > >>>> operations: > >>>> [??? 25.647] (II)???????? Solid > >>>> [??? 25.647] (II)???????? Copy > >>>> [??? 25.647] (II)???????? Composite (RENDER acceleration) > >>>> [??? 25.647] (II) CHROME(0): [EXA] Enabled EXA acceleration. > >>>> [??? 25.647] (==) CHROME(0): Backing store enabled > >>>> [??? 25.647] (II) CHROME(0): - Backing store set up > >>>> [??? 25.649] (II) CHROME(0): - SW cursor set up > >>>> [??? 25.649] (II) CHROME(0): HWCursor ARGB enabled > >>>> [??? 25.649] 16384 bytes of Linear memory allocated at f829100, handle > >>>> 94051632300352 > >>>> [??? 25.649] 16384 bytes of Linear memory allocated at f82d100, handle > >>>> 94051632300432 > >>>> [??? 25.650] (II) CHROME(0): - Def Color map set up > >>>> [??? 25.651] (II) CHROME(0): - Palette loaded > >>>> [??? 25.651] (II) CHROME(0): - Color maps etc. set up > >>>> [??? 25.651] (**) CHROME(0): DPMS enabled > >>>> [??? 25.651] (II) CHROME(0): - DPMS set up > >>>> [??? 25.651] (II) CHROME(0): VIAEnterVT > >>>> [??? 25.651] (II) CHROME(0): Entered viaIGA1Save. > >>>> [??? 25.652] (II) CHROME(0): Saving sequencer registers. > >>>> [??? 25.652] (II) CHROME(0): Finished saving sequencer registers. > >>>> [??? 25.652] (II) CHROME(0): Saving IGA1 registers. > >>>> [??? 25.652] (II) CHROME(0): Finished saving IGA1 registers. > >>>> [??? 25.652] (II) CHROME(0): Exiting viaIGA1Save. > >>>> [??? 25.652] (II) CHROME(0): Entered iga2_crtc_save. > >>>> [??? 25.652] (II) CHROME(0): Entered viaIGA2Save. > >>>> [??? 25.652] (II) CHROME(0): Saving IGA2 registers. > >>>> [??? 25.652] (II) CHROME(0): Finished saving IGA2 registers. > >>>> [??? 25.652] (II) CHROME(0): Exiting viaIGA2Save. > >>>> [??? 25.652] (II) CHROME(0): Exiting iga2_crtc_save. > >>>> [??? 25.652] (II) CHROME(0): Entered via_analog_dpms. > >>>> [??? 25.652] (II) CHROME(0): Entered viaAnalogOutput. > >>>> [??? 25.653] (II) CHROME(0): Analog VGA Output: Off > >>>> [??? 25.653] (II) CHROME(0): Exiting viaAnalogOutput. > >>>> [??? 25.653] (II) CHROME(0): Exiting via_analog_dpms. > >>>> [??? 25.653] (II) CHROME(0): Entered iga1_crtc_dpms. > >>>> [??? 25.653] (II) CHROME(0): Entered viaIGA1DPMSControl. > >>>> [??? 25.653] (II) CHROME(0): Exiting viaIGA1DPMSControl. > >>>> [??? 25.653] (II) CHROME(0): Exiting iga1_crtc_dpms. > >>>> [??? 25.653] (II) CHROME(0): Entered iga2_crtc_dpms. > >>>> [??? 25.653] (II) CHROME(0): Entered viaIGA2DisplayOutput. > >>>> [??? 25.653] (II) CHROME(0): IGA2 Display Output: Off > >>>> [??? 25.653] (II) CHROME(0): Exiting viaIGA2DisplayOutput. > >>>> [??? 25.653] (II) CHROME(0): Exiting iga2_crtc_dpms. > >>>> [??? 25.653] (II) CHROME(0): Entered via_analog_dpms. > >>>> [??? 25.653] (II) CHROME(0): Entered viaAnalogOutput. > >>>> [??? 25.653] (II) CHROME(0): Analog VGA Output: Off > >>>> [??? 25.653] (II) CHROME(0): Exiting viaAnalogOutput. > >>>> [??? 25.653] (II) CHROME(0): Exiting via_analog_dpms. > >>>> [??? 25.653] (II) CHROME(0): Entered iga1_crtc_dpms. > >>>> [??? 25.654] (II) CHROME(0): Entered viaIGA1DPMSControl. > >>>> [??? 25.654] (II) CHROME(0): Exiting viaIGA1DPMSControl. > >>>> [??? 25.654] (II) CHROME(0): Exiting iga1_crtc_dpms. > >>>> [??? 25.654] (II) CHROME(0): Entered iga2_crtc_dpms. > >>>> [??? 25.654] (II) CHROME(0): Entered viaIGA2DisplayOutput. > >>>> [??? 25.654] (II) CHROME(0): IGA2 Display Output: Off > >>>> [??? 25.654] (II) CHROME(0): Exiting viaIGA2DisplayOutput. > >>>> [??? 25.654] (II) CHROME(0): Exiting iga2_crtc_dpms. > >>>> [??? 25.654] DRM memory allocation failed -6 > >>>> [??? 25.654] (II) CHROME(0): Using default xfree86 memcpy for video. > >>>> [??? 25.654] (WW) CHROME(0): [XvMC] XvMC is not supported on this > >>>> chipset. > >>>> [??? 25.654] (WW) CHROME(0): Option "ActiveDevice" is not used > >>>> [??? 25.654] (WW) CHROME(0): Option "PreferredMode" is not used > >>>> [??? 25.655] (II) CHROME(0): - Done > >>>> [??? 25.655] (II) Initializing extension Generic Event Extension > >>>> [??? 25.655] (II) Initializing extension SHAPE > >>>> [??? 25.656] (II) Initializing extension MIT-SHM > >>>> [??? 25.657] (II) Initializing extension XInputExtension > >>>> [??? 25.660] (II) Initializing extension XTEST > >>>> [??? 25.661] (II) Initializing extension BIG-REQUESTS > >>>> [??? 25.661] (II) Initializing extension SYNC > >>>> [??? 25.662] (II) Initializing extension XKEYBOARD > >>>> [??? 25.663] (II) Initializing extension XC-MISC > >>>> [??? 25.663] (II) Initializing extension SECURITY > >>>> [??? 25.664] (II) Initializing extension XFIXES > >>>> [??? 25.665] (II) Initializing extension RENDER > >>>> [??? 25.665] (II) Initializing extension RANDR > >>>> [??? 25.666] (II) Initializing extension COMPOSITE > >>>> [??? 25.667] (II) Initializing extension DAMAGE > >>>> [??? 25.671] (II) Initializing extension MIT-SCREEN-SAVER > >>>> [??? 25.672] (II) Initializing extension DOUBLE-BUFFER > >>>> [??? 25.673] (II) Initializing extension RECORD > >>>> [??? 25.673] (II) Initializing extension DPMS > >>>> [??? 25.674] (II) Initializing extension Present > >>>> [??? 25.674] (II) Initializing extension DRI3 > >>>> [??? 25.675] (II) Initializing extension X-Resource > >>>> [??? 25.675] (II) Initializing extension XVideo > >>>> [??? 25.676] (II) Initializing extension XVideo-MotionCompensation > >>>> [??? 25.676] (II) Initializing extension SELinux > >>>> [??? 25.676] (II) SELinux: Disabled on system > >>>> [??? 25.676] (II) Initializing extension GLX > >>>> [??? 25.677] (II) AIGLX: Screen 0 is not DRI2 capable > >>>> [??? 26.147] (II) IGLX: Loaded and initialized swrast > >>>> [??? 26.149] (II) GLX: Initialized DRISWRAST GL provider for screen 0 > >>>> [??? 26.149] (II) Initializing extension XFree86-VidModeExtension > >>>> [??? 26.150] (II) Initializing extension XFree86-DGA > >>>> [??? 26.151] (II) Initializing extension XFree86-DRI > >>>> [??? 26.152] (II) Initializing extension DRI2 > >>>> [??? 26.542] (II) config/udev: Adding input device Power Button > >>>> (/dev/input/event2) > >>>> [??? 26.543] (**) Power Button: Applying InputClass "libinput keyboard > >>>> catchall" > >>>> [??? 26.543] (II) LoadModule: "libinput" > >>>> [??? 26.545] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so > >>>> [??? 26.561] (II) Module libinput: vendor="X.Org Foundation" > >>>> [??? 26.561] ??? compiled for 1.20.4, module version = 0.29.0 > >>>> [??? 26.561] ??? Module class: X.Org XInput Driver > >>>> [??? 26.561] ??? ABI class: X.Org XInput driver, version 24.1 > >>>> [??? 26.561] (II) Using input driver 'libinput' for 'Power Button' > >>>> [??? 26.561] (**) Power Button: always reports core events > >>>> [??? 26.561] (**) Option "Device" "/dev/input/event2" > >>>> [??? 26.561] (**) Option "_source" "server/udev" > >>>> [??? 26.582] (II) event2? - Power Button: is tagged by udev as: Keyboard > >>>> [??? 26.583] (II) event2? - Power Button: device is a keyboard > >>>> [??? 26.583] (II) event2? - Power Button: device removed > >>>> [??? 26.600] (**) Option "config_info" > >>>> "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2" > >>>> [??? 26.600] (II) XINPUT: Adding extended input device "Power Button" > >>>> (type: KEYBOARD, id 6) > >>>> [??? 26.600] (**) Option "xkb_model" "pc105" > >>>> [??? 26.600] (**) Option "xkb_layout" "de" > >>>> [??? 26.739] (II) event2? - Power Button: is tagged by udev as: Keyboard > >>>> [??? 26.740] (II) event2? - Power Button: device is a keyboard > >>>> [??? 26.744] (II) config/udev: Adding input device Video Bus > >>>> (/dev/input/event3) > >>>> [??? 26.745] (**) Video Bus: Applying InputClass "libinput keyboard > >>>> catchall" > >>>> [??? 26.745] (II) Using input driver 'libinput' for 'Video Bus' > >>>> [??? 26.745] (**) Video Bus: always reports core events > >>>> [??? 26.745] (**) Option "Device" "/dev/input/event3" > >>>> [??? 26.745] (**) Option "_source" "server/udev" > >>>> [??? 26.752] (II) event3? - Video Bus: is tagged by udev as: Keyboard > >>>> [??? 26.752] (II) event3? - Video Bus: device is a keyboard > >>>> [??? 26.753] (II) event3? - Video Bus: device removed > >>>> [??? 26.776] (**) Option "config_info" > >>>> "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5/event3" > >>>> [??? 26.776] (II) XINPUT: Adding extended input device "Video Bus" > >>>> (type: KEYBOARD, id 7) > >>>> [??? 26.776] (**) Option "xkb_model" "pc105" > >>>> [??? 26.776] (**) Option "xkb_layout" "de" > >>>> [??? 26.784] (II) event3? - Video Bus: is tagged by udev as: Keyboard > >>>> [??? 26.784] (II) event3? - Video Bus: device is a keyboard > >>>> [??? 26.788] (II) config/udev: Adding input device Power Button > >>>> (/dev/input/event1) > >>>> [??? 26.788] (**) Power Button: Applying InputClass "libinput keyboard > >>>> catchall" > >>>> [??? 26.789] (II) Using input driver 'libinput' for 'Power Button' > >>>> [??? 26.789] (**) Power Button: always reports core events > >>>> [??? 26.789] (**) Option "Device" "/dev/input/event1" > >>>> [??? 26.789] (**) Option "_source" "server/udev" > >>>> [??? 26.795] (II) event1? - Power Button: is tagged by udev as: Keyboard > >>>> [??? 26.795] (II) event1? - Power Button: device is a keyboard > >>>> [??? 26.796] (II) event1? - Power Button: device removed > >>>> [??? 26.812] (**) Option "config_info" > >>>> "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1" > >>>> [??? 26.812] (II) XINPUT: Adding extended input device "Power Button" > >>>> (type: KEYBOARD, id 8) > >>>> [??? 26.812] (**) Option "xkb_model" "pc105" > >>>> [??? 26.812] (**) Option "xkb_layout" "de" > >>>> [??? 26.819] (II) event1? - Power Button: is tagged by udev as: Keyboard > >>>> [??? 26.820] (II) event1? - Power Button: device is a keyboard > >>>> [??? 26.824] (II) config/udev: Adding input device Sleep Button > >>>> (/dev/input/event0) > >>>> [??? 26.824] (**) Sleep Button: Applying InputClass "libinput keyboard > >>>> catchall" > >>>> [??? 26.824] (II) Using input driver 'libinput' for 'Sleep Button' > >>>> [??? 26.824] (**) Sleep Button: always reports core events > >>>> [??? 26.824] (**) Option "Device" "/dev/input/event0" > >>>> [??? 26.824] (**) Option "_source" "server/udev" > >>>> [??? 26.830] (II) event0? - Sleep Button: is tagged by udev as: Keyboard > >>>> [??? 26.831] (II) event0? - Sleep Button: device is a keyboard > >>>> [??? 26.831] (II) event0? - Sleep Button: device removed > >>>> [??? 26.836] (**) Option "config_info" > >>>> "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0" > >>>> [??? 26.836] (II) XINPUT: Adding extended input device "Sleep Button" > >>>> (type: KEYBOARD, id 9) > >>>> [??? 26.836] (**) Option "xkb_model" "pc105" > >>>> [??? 26.837] (**) Option "xkb_layout" "de" > >>>> [??? 26.844] (II) event0? - Sleep Button: is tagged by udev as: Keyboard > >>>> [??? 26.844] (II) event0? - Sleep Button: device is a keyboard > >>>> [??? 26.847] (II) config/udev: Adding input device HD-Audio Generic > >>>> HDMI/DP,pcm=3 (/dev/input/event8) > >>>> [??? 26.848] (II) No input driver specified, ignoring this device. > >>>> [??? 26.848] (II) This device may have been added with another device > >>>> file. > >>>> [??? 26.855] (II) config/udev: Adding input device Logitech USB Optical > >>>> Mouse (/dev/input/event4) > >>>> [??? 26.855] (**) Logitech USB Optical Mouse: Applying InputClass > >>>> "libinput pointer catchall" > >>>> [??? 26.855] (II) Using input driver 'libinput' for 'Logitech USB > >>>> Optical Mouse' > >>>> [??? 26.855] (**) Logitech USB Optical Mouse: always reports core events > >>>> [??? 26.855] (**) Option "Device" "/dev/input/event4" > >>>> [??? 26.855] (**) Option "_source" "server/udev" > >>>> [??? 26.865] (II) event4? - Logitech USB Optical Mouse: is tagged by > >>>> udev as: Mouse > >>>> [??? 26.865] (II) event4? - Logitech USB Optical Mouse: device is a > >>>> pointer > >>>> [??? 26.866] (II) event4? - Logitech USB Optical Mouse: device removed > >>>> [??? 26.900] (**) Option "config_info" > >>>> "udev:/sys/devices/pci0000:00/0000:00:10.1/usb3/3-2/3-2:1.0/0003:046D:C077.0001/input/input7/event4" > >>>> [??? 26.900] (II) XINPUT: Adding extended input device "Logitech USB > >>>> Optical Mouse" (type: MOUSE, id 10) > >>>> [??? 26.901] (**) Option "AccelerationScheme" "none" > >>>> [??? 26.901] (**) Logitech USB Optical Mouse: (accel) selected scheme > >>>> none/0 > >>>> [??? 26.901] (**) Logitech USB Optical Mouse: (accel) acceleration > >>>> factor: 2.000 > >>>> [??? 26.901] (**) Logitech USB Optical Mouse: (accel) acceleration > >>>> threshold: 4 > >>>> [??? 26.911] (II) event4? - Logitech USB Optical Mouse: is tagged by > >>>> udev as: Mouse > >>>> [??? 26.912] (II) event4? - Logitech USB Optical Mouse: device is a > >>>> pointer > >>>> [??? 26.917] (II) config/udev: Adding input device Logitech USB Optical > >>>> Mouse (/dev/input/mouse0) > >>>> [??? 26.917] (II) No input driver specified, ignoring this device. > >>>> [??? 26.917] (II) This device may have been added with another device > >>>> file. > >>>> [??? 26.922] (II) config/udev: Adding input device Chicony HP Elite USB > >>>> Keyboard (/dev/input/event5) > >>>> [??? 26.922] (**) Chicony HP Elite USB Keyboard: Applying InputClass > >>>> "libinput keyboard catchall" > >>>> [??? 26.922] (II) Using input driver 'libinput' for 'Chicony HP Elite > >>>> USB Keyboard' > >>>> [??? 26.923] (**) Chicony HP Elite USB Keyboard: always reports core > >>>> events > >>>> [??? 26.923] (**) Option "Device" "/dev/input/event5" > >>>> [??? 26.923] (**) Option "_source" "server/udev" > >>>> [??? 26.933] (II) event5? - Chicony HP Elite USB Keyboard: is tagged by > >>>> udev as: Keyboard > >>>> [??? 26.934] (II) event5? - Chicony HP Elite USB Keyboard: device is a > >>>> keyboard > >>>> [??? 26.935] (II) event5? - Chicony HP Elite USB Keyboard: device removed > >>>> [??? 26.944] (**) Option "config_info" > >>>> "udev:/sys/devices/pci0000:00/0000:00:10.2/usb4/4-1/4-1:1.0/0003:03F0:034A.0002/input/input8/event5" > >>>> [??? 26.944] (II) XINPUT: Adding extended input device "Chicony HP Elite > >>>> USB Keyboard" (type: KEYBOARD, id 11) > >>>> [??? 26.944] (**) Option "xkb_model" "pc105" > >>>> [??? 26.945] (**) Option "xkb_layout" "de" > >>>> [??? 26.956] (II) event5? - Chicony HP Elite USB Keyboard: is tagged by > >>>> udev as: Keyboard > >>>> [??? 26.957] (II) event5? - Chicony HP Elite USB Keyboard: device is a > >>>> keyboard > >>>> [??? 26.964] (II) config/udev: Adding input device Chicony HP Elite USB > >>>> Keyboard Consumer Control (/dev/input/event7) > >>>> [??? 26.964] (**) Chicony HP Elite USB Keyboard Consumer Control: > >>>> Applying InputClass "libinput keyboard catchall" > >>>> [??? 26.964] (II) Using input driver 'libinput' for 'Chicony HP Elite > >>>> USB Keyboard Consumer Control' > >>>> [??? 26.964] (**) Chicony HP Elite USB Keyboard Consumer Control: always > >>>> reports core events > >>>> [??? 26.964] (**) Option "Device" "/dev/input/event7" > >>>> [??? 26.964] (**) Option "_source" "server/udev" > >>>> [??? 26.975] (II) event7? - Chicony HP Elite USB Keyboard Consumer > >>>> Control: is tagged by udev as: Keyboard > >>>> [??? 26.976] (II) event7? - Chicony HP Elite USB Keyboard Consumer > >>>> Control: device is a keyboard > >>>> [??? 26.977] (II) event7? - Chicony HP Elite USB Keyboard Consumer > >>>> Control: device removed > >>>> [??? 26.996] (II) libinput: Chicony HP Elite USB Keyboard Consumer > >>>> Control: needs a virtual subdevice > >>>> [??? 26.996] (**) Option "config_info" > >>>> "udev:/sys/devices/pci0000:00/0000:00:10.2/usb4/4-1/4-1:1.1/0003:03F0:034A.0003/input/input10/event7" > >>>> [??? 26.996] (II) XINPUT: Adding extended input device "Chicony HP Elite > >>>> USB Keyboard Consumer Control" (type: MOUSE, id 12) > >>>> [??? 26.997] (**) Option "AccelerationScheme" "none" > >>>> [??? 26.997] (**) Chicony HP Elite USB Keyboard Consumer Control: > >>>> (accel) selected scheme none/0 > >>>> [??? 26.997] (**) Chicony HP Elite USB Keyboard Consumer Control: > >>>> (accel) acceleration factor: 2.000 > >>>> [??? 26.997] (**) Chicony HP Elite USB Keyboard Consumer Control: > >>>> (accel) acceleration threshold: 4 > >>>> [??? 27.008] (II) event7? - Chicony HP Elite USB Keyboard Consumer > >>>> Control: is tagged by udev as: Keyboard > >>>> [??? 27.008] (II) event7? - Chicony HP Elite USB Keyboard Consumer > >>>> Control: device is a keyboard > >>>> [??? 27.015] (II) config/udev: Adding input device Chicony HP Elite USB > >>>> Keyboard System Control (/dev/input/event6) > >>>> [??? 27.015] (**) Chicony HP Elite USB Keyboard System Control: Applying > >>>> InputClass "libinput keyboard catchall" > >>>> [??? 27.015] (II) Using input driver 'libinput' for 'Chicony HP Elite > >>>> USB Keyboard System Control' > >>>> [??? 27.015] (**) Chicony HP Elite USB Keyboard System Control: always > >>>> reports core events > >>>> [??? 27.015] (**) Option "Device" "/dev/input/event6" > >>>> [??? 27.015] (**) Option "_source" "server/udev" > >>>> [??? 27.026] (II) event6? - Chicony HP Elite USB Keyboard System > >>>> Control: is tagged by udev as: Keyboard > >>>> [??? 27.026] (II) event6? - Chicony HP Elite USB Keyboard System > >>>> Control: device is a keyboard > >>>> [??? 27.028] (II) event6? - Chicony HP Elite USB Keyboard System > >>>> Control: device removed > >>>> [??? 27.044] (**) Option "config_info" > >>>> "udev:/sys/devices/pci0000:00/0000:00:10.2/usb4/4-1/4-1:1.1/0003:03F0:034A.0003/input/input9/event6" > >>>> [??? 27.044] (II) XINPUT: Adding extended input device "Chicony HP Elite > >>>> USB Keyboard System Control" (type: KEYBOARD, id 13) > >>>> [??? 27.044] (**) Option "xkb_model" "pc105" > >>>> [??? 27.044] (**) Option "xkb_layout" "de" > >>>> [??? 27.056] (II) event6? - Chicony HP Elite USB Keyboard System > >>>> Control: is tagged by udev as: Keyboard > >>>> [??? 27.056] (II) event6? - Chicony HP Elite USB Keyboard System > >>>> Control: device is a keyboard > >>>> [??? 27.110] (**) Chicony HP Elite USB Keyboard Consumer Control: > >>>> Applying InputClass "libinput keyboard catchall" > >>>> [??? 27.111] (II) Using input driver 'libinput' for 'Chicony HP Elite > >>>> USB Keyboard Consumer Control' > >>>> [??? 27.111] (**) Chicony HP Elite USB Keyboard Consumer Control: always > >>>> reports core events > >>>> [??? 27.111] (**) Option "Device" "/dev/input/event7" > >>>> [??? 27.111] (**) Option "_source" "_driver/libinput" > >>>> [??? 27.111] (II) libinput: Chicony HP Elite USB Keyboard Consumer > >>>> Control: is a virtual subdevice > >>>> [??? 27.111] (**) Option "config_info" > >>>> "udev:/sys/devices/pci0000:00/0000:00:10.2/usb4/4-1/4-1:1.1/0003:03F0:034A.0003/input/input10/event7" > >>>> [??? 27.111] (II) XINPUT: Adding extended input device "Chicony HP Elite > >>>> USB Keyboard Consumer Control" (type: KEYBOARD, id 14) > >>>> [??? 27.111] (**) Option "xkb_model" "pc105" > >>>> [??? 27.112] (**) Option "xkb_layout" "de" > >>>> > >>>> > >>>> > >>> > >>> > >> > > > _______________________________________________ openchrome-users mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/openchrome-users Main page: http://www.openchrome.org Wiki: http://www.openchrome.org/trac/wiki/TOC
