[Desktop-packages] [Bug 1959345] Re: vulkaninfo reports error

2022-05-10 Thread Gary Taverner
All the same, perhaps vulkaninfo should issue a warning about vestigial
config if it can find a perfectly usable icd somewhere else! Presumably
it looks for the one supplied by Ubuntu.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1959345

Title:
  vulkaninfo reports error

Status in mesa package in Ubuntu:
  Invalid

Bug description:
  Tracker says mesa-vulkan-drivers is not in Ubuntu!?
  mesa-vulkan-drivers/bionic-updates,now 20.0.8-0ubuntu1~18.04.1 amd64 
[installed]

  Ubuntu 18.04.6 LTS
  AMD Ryzen 7 2700x eight-core processor x 16
  AMD Radeon rx 5700 xt

  apt-cache show says that vulkan-mesa-drivers provides vulkan-icd.
  find / -name vulkan-icd finds nothing
  vulkaninfo reports:
  ERROR: [Loader Message] Code 0 : loader_get_json: Failed to open JSON file 
amd_icd64.json

  There is an intel_icd.x86_64.json and radeon_icd.x86_64.json in
  /usr/share/vulkan/icd.d/

  Either the error is a false positive or I should have amd_icd64.json - and 
then maybe all the other problems with the GPU would go away!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  gary  12435 F pulseaudio
   /dev/snd/controlC2:  gary  12435 F pulseaudio
   /dev/snd/controlC0:  gary  12435 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=4cce61c8-7d97-4fc3-8c3f-abfa4fd2810c
  InstallationDate: Installed on 2020-02-14 (740 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  MachineType: Gigabyte Technology Co., Ltd. B450 AORUS ELITE
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-99-generic 
root=UUID=88ad01a0-775b-4405-b569-8928dac46131 ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 5.4.0-99.112~18.04.1-generic 5.4.162
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-99-generic N/A
   linux-backports-modules-5.4.0-99-generic  N/A
   linux-firmware1.173.20
  RfKill:
   
  Tags:  bionic
  Uname: Linux 5.4.0-99-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip libvirt lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/13/2021
  dmi.bios.vendor: American Megatrends International, LLC.
  dmi.bios.version: F63d
  dmi.board.asset.tag: Default string
  dmi.board.name: B450 AORUS ELITE
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: Default string
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInternational,LLC.:bvrF63d:bd10/13/2021:svnGigabyteTechnologyCo.,Ltd.:pnB450AORUSELITE:pvrDefaultstring:rvnGigabyteTechnologyCo.,Ltd.:rnB450AORUSELITE:rvrDefaultstring:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: B450 MB
  dmi.product.name: B450 AORUS ELITE
  dmi.product.sku: Default string
  dmi.product.version: Default string
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1959345/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1959345] Re: vulkaninfo reports error

2022-05-04 Thread Gary Taverner
Got to the bottom of it and post here in case anyone else has this
problem.

In /etc/vulkan/icd.d there was a link: amd_icd64.json ->
/etc/alternatives/amd_icd64.json

Also a link: /etc/alternatives/amd_icd64.json -> 
/opt/amdgpu-pro/etc/vulkan/icd.d/amd_icd64.json
(a non existant path)

In /opt/amdgpu-pro/lib/x86_64-linux-gnu there was a link:
libamd_comgr.so.1 -> libamd_comgr.so.1.7.0 (which does not exist).

Deleted all above and vulkaninfo no longer reports that error.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1959345

Title:
  vulkaninfo reports error

Status in mesa package in Ubuntu:
  Invalid

Bug description:
  Tracker says mesa-vulkan-drivers is not in Ubuntu!?
  mesa-vulkan-drivers/bionic-updates,now 20.0.8-0ubuntu1~18.04.1 amd64 
[installed]

  Ubuntu 18.04.6 LTS
  AMD Ryzen 7 2700x eight-core processor x 16
  AMD Radeon rx 5700 xt

  apt-cache show says that vulkan-mesa-drivers provides vulkan-icd.
  find / -name vulkan-icd finds nothing
  vulkaninfo reports:
  ERROR: [Loader Message] Code 0 : loader_get_json: Failed to open JSON file 
