xorgwizard and UEFI: Failed to startx

Please post any bugs you have found
Post Reply
Message
Author
mistfire
Posts: 1411
Joined: Wed 05 Nov 2008, 00:35
Location: PH

xorgwizard and UEFI: Failed to startx

#1 Post by mistfire »

I tried to boot puppy on UEFI mode using the latest edition of xslacko-slim it was completely success but X does not start because VESA driver is not applicable on UEFI because in depends on BIOS but FBDEV driver works on UEFI and starts X.

I suggest that xorgwizard scripts must add a feature to detect if the system was BIOS or UEFI. If UEFI boot is detected and no appropriate video driver found then FBDEV driver must be selected in order to start X.

Sailor Enceladus
Posts: 1543
Joined: Mon 22 Feb 2016, 19:43

#2 Post by Sailor Enceladus »

Isn't fbdev only needed when running in a virtual machine? I thought I read that somewhere, never tried puppy in a vm though.

Slacko 6.3.2 is old news now though, it's all about Slacko 6.9.6.3 now. ;)

mistfire
Posts: 1411
Joined: Wed 05 Nov 2008, 00:35
Location: PH

#3 Post by mistfire »

I used virtualbox in UEFI mode to test my pup in UEFI boot.

linuxcbon
Posts: 1312
Joined: Thu 09 Aug 2007, 22:54

#4 Post by linuxcbon »

What video card do you have ? Fbdev is mostly abandoned and should be avoided. See : http://lkml.iu.edu/hypermail/linux/kern ... 00253.html
fbdev is (more or less) maintained, but it's a deprecated framework. All new Linux display drivers should be done on DRM.

mistfire
Posts: 1411
Joined: Wed 05 Nov 2008, 00:35
Location: PH

#5 Post by mistfire »

@linuxcbon the video card was virtualbox emulated. If the fbdev was depreciated. Why this driver work on UEFI system. Do you have any alternative xorg driver for fbdev which work which work on all video cards but it does not depend on bios and 10H interrupt. In short, VESA-like driver for UEFI.

linuxcbon
Posts: 1312
Joined: Thu 09 Aug 2007, 22:54

#6 Post by linuxcbon »

I don't use emulators. An idea would be to emulate a real video card like amd or nvidia ? So it doesn't seem like a bug but like you don't know what settings to use for your emulator.

jamesbond
Posts: 3433
Joined: Mon 26 Feb 2007, 05:02
Location: The Blue Marble

#7 Post by jamesbond »

mistfire wrote:If the fbdev was depreciated. Why this driver work on UEFI system.
There are two "fbdev" - "fbdev" the kernel module. This is indeed deprecated, as per linuxcbon's link.
The other "fbdev" is the "fbdev" Xorg driver module. This one is definitely *not* deprecated.
Do you have any alternative xorg driver for fbdev which work which work on all video cards but it does not depend on bios and 10H interrupt. In short, VESA-like driver for UEFI.
There is none.
Fatdog64 forum links: [url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Latest version[/url] | [url=https://cutt.ly/ke8sn5H]Contributed packages[/url] | [url=https://cutt.ly/se8scrb]ISO builder[/url]

Post Reply