flathub / org.octave.Octave

https://flathub.org/apps/details/org.octave.Octave
16 stars 12 forks source link

Octave not working #4

Closed Nenad10 closed 6 years ago

Nenad10 commented 6 years ago

Greetings, I bought a new laptop with Endless OS and GNU Octave package. When I tried to run it the system demanded an installation. After I performed the installation GNU Octave-test icon appeared on my desktop. The program is running when I double click the icon, but it doesn't perform even the basic calculations, does not return the result value after I type in for instance 2*3 and press Enter in Editor window. It also started reporting an error like this in the Command window: libGL error: unable to load driver: radeonsi_dri.so libGL error: driver pointer missing libGL error: failed to load driver: radeonsi libGL error: unable to load driver: radeonsi_dri.so libGL error: driver pointer missing libGL error: failed to load driver: radeonsi GNU Octave, version 4.3.0+

I am attaching eos-diagnostics file as well. Thanks. eos-diagnostic-180320_053117_UTC+0100.txt

Alexander-Wilms commented 6 years ago

Both issues seem to be unrelated.

What happens after you press enter after typing "2*3"? Can you run this flatpak run --command=octave org.octave.Octave --no-gui and try the same thing?

The libGL error apparently often occurs with Steam. One possible workaround I found is:

> flatpak run --filesystem=host --command=sh org.octave.Octave
> LD_PRELOAD=/usr/lib/libstdc++.so.6 octave
Nenad10 commented 6 years ago

Gtk-Message: Failed to load module "canberra-gtk-module" Gtk-Message: Failed to load module "canberra-gtk-module" GNU Octave, version 4.3.0+ Copyright (C) 2016 John W. Eaton and others. This is free software; see the source code for copying conditions. There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, type 'warranty'.

Octave was configured for "x86_64-pc-linux-gnu".

Additional information about Octave is available at http://www.octave.org.

Please contribute if you find this software useful. For more information, visit http://www.octave.org/get-involved.html

Read http://www.octave.org/bugs.html to learn how to submit bug reports. For information about changes from previous versions, type 'news'.

octave:1> octave:1> octave:1> 2*3 ans = 6 octave:2>

It is working in Terminal, but still not in Octave editor.

acer@endless:~$ flatpak run --filesystem=host --command=sh org.octave.Octave sh-4.3$ LD_PRELOAD=/usr/lib/libstdc++.so.6 octave Gtk-Message: Failed to load module "canberra-gtk-module" Gtk-Message: Failed to load module "canberra-gtk-module"

And this is the other command, still some kind of an error.

Good thing that you replied, so now am able to attend Octave course with these operations working. Thanks :)

On Tue, Mar 20, 2018 at 1:08 PM, Alexander Wilms notifications@github.com wrote:

Both issues seem to be unrelated.

What happens after you press enter after typing "2*3"? Can you run this flatpak run --command=octave org.octave.Octave --no-gui and try the same thing?

The libGL error apparently often occurs with Steam. One possible workaround I found is:

flatpak run --filesystem=host --command=sh org.octave.Octave LD_PRELOAD=/usr/lib/libstdc++.so.6 octave

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/flathub/org.octave.Octave/issues/4#issuecomment-374574550, or mute the thread https://github.com/notifications/unsubscribe-auth/Aj1uSZM2BGhzdgHzqWASh1xHlVWoHc_4ks5tgPE7gaJpZM4SxuU9 .

Nenad10 commented 6 years ago

error: 'linespace' undefined near line 3 column 5 error: called from plotting2D at line 3 column 3

'amdfam15' is not a recognized processor for this target (ignoring processor) 'amdfam15' is not a recognized processor for this target (ignoring processor) 'amdfam15' is not a recognized processor for this target (ignoring processor) 'amdfam15' is not a recognized processor for this target (ignoring processor)

On Tue, Mar 20, 2018 at 1:25 PM, Nenad Zivanovic < berzanekretninasrbija@gmail.com> wrote:

Gtk-Message: Failed to load module "canberra-gtk-module" Gtk-Message: Failed to load module "canberra-gtk-module" GNU Octave, version 4.3.0+ Copyright (C) 2016 John W. Eaton and others. This is free software; see the source code for copying conditions. There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, type 'warranty'.

Octave was configured for "x86_64-pc-linux-gnu".

Additional information about Octave is available at http://www.octave.org.

Please contribute if you find this software useful. For more information, visit http://www.octave.org/get-involved.html

Read http://www.octave.org/bugs.html to learn how to submit bug reports. For information about changes from previous versions, type 'news'.

octave:1> octave:1> octave:1> 2*3 ans = 6 octave:2>

It is working in Terminal, but still not in Octave editor.

acer@endless:~$ flatpak run --filesystem=host --command=sh org.octave.Octave sh-4.3$ LD_PRELOAD=/usr/lib/libstdc++.so.6 octave Gtk-Message: Failed to load module "canberra-gtk-module" Gtk-Message: Failed to load module "canberra-gtk-module"


And this is the other command, still some kind of an error.

Good thing that you replied, so now am able to attend Octave course with these operations working. Thanks :)

On Tue, Mar 20, 2018 at 1:08 PM, Alexander Wilms <notifications@github.com

wrote:

Both issues seem to be unrelated.

What happens after you press enter after typing "2*3"? Can you run this flatpak run --command=octave org.octave.Octave --no-gui and try the same thing?

The libGL error apparently often occurs with Steam. One possible workaround I found is:

flatpak run --filesystem=host --command=sh org.octave.Octave LD_PRELOAD=/usr/lib/libstdc++.so.6 octave

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/flathub/org.octave.Octave/issues/4#issuecomment-374574550, or mute the thread https://github.com/notifications/unsubscribe-auth/Aj1uSZM2BGhzdgHzqWASh1xHlVWoHc_4ks5tgPE7gaJpZM4SxuU9 .

Alexander-Wilms commented 6 years ago
acer@endless:~$ flatpak run --filesystem=host --command=sh org.octave.Octave sh-4.3$ LD_PRELOAD=/usr/lib/libstdc++.so.6 octave

What's the error message? Still something related to libGL?

error: 'linespace' undefined near line 3 column 5 error: called from plotting2D at line 3 column 3

Shouldn't that be linspace?

'amdfam15' is not a recognized processor for this target (ignoring
processor)

When does the amdfam issue occur? When installing a new package (control, symbolic...)?

Nenad10 commented 6 years ago

Yes, my bad linEspace instead of linspace.

On Tue, Mar 20, 2018 at 3:16 PM, Alexander Wilms notifications@github.com wrote:

acer@endless:~$ flatpak run --filesystem=host --command=sh org.octave.Octave sh-4.3$ LD_PRELOAD=/usr/lib/libstdc++.so.6 octave

What's the error message? Still something related to libGL?

error: 'linespace' undefined near line 3 column 5 error: called from plotting2D at line 3 column 3

Shouldn't that be linspace?

'amdfam15' is not a recognized processor for this target (ignoring processor)

When does the amdfam issue occur? When installing a new package (control, symbolic...)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/flathub/org.octave.Octave/issues/4#issuecomment-374613678, or mute the thread https://github.com/notifications/unsubscribe-auth/Aj1uSavb5XCS1xGjyjRCgEKafnA-Bzn5ks5tgQ9SgaJpZM4SxuU9 .

Nenad10 commented 6 years ago

Hello, Please check this out, matrix plotting:

A = [5,10,15 7,18,20] A =

5   10   15
7   18   20

plot (A) 'amdfam15' is not a recognized processor for this target (ignoring processor)

Thanks.

On Tue, Mar 20, 2018 at 3:22 PM, Nenad Zivanovic < berzanekretninasrbija@gmail.com> wrote:

Yes, my bad linEspace instead of linspace.

On Tue, Mar 20, 2018 at 3:16 PM, Alexander Wilms <notifications@github.com

wrote:

acer@endless:~$ flatpak run --filesystem=host --command=sh org.octave.Octave sh-4.3$ LD_PRELOAD=/usr/lib/libstdc++.so.6 octave

What's the error message? Still something related to libGL?

error: 'linespace' undefined near line 3 column 5 error: called from plotting2D at line 3 column 3

Shouldn't that be linspace?

'amdfam15' is not a recognized processor for this target (ignoring processor)

When does the amdfam issue occur? When installing a new package (control, symbolic...)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/flathub/org.octave.Octave/issues/4#issuecomment-374613678, or mute the thread https://github.com/notifications/unsubscribe-auth/Aj1uSavb5XCS1xGjyjRCgEKafnA-Bzn5ks5tgQ9SgaJpZM4SxuU9 .

Alexander-Wilms commented 6 years ago

@mtmiller Do you think building OpenBLAS with another minimum architecture might help? Right now, it's DYNAMIC_ARCH=1.