amd_icd64.json

  There is an intel_icd.x86_64.json and radeon_icd.x86_64.json in
  /usr/share/vulkan/icd.d/

  Either the error is a false positive or I should have amd_icd64.json - and 
then maybe all the other problems with the GPU would go away!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  gary  12435 F pulseaudio
   /dev/snd/controlC2:  gary  12435 F pulseaudio
   /dev/snd/controlC0:  gary  12435 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=4cce61c8-7d97-4fc3-8c3f-abfa4fd2810c
  InstallationDate: Installed on 2020-02-14 (740 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  MachineType: Gigabyte Technology Co., Ltd. B450 AORUS ELITE
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-99-generic 
root=UUID=88ad01a0-775b-4405-b569-8928dac46131 ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 5.4.0-99.112~18.04.1-generic 5.4.162
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-99-generic N/A
   linux-backports-modules-5.4.0-99-generic  N/A
   linux-firmware1.173.20
  RfKill:
   
  Tags:  bionic
  Uname: Linux 5.4.0-99-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip libvirt lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/13/2021
  dmi.bios.vendor: American Megatrends International, LLC.
  dmi.bios.version: F63d
  dmi.board.asset.tag: Default string
  dmi.board.name: B450 AORUS ELITE
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: Default string
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInternational,LLC.:bvrF63d:bd10/13/2021:svnGigabyteTechnologyCo.,Ltd.:pnB450AORUSELITE:pvrDefaultstring:rvnGigabyteTechnologyCo.,Ltd.:rnB450AORUSELITE:rvrDefaultstring:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: B450 MB
  dmi.product.name: B450 AORUS ELITE
  dmi.product.sku: Default string
  dmi.product.version: Default string
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1959345/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1959345] Re: vulkaninfo reports error

2022-05-04 Thread Gary Taverner
That's not quite true, it was assumed and believed until a little while
ago that I had amdgpu-pro installed which I don't and because of that no
one even looked at the problem.  Mark it invalid if you like but the
real problem has not even been investigated.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1959345

Title:
  vulkaninfo reports error

Status in mesa package in Ubuntu:
  Invalid

Bug description:
  Tracker says mesa-vulkan-drivers is not in Ubuntu!?
  mesa-vulkan-drivers/bionic-updates,now 20.0.8-0ubuntu1~18.04.1 amd64 
[installed]

  Ubuntu 18.04.6 LTS
  AMD Ryzen 7 2700x eight-core processor x 16
  AMD Radeon rx 5700 xt

  apt-cache show says that vulkan-mesa-drivers provides vulkan-icd.
  find / -name vulkan-icd finds nothing
  vulkaninfo reports:
  ERROR: [Loader Message] Code 0 : loader_get_json: Failed to open JSON file 
amd_icd64.json

  There is an intel_icd.x86_64.json and radeon_icd.x86_64.json in
  /usr/share/vulkan/icd.d/

  Either the error is a false positive or I should have amd_icd64.json - and 
then maybe all the other problems with the GPU would go away!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  gary  12435 F pulseaudio
   /dev/snd/controlC2:  gary  12435 F pulseaudio
   /dev/snd/controlC0:  gary  12435 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=4cce61c8-7d97-4fc3-8c3f-abfa4fd2810c
  InstallationDate: Installed on 2020-02-14 (740 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  MachineType: Gigabyte Technology Co., Ltd. B450 AORUS ELITE
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-99-generic 
root=UUID=88ad01a0-775b-4405-b569-8928dac46131 ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 5.4.0-99.112~18.04.1-generic 5.4.162
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-99-generic N/A
   linux-backports-modules-5.4.0-99-generic  N/A
   linux-firmware1.173.20
  RfKill:
   
  Tags:  bionic
  Uname: Linux 5.4.0-99-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip libvirt lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/13/2021
  dmi.bios.vendor: American Megatrends International, LLC.
  dmi.bios.version: F63d
  dmi.board.asset.tag: Default string
  dmi.board.name: B450 AORUS ELITE
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: Default string
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInternational,LLC.:bvrF63d:bd10/13/2021:svnGigabyteTechnologyCo.,Ltd.:pnB450AORUSELITE:pvrDefaultstring:rvnGigabyteTechnologyCo.,Ltd.:rnB450AORUSELITE:rvrDefaultstring:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: B450 MB
  dmi.product.name: B450 AORUS ELITE
  dmi.product.sku: Default string
  dmi.product.version: Default string
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1959345/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1959345] Re: vulkaninfo reports error

