framebuffer error when starting X

I'm getting the following error when trying to start x on a new install:

Code:
Cannot run in framebuffer mode. Please specify busIDs for all framebuffer devices

I've done some searching and can't really find anything.
 
What graphics hardware do you have (AMD, Nvidia, Intel, other …), and did you install the appropriate drivers?
 
Please install nvidia-xconfig and run it.
If that still doesn't help, it might be useful to show us the contents of your Xorg log file (should be in /var/log/Xorg.log.0).
 
I ran nvidia-xconfig and searched for solutions on google but still don't know why this is not working. I'm attaching the Xorg.log.0 file.
 

Attachments

  • xorg.txt
    4.7 KB · Views: 211
Judging by our previous discussion, you probably forgot to load the kernel driver ( kldload nvidia-modeset) or using a wrong config file (i.e., not the one you have generated with nvidia-xconfig).
 
Code:
% pkg info --pkg-message nvidia-driver
nvidia-driver-410.93:
Always:
To use these drivers, make sure that you have loaded the NVidia kernel
module, by doing

    # kldload nvidia    (or nvidia-modeset, see below)

or adding

    nvidia_load="YES"    (or nvidia-modeset_load="YES", see below)

to /boot/loader.conf, or putting ``nvidia'' (or ``nvidia-modeset'', see
below again) on ``kld_list'' variable in /etc/rc.conf.
...
 
Back
Top