Linux on Recoil ll

aer

New member
I had saw errors while installing Ubuntu 18.04 LTS, also it was freezing in the middle of the installation steps. Then I installed popos which is based on Ubuntu 18.04 LTS (and which already includes nvidia drivers) https://system76.com/pop. It works very well.

For me
1) Touchpad does not work at all, I am still looking for a solution
2) Keyboard backlit works with the default blue color, I have not found a way to control the backlit yet
3) Fans work fine, turbo button works fine as well.
4) No screen flickering issue

So far, the biggest issue is the touchpad, pity that it is not possible to use the touchpad
 

gh2k

Member
I had saw errors while installing Ubuntu 18.04 LTS, also it was freezing in the middle of the installation steps. Then I installed popos which is based on Ubuntu 18.04 LTS (and which already includes nvidia drivers) https://system76.com/pop. It works very well.

For me
1) Touchpad does not work at all, I am still looking for a solution
2) Keyboard backlit works with the default blue color, I have not found a way to control the backlit yet
3) Fans work fine, turbo button works fine as well.
4) No screen flickering issue

So far, the biggest issue is the touchpad, pity that it is not possible to use the touchpad

1: So far I don't think anyone has found a way around this. When I get my laptop back from PCS I'll dive in more deeply but it may require patching the kernel. I've had unsupported hardware before and usually chatting with the Clever People On The Kernel Lists is enough to get something working - last time I sent them a dump of something and they worked it out, but if not I'm sure someone can point me at the right place to start tweaking. I'm sure that someone will get it working eventually but it may take a couple of months or so.
2: Same, I don't think that anyone has done this yet, but it's not something that I care about
3: I think this was specific to my model laptop as it works for everyone else, hence returning it
4: Do you have the 144Hz screen, or the 60? So far I think the flickering has only been observed with the 144.
 

aer

New member
1: So far I don't think anyone has found a way around this. When I get my laptop back from PCS I'll dive in more deeply but it may require patching the kernel. I've had unsupported hardware before and usually chatting with the Clever People On The Kernel Lists is enough to get something working - last time I sent them a dump of something and they worked it out, but if not I'm sure someone can point me at the right place to start tweaking. I'm sure that someone will get it working eventually but it may take a couple of months or so.
2: Same, I don't think that anyone has done this yet, but it's not something that I care about
3: I think this was specific to my model laptop as it works for everyone else, hence returning it
4: Do you have the 144Hz screen, or the 60? So far I think the flickering has only been observed with the 144.


1. It sounds good. Actually I am new to linux and have no idea about how to tweak and patch the kernel. I started to like ubuntu a lot, and it will be great when the touchpad of Recoil II is recognized.
2. Yes, it is not important though would be nice to change to the color as I want. Also the line-shaped light before the touchpad switching the colors continuously, would stop it as well.
3. Looks like your problem is an exception, it is strange that it works under Windows but not linux. Perhaps you could try installing a different version of ubuntu/linux just to test it.
4. I have 60Hz
 

gh2k

Member
Well, I got my laptop back from PCS and the fans work, so yes it looks like it was a hardware problem all along. Marvellous... Nothing weird to have to fix there. :)

I've tracked down some information on the touchpad issue... It looks like this bug is the problem (or strongly-related to the problem): https://bugzilla.kernel.org/show_bug.cgi?id=199911 - I've downloaded the latest kernel and applied the patches. The touchpad doesn't work, but the error messages it throws up have changed, so it seems like progress is being made. Hopefully there'll be a patch before long, but if you're not happy compiling your own kernel you may have to wait until it's in mainline and your distro picks it up.

If anyone comfortable with applying kernel patches is reading this, perhaps you could try the patches in the bug above and confirm whether your experience matches mine?
 

aer

New member
Well, I got my laptop back from PCS and the fans work, so yes it looks like it was a hardware problem all along. Marvellous... Nothing weird to have to fix there. :)

I've tracked down some information on the touchpad issue... It looks like this bug is the problem (or strongly-related to the problem): https://bugzilla.kernel.org/show_bug.cgi?id=199911 - I've downloaded the latest kernel and applied the patches. The touchpad doesn't work, but the error messages it throws up have changed, so it seems like progress is being made. Hopefully there'll be a patch before long, but if you're not happy compiling your own kernel you may have to wait until it's in mainline and your distro picks it up.

