Z83 Mini Computer graphics

I recently rediscovered an old Z83 Mini Computer and was surprised that I had somehow managed to install FreeBSD onto it.
Now I'd like to see if I can find a video driver for it, although not entirely sure what to look for...

Running pciconf -lv shows a VGA line which contains

Atom/Celeron/Pentium Processor X5-E8000/J3XXX/N3XXX Integrated Graphics Controller

Is that enough to tell me what driver I need to install?
 
You need Intel drm-510-kmod which was last found in FreeBSD 13.5-RELEASE. It will be EOL soon so set it up now. No support for Z8xxx after drm-510. Baytrail Graphics.
pkg install drm-510-kmod
kldload i915kms
 
You need Intel drm-510-kmod which was last found in FreeBSD 13.5-RELEASE. It will be EOL soon so set it up now. No support for Z8xxx after drm-510. Baytrail Graphics.
pkg install drm-510-kmod
kldload i915kms
No packages found. The system is currently running 14.0-RELEASE.

I checked this also

 
Actually, I just wanted a better resolution. as I was intending to use it in text mode only.

Does mean I have to downgrade the system to get a better resolution?
 
Believe it or not resolution on SCFB is set by the framebuffer resolution.

So to change resolution on SCFB/Xorg you can change GOP settings in loader.conf.

You could probably also use an Xorg monitor resolution config file or window manager settings.
 

You could consider SCFB to be the SAFE MODE video driver for FreeBSD x11.

It is installed by default now and if the graphics card does not work right SCFB is the fallback driver.
Sometimes you do have to write a config file for it. Especially on Optimus laptops.
 
Back
Top