我的硬盘中使用的是 TrueOS(当前为 FreeBSD12)。安装后启动时。它建议安装 VESA,但是当我选择 vesa 驱动器时,屏幕变成白色,我重新启动并将驱动程序更改为 intel,它完成了,但背光效果不好,我认为驱动程序不好。如何下载建议的驱动程序 vesa 并使用它。
我正在使用 grub2 和带有 arch 和 fedora 的双引导 TrueOS。我lspci
在 Arch 中的输出是:
$ lspci
00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C216 Chipset Family MEI Controller #1 (rev 04)
00:16.3 Serial controller: Intel Corporation 7 Series/C210 Series Chipset Family KT Controller (rev 04)
00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C216 Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C216 Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4)
00:1c.2 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation QM77 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C216 Chipset Family SMBus Controller (rev 04)
02:00.0 System peripheral: Ricoh Co Ltd PCIe SDXC/MMC Host Controller (rev 07)
03:00.0 Network controller: Intel Corporation Centrino Advanced-N 6205 [Taylor Peak] (rev 34)
我听说 linux 驱动程序可能使用,我该怎么做。
答案1
请改用 scfb 驱动程序。
如/usr/local/etc/X11/xorg.conf.d/xorg.conf
:
Section "Device"
Driver "scfb"
EndSection
从https://wiki.freebsd.org/Graphics/SCFB
如果加速图形驱动程序不适用于您的 FreeBSD 系统,另一种方法是使用 scfb 驱动程序。在撰写本文时,这是配备带有集成显卡的 Intel Broadwell 或 Skylake 芯片组的笔记本电脑的常见选项,直到 Intel DRM 驱动程序更新以包含支持。虽然 scfb 驱动程序不提供图形加速,并且缺少亮度调整和对外部显示器的支持等一些功能,但它在内置笔记本电脑显示器上运行良好,可用于简单的桌面使用,甚至播放视频。
系统必须使用新的 vt(4)(又名 Newcons)控制台,scfb 驱动程序才能工作。如果系统使用 UEFI 启动,则这是默认设置,但如果使用(传统)BIOS 模式启动,则不是默认设置。某些笔记本电脑必须使用 UEFI 模式启动,scfb 驱动程序才能工作(在传统 BIOS 模式下启动,但手动将 sysctl 设置为使用 vt(4) 可能无法工作)。