If anyone comfortable with applying kernel patches is reading this, perhaps you could try the patches in the bug above and confirm whether your experience matches mine?


Thank you for the information! It's good news, both knowing your laptop fixed and the progress about the touch pad :) . I am not experienced with kernel compilations and do not want to mess up things by mistake, so have to wait until ubuntu picks it up, hope not too long. You can share here when solved or there is some other progress
 

Stephen M

Author Level
On a couple of machines which had issues with Ubuntu I found Debian 9 "Stretch" was better, although best to use the non-free version as it saves hunting for firmware. I guess the 18.04 you are using is fully updated but I went with 18.04.1 on my new Octane (possibly same GPU as Recoil if you had the 1060) and most was fine with it, no backlight control but trackpad OK.
 

gh2k

Member
On a couple of machines which had issues with Ubuntu I found Debian 9 "Stretch" was better, although best to use the non-free version as it saves hunting for firmware. I guess the 18.04 you are using is fully updated but I went with 18.04.1 on my new Octane (possibly same GPU as Recoil if you had the 1060) and most was fine with it, no backlight control but trackpad OK.

Thanks Stephen,

I'm still trying (without a massive amount of success so far) to get the touchpad working. I *think* the problem lies with the cannon lake driver not giving the i2c touchpad an IRQ properly. If anyone with some knowledge of this stuff is reading this, there's a bug here where I've been working through the issue: https://bugzilla.kernel.org/show_bug.cgi?id=200787

Would you be able to post the output of:
* lspci -v (as root)
* lsusb
* xinput
from your debian install? I suspect your hardware is sufficiently different from that in the Recoil II that you're not going to be running into the same problem, but it would be good to know.

Also, I'm halfheartedly working on a Linux driver for the RGB keyboard backlight, and it would be good to know if you have the same one.
 

Stephen M

Author Level
I will try to remember in a couple of weeks, unfortunately the Debian laptop is in Scotland at the moment and I am not. I travel up and down quite regularly and often leave the laptop up there.
 

comp

New member
I'd like to buy this laptop, but I know the tongfang has various problem on Linux (touchpad, screen flickering), so
I'm hesitant to buy it. Any news or workarounds about the touchpad issue? Are there any other problem using Linux on recoil II?
Thank you in advance.
 

gh2k

Member
* If you want a working touchpad, I advise you to wait. You can follow progress on the issue here: https://bugzilla.kernel.org/show_bug.cgi?id=200787 - I've been working on figuring out what's going on, but I don't really know what I'm doing and I haven't had much help yet. Some people have posted a bounty for someone to fix the bug, which might help - but it's not solved yet.
* So far the flickering issue has only been observed on the 140hz screen. The user who reported it didn't get back after I suggested some things, so I don't know the state of that.
* The keyboard backlight isn't configurable. I know how to fix that and I'm working on writing something to talk to it, but it's not a high priority for me. You can get it to stay blue by using the BIOS, which is fine.
* The fan issue was just my laptop and PCS fixed it.

I'm still running it as my Laptop with Linux on it, but I'm using an external mouse. The battery life isn't great, but it's fast and everything else works very well.
 

gh2k

Member
* If you want a working touchpad, I advise you to wait. You can follow progress on the issue here: https://bugzilla.kernel.org/show_bug.cgi?id=200787 - I've been working on figuring out what's going on, but I don't really know what I'm doing and I haven't had much help yet. Some people have posted a bounty for someone to fix the bug, which might help - but it's not solved yet.
* So far the flickering issue has only been observed on the 140hz screen. The user who reported it didn't get back after I suggested some things, so I don't know the state of that.
* The keyboard backlight isn't configurable. I know how to fix that and I'm working on writing something to talk to it, but it's not a high priority for me. You can get it to stay blue by using the BIOS, which is fine.
* The fan issue was just my laptop and PCS fixed it.

I'm still running it as my Laptop with Linux on it, but I'm using an external mouse. The battery life isn't great, but it's fast and everything else works very well.

Good news everyone! I've managed to get the touchpad working.

