mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-26 21:12:25 +00:00
Remove all mention of the vga driver from the config logic.
This commit is contained in:
parent
056a2ce02c
commit
95df04b744
2 changed files with 1 additions and 4 deletions
|
|
@ -82,7 +82,6 @@ static int builtinLines = 0;
|
|||
static const char *deviceList[] = {
|
||||
"fbdev",
|
||||
"vesa",
|
||||
"vga",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
@ -450,8 +449,6 @@ chooseVideoDriver(void)
|
|||
if (chosen_driver == NULL) {
|
||||
#if defined __i386__ || defined __amd64__ || defined __hurd__
|
||||
chosen_driver = "vesa";
|
||||
#elif defined __alpha__
|
||||
chosen_driver = "vga";
|
||||
#elif defined __sparc__
|
||||
chosen_driver = "sunffb";
|
||||
#else
|
||||
|
|
|
|||
Loading…
Reference in a new issue