0

bumblebee+wine から dxdiag またはその他の DX9 ゲームを実行しようとしていますが、うまくいきません。これらのゲームは、内蔵グラフィック カードにバンブルビーがなくても問題なく動作します。そしてno wineソフトはマルハナバチとよく合います。

プリムスラン

$ primusrun bash
$ wine dxdiag
primus: warning: recreating incompatible pbuffer
primus: warning: recreating incompatible pbuffer
$

syslog 出力:

rtkit-daemon[2489]: Successfully made thread 23036 of process 23036 (n/a) owned by '1000' RT at priority 3.
rtkit-daemon[2489]: Supervising 1 threads of 1 processes of 1 users.
kernel: [147774.078061] bbswitch: enabling discrete graphics
kernel: [147774.221739] pci 0000:01:00.0: power state changed by ACPI to D0
kernel: [147774.245670] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=none,decodes=none:owns=none
kernel: [147774.245900] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  304.88  Wed Mar 27 14:26:46 PDT 2013
acpid: client 23009[0:1002] has disconnected
acpid: client 23009[0:1002] has disconnected
acpid: client connected from 23066[0:1002]
acpid: 1 client rule loaded
acpid: client connected from 23066[0:1002]
acpid: 1 client rule loaded
bumblebeed[11391]: [XORG] (WW) NVIDIA(0): Unable to get display device for DPI computation.
rtkit-daemon[2489]: Successfully made thread 23071 of process 23033 (n/a) owned by '1000' RT at priority 2.
rtkit-daemon[2489]: Supervising 2 threads of 2 processes of 1 users.
kernel: [147778.018119] bbswitch: disabling discrete graphics
kernel: [147778.030858] pci 0000:01:00.0: Refused to change power state, currently in D0
kernel: [147778.030896] pci 0000:01:00.0: power state changed by ACPI to D3cold

optirunは同様の結果をもたらします:

$ optirun bash
$ wine dxdiag
[VGL] NOTICE: Pixel format of 2D X server does not match pixel format of
[VGL]    Pbuffer.  Disabling PBO readback.
$

syslog には、optirun と同じエラーがあります。

bumblebeed[11391]: [XORG] (WW) NVIDIA(0): Unable to get display device for DPI computation.

何か助けはありますか?ありがとう!

4

1 に答える 1

0

これが役立つ場合とそうでない場合がありますが、primus-libs-ia32 パッケージをインストールしてみてください。実行しようとしているのは 32 ビット アプリケーションである可能性があります (64 ビット システムを使用している場合、これが問題になる可能性があります)。

于 2014-01-03T18:21:29.053 に答える