summaryrefslogtreecommitdiffstats
path: root/videocard.py
Commit message (Collapse)AuthorAgeFilesLines
* handle framebuffer and vga16 casesbefore.bootloader.mergeMike Fulbright2002-01-211-14/+11
|
* videoram is a stringJeremy Katz2002-01-211-1/+1
|
* do not support XFree86 3.x serversMike Fulbright2002-01-111-11/+37
|
* umm, I think this is the right way to fix thisMatt Wilson2002-01-071-1/+1
|
* use kudzu ddc probingJeremy Katz2002-01-041-14/+9
|
* well XFree86 4.x fbdev reboots my machines when it runs, so reverting to use ↵Mike Fulbright2001-12-171-4/+4
| | | | XFree86 3.x.x fbdev for now
* turn on using XFree86 4.x framebufferMike Fulbright2001-12-131-4/+4
|
* proper fix for fuzzy matching of ddcprobe reported video ramMike Fulbright2001-08-151-0/+17
|
* handle video cards which probe ok, but for some reason the native X server ↵Mike Fulbright2001-08-101-0/+5
| | | | doesnt work, and we fallback to VGA. Need to remember to configure the probed card later (and hope it works?). Fixed bug # 51273
* if we don't know anything about the card, allow testingJeremy Katz2001-08-041-0/+2
|
* dont fall over in reconfig if they are in text mode and didn't install ↵Mike Fulbright2001-07-271-2/+7
| | | | Xconfigurator
* Properly merge all referenced videocards when reading in cards dbMike Fulbright2001-07-201-9/+16
|
* handle bad syncing between cardsdb and pcitable, and make it possible to ↵Mike Fulbright2001-07-181-4/+22
| | | | switch between XFree 3 and 4 fb driver
* handle unprobed card better, introduce concept of frame buffer device and ↵Mike Fulbright2001-07-171-3/+64
| | | | VGA16 device
* initialize variableMike Fulbright2001-07-101-0/+2
|
* missing moduleMatt Wilson2001-06-231-0/+1
|
* various pychecker fixupsMatt Wilson2001-06-221-1/+1
|
* more people on the hookMatt Wilson2001-06-221-0/+1
|
* copyrightMatt Wilson2001-06-221-0/+16
|
* merge dispatch to HEADMatt Wilson2001-06-201-0/+369