2022-05-04 Thread Gary Taverner
Thank you. I have that file:
/usr/share/vulkan/icd.d/radeon_icd.x86_64.json.  So now I'm back to
figuring out why vulkaninfo errors out:

vulkaninfo reports:
ERROR: [Loader Message] Code 0 : loader_get_json: Failed to open JSON file 
amd_icd64.json

There must be some config somewhere that tells vulkaninfo to use this,
no?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1959345

Title:
  vulkaninfo reports error

Status in mesa package in Ubuntu:
  Invalid

Bug description:
  Tracker says mesa-vulkan-drivers is not in Ubuntu!?
  mesa-vulkan-drivers/bionic-updates,now 20.0.8-0ubuntu1~18.04.1 amd64 
[installed]

  Ubuntu 18.04.6 LTS
  AMD Ryzen 7 2700x eight-core processor x 16
  AMD Radeon rx 5700 xt

  apt-cache show says that vulkan-mesa-drivers provides vulkan-icd.
  find / -name vulkan-icd finds nothing
  vulkaninfo reports:
  ERROR: [Loader Message] Code 0 : loader_get_json: Failed to open JSON file 
amd_icd64.json

  There is an intel_icd.x86_64.json and radeon_icd.x86_64.json in
  /usr/share/vulkan/icd.d/

  Either the error is a false positive or I should have amd_icd64.json - and 
then maybe all the other problems with the GPU would go away!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  gary  12435 F pulseaudio
   /dev/snd/controlC2:  gary  12435 F pulseaudio
   /dev/snd/controlC0:  gary  12435 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=4cce61c8-7d97-4fc3-8c3f-abfa4fd2810c
  InstallationDate: Installed on 2020-02-14 (740 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  MachineType: Gigabyte Technology Co., Ltd. B450 AORUS ELITE
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-99-generic 
root=UUID=88ad01a0-775b-4405-b569-8928dac46131 ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 5.4.0-99.112~18.04.1-generic 5.4.162
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-99-generic N/A
   linux-backports-modules-5.4.0-99-generic  N/A
   linux-firmware1.173.20
  RfKill:
   
  Tags:  bionic
  Uname: Linux 5.4.0-99-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip libvirt lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/13/2021
  dmi.bios.vendor: American Megatrends International, LLC.
  dmi.bios.version: F63d
  dmi.board.asset.tag: Default string
  dmi.board.name: B450 AORUS ELITE
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: Default string
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInternational,LLC.:bvrF63d:bd10/13/2021:svnGigabyteTechnologyCo.,Ltd.:pnB450AORUSELITE:pvrDefaultstring:rvnGigabyteTechnologyCo.,Ltd.:rnB450AORUSELITE:rvrDefaultstring:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: B450 MB
  dmi.product.name: B450 AORUS ELITE
  dmi.product.sku: Default string
  dmi.product.version: Default string
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1959345/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1959345] Re: vulkaninfo reports error

2022-05-03 Thread Gary Taverner
Thank you.  It does seem to point to that.  Even so, vulkan-mesa-drivers
has been installed and has not provided vulkan-icd.  Does it go under a
different name?  When I installed vulkan-mesa-drivers, has dpkg or apt
seen a remnant of amdgpu-pro and not installed the icd even though by
normal means like the commands above I see no trace of amdgpu-pro?  That
appears unlikely.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1959345

Title:
  vulkaninfo reports error

Status in mesa package in Ubuntu:
  Invalid

Bug description:
  Tracker says mesa-vulkan-drivers is not in Ubuntu!?
  mesa-vulkan-drivers/bionic-updates,now 20.0.8-0ubuntu1~18.04.1 amd64 