The less good news is that you currently have to apply some kernel patches. The bug with the deets is here: https://bugzilla.kernel.org/show_bug.cgi?id=200787 - but you'll need to recompile your kernel. I've submitted my patch, but it will take some time for a fix to make it into a kernel packaged by a current distro I suspect.

On the plus side I have two-finger right-click and two-finger scroll working just fine, so multitouch seems good. Very happy with it.

Now, on to the RGB LEDs..
 
Hi thanks for helping with supporting this tongfang with Linux .

Maybe for the hwe for 18.04.2 in february 2019 without any tweaks I guess.
 

sonik14

Member
Looks a bit like it's having trouble mode-setting, but it's difficult to see without the rest of the logs. Everywhere I've seen "KDSETMODE failed: Input/output error" it's been associated with Xorg not working at all.

It's not clear what those ACPI errors are either, but they're happening right near boot so I don't suspect that they'll be affecting the display in the way you're describing.

Could you try setting your refresh rate to 60Hz manually using "xrandr" to see if that helps? - see: https://wiki.ubuntu.com/X/Config/Resolution

Could you attach your full Xorg log? Also, when the screen flickers is it the whole screen that flickers, or just a window. For example, if your run "glxgears" on it, does it make the whole screen flicker, does the window flicker, or neither? If you run glxgears from the console, do you see any warnings in the console output?

Could you also show your "lsmod" output to see what video drivers you have loaded?

When you say you've tried running on just the Intel and just the NVidia devices, what mechanism did you use to disable the other device?
I think this is the thing that's supposed to make it easy to do (from 16.04): http://ubuntuhandbook.org/index.php/2016/04/switch-intel-nvidia-graphics-ubuntu-16-04/

I don't have the laptop with me right now as I've just returned it to PCS for them to look at my fans issue, so I can't look into this too deeply just now unfortunately.

Hello,

first of all thank you for all your help.
Sorry for replying late, but I was on vacation and then rely busy with other things, so I didn't even use Linux for this time.

a) Nothing changes when I am changing refresh rate with xrandr
b) I changed graphics card with 3 ways.
i) uninstalling nvidia (after having selected intel)
ii) using prime select
iii) with the graphic method you provided with the link.
c) The flickering occurs on the whole screen, not in a window. It continuously has small lines changing positions in the screen, when its a dark screen you can see it like an old videotape (small white circles).
In random times many parts of the screen flicker and turn like the snow (no signal) in analogue old tv's. It can also stop flickering. If this happens, then it will start again if overheated or going to sleep mode.
d) You will find below the logs you asked.