mtmiller commented 6 years ago

The error message comes from llvm. I would suspect this is an OpenGL issue rather than OpenBLAS.

One way to test, try something like

x = rand (10) \ rand (10, 1)

If it's only plot functions, then it is probably the llvm backend of the OpenGL video driver.

A workaround is to use gnuplot

graphics_toolkit gnuplot
Nenad10 commented 6 years ago

x = rand (10) \ rand (10, 1) x =

72.5480 6.7645 66.6473 -77.9792 21.5106 -70.4299 -3.0075 10.7109 -9.9973 -19.4887

plot(x) 'amdfam15' is not a recognized processor for this target (ignoring processor) 'amdfam15' is not a recognized processor for this target (ignoring processor)

acer@endless:~$ graphics_toolkit gnuplot bash: graphics_toolkit: command not found

:)

On Wed, Mar 21, 2018 at 7:11 PM, Mike Miller notifications@github.com wrote:

The error message comes from llvm. I would suspect this is an OpenGL issue rather than OpenBLAS.

One way to test, try something like

x = rand (10) \ rand (10, 1)

If it's only plot functions, then it is probably the llvm backend of the OpenGL video driver.

A workaround is to use gnuplot

graphics_toolkit gnuplot

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/flathub/org.octave.Octave/issues/4#issuecomment-375043858, or mute the thread https://github.com/notifications/unsubscribe-auth/Aj1uSQGL99pvbuWTxU-FfFuuwJXm1Gebks5tgpfsgaJpZM4SxuU9 .

Alexander-Wilms commented 6 years ago

graphics_toolkit is an Octave command. It would be helpful to know if other 3D accelerated non-flatpak applications also use llvmpipe, though I can't tell you how to find that out.

Nenad10 commented 6 years ago

Hello, Perhaps you would be able to help me with this problem:

Whenever I login my speakers volume are automatically reduced to zero. During calls other people are able to hear me but I don’t hear anyone. Speakers muted icon keeps appearing, and even after I push it’s volume up, it stays muted and nailed to zero. I am new to Linux and not very good with prompt commands. I tried all the solutions from google searches on this topic. I opened alsamixer in terminal and checked all the volumes. There seems to be 2 sound cards: HDA ATI HDMI which has no output according to alsa, and HD-Audio Generic which I am using. This dude had the same problem and its solved but some of the commands do not apply to my prompt https://bbs.archlinux.org/viewtopic.php?id=231283

I have checked in terminal, and the default soundcard is set to HD Audio Generic, which is working just fine for everything else. Maybe the problem is that skype is 32 bit app, and am using 64 bit linux. I wasn't able to to install 32 bit sound libraries once i downloaded them.

On Thu, Mar 22, 2018 at 6:27 AM, Alexander Wilms notifications@github.com wrote:

graphics_toolkit is an Octave command

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/flathub/org.octave.Octave/issues/4#issuecomment-375184376, or mute the thread https://github.com/notifications/unsubscribe-auth/Aj1uSUJXb_YE459ERok3g3Cxdqb1Rs2bks5tgzYwgaJpZM4SxuU9 .

===================== = EndlessOS version =

NAME="Endless" VERSION="3.3.13" ID="endless" ID_LIKE="ubuntu debian" PRETTY_NAME="Endless 3.3.13" VERSION_ID="3.3.13" HOME_URL="http://www.endlessm.com/" BUILD_ID="180314-063134"

========== = Kernel =

Linux endless 4.13.0-32-generic #35+dev199.e5857f7beos3.3.1-Endless SMP Tue Feb 27 18:43:40 UTC x86_64 GNU/Linux

cmdline: BOOT_IMAGE=(hd0,gpt3)/boot/ostree/eos-7272e18cc727ac7afa86edd5f7c61c1fd4eab62e2eeeefc7d483771de51229e0/vmlinuz-4.13.0-32-generic root=UUID=bf29087d-f158-4c96-a976-94abf74e1e62 rw splash plymouth.ignore-serial-consoles quiet ostree=/ostree/boot.0/eos/7272e18cc727ac7afa86edd5f7c61c1fd4eab62e2eeeefc7d483771de51229e0/0

Module Size Used by binfmt_misc 20480 1 rfcomm 77824 2 cmac 16384 1 bnep 20480 2 edac_mce_amd 28672 0 uvcvideo 90112 0 kvm_amd 2183168 0 arc4 16384 2 kvm 585728 1 kvm_amd videobuf2_vmalloc 16384 1 uvcvideo irqbypass 16384 1 kvm videobuf2_memops 16384 1 videobuf2_vmalloc videobuf2_v4l2 24576 1 uvcvideo videobuf2_core 40960 2 uvcvideo,videobuf2_v4l2 crct10dif_pclmul 16384 0 videodev 176128 3 uvcvideo,videobuf2_core,videobuf2_v4l2 media 40960 2 uvcvideo,videodev crc32_pclmul 16384 0 ghash_clmulni_intel 16384 0 pcbc 16384 0 joydev 20480 0 aesni_intel 188416 2 aes_x86_64 20480 1 aesni_intel btusb 45056 0 dcdbas 16384 0 snd_hda_codec_realtek 94208 1 snd_hda_codec_generic 73728 1 snd_hda_codec_realtek snd_hda_codec_hdmi 49152 1 btrtl 16384 1 btusb snd_hda_intel 40960 4 btbcm 16384 1 btusb snd_hda_codec 126976 4 snd_hda_intel,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek btintel 16384 1 btusb bluetooth 544768 31 btrtl,btintel,bnep,btbcm,rfcomm,btusb ath10k_pci 45056 0 ecdh_generic 24576 1 bluetooth snd_hda_core 81920 5 snd_hda_intel,snd_hda_codec,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek ath10k_core 352256 1 ath10k_pci acer_wmi 20480 0 ath 28672 1 ath10k_core snd_hwdep 20480 1 snd_hda_codec snd_pcm 98304 4 snd_hda_intel,snd_hda_codec,snd_hda_core,snd_hda_codec_hdmi crypto_simd 16384 1 aesni_intel wmi_bmof 16384 0 sparse_keymap 16384 1 acer_wmi mac80211 778240 1 ath10k_core snd_timer 32768 1 snd_pcm glue_helper 16384 1 aesni_intel r8169 86016 0 rtsx_pci_ms 20480 0 memstick 16384 1 rtsx_pci_ms snd 81920 16 snd_hda_intel,snd_hwdep,snd_hda_codec,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek,snd_pcm soundcore 16384 1 snd cryptd 24576 3 crypto_simd,ghash_clmulni_intel,aesni_intel psmouse 147456 0 cfg80211 610304 3 mac80211,ath,ath10k_core input_leds 16384 0 i2c_piix4 24576 0 8250_dw 16384 0 mii 16384 1 r8169 fam15h_power 16384 0 wmi 24576 2 wmi_bmof,acer_wmi shpchp 36864 0 dell_smo8800 16384 0 tpm_crb 16384 0 mac_hid 16384 0 ip_tables 28672 0 x_tables 40960 1 ip_tables rtsx_pci_sdmmc 24576 0 amdkfd 180224 1 amd_iommu_v2 20480 1 amdkfd amdgpu 2674688 13 serio_raw 16384 0 ahci 36864 2 i2c_algo_bit 16384 1 amdgpu libahci 32768 1 ahci drm_kms_helper 167936 1 amdgpu syscopyarea 16384 1 drm_kms_helper sysfillrect 16384 1 drm_kms_helper sysimgblt 16384 1 drm_kms_helper fb_sys_fops 16384 1 drm_kms_helper rtsx_pci 57344 2 rtsx_pci_sdmmc,rtsx_pci_ms ttm 102400 1 amdgpu drm 360448 6 amdgpu,ttm,drm_kms_helper video 40960 1 acer_wmi i2c_hid 20480 0 hid 118784 1 i2c_hid

=================== = EndlessOS image =

eosoem-eos3.1-amd64-amd64.170513-111551.en

========== = Uptime =

05:31:17 up 12:02, 1 user, load average: 0.68, 0.60, 0.45

================= = OSTree status =

========================== = Product identification =

sys_vendor: Acer product_name: Aspire A315-21 product_uuid: 44C71DA2-573F-2842-9AA3-A81E84AE9CD5 product_version: V1.02 board_asset_tag: Type2 - Board Asset Tag board_name: Squirtle_SR board_vendor: SR board_version: V1.02 bios_date: 05/12/2017 bios_vendor: Insyde Corp. bios_version: V1.02 chassis_asset_tag:
chassis_type: 10 chassis_vendor: Chassis Manufacturer chassis_version: Chassis Version

======= = CPU =

