尝试让 JavaFX 2.0 3D 在 intel 945 上运行

发布于 2024-12-01 05:40:34 字数 584 浏览 1 评论 0原文

我的驱动程序不支持 JavaFX 2.0 3D。

  • JavaFX beta build 40
  • 操作系统:Windows Vista
  • 图形:Mobile Intel 945 Express Chipset Family
  • 驱动程序版本:7.14.10.1504(当前)
  • 根据 intel 的最新驱动程序:dl 页面上的 15.8.3.1504,该文件安装版本 7.14.10.1504 (http://downloadcenter.intel.com/Detail_Desc.aspx?lang=eng&changeLang=true&DwnldId=16312)

我发现:“Intel HD 的最低驱动程序版本最近已更改为 8.15.10.2302 以解决以下错误老司机。” (https://forums.oracle.com/forums/thread.jspa?threadID=2255278)

版本 >= 8.15.10.2302 的驱动程序不适用于 945。此解决方法是否有任何解决方法,即我可以说服 JavaFX无论如何都支持3D吗?有替代驱动程序吗?使用台面可能有帮助吗?

JavaFX 2.0 doesn't support 3D with my driver.

  • JavaFX beta build 40
  • OS: Windows Vista
  • graphics: Mobile Intel 945 Express Chipset Family
  • driver version: 7.14.10.1504 (current)
  • latest driver according to intel: 15.8.3.1504 on dl page, the file installs version 7.14.10.1504 (http://downloadcenter.intel.com/Detail_Desc.aspx?lang=eng&changeLang=true&DwnldId=16312)

I found this: "The minimum driver version for Intel HD was recently changed to 8.15.10.2302 to workaround bugs in older drivers." (https://forums.oracle.com/forums/thread.jspa?threadID=2255278)

Drivers with version >= 8.15.10.2302 are not availabe for the 945. Is there any workaround for this workaround, i.e. can I convince JavaFX to support 3D anyway? Any alternative drivers? Might using mesa help?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

痴梦一场 2024-12-08 05:40:34

看起来 Windows 7 有该显卡的最新更新。您是否尝试过安装 Windows 7 版本并查看它是否有效?有些应用程序会为您的计算机提供假显卡名称,以便它可以运行无法在不受支持的硬件上运行的游戏。也可能有显卡黑客团体使用后来型号的驱动程序(我知道 ATI 和 Nividia 的)为 Intel 创建驱动程序。

我敢打赌,JavaFX 还会有一个标志来强制支持显卡。他们有一个 Java 标志来为 Java2D 做这样的事情。您可能想通过 JavaFX 官方表格进行询问。

Looks like Windows 7 has the later updates for that graphics card. Have you tried installing a Windows 7 version and see if it works? There are applications that give your computer fake graphics card name so it can run games that wont run on non supported hardware. There is also probably graphics card hackers groups that create drivers for Intel using divers from later models (I know of ATI and Nividia ones).

I bet there also will be a flag for JavaFX to force support a graphics card. They have a flag for Java to do such a thing for Java2D. You might want to ask on the JavaFX official form.

寄居者 2024-12-08 05:40:34

JavaFX 2.0 硬件加速无法支持 Intel 945 芯片组。问题是它需要 Pixel Shader 3.0 才能利用硬件加速,但仅限芯片组支持PS 2.0。

您可以使用以下命令找到有关它不使用硬件加速的更多详细信息:

set NWT_TRACE_LEVEL=4
java -Dprism.verbose=true

There is not way to support Intel 945 Chipsets in JavaFX 2.0 Hardware Accelerated. The Problem is it needs Pixel Shader 3.0 to utilize hardware acceleration, but the Chipset only supports PS 2.0..

You can find more details on wy it not uses hardware acceleration with following commands:

set NWT_TRACE_LEVEL=4
java -Dprism.verbose=true

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文