Closed un1versal closed 8 years ago
Thanks for reporting but I don't see how the installXbmcBootScreen method can be influenced by the video driver. Are you sure this method is problematic with video cards other then NVIDIA's?
wsnipex seems to think so as well, and considering the framebuffer/uvesafb and resolution is 100% Nvidia only, I would think it does not play well with other video cards,
Alright, thanks. I'll look into it!
while a little unrelated, doing this in nvidia cause a error too, since Im not a fan of having any errors, I removed all of this anyway on my nvidia install.
http://www.nvnews.net/vbulletin/showthread.php?t=184614
My grub I appended "video=vesa:off vga=normal"
so as to remove the error. idk if its compatible with the fixes anyway.
This should have if [[ $GFX_CARD == NVIDIA ]]; then
not if [[ $GFX_CARD == INTEL ]]; then
isnt it?
3 years later I assume I was given the middle finger
All of the code that fixes resolution so that bootscreen sort of works is not coma[tible with ATI/Intel machines
all that at best must be applied to Nvidia only