lsmod:
Code:
Module                  Size  Used by
rfcomm                 77824  16
msr                    16384  0
ccm                    20480  6
cmac                   16384  1
bnep                   20480  2
nouveau              1716224  2
ttm                   106496  1 nouveau
snd_hda_codec_hdmi     49152  1
snd_hda_codec_realtek   106496  1
snd_hda_codec_generic    73728  1 snd_hda_codec_realtek
uvcvideo               86016  0
videobuf2_vmalloc      16384  1 uvcvideo
videobuf2_memops       16384  1 videobuf2_vmalloc
videobuf2_v4l2         24576  1 uvcvideo
videobuf2_core         40960  2 uvcvideo,videobuf2_v4l2
rtsx_usb_ms            20480  0
memstick               16384  1 rtsx_usb_ms
videodev              184320  3 uvcvideo,videobuf2_core,videobuf2_v4l2
btusb                  45056  0
joydev                 24576  0
media                  40960  2 uvcvideo,videodev
btrtl                  16384  1 btusb
btbcm                  16384  1 btusb
btintel                16384  1 btusb
bluetooth             548864  43 btrtl,btintel,bnep,btbcm,rfcomm,btusb
ecdh_generic           24576  2 bluetooth
nls_iso8859_1          16384  2
snd_hda_intel          40960  8
intel_rapl             20480  0
snd_hda_codec         126976  4 snd_hda_intel,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
x86_pkg_temp_thermal    16384  0
snd_hda_core           81920  5 snd_hda_intel,snd_hda_codec,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
arc4                   16384  2
intel_powerclamp       16384  0
snd_hwdep              20480  1 snd_hda_codec
snd_pcm                98304  5 snd_hda_intel,snd_hda_codec,snd_hda_core,snd_hda_codec_hdmi
coretemp               16384  0
kvm                   598016  0
snd_seq_midi           16384  0
irqbypass              16384  1 kvm
snd_seq_midi_event     16384  1 snd_seq_midi
crct10dif_pclmul       16384  0
snd_rawmidi            32768  1 snd_seq_midi
crc32_pclmul           16384  0
spi_pxa2xx_platform    24576  0
ghash_clmulni_intel    16384  0
8250_dw                16384  0
iwlmvm                364544  0
pcbc                   16384  0
input_polldev          16384  0
wmi_bmof               16384  0
sparse_keymap          16384  0
mxm_wmi                16384  1 nouveau
snd_seq                65536  2 snd_seq_midi_event,snd_seq_midi
mac80211              778240  1 iwlmvm
snd_seq_device         16384  3 snd_seq,snd_rawmidi,snd_seq_midi
aesni_intel           188416  6
snd_timer              32768  2 snd_seq,snd_pcm
aes_x86_64             20480  1 aesni_intel
crypto_simd            16384  1 aesni_intel
glue_helper            16384  1 aesni_intel
cryptd                 24576  3 crypto_simd,ghash_clmulni_intel,aesni_intel
intel_cstate           20480  0
iwlwifi               282624  1 iwlmvm
snd                    81920  26 snd_hda_intel,snd_hwdep,snd_seq,snd_hda_codec,snd_timer,snd_rawmidi,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_seq_device,snd_hda_codec_realtek,snd_pcm
intel_rapl_perf        16384  0
input_leds             16384  0
cfg80211              622592  3 iwlmvm,iwlwifi,mac80211
serio_raw              16384  0
idma64                 20480  2
virt_dma               16384  1 idma64
soundcore              16384  1 snd
mei_me                 40960  0
intel_lpss_pci         20480  0
mei                    90112  1 mei_me
intel_lpss             16384  1 intel_lpss_pci
acpi_pad              180224  0
shpchp                 36864  0
wmi                    24576  3 wmi_bmof,mxm_wmi,nouveau
mac_hid                16384  0
intel_pch_thermal      16384  0
sch_fq_codel           20480  6
parport_pc             36864  0
ppdev                  20480  0
lp                     20480  0
parport                49152  3 lp,parport_pc,ppdev
ip_tables              28672  0
x_tables               40960  1 ip_tables
autofs4                40960  2
hid_generic            16384  0
usbhid                 49152  0
uas                    24576  0
usb_storage            69632  2 uas
i915                 1617920  28
i2c_algo_bit           16384  2 nouveau,i915
drm_kms_helper        172032  2 nouveau,i915
syscopyarea            16384  1 drm_kms_helper
sysfillrect            16384  1 drm_kms_helper
sysimgblt              16384  1 drm_kms_helper
r8169                  86016  0
fb_sys_fops            16384  1 drm_kms_helper
nvme                   32768  0
mii                    16384  1 r8169
ahci                   36864  0
nvme_core              61440  8 nvme
drm                   401408  20 nouveau,i915,ttm,drm_kms_helper
libahci                32768  1 ahci
i2c_hid                20480  0
hid                   118784  3 i2c_hid,hid_generic,usbhid
video                  45056  2 nouveau,i915
rtsx_usb_sdmmc         28672  0
rtsx_usb               20480  2 rtsx_usb_sdmmc,rtsx_usb_ms
 

sonik14

