先安裝intel核心顯卡驅動i915kms,
pkg install drm-kmod
安裝顯卡後分為兩種情況,是否支援獨顯直連,如果不支援,需要先安裝i915kms在安裝
$ pkg install nvidia-hybrid-graphics
$ pkg install nvidia-secondary-driver
$ pkg install nvidia-secondary-driver
$ sysrc kld_list+=nvidia-modeset
$ sysrc nvidia_xorg_enable=YES
$ nvrun 程式名稱 # 無GUI執行
$ nvrun-vgl 程式名稱# 以GUI 執行
獨顯直連:
pkg install nvidia-driver nvidia-settings nvidia-xconfig nvidia-drm-kmod
sysrc kld_list+="nvidia-modeset nvidia-drm.ko"
最後可以安裝mesa-demos作為測試
nvrun-vgl bounce
a web service that enables Amazon Web Services (AWS) customers to manage users and user permissions in AWS
Feb 11, 2025A capability is a file descriptor that has been extended to possess rights.
Aug 18, 2024Three modes of transfer are currently supported: netascii (This isascii as defined in "USA Standard Code for Information Interchange"[1] with the modifications specified in "Telnet ProtocolSpecification" [3].) Note that it is 8 bit ascii. The term"netascii" will be used throughout this document to mean thisparticular version of ascii.); octet (This replaces the "binary" modeof previous versions of this document.) raw 8 bit bytes; mail,netascii characters sent to a user rather than a file. (The mailmode is obsolete and should not be implemented or used.) Additionalmodes can be defined by pairs of cooperating hosts.
Aug 10, 2024This the first week of google summer of code.
Jul 20, 2024or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up