| Commit message (Expand) | Author | Age | Files | Lines |
* | turn off VGA16, it looks baddddd | Mike Fulbright | 2002-07-25 | 1 | -30/+9 |
* | more keyboard related changes. the xconfig object now has a keyboard object | Jeremy Katz | 2002-05-29 | 1 | -2/+2 |
* | rhpl.keyboard not rhpl.kbd | Jeremy Katz | 2002-05-28 | 1 | -1/+1 |
* | migrate to using kbd.py | Mike Fulbright | 2002-05-24 | 1 | -1/+2 |
* | move mouse.py, videocard.py, simpleconfig.py and monitor.py to rhpl | Mike Fulbright | 2002-05-23 | 1 | -3/+4 |
* | 1) Fix all copyrights 2) move everything to use rhpl.translate instead of our... | Mike Fulbright | 2002-05-23 | 1 | -2/+2 |
* | useless code #2.0.1 | Mike Fulbright | 2002-05-22 | 1 | -27/+0 |
* | useless code #2 | Mike Fulbright | 2002-05-22 | 1 | -22/+5 |
* | useless code | Mike Fulbright | 2002-05-22 | 1 | -12/+1 |
* | oops | Mike Fulbright | 2002-05-21 | 1 | -2/+1 |
* | 1) removed language support, 2) removed frame buffer support, 3) Merged 7.3 X... | Mike Fulbright | 2002-05-21 | 1 | -18/+47 |
* | this looks *so* much nicer. and it works for me | Bill Nottingham | 2002-03-08 | 1 | -4/+0 |
* | force DPI of monitor for installer to fix text size | Mike Fulbright | 2002-02-13 | 1 | -0/+2 |
* | handle framebuffer and vga16 casesbefore.bootloader.merge | Mike Fulbright | 2002-01-21 | 1 | -0/+1 |
* | format differently | Mike Fulbright | 2001-07-18 | 1 | -2/+0 |
* | doh | Mike Fulbright | 2001-07-18 | 1 | -1/+1 |
* | wait for X server to slowly (glacially) fall over in some cases | Mike Fulbright | 2001-07-18 | 1 | -2/+8 |
* | rewrote way we fallback from fb to native card to vga16, still has some glitc... | Mike Fulbright | 2001-07-18 | 1 | -44/+46 |
* | handle unprobed cards better, fixed frame buffer startup code, and run X serv... | Mike Fulbright | 2001-07-17 | 1 | -24/+26 |
* | disable screen blanking | Matt Wilson | 2001-07-10 | 1 | -2/+4 |
* | nofb mode didn't work...now it does | bfox | 2001-06-25 | 1 | -3/+3 |
* | various pychecker fixups | Matt Wilson | 2001-06-22 | 1 | -3/+1 |
* | copyright | Matt Wilson | 2001-06-22 | 1 | -0/+16 |
* | merge from (now defunct) anaconda-dispatch branch | Erik Troan | 2001-06-20 | 1 | -79/+47 |
* | another string | Mike Fulbright | 2001-03-30 | 1 | -1/+1 |
* | added string that should be translated | Mike Fulbright | 2001-03-29 | 1 | -1/+1 |
* | i18n msg | Mike Fulbright | 2001-03-01 | 1 | -1/+1 |
* | remove debugging output | Mike Fulbright | 2001-02-23 | 1 | -15/+1 |
* | fix indent | Matt Wilson | 2001-02-14 | 1 | -1/+1 |
* | resolves bug #27102 | bfox | 2001-02-14 | 1 | -6/+9 |
* | removed print statements | bfox | 2001-02-09 | 1 | -19/+5 |
* | removed unneeded print statement that caused user to file bug #25741 | bfox | 2001-02-09 | 1 | -2/+1 |
* | added code to not probe /dev/fd0 if in nofb mode | bfox | 2001-02-09 | 1 | -11/+25 |
* | oops, missed one | Matt Wilson | 2001-02-08 | 1 | -1/+1 |
* | Moved the "can't open /dev/fb0" statement to a log message | bfox | 2001-02-06 | 1 | -1/+5 |
* | Removed print statements | bfox | 2001-02-01 | 1 | -12/+8 |
* | Added code to drop to text mode if card can't be probed. | bfox | 2001-01-19 | 1 | -5/+21 |
* | syntax errors | Matt Wilson | 2001-01-18 | 1 | -3/+3 |
* | don't fail on waitpid failures | Matt Wilson | 2001-01-18 | 1 | -3/+13 |
* | Added code to not use framebuffer server on NeoMagic cards. | bfox | 2001-01-12 | 1 | -2/+22 |
* | be more picky catching exceptions from failed fb x server | Erik Troan | 2000-12-13 | 1 | -2/+2 |
* | fixed x server startup bits | Erik Troan | 2000-12-13 | 1 | -51/+60 |
* | Removed some debug information. | bfox | 2000-12-06 | 1 | -3/+4 |
* | Added code to let the user run anaconda in lowres mode | bfox | 2000-11-28 | 1 | -4/+11 |
* | Fixed another syntax bug. | bfox | 2000-11-20 | 1 | -0/+3 |
* | Fixed nagging syntax error | bfox | 2000-11-20 | 1 | -127/+1 |
* | Fixed syntax error. | bfox | 2000-11-17 | 1 | -2/+4 |
* | Added some code to try using framebuffer server first. Then if that fails, t... | bfox | 2000-11-13 | 1 | -39/+205 |
* | don't frob the mouse if we're not going to use it | Matt Wilson | 2000-08-17 | 1 | -1/+1 |
* | 1) add a --nofallback option to anaconda such that we can see the | Matt Wilson | 2000-08-10 | 1 | -7/+9 |