Member
I cannoot attach files, cause it says invalid file (I ve tried many type of formats). So I post here bigger part of the log
xorg0:
Code:
[     6.096] (--) Log file renamed from "/var/log/Xorg.pid-1298.log" to "/var/log/Xorg.0.log"
[    10.410] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    10.410] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    10.410] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[    10.410] (--) NVIDIA(GPU-0): 
[    17.248] (**) Option "fd" "42"
[    17.249] (II) event3  - Power Button: device removed
[    17.249] (**) Option "fd" "45"
[    17.249] (II) event5  - Video Bus: device removed
[    17.249] (**) Option "fd" "46"
[    17.249] (II) event6  - Video Bus: device removed
[    17.250] (**) Option "fd" "47"
[    17.250] (II) event1  - Power Button: device removed
[    17.250] (**) Option "fd" "48"
[    17.250] (II) event0  - Sleep Button: device removed
[    17.251] (**) Option "fd" "49"
[    17.251] (II) event8  - Logitech USB Keyboard: device removed
[    17.251] (**) Option "fd" "50"
[    17.251] (II) event9  - Logitech USB Keyboard: device removed
[    17.251] (**) Option "fd" "51"
[    17.251] (II) event10 - HD Webcam: HD Webcam: device removed
[    17.252] (**) Option "fd" "52"
[    17.252] (II) event7  - Logitech USB Optical Mouse: device removed
[    17.252] (**) Option "fd" "53"
[    17.252] (II) event4  - AT Translated Set 2 keyboard: device removed
[    17.292] (II) systemd-logind: got pause for 13:65
[    17.292] (II) systemd-logind: got pause for 13:69
[    17.292] (II) systemd-logind: got pause for 13:73
[    17.292] (II) systemd-logind: got pause for 226:0
[    17.292] (II) systemd-logind: got pause for 13:70
[    17.292] (II) systemd-logind: got pause for 13:68
[    17.292] (II) systemd-logind: got pause for 13:64
[    17.292] (II) systemd-logind: got pause for 13:72
[    17.292] (II) systemd-logind: got pause for 13:71
[    17.292] (II) systemd-logind: got pause for 13:74
[    17.292] (II) systemd-logind: got pause for 13:67
[   204.610] (II) UnloadModule: "libinput"
[   204.610] (II) systemd-logind: releasing fd for 13:68
[   204.624] (II) UnloadModule: "libinput"
[   204.624] (II) systemd-logind: releasing fd for 13:71
[   204.644] (II) UnloadModule: "libinput"
[   204.644] (II) systemd-logind: releasing fd for 13:74
[   204.678] (II) UnloadModule: "libinput"
[   204.678] (II) systemd-logind: releasing fd for 13:73
[   204.704] (II) UnloadModule: "libinput"
[   204.704] (II) systemd-logind: releasing fd for 13:72
[   204.724] (II) UnloadModule: "libinput"
[   204.724] (II) systemd-logind: releasing fd for 13:64
[   204.749] (II) UnloadModule: "libinput"
[   204.749] (II) systemd-logind: releasing fd for 13:65
[   204.788] (II) UnloadModule: "libinput"
[   204.788] (II) systemd-logind: releasing fd for 13:70
[   204.816] (II) UnloadModule: "libinput"
[   204.816] (II) systemd-logind: releasing fd for 13:69
[   204.837] (II) UnloadModule: "libinput"
[   204.837] (II) systemd-logind: releasing fd for 13:67
[   204.882] (II) NVIDIA(GPU-0): Deleting GPU-0
[   204.883] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[   204.883] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[   204.883] (WW) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
[   204.884] (II) Server terminated successfully (0). Closing log file.