processor : 0 vendor_id : AuthenticAMD cpu family : 21 model : 112 model name : AMD A6-9220 RADEON R4, 5 COMPUTE CORES 2C+3G stepping : 0 microcode : 0x6006704 cpu MHz : 2500.000 cache size : 1024 KB physical id : 0 siblings : 2 core id : 0 cpu cores : 2 apicid : 16 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good acc_power nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs xop skinit wdt lwp fma4 tce nodeid_msr tbm perfctr_core perfctr_nb bpext ptsc mwaitx cpb hw_pstate vmmcall fsgsbase bmi1 avx2 smep bmi2 xsaveopt arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov bugs : fxsave_leak sysret_ss_attrs null_seg spectre_v1 spectre_v2 bogomips : 4990.94 TLB size : 1536 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm 100mhzsteps hwpstate cpb eff_freq_ro acc_power [13]

processor : 1 vendor_id : AuthenticAMD cpu family : 21 model : 112 model name : AMD A6-9220 RADEON R4, 5 COMPUTE CORES 2C+3G stepping : 0 microcode : 0x6006704 cpu MHz : 2500.000 cache size : 1024 KB physical id : 0 siblings : 2 core id : 1 cpu cores : 2 apicid : 17 initial apicid : 1 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good acc_power nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs xop skinit wdt lwp fma4 tce nodeid_msr tbm perfctr_core perfctr_nb bpext ptsc mwaitx cpb hw_pstate vmmcall fsgsbase bmi1 avx2 smep bmi2 xsaveopt arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov bugs : fxsave_leak sysret_ss_attrs null_seg spectre_v1 spectre_v2 bogomips : 4990.94 TLB size : 1536 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm 100mhzsteps hwpstate cpb eff_freq_ro acc_power [13]

========== = Memory =

total used free shared buff/cache available Mem: 3.8G 1.6G 660M 66M 1.6G 2.0G Swap: 4.0G 0B 4.0G

MemTotal: 3980756 kB MemFree: 676308 kB MemAvailable: 2112868 kB Buffers: 246680 kB Cached: 1044908 kB SwapCached: 0 kB Active: 1898984 kB Inactive: 724096 kB Active(anon): 1205096 kB Inactive(anon): 65828 kB Active(file): 693888 kB Inactive(file): 658268 kB Unevictable: 336 kB Mlocked: 336 kB SwapTotal: 4194300 kB SwapFree: 4194300 kB Dirty: 160 kB Writeback: 0 kB AnonPages: 1331656 kB Mapped: 468424 kB Shmem: 67692 kB Slab: 413760 kB SReclaimable: 370680 kB SUnreclaim: 43080 kB KernelStack: 11348 kB PageTables: 53504 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 6184676 kB Committed_AS: 6547752 kB VmallocTotal: 34359738367 kB VmallocUsed: 0 kB VmallocChunk: 0 kB HardwareCorrupted: 0 kB AnonHugePages: 0 kB ShmemHugePages: 0 kB ShmemPmdMapped: 0 kB CmaTotal: 0 kB CmaFree: 0 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 HugePages_Surp: 0 Hugepagesize: 2048 kB DirectMap4k: 317184 kB DirectMap2M: 3751936 kB DirectMap1G: 0 kB

========= = Disks =

/org/freedesktop/UDisks2/Manager: org.freedesktop.UDisks2.Manager: Version: 2.1.8

/org/freedesktop/UDisks2/block_devices/loop0: org.freedesktop.UDisks2.Block: Configuration: [] CryptoBackingDevice: '/' Device: /dev/loop0 DeviceNumber: 1792 Drive: '/' HintAuto: false HintIconName:
HintIgnore: false HintName:
HintPartitionable: true HintSymbolicIconName:
HintSystem: true Id:
IdLabel:
IdType:
IdUUID:
IdUsage:
IdVersion:
MDRaid: '/' MDRaidMember: '/' PreferredDevice: /dev/loop0 ReadOnly: false Size: 0 Symlinks:
org.freedesktop.UDisks2.Loop: Autoclear: false BackingFile:
SetupByUID: 0

/org/freedesktop/UDisks2/block_devices/loop1: org.freedesktop.UDisks2.Block: Configuration: [] CryptoBackingDevice: '/' Device: /dev/loop1 DeviceNumber: 1793 Drive: '/' HintAuto: false HintIconName:
HintIgnore: false HintName:
HintPartitionable: true HintSymbolicIconName:
HintSystem: true Id:
IdLabel:
IdType:
IdUUID:
IdUsage:
IdVersion:
MDRaid: '/' MDRaidMember: '/' PreferredDevice: /dev/loop1 ReadOnly: false Size: 0 Symlinks:
org.freedesktop.UDisks2.Loop: Autoclear: false BackingFile:
SetupByUID: 0

/org/freedesktop/UDisks2/block_devices/loop2: org.freedesktop.UDisks2.Block: Configuration: [] CryptoBackingDevice: '/' Device: /dev/loop2 DeviceNumber: 1794 Drive: '/' HintAuto: false HintIconName:
HintIgnore: false HintName:
HintPartitionable: true HintSymbolicIconName:
HintSystem: true Id:
IdLabel:
IdType:
IdUUID:
IdUsage:
IdVersion:
MDRaid: '/' MDRaidMember: '/' PreferredDevice: /dev/loop2 ReadOnly: false Size: 0 Symlinks:
org.freedesktop.UDisks2.Loop: Autoclear: false BackingFile:
SetupByUID: 0

/org/freedesktop/UDisks2/block_devices/loop3: org.freedesktop.UDisks2.Block: Configuration: [] CryptoBackingDevice: '/' Device: /dev/loop3 DeviceNumber: 1795 Drive: '/' HintAuto: false HintIconName:
HintIgnore: false HintName:
HintPartitionable: true HintSymbolicIconName:
HintSystem: true Id:
IdLabel:
IdType:
IdUUID:
IdUsage:
IdVersion:
MDRaid: '/' MDRaidMember: '/' PreferredDevice: /dev/loop3 ReadOnly: false Size: 0 Symlinks:
org.freedesktop.UDisks2.Loop: Autoclear: false BackingFile:
SetupByUID: 0

/org/freedesktop/UDisks2/block_devices/loop4: org.freedesktop.UDisks2.Block: Configuration: [] CryptoBackingDevice: '/' Device: /dev/loop4 DeviceNumber: 1796 Drive: '/' HintAuto: false HintIconName:
HintIgnore: false HintName:
HintPartitionable: true HintSymbolicIconName:
HintSystem: true Id:
IdLabel:
IdType:
IdUUID:
IdUsage:
IdVersion:
MDRaid: '/' MDRaidMember: '/' PreferredDevice: /dev/loop4 ReadOnly: false Size: 0 Symlinks:
org.freedesktop.UDisks2.Loop: Autoclear: false BackingFile:
SetupByUID: 0

/org/freedesktop/UDisks2/block_devices/loop5: org.freedesktop.UDisks2.Block: Configuration: [] CryptoBackingDevice: '/' Device: /dev/loop5 DeviceNumber: 1797 Drive: '/' HintAuto: false HintIconName:
HintIgnore: false HintName:
HintPartitionable: true HintSymbolicIconName:
HintSystem: true Id:
IdLabel:
IdType:
IdUUID:
IdUsage:
IdVersion:
MDRaid: '/' MDRaidMember: '/' PreferredDevice: /dev/loop5 ReadOnly: false Size: 0 Symlinks:
org.freedesktop.UDisks2.Loop: Autoclear: false BackingFile:
SetupByUID: 0

/org/freedesktop/UDisks2/block_devices/loop6: org.freedesktop.UDisks2.Block: Configuration: [] CryptoBackingDevice: '/' Device: /dev/loop6 DeviceNumber: 1798 Drive: '/' HintAuto: false HintIconName:
HintIgnore: false HintName:
HintPartitionable: true HintSymbolicIconName:
HintSystem: true Id:
IdLabel:
IdType:
IdUUID:
IdUsage:
IdVersion:
MDRaid: '/' MDRaidMember: '/' PreferredDevice: /dev/loop6 ReadOnly: false Size: 0 Symlinks:
org.freedesktop.UDisks2.Loop: Autoclear: false BackingFile:
SetupByUID: 0

/org/freedesktop/UDisks2/block_devices/loop7: org.freedesktop.UDisks2.Block: Configuration: [] CryptoBackingDevice: '/' Device: /dev/loop7 DeviceNumber: 1799 Drive: '/' HintAuto: false HintIconName:
HintIgnore: false HintName:
HintPartitionable: true HintSymbolicIconName:
HintSystem: true Id:
IdLabel:
IdType:
IdUUID:
IdUsage:
IdVersion:
MDRaid: '/' MDRaidMember: '/' PreferredDevice: /dev/loop7 ReadOnly: false Size: 0 Symlinks:
org.freedesktop.UDisks2.Loop: Autoclear: false BackingFile:
SetupByUID: 0

/org/freedesktop/UDisks2/block_devices/sda: org.freedesktop.UDisks2.Block: Configuration: [] CryptoBackingDevice: '/' Device: /dev/sda DeviceNumber: 2048 Drive: '/org/freedesktop/UDisks2/drives/WDC_WD10SPZX_21Z10T0_WD_WX21A5771H4U' HintAuto: false HintIconName:
HintIgnore: false HintName:
HintPartitionable: true HintSymbolicIconName:
HintSystem: true Id: by-id-ata-WDC_WD10SPZX-21Z10T0_WD-WX21A5771H4U IdLabel:
IdType:
IdUUID:
IdUsage:
IdVersion:
MDRaid: '/' MDRaidMember: '/' PreferredDevice: /dev/sda ReadOnly: false Size: 1000204886016 Symlinks: /dev/disk/by-id/ata-WDC_WD10SPZX-21Z10T0_WD-WX21A5771H4U /dev/disk/by-id/wwn-0x50014ee65d00aa2a /dev/disk/by-path/pci-0000:00:11.0-ata-1 org.freedesktop.UDisks2.PartitionTable: Type: gpt

/org/freedesktop/UDisks2/block_devices/sda1: org.freedesktop.UDisks2.Block: Configuration: [] CryptoBackingDevice: '/' Device: /dev/sda1 DeviceNumber: 2049 Drive: '/org/freedesktop/UDisks2/drives/WDC_WD10SPZX_21Z10T0_WD_WX21A5771H4U' HintAuto: false HintIconName:
HintIgnore: false HintName:
HintPartitionable: true HintSymbolicIconName:
HintSystem: true Id: by-id-ata-WDC_WD10SPZX-21Z10T0_WD-WX21A5771H4U-part1 IdLabel:
IdType: vfat IdUUID: 6885-7235 IdUsage: filesystem IdVersion: FAT16 MDRaid: '/' MDRaidMember: '/' PreferredDevice: /dev/sda1 ReadOnly: false Size: 65011712 Symlinks: /dev/disk/by-id/ata-WDC_WD10SPZX-21Z10T0_WD-WX21A5771H4U-part1 /dev/disk/by-id/wwn-0x50014ee65d00aa2a-part1 /dev/disk/by-partuuid/2a3af2ca-3407-4d31-a14b-1980575e5f2b /dev/disk/by-path/pci-0000:00:11.0-ata-1-part1 /dev/disk/by-uuid/6885-7235 org.freedesktop.UDisks2.Filesystem: MountPoints:
org.freedesktop.UDisks2.Partition: Flags: 0 IsContained: false IsContainer: false Name:
Number: 1 Offset: 1048576 Size: 65011712 Table: '/org/freedesktop/UDisks2/block_devices/sda' Type: ebd0a0a2-b9e5-4433-87c0-68b6b72699c7 UUID: 2a3af2ca-3407-4d31-a14b-1980575e5f2b

/org/freedesktop/UDisks2/block_devices/sda2: org.freedesktop.UDisks2.Block: Configuration: [] CryptoBackingDevice: '/' Device: /dev/sda2 DeviceNumber: 2050 Drive: '/org/freedesktop/UDisks2/drives/WDC_WD10SPZX_21Z10T0_WD_WX21A5771H4U' HintAuto: false HintIconName:
HintIgnore: true HintName:
HintPartitionable: true HintSymbolicIconName:
HintSystem: true Id: by-id-ata-WDC_WD10SPZX-21Z10T0_WD-WX21A5771H4U-part2 IdLabel:
IdType:
IdUUID:
IdUsage:
IdVersion:
MDRaid: '/' MDRaidMember: '/' PreferredDevice: /dev/sda2 ReadOnly: false Size: 1048576 Symlinks: /dev/disk/by-id/ata-WDC_WD10SPZX-21Z10T0_WD-WX21A5771H4U-part2 /dev/disk/by-id/wwn-0x50014ee65d00aa2a-part2 /dev/disk/by-partuuid/b19f5eb9-097c-4356-891c-3294ac91c725 /dev/disk/by-path/pci-0000:00:11.0-ata-1-part2 org.freedesktop.UDisks2.Partition: Flags: 0 IsContained: false IsContainer: false Name:
Number: 2 Offset: 66060288 Size: 1048576 Table: '/org/freedesktop/UDisks2/block_devices/sda' Type: 21686148-6449-6e6f-744e-656564454649 UUID: b19f5eb9-097c-4356-891c-3294ac91c725

/org/freedesktop/UDisks2/block_devices/sda3: org.freedesktop.UDisks2.Block: Configuration: [('fstab', {'fsname': <b'LABEL=ostree'>, 'dir': <b'/'>, 'type': <b'ext4'>, 'opts': <b'errors=remount-ro'>, 'freq': <0>, 'passno': <0>})] CryptoBackingDevice: '/' Device: /dev/sda3 DeviceNumber: 2051 Drive: '/org/freedesktop/UDisks2/drives/WDC_WD10SPZX_21Z10T0_WD_WX21A5771H4U' HintAuto: false HintIconName:
HintIgnore: false HintName:
HintPartitionable: true HintSymbolicIconName:
HintSystem: true Id: by-id-ata-WDC_WD10SPZX-21Z10T0_WD-WX21A5771H4U-part3 IdLabel: ostree IdType: ext4 IdUUID: bf29087d-f158-4c96-a976-94abf74e1e62 IdUsage: filesystem IdVersion: 1.0 MDRaid: '/' MDRaidMember: '/' PreferredDevice: /dev/sda3 ReadOnly: false Size: 992373374976 Symlinks: /dev/disk/by-id/ata-WDC_WD10SPZX-21Z10T0_WD-WX21A5771H4U-part3 /dev/disk/by-id/wwn-0x50014ee65d00aa2a-part3 /dev/disk/by-label/ostree /dev/disk/by-partuuid/20da1f1b-60fa-4186-9346-2647ef47cf6d /dev/disk/by-path/pci-0000:00:11.0-ata-1-part3 /dev/disk/by-uuid/bf29087d-f158-4c96-a976-94abf74e1e62 org.freedesktop.UDisks2.Filesystem: MountPoints: / /boot /sysroot /usr /var org.freedesktop.UDisks2.Partition: Flags: 0 IsContained: false IsContainer: false Name:
Number: 3 Offset: 67108864 Size: 992373374976 Table: '/org/freedesktop/UDisks2/block_devices/sda' Type: 4f68bce3-e8cd-4db1-96e7-fbcaf984b709 UUID: 20da1f1b-60fa-4186-9346-2647ef47cf6d

/org/freedesktop/UDisks2/block_devices/sda4: org.freedesktop.UDisks2.Block: Configuration: [] CryptoBackingDevice: '/' Device: /dev/sda4 DeviceNumber: 2052 Drive: '/org/freedesktop/UDisks2/drives/WDC_WD10SPZX_21Z10T0_WD_WX21A5771H4U' HintAuto: false HintIconName:
HintIgnore: false HintName:
HintPartitionable: true HintSymbolicIconName:
HintSystem: true Id: by-id-ata-WDC_WD10SPZX-21Z10T0_WD-WX21A5771H4U-part4 IdLabel: eos-swap IdType: swap IdUUID: 7a2a6822-61f7-4cb7-93f6-a4cf66a126bc IdUsage: other IdVersion: 1 MDRaid: '/' MDRaidMember: '/' PreferredDevice: /dev/sda4 ReadOnly: false Size: 4294967296 Symlinks: /dev/disk/by-id/ata-WDC_WD10SPZX-21Z10T0_WD-WX21A5771H4U-part4 /dev/disk/by-id/wwn-0x50014ee65d00aa2a-part4 /dev/disk/by-label/eos-swap /dev/disk/by-partuuid/28fd5b4e-4c12-47dc-97a2-dc1296d3ac01 /dev/disk/by-path/pci-0000:00:11.0-ata-1-part4 /dev/disk/by-uuid/7a2a6822-61f7-4cb7-93f6-a4cf66a126bc org.freedesktop.UDisks2.Partition: Flags: 0 IsContained: false IsContainer: false Name:
Number: 4 Offset: 992440483840 Size: 4294967296 Table: '/org/freedesktop/UDisks2/block_devices/sda' Type: 0657fd6d-a4ab-43c4-84e5-0933c84b4f4f UUID: 28fd5b4e-4c12-47dc-97a2-dc1296d3ac01 org.freedesktop.UDisks2.Swapspace: Active: true

