mirror of
https://gitlab.com/qemu-project/seabios.git
synced 2026-09-19 22:40:26 +00:00
No description
- C 90.9%
- Python 2.5%
- C++ 2.3%
- Assembly 1.2%
- Makefile 1%
- Other 2.1%
The connector info section needs a non-zero value in the DDC type field. Zero causes the Linux radeon driver to fail to initialize the DDC bus and then no connectors are found. DDC_DVI (0x2) is used here so that the GPIO_DVI_DDC register is used for the radeon. From what I have seen r128 drivers ignore this field entirely. Tested on Debian Squeeze (Linux 2.6.32) and Debian Trixie (Linux 6.12.94) with: qemu-system-x86_64 -vga none -device ati-vga,model=rv100,vgamem_mb=32 Signed-off-by: Chad Jablonski <chad@jablonski.xyz> |
||
|---|---|---|
| docs | ||
| scripts | ||
| src | ||
| vgasrc | ||
| .gitignore | ||
| COPYING | ||
| COPYING.LESSER | ||
| Makefile | ||
| README | ||
Welcome to the SeaBIOS project! This project implements an X86 legacy bios that is built with standard GNU tools. Please see build and developer information at: https://seabios.org/Developer_Documentation.html For the impatient, SeaBIOS is built for QEMU and tested on QEMU with: make qemu -bios out/bios.bin SeaBIOS can be configured with kconfig. To change the default configuration one can run "make menuconfig" prior to running "make". For other types of builds, and for more detailed developer documentation, please see the online documentation listed above.