Install NomadBSD

Bummer.

If that’s the case, there is only one possibility left:

# sysrc kld_list-=" /boot/modules/nvidia.ko"
# sysrc kld_list+=" /boot/modules/i915kms.ko"

/usr/local/etc/X11/xorg.conf.d/00-video-initgfx.conf:

Section "Device"
    Identifier    "Intel Graphics"
    Driver        "intel"
    Option        "AccelMethod"    "uxa"
    Option        "TripleBuffer"   "true"
    Option        "HotPlug"        "true"
    BusID         PCI:0:2:0
EndSection

or

Section "Device"
    Identifier    "Intel Graphics"
    Driver        "intel"
    Option        "AccelMethod"    "uxa"
    Option        "TripleBuffer"   "true"
    Option        "HotPlug"        "true"
    BusID         PCI:0:2:1
EndSection
1 Like

Finally it works.
I never said that I want to use specifically nvidia. I think, I couldn’t clearly described my problem. I’m not a native English speaker, as you guessed.
Anyway …
“I’m just a soul whose intentions are good,
Oh Lord, please don’t let me be misunderstood.”

Thanks a lot.

Great! Usually, the initgfx script correctly detects Intel GPUs, so I assumed your system is using the NVIDIA GPU. I guess the problem is that the temporary created /usr/local/etc/X11/xorg.conf.d/00-video-initgfx.conf for Intel GPUs doesn’t contain the BusID, which lets the auto-detection fail if there are multiple Intel GPUs.

It is fixed now. Thank you for your patience :slight_smile:

2 Likes

FYI:
Current Version (131R-20221130) runs out of the box on these Asus Eee PC 1215N.

Handbook says " Hybrid Combination/Switchable Graphics
NomadBSD doesn’t support switchable graphics like Optimus yet. If the Xorg server fails to start, disable one of the GPUs in your system’s BIOS/UEFI."

Asus Eee PC 1215N has two graphics adaptors, (Optimus) one of them Nvidia GT218M and the other Intel Atom. And there is no switch it’s system’s BIOS/UEFI. New version works like a charm.
Thanks for great works. Happy new Year.

1 Like