/org/freedesktop/UDisks2/block_devices/sda5: org.freedesktop.UDisks2.Block: Configuration: [] CryptoBackingDevice: '/' Device: /dev/sda5 DeviceNumber: 2053 Drive: '/org/freedesktop/UDisks2/drives/WDC_WD10SPZX_21Z10T0_WD_WX21A5771H4U' HintAuto: false HintIconName:
HintIgnore: false HintName:
HintPartitionable: true HintSymbolicIconName:
HintSystem: true Id: by-id-ata-WDC_WD10SPZX-21Z10T0_WD-WX21A5771H4U-part5 IdLabel: WINDRIVER IdType: ntfs IdUUID: A66EC1776EC14133 IdUsage: filesystem IdVersion:
MDRaid: '/' MDRaidMember: '/' PreferredDevice: /dev/sda5 ReadOnly: false Size: 3468689408 Symlinks: /dev/disk/by-id/ata-WDC_WD10SPZX-21Z10T0_WD-WX21A5771H4U-part5 /dev/disk/by-id/wwn-0x50014ee65d00aa2a-part5 /dev/disk/by-label/WINDRIVER /dev/disk/by-partlabel/Basic\x20data\x20partition /dev/disk/by-partuuid/3dd8323d-79b2-4056-878d-d933ad661dea /dev/disk/by-path/pci-0000:00:11.0-ata-1-part5 /dev/disk/by-uuid/A66EC1776EC14133 org.freedesktop.UDisks2.Filesystem: MountPoints:
org.freedesktop.UDisks2.Partition: Flags: 0 IsContained: false IsContainer: false Name: Basic data partition Number: 5 Offset: 996735451136 Size: 3468689408 Table: '/org/freedesktop/UDisks2/block_devices/sda' Type: bfbfafe7-a34f-448a-9a5b-6213eb736c22 UUID: 3dd8323d-79b2-4056-878d-d933ad661dea

/org/freedesktop/UDisks2/drives/WDC_WD10SPZX_21Z10T0_WD_WX21A5771H4U: org.freedesktop.UDisks2.Drive: CanPowerOff: false Configuration: {} ConnectionBus:
Ejectable: false Id: WDC-WD10SPZX-21Z10T0-WD-WX21A5771H4U Media:
MediaAvailable: true MediaChangeDetected: true MediaCompatibility:
MediaRemovable: false Model: WDC WD10SPZX-21Z10T0 Optical: false OpticalBlank: false OpticalNumAudioTracks: 0 OpticalNumDataTracks: 0 OpticalNumSessions: 0 OpticalNumTracks: 0 Removable: false Revision: 02.01A02 RotationRate: 5400 Seat: seat0 Serial: WD-WX21A5771H4U SiblingId:
Size: 1000204886016 SortKey: 00coldplug/00fixed/sd____a TimeDetected: 1521476966097395 TimeMediaDetected: 1521476966097395 Vendor:
WWN: 0x50014ee65d00aa2a org.freedesktop.UDisks2.Drive.Ata: AamEnabled: false AamSupported: false AamVendorRecommendedValue: 0 ApmEnabled: true ApmSupported: true PmEnabled: true PmSupported: true ReadLookaheadEnabled: true ReadLookaheadSupported: true SecurityEnhancedEraseUnitMinutes: 180 SecurityEraseUnitMinutes: 180 SecurityFrozen: true SmartEnabled: true SmartFailing: false SmartNumAttributesFailedInThePast: 0 SmartNumAttributesFailing: 0 SmartNumBadSectors: 0 SmartPowerOnSeconds: 3891600 SmartSelftestPercentRemaining: 0 SmartSelftestStatus: success SmartSupported: true SmartTemperature: 296.15000000000003 SmartUpdated: 1521520149 WriteCacheEnabled: true WriteCacheSupported: true

========== = Mounts =

sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) devtmpfs on /dev type devtmpfs (rw,nosuid,size=1939784k,nr_inodes=484946,mode=755) securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000) tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755) tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k) tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755) cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd) pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime) cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct) cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio) cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event) cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio) cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset) cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices) cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory) cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma) cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb) cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer) cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids) configfs on /sys/kernel/config type configfs (rw,relatime) /dev/sda3 on /sysroot type ext4 (rw,relatime,errors=remount-ro,data=ordered) /dev/sda3 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered) /dev/sda3 on /boot type ext4 (rw,relatime,errors=remount-ro,data=ordered) /dev/sda3 on /usr type ext4 (ro,relatime,errors=remount-ro,data=ordered) systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=23,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=13055) debugfs on /sys/kernel/debug type debugfs (rw,relatime) hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M) mqueue on /dev/mqueue type mqueue (rw,relatime) /dev/sda3 on /var type ext4 (rw,relatime,errors=remount-ro,data=ordered) fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime) tmpfs on /tmp type tmpfs (rw,nosuid,nodev) tmpfs on /run/user/109 type tmpfs (rw,nosuid,nodev,relatime,size=398072k,mode=700,uid=109,gid=117) tmpfs on /run/user/1002 type tmpfs (rw,nosuid,nodev,relatime,size=398072k,mode=700,uid=1002,gid=1002) /dev/fuse on /run/user/1002/doc type fuse (rw,nosuid,nodev,relatime,user_id=1002,group_id=1002) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)

Filesystem Size Used Avail Use% Mounted on devtmpfs 1.9G 0 1.9G 0% /dev tmpfs 1.9G 37M 1.9G 2% /dev/shm tmpfs 1.9G 13M 1.9G 1% /run tmpfs 5.0M 4.0K 5.0M 1% /run/lock tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup /dev/sda3 910G 37G 873G 5% / tmpfs 1.9G 16K 1.9G 1% /tmp tmpfs 389M 12K 389M 1% /run/user/109 tmpfs 389M 100K 389M 1% /run/user/1002

====================== = Network interfaces =

enp2s0f1 Link encap:Ethernet HWaddr a8:1e:84:ae:9c:d5
inet addr:192.168.0.14 Bcast:192.168.0.255 Mask:255.255.255.0 inet6 addr: fe80::d2b5:475b:eef3:60d7/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:63056 errors:0 dropped:0 overruns:0 frame:0 TX packets:27852 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:32681423 (31.1 MiB) TX bytes:4126015 (3.9 MiB)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:572 errors:0 dropped:0 overruns:0 frame:0 TX packets:572 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:45788 (44.7 KiB) TX bytes:45788 (44.7 KiB)

wlp3s0 Link encap:Ethernet HWaddr f8:28:19:48:2f:8f
UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

================== = rfkill devices =

rfkill0 name: acer-wireless type: wlan hard: 0 soft: 0 persistent: 0 state: 1

rfkill1 name: acer-bluetooth type: bluetooth hard: 0 soft: 0 persistent: 0 state: 1

rfkill3 name: phy0 type: wlan hard: 0 soft: 0 persistent: 0 state: 1 driver: ath10k_pci

rfkill5 name: hci0 type: bluetooth hard: 0 soft: 0 persistent: 0 state: 1 driver: btusb

============ = Graphics =

Renderer: Gallium 0.4 on AMD STONEY (DRM 3.20.0 / 4.13.0-32-generic, LLVM 3.9.1)

=========== = Display =

