NomadBSD icon indicating copy to clipboard operation
NomadBSD copied to clipboard

Do not use vgapci for Intel Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Integrated Graphics

Open probonopd opened this issue 2 years ago • 0 comments

Currently the vgapci driver gets used for Intel Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Integrated Graphics. I believe this is wrong.

Please consider adding 0x22b1 to /etc/initgfx_device.db. Or was it left away intentionally? When I add the ID there, delete /var/initgfx_config.id and reboot, then I get in /usr/local/etc/X11/xorg.conf.d/10-video-initgfx.conf:

Section "Device"
    Identifier    "Intel Graphics"
    Driver        "intel"
    Option        "AccelMethod"    "uxa"
    Option        "TripleBuffer"   "true"
    Option        "HotPlug"        "true"
EndSection

but inxi -Fz still says vgapci:

Graphics:  Device-1: Intel Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Integrated 
           Graphics 
           driver: vgapci 
           Display: x11 server: X.Org 1.20.11 driver: loaded: intel resolution: 1366x768~60Hz 
           OpenGL: renderer: Mesa DRI Intel HD Graphics 400 (BSW) v: 4.6 Mesa 20.2.3 

Reference: https://github.com/helloSystem/ISO/issues/97

probonopd avatar Jul 11 '21 10:07 probonopd