พยายามติดตั้ง vulkan ล้มเหลว


3

ฉันกำลังพยายามติดตั้งvulkanจาก https://launchpad.net/%7Ecanonical-x/+archive/ubuntu/vulkan

ทุกอย่างทำงานได้ดีจนกระทั่งเข้าสู่บรรทัดนี้:

sudo apt install vulkan-utils mesa-vulkan-drivers
cannot find vulkan-utils
cannot find mesa-vulkan-drivers

ฉันใช้ Xubuntu 14.04 กับ Intel รุ่นที่ 3 ไม่มีใครรู้ว่าเกิดอะไรขึ้น ???

คำตอบ:


4

น่าเสียดายที่ดูเหมือนว่า PPA นี้ไม่ได้มีความสุขมากสำหรับ Trusty Tahr:

ppa นี้มีบิตและชิ้นส่วนที่จำเป็นในการทดสอบ Vulkan แต่สำหรับ XENIAL เท่านั้น
(และอาจเป็น 14.04 ในอนาคต)

หากคุณกรอง Trusty Tahr เท่านั้นคุณจะเห็นว่าทั้งหมดที่มีไว้สำหรับ Trusty คือไดรเวอร์ 355 และ 364 NVidia


1
ว้าว! ฉันกลัวว่า! ขอบคุณมากสำหรับคำตอบของคุณ ... ฉันจะเห็นสิ่งที่ฉันจะทำ ...
jeroqui OVNI

1

โปรดลองติดตั้งก่อนโดยพิมพ์:

sudo apt-add-repository ppa:canonical-x/vulkan
sudo apt update
sudo apt install vulkan-utils mesa-vulkan-drivers

เอาท์พุท:

$ sudo apt install vulkan-utils mesa-vulkan-drivers
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer    required:
checkbox-ng gstreamer1.0-clutter iproute libarmadillo5 libarmadillo6 libarpack2
libatk-wrapper-java libatk-wrapper-java-jni libbind9-90 libblas-common libblas3
libcamel-1.2-52 libck-connector0 libcolamd2.8.0 libdap17v5 libdapclient6v5
libdbd-mysql-perl libdbi-perl libdns100 libebook-contacts-1.2-1 libecal-1.2-18
libedata-cal-1.2-27 libedataserver-1.2-20 libepsilon1 libfreexl1 libgdal1i
libglew1.10 libglewmx1.10 libgnutls-deb0-28:i386 libgtop2-10 libimobiledevice4
libisc95 libisccc90 libisccfg90 libisl13 libkmlbase1 libkmldom1 libkmlengine1
liblapack3 libllvm3.6v5 libllvm3.6v5:i386 liblouis2 liblwgeom-2.1.8 liblwres90
libminizip1 libmysqlclient18:i386 libmysqlclient20 libmysqlcppconn7v5
libnetcdf11 libnl-route-3-200 libntdb1 libogdi3.2 libopenjp2-7 libpoppler52
libproj9 libpth20 libqpdf13v5 libraw10 libsctp1 libspatialite7 libsuperlu4
libterm-readkey-perl liburiparser1 libusbmuxd2 libvpx2 libvsqlitepp3v5
linux-headers-4.2.0-16 linux-headers-4.2.0-16-generic linux-headers-4.2.0-36
linux-headers-4.2.0-36-generic linux-image-4.2.0-16-generic
linux-image-4.2.0-36-generic linux-image-extra-4.2.0-16-generic
linux-image-extra-4.2.0-36-generic lksctp-tools mysql-utilities
mysql-workbench-data proj-bin proj-data python-cffi python-characteristic
python-dbus-dev python-mysql.connector python-ntdb python-pexpect python-ply
python-ptyprocess python-pycparser python-pyodbc python-pysqlite2 python3-cffi
python3-checkbox-ng python3-ply python3-pycparser qml-module-qtquick-dialogs
qml-module-qtquick-localstorage qml-module-qtquick-privatewidgets
qtdeclarative5-localstorage-plugin qtdeclarative5-qtfeedback-plugin
qtdeclarative5-ubuntu-web-plugin telepathy-indicator unity-scope-audacious
unity-scope-clementine unity-scope-gmusicbrowser unity-scope-gourmet
unity-scope-guayadeque unity-scope-musique
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
libvulkan1

The following NEW packages will be installed:
libvulkan1 mesa-vulkan-drivers vulkan-utils
0 upgraded, 3 newly installed, 0 to remove and 33 not upgraded.
Need to get 2,988 kB of archives.
After this operation, 15.6 MB of additional disk space will be used.
Do you want to continue? [Y/n]

มันทำงานได้สำหรับฉัน @ "Ubuntu 16.04"!


ขอบคุณ แต่ไม่ทำงานสำหรับฉันฉันจะพยายามที่จะปรับปรุงระบบปฏิบัติการของฉัน
jeroqui OVNI
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.