Coder Social home page Coder Social logo

Comments (12)

Blinue avatar Blinue commented on August 15, 2024

这是个已知bug,出现这个错误之后鼠标可能会消失不见。我会进行修复。

from magpie.

Blinue avatar Blinue commented on August 15, 2024

暂时的应对方法:进入游戏的菜单界面,即鼠标可以自由移动的时候进入全屏

from magpie.

EdLovecraft avatar EdLovecraft commented on August 15, 2024

这是个已知bug,出现这个错误之后鼠标可能会消失不见。我会进行修复。

鼠标会消失,但游戏并没有放大到全屏,还是原来窗口模式

from magpie.

Blinue avatar Blinue commented on August 15, 2024

这是因为鼠标被设置为透明,但依然可以正常使用。
image
恢复鼠标的步骤:在设置里进入“其他鼠标选项”,转到“指针”一栏然后确定

from magpie.

Blinue avatar Blinue commented on August 15, 2024

我会在今晚发布一个版本来修复这个bug,以及添加FSR

from magpie.

LightMu avatar LightMu commented on August 15, 2024

我会在今晚发布一个版本来修复这个bug,以及添加FSR

感谢您为软件您的添加FSR,我很期待您的您的更新,这对游戏玩家来说将是一个巨大变革!
我注意到您的预览图和简单介绍已经更新,之后您可否在您的软件介绍页面发布Magpie正确配置和使用FSR的方法?

from magpie.

Blinue avatar Blinue commented on August 15, 2024

不要对FSR缩放过于期待,Magpie并不是被设计用来提升游戏性能的。下面几条会扫你兴:

  1. FSR并不完美。它本质上只是一种传统的缩放算法,无法补充因游戏分辨率降低而损失的画面细节。
  2. Magpie可能无法在2K/4K分辨率下使用,我没有在这些平台上测试过,根据 #17 ,大概不能。(EDIT:经反馈是支持的,但不支持宽屏)
  3. Magpie使用FSR放大窗口时实际上是将FSR作为游戏画面的后处理,也就是说,UI和噪点都会被放大。其他的类似工具都有这个问题。
  4. 使用Magpie不一定能获得更好的性能。根据游戏窗口使用的渲染技术的不同,Magpie对系统资源的占用会有很大差异。极端情况下,它可能会占用相当多的系统资源。

PS:Lossless Scaling已经添加了对FSR的实验性支持。
PPS:我计划在未来为Magpie添加2K/4K支持,可能在v0.7。

下面的第一张图是原生1080P的渲染图像,第二张图是渲染为720P后使用FSR放大到1080P
屏幕截图(1876)
屏幕截图(1875)

from magpie.

LightMu avatar LightMu commented on August 15, 2024

不要对FSR缩放过于期待,Magpie并不是被设计用来提升游戏性能的。下面几条会扫你兴:

  1. FSR并不完美。它本质上只是一种传统的缩放算法,无法补充因游戏分辨率降低而损失的画面细节。
  2. Magpie可能无法在2K/4K分辨率下使用,我没有在这些平台上测试过,根据 Capture mode: Injection Error when using GDI + nothing happens with WinRT Capture #17 ,大概不能。
  3. Magpie使用FSR放大窗口时实际上是将FSR作为游戏画面的后处理,也就是说,UI和噪点都会被放大。其他的类似工具都有这个问题。
  4. 使用Magpie不一定能获得更好的性能。根据游戏窗口使用的渲染技术的不同,Magpie对系统资源的占用会有很大差异。极端情况下,它可能会占用相当多的系统资源。

下面的第一张图是原生1080P的渲染图像,第二张图是渲染为720P后使用FSR放大到1080P
屏幕截图(1876)
![屏幕截图(1875)](https://user-images.githubusercontent.com/34770031/128018063-886b4f35-1cb2-44f9-bbb5-efec4b8bda4c.p

不要对FSR缩放过于期待,Magpie并不是被设计用来提升游戏性能的。下面几条会扫你兴:

  1. FSR并不完美。它本质上只是一种传统的缩放算法,无法补充因游戏分辨率降低而损失的画面细节。
  2. Magpie可能无法在2K/4K分辨率下使用,我没有在这些平台上测试过,根据 Capture mode: Injection Error when using GDI + nothing happens with WinRT Capture #17 ,大概不能。
  3. Magpie使用FSR放大窗口时实际上是将FSR作为游戏画面的后处理,也就是说,UI和噪点都会被放大。其他的类似工具都有这个问题。
  4. 使用Magpie不一定能获得更好的性能。根据游戏窗口使用的渲染技术的不同,Magpie对系统资源的占用会有很大差异。极端情况下,它可能会占用相当多的系统资源。

下面的第一张图是原生1080P的渲染图像,第二张图是渲染为720P后使用FSR放大到1080P
屏幕截图(1876)
屏幕截图(1875)

您认为通过外部应用,比如Magpie实现FSR的效果的话,比较分辨率缩放加上边缘细节的锐化的话有多大优势。或者应用于Reshade和ENB这种具有深度识别的注入器类插件呢?原生支持FSR的游戏其实在各种显卡下都有不错的效果,为了适配FSR游戏本身必须要针对FSR做出相应的适配调整才能实现这种效果吗?有没有可能实现通用且有效的FSR注入器,因为我看到Vulkan作为一种全局API,在Github上是有全局实现FSR的项目的。

from magpie.

Blinue avatar Blinue commented on August 15, 2024

v0.5.2修复了这个bug

from magpie.

hooke007 avatar hooke007 commented on August 15, 2024

Magpie可能无法在2K/4K分辨率下使用

一直在4k下正常使用....

from magpie.

Blinue avatar Blinue commented on August 15, 2024

感谢老伙计的反馈

from magpie.

eaglu avatar eaglu commented on August 15, 2024

我在2K分辨率也没遇到过问题

from magpie.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.