Screen 0: minimum 320 x 200, current 1366 x 768, maximum 16384 x 16384 eDP connected primary 1366x768+0+0 (0x55) normal (normal left inverted right x axis y axis) 344mm x 194mm Identifier: 0x51 Timestamp: 62424 Subpixel: horizontal rgb Gamma: 1.0:1.0:1.0 Brightness: 1.0 Clones:
CRTC: 0 CRTCs: 0 1 Transform: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 filter: underscan vborder: 0 underscan hborder: 0 underscan: off _MUTTER_PRESENTATION_OUTPUT: 0 EDID: 00ffffffffffff0009e5750600000000 01190104952213780224109759548e27 1e505400000001010101010101010101 0101010101013e1c56a0500016303020 360058c21000001a0000000000000000 00000000000000000000000000fe0042 4f452043510a202020202020000000fe 004e5431353657484d2d4e34320a0026 scaling mode: Full supported: None, Full, Center, Full aspect link-status: Good supported: Good, Bad 1366x768 (0x55) 72.300MHz +HSync -VSync *current +preferred h: width 1366 start 1414 end 1446 total 1526 skew 0 clock 47.38KHz v: height 768 start 771 end 777 total 790 clock 59.97Hz 1280x720 (0x56) 74.648MHz -HSync +VSync h: width 1280 start 1344 end 1472 total 1664 skew 0 clock 44.86KHz v: height 720 start 723 end 728 total 748 clock 59.97Hz 1152x768 (0x57) 71.951MHz -HSync +VSync h: width 1152 start 1216 end 1328 total 1504 skew 0 clock 47.84KHz v: height 768 start 771 end 781 total 798 clock 59.95Hz 1024x768 (0x58) 63.531MHz -HSync +VSync h: width 1024 start 1072 end 1176 total 1328 skew 0 clock 47.84KHz v: height 768 start 771 end 775 total 798 clock 59.95Hz 800x600 (0x59) 38.313MHz -HSync +VSync h: width 800 start 832 end 912 total 1024 skew 0 clock 37.42KHz v: height 600 start 603 end 607 total 624 clock 59.96Hz 848x480 (0x5a) 31.648MHz -HSync +VSync h: width 848 start 872 end 952 total 1056 skew 0 clock 29.97KHz v: height 480 start 483 end 493 total 500 clock 59.94Hz 720x480 (0x5b) 26.852MHz -HSync +VSync h: width 720 start 744 end 808 total 896 skew 0 clock 29.97KHz v: height 480 start 483 end 493 total 500 clock 59.94Hz 640x480 (0x5c) 23.975MHz -HSync +VSync h: width 640 start 664 end 720 total 800 skew 0 clock 29.97KHz v: height 480 start 483 end 487 total 500 clock 59.94Hz HDMI-A-0 disconnected (normal left inverted right x axis y axis) Identifier: 0x52 Timestamp: 62424 Subpixel: horizontal rgb Clones:
CRTCs: 0 1 Transform: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 filter: dither: off supported: off, on audio: auto supported: off, on, auto scaling mode: None supported: None, Full, Center, Full aspect underscan vborder: 0 range: (0, 128) underscan hborder: 0 range: (0, 128) underscan: off supported: off, on, auto coherent: 1 range: (0, 1) link-status: Good supported: Good, Bad DisplayPort-0 disconnected (normal left inverted right x axis y axis) Identifier: 0x53 Timestamp: 62424 Subpixel: horizontal rgb Clones:
CRTCs: 0 1 Transform: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 filter: dither: off supported: off, on audio: auto supported: off, on, auto scaling mode: None supported: None, Full, Center, Full aspect underscan vborder: 0 range: (0, 128) underscan hborder: 0 range: (0, 128) underscan: off supported: off, on, auto coherent: 1 range: (0, 1) link-status: Good supported: Good, Bad

============== = Pulseaudio =

Card #0 Name: alsa_card.pci-0000_00_01.1 Driver: module-alsa-card.c Owner Module: 6 Properties: alsa.card = "0" alsa.card_name = "HDA ATI HDMI" alsa.long_card_name = "HDA ATI HDMI at 0xf0d60000 irq 233" alsa.driver_name = "snd_hda_intel" device.bus_path = "pci-0000:00:01.1" sysfs.path = "/devices/pci0000:00/0000:00:01.1/sound/card0" device.bus = "pci" device.vendor.id = "1002" device.vendor.name = "Advanced Micro Devices, Inc. [AMD/ATI]" device.product.id = "15b3" device.form_factor = "internal" device.string = "0" device.description = "Built-in Audio" module-udev-detect.discovered = "1" device.icon_name = "audio-card-pci" Profiles: output:hdmi-stereo: Digital Stereo (HDMI) Output (sinks: 1, sources: 0, priority: 5400, available: no) output:hdmi-surround: Digital Surround 5.1 (HDMI) Output (sinks: 1, sources: 0, priority: 300, available: no) output:hdmi-surround71: Digital Surround 7.1 (HDMI) Output (sinks: 1, sources: 0, priority: 300, available: no) off: Off (sinks: 0, sources: 0, priority: 0, available: yes) Active Profile: off Ports: hdmi-output-0: HDMI / DisplayPort (priority: 8900, latency offset: 0 usec, not available) Properties: device.icon_name = "video-display" Part of profile(s): output:hdmi-stereo, output:hdmi-surround, output:hdmi-surround71

Card #1 Name: alsa_card.pci-0000_00_09.2 Driver: module-alsa-card.c Owner Module: 7 Properties: alsa.card = "1" alsa.card_name = "HD-Audio Generic" alsa.long_card_name = "HD-Audio Generic at 0xf0d64000 irq 234" alsa.driver_name = "snd_hda_intel" device.bus_path = "pci-0000:00:09.2" sysfs.path = "/devices/pci0000:00/0000:00:09.2/sound/card1" device.bus = "pci" device.vendor.id = "1022" device.vendor.name = "Advanced Micro Devices, Inc. [AMD]" device.product.id = "157a" device.form_factor = "internal" device.string = "1" device.description = "Built-in Audio" module-udev-detect.discovered = "1" device.icon_name = "audio-card-pci" Profiles: input:analog-stereo: Analog Stereo Input (sinks: 0, sources: 1, priority: 60, available: yes) output:analog-stereo: Analog Stereo Output (sinks: 1, sources: 0, priority: 6000, available: yes) output:analog-stereo+input:analog-stereo: Analog Stereo Duplex (sinks: 1, sources: 1, priority: 6060, available: yes) off: Off (sinks: 0, sources: 0, priority: 0, available: yes) Active Profile: output:analog-stereo+input:analog-stereo Ports: analog-input-internal-mic: Internal Microphone (priority: 8900, latency offset: 0 usec) Properties: device.icon_name = "audio-input-microphone" Part of profile(s): input:analog-stereo, output:analog-stereo+input:analog-stereo analog-input-headset-mic: Headset Microphone (priority: 8700, latency offset: 0 usec, not available) Properties: device.icon_name = "audio-input-microphone" Part of profile(s): input:analog-stereo, output:analog-stereo+input:analog-stereo analog-output-speaker: Speakers (priority: 7900, latency offset: 0 usec) Properties: device.icon_name = "audio-speakers" Part of profile(s): output:analog-stereo, output:analog-stereo+input:analog-stereo analog-output-headphones: Headphones (priority: 9900, latency offset: 0 usec, not available) Properties: device.icon_name = "audio-headphones" Part of profile(s): output:analog-stereo, output:analog-stereo+input:analog-stereo

Source #0 State: SUSPENDED Name: alsa_output.pci-0000_00_09.2.analog-stereo.monitor Description: Monitor of Built-in Audio Analog Stereo Driver: module-alsa-card.c Sample Specification: s16le 2ch 44100Hz Channel Map: front-left,front-right Owner Module: 7 Mute: no Volume: front-left: 65536 / 100% / 0.00 dB, front-right: 65536 / 100% / 0.00 dB balance 0.00 Base Volume: 65536 / 100% / 0.00 dB Monitor of Sink: alsa_output.pci-0000_00_09.2.analog-stereo Latency: 0 usec, configured 0 usec Flags: DECIBEL_VOLUME LATENCY Properties: device.description = "Monitor of Built-in Audio Analog Stereo" device.class = "monitor" alsa.card = "1" alsa.card_name = "HD-Audio Generic" alsa.long_card_name = "HD-Audio Generic at 0xf0d64000 irq 234" alsa.driver_name = "snd_hda_intel" device.bus_path = "pci-0000:00:09.2" sysfs.path = "/devices/pci0000:00/0000:00:09.2/sound/card1" device.bus = "pci" device.vendor.id = "1022" device.vendor.name = "Advanced Micro Devices, Inc. [AMD]" device.product.id = "157a" device.form_factor = "internal" device.string = "1" module-udev-detect.discovered = "1" device.icon_name = "audio-card-pci" Formats: pcm

Source #1 State: SUSPENDED Name: alsa_input.pci-0000_00_09.2.analog-stereo Description: Built-in Audio Analog Stereo Driver: module-alsa-card.c Sample Specification: s16le 2ch 44100Hz Channel Map: front-left,front-right Owner Module: 7 Mute: no Volume: front-left: 3381 / 5% / -77.25 dB, front-right: 3381 / 5% / -77.25 dB balance 0.00 Base Volume: 6554 / 10% / -60.00 dB Monitor of Sink: n/a Latency: 0 usec, configured 0 usec Flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY Properties: alsa.resolution_bits = "16" device.api = "alsa" device.class = "sound" alsa.class = "generic" alsa.subclass = "generic-mix" alsa.name = "ALC255 Analog" alsa.id = "ALC255 Analog" alsa.subdevice = "0" alsa.subdevice_name = "subdevice #0" alsa.device = "0" alsa.card = "1" alsa.card_name = "HD-Audio Generic" alsa.long_card_name = "HD-Audio Generic at 0xf0d64000 irq 234" alsa.driver_name = "snd_hda_intel" device.bus_path = "pci-0000:00:09.2" sysfs.path = "/devices/pci0000:00/0000:00:09.2/sound/card1" device.bus = "pci" device.vendor.id = "1022" device.vendor.name = "Advanced Micro Devices, Inc. [AMD]" device.product.id = "157a" device.form_factor = "internal" device.string = "front:1" device.buffering.buffer_size = "65536" device.buffering.fragment_size = "32768" device.access_mode = "mmap+timer" device.profile.name = "analog-stereo" device.profile.description = "Analog Stereo" device.description = "Built-in Audio Analog Stereo" alsa.mixer_name = "Realtek ALC255" alsa.components = "HDA:10ec0255,10251192,00100002" module-udev-detect.discovered = "1" device.icon_name = "audio-card-pci" Ports: analog-input-internal-mic: Internal Microphone (priority: 8900) analog-input-headset-mic: Headset Microphone (priority: 8700, not available) Active Port: analog-input-internal-mic Formats: pcm

