所以理论上 Wayland 现在支持Nvidia 470 及以上驱动程序。
如果这是真的,我怎样才能将我的 ubuntu 21.04 从 Xorg 完全转换为 wayland?
(是的,我愿意完全重新安装 Steam 和我的所有游戏,以及任何数量的其他应用程序)
所以理论上 Wayland 现在支持Nvidia 470 及以上驱动程序。
如果这是真的,我怎样才能将我的 ubuntu 21.04 从 Xorg 完全转换为 wayland?
(是的,我愿意完全重新安装 Steam 和我的所有游戏,以及任何数量的其他应用程序)
无济于事。我无法在 ubuntu 上安装 .net sdk 5.0
我尝试运行一个简单的 Blazor 项目,我得到了这个:
dotnet-sdk.dotnet electronize init
It was not possible to find any compatible framework version
The framework 'Microsoft.NETCore.App', version '3.1.0' was not found.
- The following frameworks were found:
5.0.0-rc.2.20475.5 at [/snap/dotnet-sdk/103/shared/Microsoft.NETCore.App]
You can resolve the problem by installing the specified framework and/or SDK.
The specified framework can be found at:
- https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=3.1.0&arch=x64&rid=ubuntu.20.04-x64
我安装了启用 ZFS 实验选项的 ubuntu 20.04,确实在磁盘和 gparted 下我可以看到我当前的大部分 SSD 都被 ZFS_member 占用。
我对 ZFS 的经验非常少。我在之前的 ubuntu 18 安装中设置了我的 zfs,但操作系统本身不在 ZFS 上。
无论如何:如何向我当前的 ZFS 池添加另一个 SSD(大小或品牌不同)?
我只想要最基本的“添加空间”,我并不关心 x2、x3 或 x10 冗余(事实上,我不想改变当前的 ZFS 冗余设置,不管它是什么)。我只是想要额外的空间。
我发现了这个:https ://unix.stackexchange.com/questions/530968/adding-disks-to-zfs-pool
但它并没有回答我对我这个级别的人的问题。
例如,回答的两个人都没有指定是否是:
zpool create addonpool /dev/sdb
zpool add addonpool mirror /dev/sda /dev/sdb
要不就 :
zpool add rpool mirror /dev/sda /dev/sdb#"rpool" name of existing pool, apparently
也没有使用什么语法来指向驱动器。
我找到的所有链接都引用语法,例如 : c0t3d0
、c1t3d0
和c1t1d0
.
我找不到这样的标识符,本指南:https ://www.thegeekdiary.com/zfs-tutorials-creating-zfs-pools-and-file-systems/
使用echo | format
这在 ubuntu 20.04 中不起作用
我知道他们的向导:
t@tsu:~$ sudo lshw -class disk
[sudo] password for t:
*-disk:0
description: ATA Disk
product: Samsung SSD 850
physical id: 0
bus info: scsi@2:0.0.0
logical name: /dev/sda
version: 2B6Q
serial: S2RBNX0J524197X
size: 465GiB (500GB)
capabilities: gpt-1.00 partitioned partitioned:gpt
configuration: ansiversion=5 guid=32f4df93-2b50-4a68-a888-f0570adac413 logicalsectorsize=512 sectorsize=512
*-disk:1
description: ATA Disk
product: Crucial_CT525MX3
physical id: 1
bus info: scsi@4:0.0.0
logical name: /dev/sdb
version: R040
serial: 172918010661
size: 489GiB (525GB)
capabilities: gpt-1.00 partitioned partitioned:gpt
configuration: ansiversion=5 guid=d3e2b4ab-2c44-4da8-ac0c-fdb8053d35da logicalsectorsize=512 sectorsize=512
我只是zpool
单独测试以获得该人,这有效,所以我知道我可以运行上面我只是不想把它搞砸。
此外,我计划通过注销并在 tty 中运行我的命令来执行此操作。从技术上讲,从技术上讲,我并没有真正使用我的 ZFS 池退出环境,所以这会起作用还是应该从 Live USB 完成?
t@tsu:~$ zpool status
pool: bpool
state: ONLINE
scan: none requested
config:
NAME STATE READ WRITE CKSUM
bpool ONLINE 0 0 0
73ea4055-b5ea-894b-a861-907bb222d9ea ONLINE 0 0 0
errors: No known data errors
pool: rpool
state: ONLINE
scan: none requested
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
7905bb43-ac9f-a843-b1bb-8809744d9025 ONLINE 0 0 0
errors: No known data errors
t@tsu:~$ blkid
/dev/sda2: UUID="53c19176-f03e-4c40-a6ed-3a2627160647" TYPE="swap" PARTUUID="7a5a6a79-1359-e04f-a783-1845b8bff78f"
/dev/sda1: UUID="3B30-7656" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="f1ae5c48-1ad3-4aff-9161-f0379f64d556"
/dev/sda3: LABEL="bpool" UUID="3543073794614485280" UUID_SUB="6877096781256962450" TYPE="zfs_member" PARTUUID="73ea4055-b5ea-894b-a861-907bb222d9ea"
/dev/sda4: LABEL="rpool" UUID="9443649997029540364" UUID_SUB="15472508558080641563" TYPE="zfs_member" PARTUUID="7905bb43-ac9f-a843-b1bb-8809744d9025"
t@tsu:~$ zfs list
NAME USED AVAIL REFER MOUNTPOINT
bpool 442M 1,32G 96K /boot
bpool/BOOT 440M 1,32G 96K none
bpool/BOOT/ubuntu_38tazy 440M 1,32G 178M /boot
rpool 169G 276G 96K /
rpool/ROOT 8,66G 276G 96K none
rpool/ROOT/ubuntu_38tazy 8,66G 276G 3,65G /
rpool/ROOT/ubuntu_38tazy/srv 152K 276G 96K /srv
rpool/ROOT/ubuntu_38tazy/usr 480K 276G 96K /usr
rpool/ROOT/ubuntu_38tazy/usr/local 384K 276G 128K /usr/local
rpool/ROOT/ubuntu_38tazy/var 3,17G 276G 96K /var
rpool/ROOT/ubuntu_38tazy/var/games 152K 276G 96K /var/games
rpool/ROOT/ubuntu_38tazy/var/lib 3,10G 276G 2,53G /var/lib
rpool/ROOT/ubuntu_38tazy/var/lib/AccountsService 464K 276G 112K /var/lib/AccountsService
rpool/ROOT/ubuntu_38tazy/var/lib/NetworkManager 2,37M 276G 208K /var/lib/NetworkManager
rpool/ROOT/ubuntu_38tazy/var/lib/apt 75,1M 276G 65,6M /var/lib/apt
rpool/ROOT/ubuntu_38tazy/var/lib/dpkg 97,3M 276G 38,1M /var/lib/dpkg
rpool/ROOT/ubuntu_38tazy/var/log 69,7M 276G 34,5M /var/log
rpool/ROOT/ubuntu_38tazy/var/mail 152K 276G 96K /var/mail
rpool/ROOT/ubuntu_38tazy/var/snap 1016K 276G 160K /var/snap
rpool/ROOT/ubuntu_38tazy/var/spool 512K 276G 112K /var/spool
rpool/ROOT/ubuntu_38tazy/var/www 152K 276G 96K /var/www
rpool/USERDATA 160G 276G 96K /
rpool/USERDATA/root_mh3805 956K 276G 208K /root
rpool/USERDATA/t_mh3805 160G 276G 142G /home/t
我今天安装了 ubuntu,运行更新,安装驱动程序,重新启动,然后安装 ubuntu-restricted-extras,然后按照本指南安装 daVinci Resolve 16 lite:https ://www.youtube.com/watch?v=wfcwKemtYfc
事实上,我在安装时没有遇到任何问题,与本指南相反,他在 deb 生成期间出现 1 个错误,而我得到了 0。
它开始很好,但是当我将 .mp4 文件放入“MASTER”文件夹时,它们都显示为灰色,没有悬停预览。也可以单击并将主文件拖动到时间线,即使在短时间内显示绿色占位符,实际上也不起作用,预览消失,有时在拖放过程中并且时间线保持空白。
虽然这些文件在 totem 上播放得很好,但我无法使用 davinci 的各种方法查看任何文件....基本上我无法用它编辑视频。它不能按原样使用。
有没有人遇到过这个问题并找到了解决方案?
我有一个带有 8 GB 内存的华硕 tuf 504gd 和一个 NVIDIA 1050
安装了来自 nvidia-driver-440(专有,经过测试)的 NVIDIA 驱动程序元包。
我在 ubuntu 上启动并运行了 Unity。与 JetBrains Rider 相同(它在启动时正确识别了我的 mono 和 .net sdks。)
我现在想在 Rider 中打开我的新 Unity 项目并设置 unity 以让 Rider 成为它的默认编辑器。
在 windows 和 mac 上,我知道这是一个相当简单的过程,但与 linux 上的 windows 不同,jetbrains IDE 不是系统声明的,因此 Unity 本身无法知道是否安装了 Rider。因此,从一开始就在 ubuntu 上不存在 Rider 绑定到统一的方法,反之亦然。
在 ubuntu 上安装的正确(非快照)方法是提取 tar.gz 并运行它的 shell 脚本。
我想无论如何仍然很有可能完成,但更多的是手动完成?
这些手动步骤是什么?
一方面,搜索我的 Unity 项目的文件夹没有.sln
这样的:https ://gist.github.com/benjaminjackman/9d2284dff3e5098a2df0似乎表明我应该在 Rider 中打开什么。
我尝试在我的项目中添加一个正方形并编译并运行它,它运行但仍然没有.sln
文件。
我还尝试在 Unity 首选项中打开“生成所有 .csproj 文件”,以查看它是否.sln
在保存或构建时生成了文件,但仍然没有。
这是我看到的首选项中的“外部工具”选项卡视图:
但在文档网站上:https ://docs.unity3d.com/Manual/Preferences.html#External-Tools
它显示了更多选项:
请注意我非常希望拥有的“将 .unityproj 添加到 .sln”选项。
为了让 Unity 在 Rider 中打开 C# 脚本,我指向了 Rider.sh
在 bin 中的文件,这很有效。
我尝试了这个解决方案,但它不起作用。
开发人员已停止在那里发布构建。他们过去每两个月发布一次,最后一次发布和构建可以追溯到一年。它已经严重过时了。
它不是统一开发人员首选和推荐的 linux/ubuntu 安装方法。他们更喜欢我们使用统一集线器。
我也试过这个 (同一个人的YouTube 视频,因为他链接的 stackoverflow 和源名称匹配,并且由于 youtube 视频和 gif 中的 ubuntu 桌面自定义完全一样)。这家伙的想法是对的!!如果开发人员为您制作了本机解决方案,您可以先尝试。
但正如您在他的 stackoverflow 回答和视频中看到的那样:自该启动器发布以来,情况发生了更大的变化。
启动器在启动前不再缺少任何依赖项,它在 vanilla ubuntu 19.10 上开箱即用,没有其他任何更改。这是一个区别。它的外观和行为在视觉上也完全不同。这是一个 v2,它确实有它自己的怪癖。
今天的方法是什么?
我尝试使用“Unity Hub”,这是在 ubuntu 上安装 Unity 的推荐(也是唯一?)方法。
我首先必须添加一个许可证,然后我必须设置下载文件夹(它被忽略,因为它无论如何都会下载到 /tmp)
然后我必须选择并下载统一版本:
下载完成后,它看起来像这样:
如果我此时选择项目选项卡并点击“新建”它仍然拒绝我:
如果我尝试打开我在其中找到的文件夹/tmp
;“unityhub-9fbe5a20-6305-11ea-bdba-858cc54fd2fc”和看起来像正确的文件集:“Unity.tar.xz”、“UnitySetup-Linux-IL2CPP-Support-for-Editor-2020.1.0a25.tar。 xz”等...然后它只是添加一个以该项目的祖父母命名的新项目(如果我选择“/tmp/unityhub-9fbe5a20-6305-11ea-bdba-858cc54fd2fc/Unity.tar.xz”它将是称为“tmp”,我不能再从整个 /tmp 树中添加另一个项目,因为它认为它是“同一项目”。如果我重命名文件夹并将其移动到“~/Documents”并打开“~/ Documents/unityEngine/Unity.tar.xz”,列表中的项目将被称为“Documents”):
如果我然后尝试创建一个新项目,则会打开窗口,但是:
...单击“创建”后,我收到一个无内容的错误消息框,然后应用程序出现错误并变得或多或少无响应,必须强制关闭:
我遵循了这种技术(最初在这里看到):Xbox One 控制器 Ubuntu 18.04 ...让控制器运行。
该技术似乎是 Xbox One S 和 Xbox One X 控制器的功能解决方案,因此我认为它适用于精英控制器。在大多数情况下,我是对的。
以下是我按顺序采取的步骤:
sudo apt install -y sysfsutils
echo '/module/bluetooth/parameters/disable_ertm=1' | sudo tee /etc/sysfs.conf
sudo reboot
然后我打开我的精英控制器并开始扫描它和我的电脑并成功地将两者配对。
这导致我的控制器功能齐全(并通过蓝牙!)。
然后我想更改底部按钮的默认映射。为此,我必须进入 Windows 并运行“xbox 配件”应用程序,该应用程序首先更新了我的控制器,然后才能进行映射。
我成功地映射了我想要的东西,但现在回到 ubuntu,连接对于控制器的触发器来说功能较少,这似乎是控制器固件更新的结果:
我该如何解决?
任何人都可以解释以下内容吗?
user@system:~/gexiv2-0.11.0/build$ exiv2 --version
exiv2 0.27.1
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public
License along with this program; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301 USA
user@system:~/gexiv2-0.11.0/build$ meson --prefix=/usr ..
The Meson build system
Version: 0.49.0
Source dir: /home/user/gexiv2-0.11.0
Build dir: /home/user/gexiv2-0.11.0/build
Build type: native build
Project name: gexiv2
Project version: 0.11.0
Native C compiler: cc (gcc 8.3.0 "cc (Ubuntu 8.3.0-6ubuntu1) 8.3.0")
Native C++ compiler: c++ (gcc 8.3.0 "c++ (Ubuntu 8.3.0-6ubuntu1) 8.3.0")
Build machine cpu family: x86_64
Build machine cpu: x86_64
Found pkg-config: /usr/bin/pkg-config (0.29.1)
Found CMake: /usr/bin/cmake (3.13.4)
Dependency exiv2 found: NO (tried pkgconfig)
meson.build:13:0: ERROR: Dependency "exiv2" not found, tried pkgconfig
A full log can be found at /home/user/gexiv2-0.11.0/build/meson-logs/meson-log.txt
鉴于一般 Ubuntu 不存在 exiv2 版本 0.27 (它停在v0.25)。
我做了以下事情:
我跑了以下
wget https://www.exiv2.org/builds/exiv2-0.27.1-Linux64.tar.gz
sudo tar xzf exiv2-0.27.1-Linux64.tar.gz -C /usr/local/lib/
sudo nano /etc/environment
添加:/usr/local/lib/exiv2-0.27.1-Linux64/bin
source /etc/environment
然后 exiv 可以正确使用。
但是介子在构建过程中没有检测到它的存在。
需要明确的是:为 Ubuntu 19.04 提供的 gexiv2 版本0.10.9至少不如我需要的 0.11.0 版本。
我有以下构建错误:
meson.build:49:0: ERROR: Dependency "gstreamer-pbutils-1.0" not found
我想满足所需的依赖关系。上一个是:
meson.build:48:0: ERROR: Dependency "gstreamer-1.0" not found
但这已通过gstreamer 自己的网页和说明修复。
但是我找不到任何方法来安装 gstreamer-pbutils-1.0。
pbutils 上的gstreamer 页面不是很有帮助。似乎他们认为 pbutils utils 会附带他们给出的说明。
我在 Ubuntu 19.04 上。
我在 ubuntu 19.04 代号为 disco dingo。
当我输入这个:
glxinfo | grep "OpenGL version"
我明白了
OpenGL version string: 4.6.0 NVIDIA 418.56
与二进制驱动程序相同:
$ glxinfo | grep "OpenGL version"
OpenGL version string: 4.4.0 NVIDIA 340.107
我希望我理解正确,但我认为 mesa 会随 ubuntu 19.04 一起提供吗?
我还做了以下事情:
sudo add-apt-repository ppa:ubuntu-x-swat/updates -y
sudo apt update
sudo apt full-upgrade -y
这没有帮助
我应该如何在 ubuntu 19.04 上获得台面?
winehq-staging
鉴于 winehq 在拥有 disco dingo 存储库后两天已满,如何在 Ubuntu 19.04 上安装?
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ disco main'
Get:1 http://fr.archive.ubuntu.com/ubuntu disco InRelease [257 kB]
Hit:2 http://security.ubuntu.com/ubuntu disco-security InRelease
Hit:3 http://ppa.launchpad.net/lutris-team/lutris/ubuntu disco InRelease
Hit:4 http://ppa.launchpad.net/obsproject/obs-studio/ubuntu disco InRelease
Ign:5 https://dl.winehq.org/wine-builds/ubuntu disco InRelease
Err:6 https://dl.winehq.org/wine-builds/ubuntu disco Release
404 Not Found [IP: 151.101.122.217 443]
Hit:7 http://fr.archive.ubuntu.com/ubuntu disco-updates InRelease
Hit:8 http://fr.archive.ubuntu.com/ubuntu disco-backports InRelease
Reading package lists... Done
E: The repository 'https://dl.winehq.org/wine-builds/ubuntu disco Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
如果你 cd 到另一个用户的家并运行一个 apt install 命令,这有什么特别的吗?
我知道,我知道,这听起来很愚蠢。我的本能是说:“不,很明显!”
但后来我看到了这个:https ://developer.valvesoftware.com/wiki/SteamCMD
作为安装过程的一部分,他们让我们创建它的新用户,然后 cd 进入他的家。
我想知道是否可以跳过安装前cdin'g into his home?
我正在尝试编写包的自动化脚本(steamcmd)。
案例图是脚本的用户已被预先告知他/她已同意的 EULA。
现在好了,这些是一些已经可以使用的软件包:
没有人费心解释他们是如何找出每个独立语法的,但我想最终弄清楚这一点,以便任何使用这个 ubuntu 问题的人都可以自动安装包 N。
从我收集的语法应该是这样的:
echo PACKAGENAME PACKAGENAMEorUSERSPACE/accepted-PACKAGENAME-EULAPART select true | sudo debconf-set-selections
sudo apt install PACKAGENAME
虽然到目前为止我还没有能够让它与许多变体一起工作:
echo steamcmd steamcmd/accepted-steamcmd-eula select true | sudo debconf-set-selections
首先,应该没有文档。你基本上必须自己弄清楚一切。那里的小信息令人费解,神秘。基本上是懒惰的。
我想将软件添加到 ubuntu/debian/mint/linux workd,特别是 FAF。
我认为这会发挥作用,我不妨现在就开始处理它。
据我了解,这实际上对于创建 PPA 发布的过程至关重要。
那个黄色的编辑按钮通向这里:
第一步在这里引导:
一些谷歌搜索后我遵循了这个过程:
这给我留下了这个:
然后我等了5-10分钟
然后在启动板站点上,我输入了通过右键单击您的密钥然后打开它的属性然后转到详细信息选项卡找到的密钥指纹:
在启动板站点上单击“导入”后,出现一个蓝色框,说明我收到了一封包含要解密的确认链接的电子邮件:
我去了我的邮件,我应该提到我使用 webmail,特别是 hotmail。
我在我不需要的垃圾箱中找到了邮件,并将其移至受信任的发件人并打开它,确实该邮件具有大量加密数据。
我尝试通过将块保存到一个名为 file.txt 的文件并在终端中使用来解密它:
gpg --decrypt --force-mdc --no-mdc-warning file.txt
但我遇到了
gpg: no valid OpenPGP data found.
gpg: decrypt_message failed: Unknown system error
我尝试解密它是正确的方法吗?
如何解密此消息?
密钥和密码似乎没有提供这样做的方法。
linux 起义 ppa 目前正在强制我们使用 Java 版本 11。
sudo add-apt-repository ppa:linuxuprising/java
很好,我喜欢现代且跟上速度,但我有一个只能使用 java 10 运行的应用程序。
webUpD8 在 9 点后停止,Linux 起义从 10 点开始,并且一直有效(显然......,我个人从来没有测试过),直到他们发布 11,现在当你输入:
sudo apt install oracle-java10-installer
你得到 :
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package oracle-java10-installer is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'oracle-java10-installer' has no installation candidate
只输入:
sudo apt install oracle-java11-installer
将工作。这就是上面提到的包。
显然做了一些有点草率的事情:
我有什么选择?
这里的指南:如何安装魔兽世界?已经十年没有工作了。这个问题需要重新回答,并且在 ubuntu 18.04.1 和 Wine 开发停止的特定背景下:
葡萄酒正在经历一个奇怪的转变。Wine 的 staging 分支的维护者最近放弃了它,但 Lutris 项目很快又把它捡了回来。
在您阅读本文时,这可能不是问题,但现在肯定是。因此,主要指南将重点关注 Ubuntu 的最新 vanilla Wine 版本,但您绝对可以安装最新的 staging 或 Gallium Nine 版本(当它们可用时)。
我认为这个特殊的 Ubuntu 版本与过去运行魔兽争霸 3 的解决方案不兼容。
我得到这个屏幕:
我尝试了许多不同的方法:
本指南专门针对 18.04,带有葡萄酒分期,但使用此来源:
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
和这个WineHQ 帖子
但在我运行的第一个指南结束时:
wine64 ~/Downloads/Warcraft-III-Setup.exe
这很突出:
0103:fixme:wininet:InternetSetOptionW Option 77 STUB
我再次得到屏幕:
t@tsu:~/Downloads$ wine64 ~/Downloads/Warcraft-III-Setup.exe
000b:fixme:winediag:start_process Wine Staging 3.18 is a testing version containing experimental patches.
000b:fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
ERROR: ld.so: object '/usr/lib/x86_64-linux-gnu/libnss3.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
002b:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
002b:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
002d:fixme:ver:GetCurrentPackageId (0xbcfe9c (nil)): stub
002b:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
002b:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
002b:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
002b:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
0033:fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform
0033:fixme:winhttp:WinHttpDetectAutoProxyConfigUrl discovery via DHCP not supported
ERROR: ld.so: object '/usr/lib/x86_64-linux-gnu/libnss3.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
0037:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
0037:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
0039:fixme:ver:GetCurrentPackageId (0xbcfe9c (nil)): stub
0037:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
0037:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
0037:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
0037:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
003f:fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform
003f:fixme:winhttp:WinHttpDetectAutoProxyConfigUrl discovery via DHCP not supported
ERROR: ld.so: object '/usr/lib/x86_64-linux-gnu/libnss3.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
<html><head><title>Object moved</title></head><body>
<h2>Object moved to <a href="http://www.blizzard.com/404">here</a>.</h2>
</body></html>
003f:fixme:wininet:InternetSetOptionW Option 77 STUB
0046:err:wininet:open_http_connection create_netconn failed: 12029
0044:err:ole:CoCreateInstanceEx apartment not initialised
0044:err:ntdll:NtQueryInformationToken Unhandled Token Information class 24!
ERROR: ld.so: object '/usr/lib/x86_64-linux-gnu/libnss3.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
0044:fixme:ver:GetCurrentPackageId (0x33fe14 (nil)): stub
ERROR: ld.so: object '/usr/lib/x86_64-linux-gnu/libnss3.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
003f:fixme:wininet:InternetSetOptionW Option 77 STUB
0047:err:wininet:open_http_connection create_netconn failed: 12029
003f:fixme:wininet:InternetSetOptionW Option 77 STUB
0046:err:wininet:open_http_connection create_netconn failed: 12029
<html><head><title>Object moved</title></head><body>
<h2>Object moved to <a href="http://www.blizzard.com/404">here</a>.</h2>
</body></html>
003f:fixme:wininet:InternetSetOptionW Option 77 STUB
0047:err:wininet:open_http_connection create_netconn failed: 12029
004a:fixme:wbemprox:wbem_locator_ConnectServer unsupported flags
004a:fixme:wbemprox:client_security_SetBlanket 0x7c81f938, 0x181ad8, 10, 0, (null), 3, 3, (nil), 0x00000000
004a:fixme:wbemprox:client_security_Release 0x7c81f938
004a:fixme:wbemprox:enum_class_object_Next timeout not supported
004a:err:ntdll:NtQueryInformationToken Unhandled Token Information class 24!
004a:fixme:thread:RtlCreateUserThread stack_reserve != 0 is unimplemented
004a:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
004a:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
0050:fixme:ver:GetCurrentPackageId (0x1c5fe9c (nil)): stub
004a:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
004a:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
003f:fixme:wininet:InternetSetOptionW Option 77 STUB
0046:err:wininet:open_http_connection create_netconn failed: 12029
003f:fixme:wininet:InternetSetOptionW Option 77 STUB
0047:err:wininet:open_http_connection create_netconn failed: 12029
<html><head><title>Object moved</title></head><body>
<h2>Object moved to <a href="http://www.blizzard.com/404">here</a>.</h2>
</body></html>
t@tsu:~/Downloads$ 003f:fixme:wininet:InternetSetOptionW Option 77 STUB
0046:err:wininet:open_http_connection create_netconn failed: 12029
003f:fixme:wininet:InternetSetOptionW Option 77 STUB
0047:err:wininet:open_http_connection create_netconn failed: 12029
004a:fixme:heap:GetPhysicallyInstalledSystemMemory stub: 0x33f9c0
003f:fixme:wininet:InternetSetOptionW Option 77 STUB
004a:fixme:heap:GetPhysicallyInstalledSystemMemory stub: 0x33f7b8
004a:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
004a:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
004a:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
004a:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
004a:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
004a:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
004a:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
004a:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
004a:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
004a:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
004a:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
004a:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
004a:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
004a:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
004a:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
004a:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
004a:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
004a:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
004a:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
0052:fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform
0052:fixme:winhttp:WinHttpDetectAutoProxyConfigUrl discovery via DHCP not supported
004a:fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
004a:fixme:wbemprox:client_security_SetBlanket 0x7c81f938, 0x21fbc0, 10, 0, (null), 3, 3, (nil), 0x00000000
004a:fixme:wbemprox:client_security_Release 0x7c81f938
004e:fixme:dbghelp:elf_search_auxv can't find symbol in module
ERROR: ld.so: object '/usr/lib/x86_64-linux-gnu/libnss3.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
0068:fixme:heap:GetPhysicallyInstalledSystemMemory stub: 0x33f278
0068:fixme:heap:GetPhysicallyInstalledSystemMemory stub: 0x33f278
0068:fixme:ntdll:NtQuerySystemInformationEx Relationship filtering not implemented: 0x3
0068:fixme:ntdll:NtQuerySystemInformationEx Relationship filtering not implemented: 0x3
0068:fixme:ver:GetCurrentPackageId (0x33f01c (nil)): stub
0068:fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform
0068:fixme:winhttp:WinHttpDetectAutoProxyConfigUrl discovery via DHCP not supported
0042:err:ntdll:RtlpWaitForCriticalSection section 0x196c5c "?" wait timed out in thread 0042, blocked by 003f, retrying (60 sec)
ERROR: ld.so: object '/usr/lib/x86_64-linux-gnu/libnss3.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
0042:fixme:wininet:InternetSetOptionW Option 77 STUB
0070:err:wininet:open_http_connection create_netconn failed: 12029
006e:err:ole:CoCreateInstanceEx apartment not initialised
006e:err:ntdll:NtQueryInformationToken Unhandled Token Information class 24!
ERROR: ld.so: object '/usr/lib/x86_64-linux-gnu/libnss3.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
006e:fixme:ver:GetCurrentPackageId (0x33fe14 (nil)): stub
ERROR: ld.so: object '/usr/lib/x86_64-linux-gnu/libnss3.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
0042:fixme:wininet:InternetSetOptionW Option 77 STUB
0071:err:wininet:open_http_connection create_netconn failed: 12029
0042:fixme:wininet:InternetSetOptionW Option 77 STUB
0070:err:wininet:open_http_connection create_netconn failed: 12029
0042:fixme:wininet:InternetSetOptionW Option 77 STUB
0071:err:wininet:open_http_connection create_netconn failed: 12029
0042:fixme:wininet:InternetSetOptionW Option 77 STUB
0070:err:wininet:open_http_connection create_netconn failed: 12029
0073:fixme:wbemprox:wbem_locator_ConnectServer unsupported flags
0073:fixme:wbemprox:client_security_SetBlanket 0x7c7f4938, 0x181ad8, 10, 0, (null), 3, 3, (nil), 0x00000000
0073:fixme:wbemprox:client_security_Release 0x7c7f4938
0073:fixme:wbemprox:enum_class_object_Next timeout not supported
0073:err:ntdll:NtQueryInformationToken Unhandled Token Information class 24!
0073:fixme:thread:RtlCreateUserThread stack_reserve != 0 is unimplemented
0073:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
0073:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
0079:fixme:ver:GetCurrentPackageId (0x1c5fe9c (nil)): stub
0073:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
0073:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
0042:fixme:wininet:InternetSetOptionW Option 77 STUB
0071:err:wininet:open_http_connection create_netconn failed: 12029
0042:fixme:wininet:InternetSetOptionW Option 77 STUB
0070:err:wininet:open_http_connection create_netconn failed: 12029
0042:fixme:wininet:InternetSetOptionW Option 77 STUB
0071:err:wininet:open_http_connection create_netconn failed: 12029
0042:fixme:wininet:InternetSetOptionW Option 77 STUB
0070:err:wininet:open_http_connection create_netconn failed: 12029
0042:fixme:wininet:InternetSetOptionW Option 77 STUB
0071:err:wininet:open_http_connection create_netconn failed: 12029
0073:fixme:heap:GetPhysicallyInstalledSystemMemory stub: 0x33f9c0
0042:fixme:wininet:InternetSetOptionW Option 77 STUB
0070:err:wininet:open_http_connection create_netconn failed: 12029
0073:fixme:heap:GetPhysicallyInstalledSystemMemory stub: 0x33f7b8
0073:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
0073:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
0073:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
0073:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
0073:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
0073:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
0073:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
0073:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
0073:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
0073:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
0073:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
0073:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
0073:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
0073:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
0073:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
0042:fixme:wininet:InternetSetOptionW Option 77 STUB
0073:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
0073:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
0073:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
0073:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
007b:fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform
007b:fixme:winhttp:WinHttpDetectAutoProxyConfigUrl discovery via DHCP not supported
0073:fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
0073:fixme:wbemprox:client_security_SetBlanket 0x7c7f4938, 0x21e370, 10, 0, (null), 3, 3, (nil), 0x00000000
0073:fixme:wbemprox:client_security_Release 0x7c7f4938
0077:fixme:dbghelp:elf_search_auxv can't find symbol in module
ERROR: ld.so: object '/usr/lib/x86_64-linux-gnu/libnss3.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
0091:fixme:heap:GetPhysicallyInstalledSystemMemory stub: 0x33f278
0091:fixme:heap:GetPhysicallyInstalledSystemMemory stub: 0x33f278
0091:fixme:ntdll:NtQuerySystemInformationEx Relationship filtering not implemented: 0x3
0091:fixme:ntdll:NtQuerySystemInformationEx Relationship filtering not implemented: 0x3
0091:fixme:ver:GetCurrentPackageId (0x33f01c (nil)): stub
0091:fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform
0091:fixme:winhttp:WinHttpDetectAutoProxyConfigUrl discovery via DHCP not supported
这非常奇怪,因为它只是由于更新(操作系统或 Steam)而发生的,但是我使用的这个 pdp xbox one 控制器刚刚停止接受输入并且一个旧的假 xbox 控制器仍然有效?
所以有什么影响司机?
我不想安装 xboxdrv,因为使用此软件而不是本机检测时的精度和延迟更差。
它还需要更多的准备,而我将计算机用于(Towerfall 之类的)局域网聚会,并且当我具有即插即用功能时,它对每个人都更好。
任何人都知道为什么会发生这种情况以及如何解决它?
这是我通过 steam 收集的系统信息:
Computer Information:
Manufacturer: Unknown
Model: Unknown
Form Factor: Desktop
No Touch Input Detected
Processor Information:
CPU Vendor: GenuineIntel
CPU Brand: Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz
CPU Family: 0x6
CPU Model: 0x2d
CPU Stepping: 0x7
CPU Type: 0x0
Speed: 3800 Mhz
12 logical processors
6 physical processors
HyperThreading: Supported
FCMOV: Supported
SSE2: Supported
SSE3: Supported
SSSE3: Supported
SSE4a: Unsupported
SSE41: Supported
SSE42: Supported
AES: Supported
AVX: Supported
CMPXCHG16B: Supported
LAHF/SAHF: Supported
PrefetchW: Unsupported
Operating System Version:
Ubuntu 18.04.1 LTS (64 bit)
Kernel Name: Linux
Kernel Version: 4.15.0-36-generic
X Server Vendor: The X.Org Foundation
X Server Release: 11906000
X Window Manager: GNOME Shell
Steam Runtime Version: steam-runtime-beta-release_2018-09-03
Video Card:
Driver: NVIDIA Corporation GeForce GTX 760/PCIe/SSE2
Driver Version: 4.6.0 NVIDIA 396.54
OpenGL Version: 4.6
Desktop Color Depth: 24 bits per pixel
Monitor Refresh Rate: 60 Hz
VendorID: 0x10de
DeviceID: 0x1187
Revision Not Detected
Number of Monitors: 1
Number of Logical Video Cards: 1
Primary Display Resolution: 1920 x 1080
Desktop Resolution: 1920 x 1080
Primary Display Size: 18.78" x 10.55" (21.54" diag)
47.7cm x 26.8cm (54.7cm diag)
Primary Bus: PCI Express 16x
Primary VRAM: 2048 MB
Supported MSAA Modes: 2x 4x 8x 16x
Sound card:
Audio device: Realtek ALC898
Memory:
RAM: 15988 Mb
Miscellaneous:
UI Language: English
LANG: en_US.UTF-8
Total Hard Disk Space Available: 491396 Mb
Largest Free Hard Disk Block: 224933 Mb
VR Headset: None detected
Recent Failure Reports:
我进入蒸汽大图试图解决这个问题并启用对所有控制器的检测。但是当我的 pdp 控制器出现时,它显示为“通用游戏手柄”并且不接受任何输入,我尝试配置它但它仍然检测到操纵杆没有移动并且没有响应任何按钮,而另一个控制器导航所有的菜单都轻松。