[installed]

  Ubuntu 18.04.6 LTS
  AMD Ryzen 7 2700x eight-core processor x 16
  AMD Radeon rx 5700 xt

  apt-cache show says that vulkan-mesa-drivers provides vulkan-icd.
  find / -name vulkan-icd finds nothing
  vulkaninfo reports:
  ERROR: [Loader Message] Code 0 : loader_get_json: Failed to open JSON file 
amd_icd64.json

  There is an intel_icd.x86_64.json and radeon_icd.x86_64.json in
  /usr/share/vulkan/icd.d/

  Either the error is a false positive or I should have amd_icd64.json - and 
then maybe all the other problems with the GPU would go away!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  gary  12435 F pulseaudio
   /dev/snd/controlC2:  gary  12435 F pulseaudio
   /dev/snd/controlC0:  gary  12435 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=4cce61c8-7d97-4fc3-8c3f-abfa4fd2810c
  InstallationDate: Installed on 2020-02-14 (740 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  MachineType: Gigabyte Technology Co., Ltd. B450 AORUS ELITE
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-99-generic 
root=UUID=88ad01a0-775b-4405-b569-8928dac46131 ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 5.4.0-99.112~18.04.1-generic 5.4.162
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-99-generic N/A
   linux-backports-modules-5.4.0-99-generic  N/A
   linux-firmware1.173.20
  RfKill:
   
  Tags:  bionic
  Uname: Linux 5.4.0-99-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip libvirt lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/13/2021
  dmi.bios.vendor: American Megatrends International, LLC.
  dmi.bios.version: F63d
  dmi.board.asset.tag: Default string
  dmi.board.name: B450 AORUS ELITE
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: Default string
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInternational,LLC.:bvrF63d:bd10/13/2021:svnGigabyteTechnologyCo.,Ltd.:pnB450AORUSELITE:pvrDefaultstring:rvnGigabyteTechnologyCo.,Ltd.:rnB450AORUSELITE:rvrDefaultstring:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: B450 MB
  dmi.product.name: B450 AORUS ELITE
  dmi.product.sku: Default string
  dmi.product.version: Default string
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1959345/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1959345] Re: vulkaninfo reports error

2022-04-29 Thread Gary Taverner
→ apt list --installed|grep amdvlk
(just the interface warning otherwise nothing)

→ apt-cache show amdvlk
N: Unable to locate package amdvlk
E: No packages found

→ apropos amdvlk
amdvlk: nothing appropriate.

→ apt-cache search amdvlk
(nothing)
→ apt-cache search amd|grep vlk
(nothing)

So no, I don't think it's installed. Just to be clear, I have used
amdgpu-pro in the past to try gpu rendering with Blender but it was so
flaky I gave up and uninstalled it.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1959345

Title:
  vulkaninfo reports error

Status in mesa package in Ubuntu:
  Invalid

Bug description:
  Tracker says mesa-vulkan-drivers is not in Ubuntu!?
  mesa-vulkan-drivers/bionic-updates,now 20.0.8-0ubuntu1~18.04.1 amd64 
[installed]

  Ubuntu 18.04.6 LTS
  AMD Ryzen 7 2700x eight-core processor x 16
  AMD Radeon rx 5700 xt

  apt-cache show says that vulkan-mesa-drivers provides vulkan-icd.
  find / -name vulkan-icd finds nothing
  vulkaninfo reports:
  ERROR: [Loader Message] Code 0 : loader_get_json: Failed to open JSON file 
amd_icd64.json

  There is an intel_icd.x86_64.json and radeon_icd.x86_64.json in
  /usr/share/vulkan/icd.d/

  Either the error is a false positive or I should have amd_icd64.json - and 
