Aaron Schrab <[EMAIL PROTECTED]> writes: > But vgaplan4.c also includes that file (via vgaplan4.h) and appears to > need it. I got around this by modifying debian/config.fb so that it > won't build that part: > > --- config.fb.dist Sat Jan 5 15:40:15 2002 > +++ config.fb Sat Jan 5 14:18:30 2002 > @@ -204,7 +204,7 @@ > # framebuffer screen driver (linear and/or vga 4 planes) > # set VTSWITCH to include virtual terminal switch code > FRAMEBUFFER = Y > -FBVGA = Y > +FBVGA = N > VTSWITCH = Y > PORTRAIT_MODE = N
This makes me nervous; aren't you turning off a useful feature here for all systems? I'd feel better if you only turned it off on the one system that can't support it (powerpc)...