Sink #0 State: SUSPENDED Name: alsa_output.pci-0000_00_09.2.analog-stereo Description: Built-in Audio Analog Stereo Driver: module-alsa-card.c Sample Specification: s16le 2ch 44100Hz Channel Map: front-left,front-right Owner Module: 7 Mute: no Volume: front-left: 65536 / 100% / 0.00 dB, front-right: 65536 / 100% / 0.00 dB balance 0.00 Base Volume: 65536 / 100% / 0.00 dB Monitor Source: alsa_output.pci-0000_00_09.2.analog-stereo.monitor Latency: 0 usec, configured 0 usec Flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY Properties: alsa.resolution_bits = "16" device.api = "alsa" device.class = "sound" alsa.class = "generic" alsa.subclass = "generic-mix" alsa.name = "ALC255 Analog" alsa.id = "ALC255 Analog" alsa.subdevice = "0" alsa.subdevice_name = "subdevice #0" alsa.device = "0" alsa.card = "1" alsa.card_name = "HD-Audio Generic" alsa.long_card_name = "HD-Audio Generic at 0xf0d64000 irq 234" alsa.driver_name = "snd_hda_intel" device.bus_path = "pci-0000:00:09.2" sysfs.path = "/devices/pci0000:00/0000:00:09.2/sound/card1" device.bus = "pci" device.vendor.id = "1022" device.vendor.name = "Advanced Micro Devices, Inc. [AMD]" device.product.id = "157a" device.form_factor = "internal" device.string = "front:1" device.buffering.buffer_size = "65536" device.buffering.fragment_size = "32768" device.access_mode = "mmap+timer" device.profile.name = "analog-stereo" device.profile.description = "Analog Stereo" device.description = "Built-in Audio Analog Stereo" alsa.mixer_name = "Realtek ALC255" alsa.components = "HDA:10ec0255,10251192,00100002" module-udev-detect.discovered = "1" device.icon_name = "audio-card-pci" Ports: analog-output-speaker: Speakers (priority: 7900) analog-output-headphones: Headphones (priority: 9900, not available) Active Port: analog-output-speaker Formats: pcm

================= = Input devices =

I: Bus=0019 Vendor=0000 Product=0001 Version=0000 N: Name="Power Button" P: Phys=PNP0C0C/button/input0 S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 U: Uniq= H: Handlers=kbd event0 B: PROP=0 B: EV=3 B: KEY=10000000000000 0

I: Bus=0019 Vendor=0000 Product=0003 Version=0000 N: Name="Sleep Button" P: Phys=PNP0C0E/button/input0 S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1 U: Uniq= H: Handlers=kbd event1 B: PROP=0 B: EV=3 B: KEY=4000 0 0

I: Bus=0019 Vendor=0000 Product=0005 Version=0000 N: Name="Lid Switch" P: Phys=PNP0C0D/button/input0 S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2 U: Uniq= H: Handlers=event2 B: PROP=0 B: EV=21 B: SW=1

I: Bus=0019 Vendor=0000 Product=0001 Version=0000 N: Name="Power Button" P: Phys=LNXPWRBN/button/input0 S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3 U: Uniq= H: Handlers=kbd event3 B: PROP=0 B: EV=3 B: KEY=10000000000000 0

I: Bus=0011 Vendor=0001 Product=0001 Version=ab83 N: Name="AT Translated Set 2 keyboard" P: Phys=isa0060/serio0/input0 S: Sysfs=/devices/platform/i8042/serio0/input/input4 U: Uniq= H: Handlers=sysrq kbd event4 leds B: PROP=0 B: EV=120013 B: KEY=10000 c020000000000 0 0 700f02000003 3802078f870f401 febfffdfffefffff fffffffffffffffe B: MSC=10 B: LED=7

I: Bus=0019 Vendor=0000 Product=0006 Version=0000 N: Name="Video Bus" P: Phys=LNXVIDEO/video/input0 S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6 U: Uniq= H: Handlers=kbd event5 B: PROP=0 B: EV=3 B: KEY=3e000b00000000 0 0 0

I: Bus=0019 Vendor=0000 Product=0000 Version=0000 N: Name="Acer WMI hotkeys" P: Phys=wmi/input0 S: Sysfs=/devices/virtual/input/input8 U: Uniq= H: Handlers=rfkill kbd event6 B: PROP=0 B: EV=13 B: KEY=1c0000 0 0 0 0 1600800000c00 300000 0 0 B: MSC=10

I: Bus=0000 Vendor=0000 Product=0000 Version=0000 N: Name="HDA ATI HDMI HDMI/DP,pcm=3" P: Phys=ALSA S: Sysfs=/devices/pci0000:00/0000:00:01.1/sound/card0/input9 U: Uniq= H: Handlers=event7 B: PROP=0 B: EV=21 B: SW=140

I: Bus=0000 Vendor=0000 Product=0000 Version=0000 N: Name="HD-Audio Generic Front Headphone" P: Phys=ALSA S: Sysfs=/devices/pci0000:00/0000:00:09.2/sound/card1/input10 U: Uniq= H: Handlers=event8 B: PROP=0 B: EV=21 B: SW=4

I: Bus=0011 Vendor=0002 Product=0007 Version=01a1 N: Name="SynPS/2 Synaptics TouchPad" P: Phys=isa0060/serio1/input0 S: Sysfs=/devices/platform/i8042/serio1/input/input7 U: Uniq= H: Handlers=mouse0 event9 B: PROP=5 B: EV=b B: KEY=e520 10000 0 0 0 0 B: ABS=660800011000003

I: Bus=0003 Vendor=0408 Product=a030 Version=0005 N: Name="VGA WebCam: VGA WebCam" P: Phys=usb-0000:00:12.0-1.4/button S: Sysfs=/devices/pci0000:00/0000:00:12.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input11 U: Uniq= H: Handlers=kbd event10 B: PROP=0 B: EV=3 B: KEY=100000 0 0 0

=============== = PCI devices =

00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:1576] Subsystem: Acer Incorporated [ALI] Device [1025:1192] Flags: bus master, fast devsel, latency 0

00:00.2 IOMMU [0806]: Advanced Micro Devices, Inc. [AMD] Device [1022:1577] Subsystem: Acer Incorporated [ALI] Device [1025:1192] Flags: fast devsel, IRQ 24 Capabilities:

00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Device [1002:98e4] (rev ea) (prog-if 00 [VGA controller]) Subsystem: Acer Incorporated [ALI] Device [1025:1192] Flags: bus master, fast devsel, latency 0, IRQ 227 Memory at e8000000 (64-bit, prefetchable) [size=128M] Memory at f0000000 (64-bit, prefetchable) [size=8M] I/O ports at 3000 [size=256] Memory at f0d00000 (32-bit, non-prefetchable) [size=256K] Expansion ROM at 000c0000 [disabled] [size=128K] Capabilities: Kernel driver in use: amdgpu

00:01.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Device [1002:15b3] Subsystem: Acer Incorporated [ALI] Device [1025:1192] Flags: bus master, fast devsel, latency 0, IRQ 233 Memory at f0d60000 (64-bit, non-prefetchable) [size=16K] Capabilities: Kernel driver in use: snd_hda_intel

00:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:157b] Flags: fast devsel

00:02.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Device [1022:157c] (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=01, subordinate=01, sec-latency=0 I/O behind bridge: 00001000-00001fff Memory behind bridge: f0e00000-f0ffffff Prefetchable memory behind bridge: 00000000f1000000-00000000f11fffff Capabilities: Kernel driver in use: pcieport

00:02.2 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Device [1022:157c] (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=02, subordinate=02, sec-latency=0 I/O behind bridge: 00002000-00002fff Memory behind bridge: f0c00000-f0cfffff Capabilities: Kernel driver in use: pcieport

00:02.3 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Device [1022:157c] (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=03, subordinate=03, sec-latency=0 Memory behind bridge: f0800000-f09fffff Capabilities: Kernel driver in use: pcieport

00:03.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:157b] Flags: fast devsel

00:08.0 Encryption controller [1080]: Advanced Micro Devices, Inc. [AMD] Device [1022:1578] Subsystem: Acer Incorporated [ALI] Device [1025:1192] Flags: bus master, fast devsel, latency 0, IRQ 3 Memory at f0d40000 (64-bit, prefetchable) [size=128K] Memory at f0b00000 (32-bit, non-prefetchable) [size=1M] Memory at f0d6f000 (32-bit, non-prefetchable) [size=4K] Memory at f0d6a000 (32-bit, non-prefetchable) [size=8K] Capabilities:

00:09.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:157d] Flags: fast devsel

00:09.2 Audio device [0403]: Advanced Micro Devices, Inc. [AMD] Device [1022:157a] Subsystem: Acer Incorporated [ALI] Device [1025:1192] Flags: bus master, fast devsel, latency 0, IRQ 234 Memory at f0d64000 (32-bit, non-prefetchable) [size=16K] Capabilities: Kernel driver in use: snd_hda_intel

00:10.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] FCH USB XHCI Controller [1022:7914] (rev 20) (prog-if 30 [XHCI]) Subsystem: Acer Incorporated [ALI] Device [1025:1192] Flags: bus master, fast devsel, latency 0, IRQ 18 Memory at f0d68000 (64-bit, non-prefetchable) [size=8K] Capabilities: Kernel driver in use: xhci_hcd

00:11.0 SATA controller [0106]: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] [1022:7901] (rev 4b) (prog-if 01 [AHCI 1.0]) Subsystem: Acer Incorporated [ALI] Device [1025:1192] Flags: bus master, 66MHz, medium devsel, latency 32, IRQ 19 I/O ports at 3118 [size=8] I/O ports at 3124 [size=4] I/O ports at 3110 [size=8] I/O ports at 3120 [size=4] I/O ports at 3100 [size=16] Memory at f0d6c000 (32-bit, non-prefetchable) [size=1K] Capabilities: Kernel driver in use: ahci

00:12.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller [1022:7908] (rev 49) (prog-if 20 [EHCI]) Subsystem: Acer Incorporated [ALI] Device [1025:1192] Flags: bus master, 66MHz, medium devsel, latency 32, IRQ 18 Memory at f0d6d000 (32-bit, non-prefetchable) [size=256] Capabilities: Kernel driver in use: ehci-pci

00:14.0 SMBus [0c05]: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller [1022:790b] (rev 4b) Subsystem: Acer Incorporated [ALI] Device [1025:1192] Flags: 66MHz, medium devsel Kernel driver in use: piix4_smbus

00:14.3 ISA bridge [0601]: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge [1022:790e] (rev 11) Subsystem: Acer Incorporated [ALI] Device [1025:1192] Flags: bus master, 66MHz, medium devsel, latency 0

00:18.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:15b0] Flags: fast devsel

00:18.1 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:15b1] Flags: fast devsel

00:18.2 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:15b2] Flags: fast devsel

00:18.3 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:15b3] Flags: fast devsel Capabilities:

00:18.4 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:15b4] Flags: fast devsel Kernel driver in use: fam15h_power

00:18.5 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:15b5] Flags: fast devsel

02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device [10ec:5287] (rev 01) Subsystem: Acer Incorporated [ALI] Device [1025:1192] Flags: bus master, fast devsel, latency 0, IRQ 225 Memory at f0c05000 (32-bit, non-prefetchable) [size=4K] Expansion ROM at f0c10000 [disabled] [size=64K] Capabilities: Kernel driver in use: rtsx_pci

02:00.1 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 12) Subsystem: Acer Incorporated [ALI] Device [1025:1192] Flags: bus master, fast devsel, latency 0, IRQ 229 I/O ports at 2000 [size=256] Memory at f0c04000 (64-bit, non-prefetchable) [size=4K] Memory at f0c00000 (64-bit, non-prefetchable) [size=16K] Capabilities: Kernel driver in use: r8169

03:00.0 Network controller [0280]: Qualcomm Atheros Device [168c:0042] (rev 31) Subsystem: Lite-On Communications Inc Device [11ad:08a6] Flags: bus master, fast devsel, latency 0, IRQ 231 Memory at f0800000 (64-bit, non-prefetchable) [size=2M] Capabilities: Kernel driver in use: ath10k_pci

=============== = USB devices =

Bus 001 Device 004: ID 0408:a030 Quanta Computer, Inc. Bus 001 Device 003: ID 04ca:3015 Lite-On Technology Corp. Bus 001 Device 002: ID 0438:7900 Advanced Micro Devices, Inc. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

=============== = MMC devices =

mmc0 driver: rtsx_pci_sdmmc

=============== = I2C devices =

i2c-0 name: Synopsys DesignWare I2C adapter firmwarepath: _SB.I2CA driver: i2c_designware

i2c-1 name: Synopsys DesignWare I2C adapter firmwarepath: _SB.I2CB driver: i2c_designware

i2c-2 name: AMDGPU i2c bit bus 0x90 driver: amdgpu

i2c-3 name: AMDGPU i2c bit bus 0x91 driver: amdgpu

i2c-4 name: AMDGPU i2c bit bus 0x92 driver: amdgpu

i2c-5 name: card0-eDP-1

i2c-6 name: card0-DP-1

i2c-7 name: SMBus PIIX4 adapter port 0 at 0b00 driver: piix4_smbus

i2c-8 name: SMBus PIIX4 adapter port 2 at 0b00 driver: piix4_smbus

i2c-9 name: SMBus PIIX4 adapter port 3 at 0b00 driver: piix4_smbus

i2c-10 name: SMBus PIIX4 adapter port 4 at 0b00 driver: piix4_smbus

================ = ALSA devices =

0 [HDMI ]: HDA-Intel - HDA ATI HDMI HDA ATI HDMI at 0xf0d60000 irq 233 1 [Generic ]: HDA-Intel - HD-Audio Generic HD-Audio Generic at 0xf0d64000 irq 234

============= = Intel HDA =

card0 codec#0: Codec: ATI R6xx HDMI Address: 0 AFG Function Id: 0x1 (unsol 0) Vendor Id: 0x1002aa01 Subsystem Id: 0x00aa0100 Revision Id: 0x100700 No Modem Function Group found Default PCM: rates [0x70]: 32000 44100 48000 bits [0x2]: 16 formats [0x1]: PCM Default Amp-In caps: N/A Default Amp-Out caps: N/A State of AFG node 0x01: Power states: D0 D3 CLKSTOP EPSS Power: setting=D0, actual=D0, Clock-stop-OK GPIO: io=0, o=0, i=0, unsolicited=0, wake=0 Node 0x02 [Audio Output] wcaps 0x221: Stereo Digital Stripe Converter: stream=0, channel=0 Digital: Enabled Digital category: 0x0 IEC Coding Type: 0x0 Node 0x03 [Pin Complex] wcaps 0x400381: Stereo Digital Control: name="IEC958 Playback Con Mask", index=0, device=0 Control: name="IEC958 Playback Pro Mask", index=0, device=0 Control: name="IEC958 Playback Default", index=0, device=0 Control: name="IEC958 Playback Switch", index=0, device=0 Pincap 0x00000094: OUT Detect HDMI Pin Default 0x185600f0: [Jack] Digital Out at Int HDMI Conn = Digital, Color = Unknown DefAssociation = 0xf, Sequence = 0x0 Pin-ctls: 0x40: OUT Unsolicited: tag=01, enabled=1 Connection: 1 0x02 Node 0x04 [Audio Output] wcaps 0x221: Stereo Digital Stripe Converter: stream=0, channel=0 Digital: Digital category: 0x0 IEC Coding Type: 0x0 Node 0x05 [Pin Complex] wcaps 0x400381: Stereo Digital Pincap 0x00000094: OUT Detect HDMI Pin Default 0x185600f0: [Jack] Digital Out at Int HDMI Conn = Digital, Color = Unknown DefAssociation = 0xf, Sequence = 0x0 Pin-ctls: 0x40: OUT Unsolicited: tag=00, enabled=0 Connection: 1 0x04 Node 0x06 [Audio Output] wcaps 0x221: Stereo Digital Stripe Converter: stream=0, channel=0 Digital: Digital category: 0x0 IEC Coding Type: 0x0 Node 0x07 [Pin Complex] wcaps 0x400381: Stereo Digital Pincap 0x00000094: OUT Detect HDMI Pin Default 0x185600f0: [Jack] Digital Out at Int HDMI Conn = Digital, Color = Unknown DefAssociation =

mtmiller commented 6 years ago

I think we can safely conclude that this is a graphics issue with a particular video card, and using graphics_toolkit gnuplot should work around that.

jgrocha commented 4 years ago

Same problem here, on Ubuntu with nvidia driver. Using graphics_toolkit gnuplot works. Thank you for the tip.