xorg1:
Code:
[    71.228] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    71.228] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    71.228] (--) NVIDIA(GPU-0): DFP-3: 1440.0 MHz maximum pixel clock
[    71.228] (--) NVIDIA(GPU-0): 
[    71.228] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    71.228] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    71.228] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[    71.228] (--) NVIDIA(GPU-0): 
[   204.597] (**) Option "fd" "43"
[   204.597] (II) event3  - Power Button: device removed
[   204.597] (**) Option "fd" "46"
[   204.597] (II) event5  - Video Bus: device removed
[   204.597] (**) Option "fd" "47"
[   204.597] (II) event6  - Video Bus: device removed
[   204.597] (**) Option "fd" "48"
[   204.597] (II) event1  - Power Button: device removed
[   204.597] (**) Option "fd" "49"
[   204.597] (II) event0  - Sleep Button: device removed
[   204.597] (**) Option "fd" "50"
[   204.597] (II) event8  - Logitech USB Keyboard: device removed
[   204.597] (**) Option "fd" "51"
[   204.597] (II) event9  - Logitech USB Keyboard: device removed
[   204.597] (**) Option "fd" "52"
[   204.597] (II) event10 - HD Webcam: HD Webcam: device removed
[   204.597] (**) Option "fd" "53"
[   204.597] (II) event7  - Logitech USB Optical Mouse: device removed
[   204.597] (**) Option "fd" "54"
[   204.597] (II) event4  - AT Translated Set 2 keyboard: device removed
[   204.868] (II) UnloadModule: "libinput"
[   204.868] (II) systemd-logind: releasing fd for 13:68
[   204.900] (II) UnloadModule: "libinput"
[   204.900] (II) systemd-logind: releasing fd for 13:71
[   204.996] (II) UnloadModule: "libinput"
[   204.996] (II) systemd-logind: releasing fd for 13:74
[   205.064] (II) UnloadModule: "libinput"
[   205.064] (II) systemd-logind: releasing fd for 13:73
[   205.104] (II) UnloadModule: "libinput"
[   205.104] (II) systemd-logind: releasing fd for 13:72
[   205.152] (II) UnloadModule: "libinput"
[   205.152] (II) systemd-logind: releasing fd for 13:64
[   205.176] (II) UnloadModule: "libinput"
[   205.176] (II) systemd-logind: releasing fd for 13:65
[   205.208] (II) UnloadModule: "libinput"
[   205.208] (II) systemd-logind: releasing fd for 13:70
[   205.244] (II) UnloadModule: "libinput"
[   205.244] (II) systemd-logind: releasing fd for 13:69
[   205.276] (II) UnloadModule: "libinput"
[   205.276] (II) systemd-logind: releasing fd for 13:67
[   205.801] (II) NVIDIA(GPU-0): Deleting GPU-0
[   205.802] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[   205.802] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[   205.802] (WW) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
[   206.035] (II) Server terminated successfully (0). Closing log file.
 

sonik14

Member
I cannot attach files, cause it says invalid file (I ve tried many type of formats). So I post here bigger part of the log
xorg0:
Code:
[     6.096] (--) Log file renamed from "/var/log/Xorg.pid-1298.log" to "/var/log/Xorg.0.log"
[    10.410] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    10.410] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    10.410] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[    10.410] (--) NVIDIA(GPU-0): 
[    17.248] (**) Option "fd" "42"
[    17.249] (II) event3  - Power Button: device removed
[    17.249] (**) Option "fd" "45"
[    17.249] (II) event5  - Video Bus: device removed
[    17.249] (**) Option "fd" "46"
[    17.249] (II) event6  - Video Bus: device removed
[    17.250] (**) Option "fd" "47"
[    17.250] (II) event1  - Power Button: device removed
[    17.250] (**) Option "fd" "48"
[    17.250] (II) event0  - Sleep Button: device removed
[    17.251] (**) Option "fd" "49"
[    17.251] (II) event8  - Logitech USB Keyboard: device removed
[    17.251] (**) Option "fd" "50"
[    17.251] (II) event9  - Logitech USB Keyboard: device removed
[    17.251] (**) Option "fd" "51"
[    17.251] (II) event10 - HD Webcam: HD Webcam: device removed
[    17.252] (**) Option "fd" "52"
[    17.252] (II) event7  - Logitech USB Optical Mouse: device removed
[    17.252] (**) Option "fd" "53"
[    17.252] (II) event4  - AT Translated Set 2 keyboard: device removed
[    17.292] (II) systemd-logind: got pause for 13:65
[    17.292] (II) systemd-logind: got pause for 13:69
[    17.292] (II) systemd-logind: got pause for 13:73
[    17.292] (II) systemd-logind: got pause for 226:0
[    17.292] (II) systemd-logind: got pause for 13:70
[    17.292] (II) systemd-logind: got pause for 13:68
[    17.292] (II) systemd-logind: got pause for 13:64
[    17.292] (II) systemd-logind: got pause for 13:72
[    17.292] (II) systemd-logind: got pause for 13:71
[    17.292] (II) systemd-logind: got pause for 13:74
[    17.292] (II) systemd-logind: got pause for 13:67
[   204.610] (II) UnloadModule: "libinput"
[   204.610] (II) systemd-logind: releasing fd for 13:68
[   204.624] (II) UnloadModule: "libinput"
[   204.624] (II) systemd-logind: releasing fd for 13:71
[   204.644] (II) UnloadModule: "libinput"
[   204.644] (II) systemd-logind: releasing fd for 13:74
[   204.678] (II) UnloadModule: "libinput"
[   204.678] (II) systemd-logind: releasing fd for 13:73
[   204.704] (II) UnloadModule: "libinput"
[   204.704] (II) systemd-logind: releasing fd for 13:72
[   204.724] (II) UnloadModule: "libinput"
[   204.724] (II) systemd-logind: releasing fd for 13:64
[   204.749] (II) UnloadModule: "libinput"
[   204.749] (II) systemd-logind: releasing fd for 13:65
[   204.788] (II) UnloadModule: "libinput"
[   204.788] (II) systemd-logind: releasing fd for 13:70
[   204.816] (II) UnloadModule: "libinput"
[   204.816] (II) systemd-logind: releasing fd for 13:69
[   204.837] (II) UnloadModule: "libinput"
[   204.837] (II) systemd-logind: releasing fd for 13:67
[   204.882] (II) NVIDIA(GPU-0): Deleting GPU-0
[   204.883] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[   204.883] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[   204.883] (WW) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
[   204.884] (II) Server terminated successfully (0). Closing log file.


