Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Mike Fulbright | 2001-07-18 | 1 | -44/+46 |
| | | | | glitches but better than nested try/excepts before | ||||
* | handle unprobed cards better, fixed frame buffer startup code, and run X ↵ | Mike Fulbright | 2001-07-17 | 1 | -24/+26 |
| | | | | server with authentication off but also dont listen to tcp [local connx only] | ||||
* | 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, ↵ | bfox | 2000-11-13 | 1 | -39/+205 |
| | | | | try using the original probed server. If that fails, send them to text mode. | ||||
* | 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 |
| | | | | | | traceback for syntax errors in GUI mode 2) don't over remember custom x modes (#12176) 3) german boot disk messages | ||||
* | stat the socket so we know when the server is up | Matt Wilson | 2000-08-04 | 1 | -3/+17 |
| | |||||
* | more VGA16 fallback fixes | Matt Wilson | 2000-07-25 | 1 | -0/+2 |
| | |||||
* | remove unneeded whitespace in output | Mike Fulbright | 2000-07-20 | 1 | -1/+1 |
| | |||||
* | Added USB mice support | Mike Fulbright | 2000-07-19 | 1 | -0/+4 |
| | |||||
* | fall back fo VGA16 | Matt Wilson | 2000-07-10 | 1 | -0/+1 |
| | |||||
* | check harderanaconda-6-9-2-tag | Matt Wilson | 2000-07-04 | 1 | -1/+5 |
| | |||||
* | patch for sun X from jj | Matt Wilson | 2000-06-19 | 1 | -3/+1 |
| | |||||
* | ask for mouse info when probe fails | Matt Wilson | 2000-06-15 | 1 | -3/+51 |
| | |||||
* | a little more cleanup | Matt Wilson | 2000-04-28 | 1 | -35/+7 |
| | |||||
* | second pass at XFree86 4.0 support | Matt Wilson | 2000-04-27 | 1 | -138/+9 |
| | |||||
* | X almost working - grab more 4.0 modules, fix config file, add option to ↵ | Matt Wilson | 2000-04-24 | 1 | -5/+10 |
| | | | | redirect 4.0 logfile to /dev/null | ||||
* | hacks for xfree86 4.0 | Matt Wilson | 2000-04-24 | 1 | -73/+75 |
| | |||||
* | fixed patch | Matt Wilson | 2000-03-04 | 1 | -2/+2 |
| |