Difference between revisions of "Translations:FAQ/81/zh"

From GhostBSD Wiki
Jump to: navigation, search
Line 4: Line 4:
 
: 在 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.
 
: Switching between graphics and text consoles will work when using the "vt" console driver, and GhostBSD right now default to "vt" console.
 
: Switching between graphics and text consoles will work when using the "vt" console driver, and GhostBSD right now default to "vt" console.
; Nvidia Graphics:
+
; Nvidia 显卡:
: Yes! But [https://svnweb.freebsd.org/ports/head/x11/nvidia-driver/ nvidia-driver] must be loaded.<sup>[https://www.freebsd.org/doc/en/articles/compiz-fusion/nvidia-setup.html]</sup> 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]].
+
: 可以,不过必须加载[https://svnweb.freebsd.org/ports/head/x11/nvidia-driver/ nvidia-driver]<sup>[https://www.freebsd.org/doc/en/articles/compiz-fusion/nvidia-setup.html]</sup> 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]].

Revision as of 02:11, 7 October 2019

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (FAQ)
; ATI/Radeon:
: 3D acceleration will not work on [[wikipedia:en:ATI Technologies|ATI]] or [[wikipedia:en:Radeon|Radeon]] cards until FreeBSD completes its [[wikipedia:Translation Table Maps|TTM]]<ref>[https://wiki.freebsd.org/Graphics#Kernel_drivers FreeBSD Wiki: Graphics#Kernel drivers]</ref> work (possibly in time for FreeBSD&nbsp;10.0)<ref>[https://wiki.freebsd.org/Ports/X11/Roadmap FreeBSD Wiki: Ports/X11/Roadmap]</ref>. You can still use these cards, but you will have to choose the 2D driver, and if that does not work, you will need to resort to using the Vesa driver.
; Intel:
: GhostBSD supports 3D acceleration on most Intel graphics cards. 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.
: 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 [https://svnweb.freebsd.org/ports/head/x11/nvidia-driver/ nvidia-driver] must be loaded.<sup>[https://www.freebsd.org/doc/en/articles/compiz-fusion/nvidia-setup.html]</sup> 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]].
Translation; 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]]显卡无法执行 3D 加速。 你仍可以驱动显卡,不过要选择 2D 驱动程序。如果 2D无法启动,则需使用 Vesa 驱动程序。
; 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.
: Switching between graphics and text consoles will work when using the "vt" console driver, and GhostBSD right now default to "vt" console.
; Nvidia 显卡:
: 可以,不过必须加载[https://svnweb.freebsd.org/ports/head/x11/nvidia-driver/ nvidia-driver]。<sup>[https://www.freebsd.org/doc/en/articles/compiz-fusion/nvidia-setup.html]</sup> 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]].
ATI/Radeon
除非 FreeBSD 完成TTM[1] [2],否则ATIRadeon显卡无法执行 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 显卡:
可以,不过必须加载nvidia-driver[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.
  1. FreeBSD Wiki: Graphics#Kernel drivers
  2. FreeBSD Wiki: Ports/X11/Roadmap