then maybe all the other problems with the GPU would go away!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  gary  12435 F pulseaudio
   /dev/snd/controlC2:  gary  12435 F pulseaudio
   /dev/snd/controlC0:  gary  12435 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=4cce61c8-7d97-4fc3-8c3f-abfa4fd2810c
  InstallationDate: Installed on 2020-02-14 (740 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  MachineType: Gigabyte Technology Co., Ltd. B450 AORUS ELITE
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-99-generic 
root=UUID=88ad01a0-775b-4405-b569-8928dac46131 ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 5.4.0-99.112~18.04.1-generic 5.4.162
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-99-generic N/A
   linux-backports-modules-5.4.0-99-generic  N/A
   linux-firmware1.173.20
  RfKill:
   
  Tags:  bionic
  Uname: Linux 5.4.0-99-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip libvirt lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/13/2021
  dmi.bios.vendor: American Megatrends International, LLC.
  dmi.bios.version: F63d
  dmi.board.asset.tag: Default string
  dmi.board.name: B450 AORUS ELITE
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: Default string
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInternational,LLC.:bvrF63d:bd10/13/2021:svnGigabyteTechnologyCo.,Ltd.:pnB450AORUSELITE:pvrDefaultstring:rvnGigabyteTechnologyCo.,Ltd.:rnB450AORUSELITE:rvrDefaultstring:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: B450 MB
  dmi.product.name: B450 AORUS ELITE
  dmi.product.sku: Default string
  dmi.product.version: Default string
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1959345/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1959345] Re: vulkaninfo reports error

2022-04-28 Thread Gary Taverner
I don't see amdgpu-pro when I do this:

→ apt list --installed |grep amdgpu

WARNING: apt does not have a stable CLI interface. Use with caution in
scripts.

libdrm-amdgpu1/bionic-updates,now 2.4.101-2~18.04.1 amd64 [installed]
xserver-xorg-video-amdgpu-hwe-18.04/bionic-updates,now 19.1.0-1~18.04.1 amd64 
[installed,automatic]

lspci -v shows no amdgpu-pro

Curious, how can you tell I have amdgpu-pro installed?  There is no
mention of it in the reports above.  Maybe the problem is a mixed up
installation?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1959345

Title:
  vulkaninfo reports error

Status in mesa package in Ubuntu:
  Invalid

Bug description:
  Tracker says mesa-vulkan-drivers is not in Ubuntu!?
  mesa-vulkan-drivers/bionic-updates,now 20.0.8-0ubuntu1~18.04.1 amd64 
[installed]

  Ubuntu 18.04.6 LTS
  AMD Ryzen 7 2700x eight-core processor x 16
  AMD Radeon rx 5700 xt

  apt-cache show says that vulkan-mesa-drivers provides vulkan-icd.
  find / -name vulkan-icd finds nothing
  vulkaninfo reports:
  ERROR: [Loader Message] Code 0 : loader_get_json: Failed to open JSON file 
amd_icd64.json

  There is an intel_icd.x86_64.json and radeon_icd.x86_64.json in
  /usr/share/vulkan/icd.d/

  Either the error is a false positive or I should have amd_icd64.json - and 
then maybe all the other problems with the GPU would go away!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  gary  12435 F pulseaudio
   /dev/snd/controlC2:  gary  12435 F pulseaudio
   /dev/snd/controlC0:  gary  12435 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=4cce61c8-7d97-4fc3-8c3f-abfa4fd2810c
  InstallationDate: Installed on 2020-02-14 (740 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  MachineType: Gigabyte Technology Co., Ltd. B450 AORUS ELITE
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-99-generic 
root=UUID=88ad01a0-775b-4405-b569-8928dac46131 ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 5.4.0-99.112~18.04.1-generic 5.4.162
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-99-generic N/A
   linux-backports-modules-5.4.0-99-generic  N/A
   linux-firmware1.173.20
  RfKill:
   
  Tags:  bionic
  Uname: Linux 5.4.0-99-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip libvirt lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/13/2021
  dmi.bios.vendor: American Megatrends International, LLC.
  dmi.bios.version: F63d
  dmi.board.asset.tag: Default string
  dmi.board.name: B450 AORUS ELITE
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: Default string
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInternational,LLC.:bvrF63d:bd10/13/2021:svnGigabyteTechnologyCo.,Ltd.:pnB450AORUSELITE:pvrDefaultstring:rvnGigabyteTechnologyCo.,Ltd.:rnB450AORUSELITE:rvrDefaultstring:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: B450 MB
  dmi.product.name: B450 AORUS ELITE
  dmi.product.sku: Default string
  dmi.product.version: Default string
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1959345/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1959345] Re: vulkaninfo reports error