xorg1:
Code:
[    71.228] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    71.228] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    71.228] (--) NVIDIA(GPU-0): DFP-3: 1440.0 MHz maximum pixel clock
[    71.228] (--) NVIDIA(GPU-0): 
[    71.228] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    71.228] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    71.228] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[    71.228] (--) NVIDIA(GPU-0): 
[   204.597] (**) Option "fd" "43"
[   204.597] (II) event3  - Power Button: device removed
[   204.597] (**) Option "fd" "46"
[   204.597] (II) event5  - Video Bus: device removed
[   204.597] (**) Option "fd" "47"
[   204.597] (II) event6  - Video Bus: device removed
[   204.597] (**) Option "fd" "48"
[   204.597] (II) event1  - Power Button: device removed
[   204.597] (**) Option "fd" "49"
[   204.597] (II) event0  - Sleep Button: device removed
[   204.597] (**) Option "fd" "50"
[   204.597] (II) event8  - Logitech USB Keyboard: device removed
[   204.597] (**) Option "fd" "51"
[   204.597] (II) event9  - Logitech USB Keyboard: device removed
[   204.597] (**) Option "fd" "52"
[   204.597] (II) event10 - HD Webcam: HD Webcam: device removed
[   204.597] (**) Option "fd" "53"
[   204.597] (II) event7  - Logitech USB Optical Mouse: device removed
[   204.597] (**) Option "fd" "54"
[   204.597] (II) event4  - AT Translated Set 2 keyboard: device removed
[   204.868] (II) UnloadModule: "libinput"
[   204.868] (II) systemd-logind: releasing fd for 13:68
[   204.900] (II) UnloadModule: "libinput"
[   204.900] (II) systemd-logind: releasing fd for 13:71
[   204.996] (II) UnloadModule: "libinput"
[   204.996] (II) systemd-logind: releasing fd for 13:74
[   205.064] (II) UnloadModule: "libinput"
[   205.064] (II) systemd-logind: releasing fd for 13:73
[   205.104] (II) UnloadModule: "libinput"
[   205.104] (II) systemd-logind: releasing fd for 13:72
[   205.152] (II) UnloadModule: "libinput"
[   205.152] (II) systemd-logind: releasing fd for 13:64
[   205.176] (II) UnloadModule: "libinput"
[   205.176] (II) systemd-logind: releasing fd for 13:65
[   205.208] (II) UnloadModule: "libinput"
[   205.208] (II) systemd-logind: releasing fd for 13:70
[   205.244] (II) UnloadModule: "libinput"
[   205.244] (II) systemd-logind: releasing fd for 13:69
[   205.276] (II) UnloadModule: "libinput"
[   205.276] (II) systemd-logind: releasing fd for 13:67
[   205.801] (II) NVIDIA(GPU-0): Deleting GPU-0
[   205.802] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[   205.802] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[   205.802] (WW) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
[   206.035] (II) Server terminated successfully (0). Closing log file.
 
Top