Difference between revisions of "Translations:FAQ/81/zh"
From GhostBSD Wiki
Line 1: | Line 1: | ||
; ATI/Radeon: | ; ATI/Radeon: | ||
− | : 除非 FreeBSD 完成[[wikipedia:Translation Table Maps|TTM]]<ref>[https://wiki.freebsd.org/Graphics#Kernel_drivers FreeBSD Wiki: Graphics#Kernel drivers]</ref> <ref>[https://wiki.freebsd.org/Ports/X11/Roadmap FreeBSD Wiki: Ports/X11/Roadmap]</ref>,否则[[wikipedia:en:ATI Technologies|ATI]]或[[wikipedia:en:Radeon|Radeon]] | + | : 除非 FreeBSD 完成[[wikipedia:Translation Table Maps|TTM]]<ref>[https://wiki.freebsd.org/Graphics#Kernel_drivers FreeBSD Wiki: Graphics#Kernel drivers]</ref> <ref>[https://wiki.freebsd.org/Ports/X11/Roadmap FreeBSD Wiki: Ports/X11/Roadmap]</ref>,否则[[wikipedia:en:ATI Technologies|ATI]]或[[wikipedia:en:Radeon|Radeon]]显卡无法执行 3D 加速。 你仍可以驱动显卡,不过要选择 2D 驱动程序。如果 2D无法启动,则需使用 Vesa 驱动程序。 |
; Intel: | ; Intel: | ||
: 在 GhostBSD 系统下,大多数英特尔显卡支持 3D 加速。Due to the current [[wikipedia:en:kernel mode-setting|KMS]] support<sup>[https://wiki.freebsd.org/Intel_GPU]</sup>, you will not be able to switch between the graphical console and a virtual console (using <tt>[[wikipedia:en:Ctrl key|Crtl]]</tt>+<tt>[[wikipedia:en:Alt key|Alt]]</tt>+<tt>[[wikipedia:en:Function key|F#]]</tt>) when using the "sc" console driver. | : 在 GhostBSD 系统下,大多数英特尔显卡支持 3D 加速。Due to the current [[wikipedia:en:kernel mode-setting|KMS]] support<sup>[https://wiki.freebsd.org/Intel_GPU]</sup>, you will not be able to switch between the graphical console and a virtual console (using <tt>[[wikipedia:en:Ctrl key|Crtl]]</tt>+<tt>[[wikipedia:en:Alt key|Alt]]</tt>+<tt>[[wikipedia:en:Function key|F#]]</tt>) when using the "sc" console driver. |
Revision as of 03:16, 29 September 2019
- ATI/Radeon
- 除非 FreeBSD 完成TTM[1] [2],否则ATI或Radeon显卡无法执行 3D 加速。 你仍可以驱动显卡,不过要选择 2D 驱动程序。如果 2D无法启动,则需使用 Vesa 驱动程序。
- Intel
- 在 GhostBSD 系统下,大多数英特尔显卡支持 3D 加速。Due to the current KMS support[1], you will not be able to switch between the graphical console and a virtual console (using Crtl+Alt+F#) when using the "sc" console driver.
- Switching between graphics and text consoles will work when using the "vt" console driver, and GhostBSD right now default to "vt" console.
- Nvidia Graphics
- Yes! But nvidia-driver must be loaded.[2] The software can be installed easily, for example by using the (bxPKG/pkg) Package Manager or using ports as described on this page Nvidia driver installation.