2022-04-28 Thread Gary Taverner
'if its vulkan driver does not install its icd file in the correct
place, there's nothing we can do about that'

Thank you for your help. I was not aware of that interaction, only of
what the installed package vulkan-mesa-drivers claimed as stated at the
beginning of this report.

'apt-cache show says that vulkan-mesa-drivers provides vulkan-icd'.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1959345

Title:
  vulkaninfo reports error

Status in mesa package in Ubuntu:
  Invalid

Bug description:
  Tracker says mesa-vulkan-drivers is not in Ubuntu!?
  mesa-vulkan-drivers/bionic-updates,now 20.0.8-0ubuntu1~18.04.1 amd64 
[installed]

  Ubuntu 18.04.6 LTS
  AMD Ryzen 7 2700x eight-core processor x 16
  AMD Radeon rx 5700 xt

  apt-cache show says that vulkan-mesa-drivers provides vulkan-icd.
  find / -name vulkan-icd finds nothing
  vulkaninfo reports:
  ERROR: [Loader Message] Code 0 : loader_get_json: Failed to open JSON file 
amd_icd64.json

  There is an intel_icd.x86_64.json and radeon_icd.x86_64.json in
  /usr/share/vulkan/icd.d/

  Either the error is a false positive or I should have amd_icd64.json - and 
then maybe all the other problems with the GPU would go away!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  gary  12435 F pulseaudio
   /dev/snd/controlC2:  gary  12435 F pulseaudio
   /dev/snd/controlC0:  gary  12435 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=4cce61c8-7d97-4fc3-8c3f-abfa4fd2810c
  InstallationDate: Installed on 2020-02-14 (740 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  MachineType: Gigabyte Technology Co., Ltd. B450 AORUS ELITE
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-99-generic 
root=UUID=88ad01a0-775b-4405-b569-8928dac46131 ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 5.4.0-99.112~18.04.1-generic 5.4.162
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-99-generic N/A
   linux-backports-modules-5.4.0-99-generic  N/A
   linux-firmware1.173.20
  RfKill:
   
  Tags:  bionic
  Uname: Linux 5.4.0-99-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip libvirt lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/13/2021
  dmi.bios.vendor: American Megatrends International, LLC.
  dmi.bios.version: F63d
  dmi.board.asset.tag: Default string
  dmi.board.name: B450 AORUS ELITE
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: Default string
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInternational,LLC.:bvrF63d:bd10/13/2021:svnGigabyteTechnologyCo.,Ltd.:pnB450AORUSELITE:pvrDefaultstring:rvnGigabyteTechnologyCo.,Ltd.:rnB450AORUSELITE:rvrDefaultstring:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: B450 MB
  dmi.product.name: B450 AORUS ELITE
  dmi.product.sku: Default string
  dmi.product.version: Default string
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1959345/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 993780] Re: package emacs23 23.3+1-1ubuntu9 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-09-26 Thread Gary Taverner
By the way emacs23 appears to run fine in the upgraded distro.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to emacs23 in Ubuntu.
https://bugs.launchpad.net/bugs/993780

Title:
  package emacs23 23.3+1-1ubuntu9 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

Status in “emacs23” package in Ubuntu:
  Confirmed

Bug description:
  During the automatic 10.04 - 12.04 update i got this error.

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: emacs23 23.3+1-1ubuntu9
  ProcVersionSignature: Ubuntu 2.6.32-41.88-generic 2.6.32.59+drm33.24
  Uname: Linux 2.6.32-41-generic x86_64
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Thu May  3 08:57:52 2012
  ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 1
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
  SourcePackage: emacs23
  Title: package emacs23 23.3+1-1ubuntu9 failed to install/upgrade: 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
  UpgradeStatus: Upgraded to precise on 2012-05-03 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/993780/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp