DaemonForums  

Go Back   DaemonForums > FreeBSD > FreeBSD General

FreeBSD General Other questions regarding FreeBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 17th July 2021
marietto2021 marietto2021 is offline
New User
 
Join Date: Jul 2021
Posts: 8
Default Fatal server error: (EE) xf86OpenConsole: No console driver found

Hello to everyone.

I have installed freebsd for arm64 on my jetson nano,mainly because I want to install ferdi (https://getferdi.com : All your messaging services in one place). A tool like Franz or rambox,so that in one only shot we can use a lot of social networks,in one only comfortable and nice interface. This will be a very life saver,because on Freebsd and in general for arm64 there is nothing like that. But Ferdi needs Xorg and a desktop manager like xfce. I have installed them on my qemu/kvm emulated freebsd 13 for arm64 on the jetson nano. But when I write "startx" get the error on the title. This is how I have emulated it :

Code:
/opt/qemu-5.2.0/build/aarch64-softmmu/./qemu-system-aarch64 -m 2048M -cpu cortex-a57 -M virt --enable-kvm \
-bios edk2-aarch64-code.fd --nographic \
-drive if=none,file=FreeBSD-13.qcow2,id=hd0 \
-device virtio-blk-device,drive=hd0 \
-device virtio-net-device,netdev=mynet \
-netdev tap,id=mynet,ifname=tap0,script=no,downscript=no,vhost=on \
-device virtio-gpu-pci,virgl=on,xres=1024,yres=768 \
-display sdl,gl=on \
-no-reboot
and this is the error that I get when I run "startx" :

Fatal server error: (EE) xf86OpenConsole: No console driver found Supported drivers: pccons (with X support), syscons, pcvt Check your kernel's console driver configuration and /dev entries(EE)


Instead,if I remove the parameter "--nographic" qemu tells "guest disabled display" and I don't see anything anymore.

can someone put my shoes in the right road to fix this error ? thanks.
Reply With Quote
Reply

Tags
driver, kernel, qemu, xorg

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
(BCM4312) Fatal DMA error aimeec1995 FreeBSD Ports and Packages 0 1st September 2017 08:12 PM
post-upgrade error | library pthread.13.3 not found daemonfowl OpenBSD Installation and Upgrading 6 29th March 2012 04:31 PM
iwn0: fatal firmware error tehsean OpenBSD General 7 5th October 2010 03:10 PM
fatal error fvwm Nk2Network OpenBSD General 7 10th January 2009 02:49 PM
Kernel Driver Not accesable error In Virtural Box on Ubntu hardy FloridaBSD Other BSD and UNIX/UNIX-like 8 28th May 2008 01:11 AM


All times are GMT. The time now is 06:48 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick