-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Qubes doesn't include a driver for the XGI Z9s graphic chipset. #1131
Comments
Follow resolution hints. Are vesafb and vga16fb kernel builtin instead of modules, which prohibits sisfb from being loaded? |
I downloaded qubes-builder and cheked actual kernel config file. Actually, sisfb is not even compiled by actuall kernel: As pointed out by really old bug above (redhat), vesa fb module is inkernel: It may cause problems: Correction: From current kernel, it is impossible to put vesafb as a module. Creating a patch and applying it upstream is possible? Is there any philosophical reason why fedora chooses to build vesafb in kernel instead of as a module? I'm following @marmarek "Making customized build", compiling new kernel conf and beginning blind tests (I have not yet received serial to usb converter I bought to receive boot diag from libreboot.) |
Compiling and testing patch below. Will need to buy a used DVD drive before being able to test this since usb support is broken from coreboot upstream on this motherboard. Kernel boot param that seems relevant: Patch: CONFIG_FB_ATY is not setCONFIG_FB_S3 is not setCONFIG_FB_SAVAGE is not set-# CONFIG_FB_SIS is not set CONFIG_FB_VIA is not setCONFIG_FB_NEOMAGIC is not setCONFIG_FB_KYRO is not setNote: it is said here https://bugzilla.redhat.com/show_bug.cgi?id=457205 that vesafb and sisfb conflicts. Maybe sisfb will need to be included in kernel instead of being compiled as a module. Will see. |
"make iso" was failing because ln was hardlinking files, not softlinking them. Error: fix: < @cd
|
Compiled FB_SIS inkernel, and not against marmarek git following errors I keep getting in template repository errors I am not understanding. The boot line addition will look like: (REF: http://users.sosdg.org/~qiyong/lxr/source/Documentation/fb/sisfb.txt?a=x86_64) |
In fact, the fb driver is this one and is not present with release 3 kernel. Haven't investigated yet why And the xorg driver got borrowed from centos6. Weird behavior on my testing server: build an iso, got it booted graphically but then never booted again. Working in it, but it us not sis driver like I thought previously. |
Those motherboards are currently on sale by the libreboot maintainer itself. Please help libreboot supported devices to run Qubes. http://www.coreboot.org/pipermail/coreboot/2016-January/080821.html |
Contact Francis directly. Was also published here: http://lists.nongnu.org/archive/html/libreboot/2016-01/msg00005.html |
I think this is won't fix, reopen otherwise |
Hi!
Qubes would be a perfect use case for the newly (june 28 2015) liberated libreboot motherboard, the ASUS KFSN4-DRE! A DDR2 motherboard supporting 2 hexcores and 64 gigs of ram! I bought cpus mobo and ram for 167 through ebay.
One thing missing to use this cheap beast would be the integration of the XGI Z9s video driver!!! Please make this first liberated server dream come true!
The text was updated successfully, but these errors were encountered: