summaryrefslogtreecommitdiffstats
path: root/xserver.py
Commit message (Collapse)AuthorAgeFilesLines
* handle framebuffer and vga16 casesbefore.bootloader.mergeMike Fulbright2002-01-211-0/+1
|
* format differentlyMike Fulbright2001-07-181-2/+0
|
* dohMike Fulbright2001-07-181-1/+1
|
* wait for X server to slowly (glacially) fall over in some casesMike Fulbright2001-07-181-2/+8
|
* rewrote way we fallback from fb to native card to vga16, still has some ↵Mike Fulbright2001-07-181-44/+46
| | | | glitches but better than nested try/excepts before
* handle unprobed cards better, fixed frame buffer startup code, and run X ↵Mike Fulbright2001-07-171-24/+26
| | | | server with authentication off but also dont listen to tcp [local connx only]
* disable screen blankingMatt Wilson2001-07-101-2/+4
|
* nofb mode didn't work...now it doesbfox2001-06-251-3/+3
|
* various pychecker fixupsMatt Wilson2001-06-221-3/+1
|
* copyrightMatt Wilson2001-06-221-0/+16
|
* merge from (now defunct) anaconda-dispatch branchErik Troan2001-06-201-79/+47
|
* another stringMike Fulbright2001-03-301-1/+1
|
* added string that should be translatedMike Fulbright2001-03-291-1/+1
|
* i18n msgMike Fulbright2001-03-011-1/+1
|
* remove debugging outputMike Fulbright2001-02-231-15/+1
|
* fix indentMatt Wilson2001-02-141-1/+1
|
* resolves bug #27102bfox2001-02-141-6/+9
|
* removed print statementsbfox2001-02-091-19/+5
|
* removed unneeded print statement that caused user to file bug #25741bfox2001-02-091-2/+1
|
* added code to not probe /dev/fd0 if in nofb modebfox2001-02-091-11/+25
|
* oops, missed oneMatt Wilson2001-02-081-1/+1
|
* Moved the "can't open /dev/fb0" statement to a log messagebfox2001-02-061-1/+5
|
* Removed print statementsbfox2001-02-011-12/+8
|
* Added code to drop to text mode if card can't be probed.bfox2001-01-191-5/+21
|
* syntax errorsMatt Wilson2001-01-181-3/+3
|
* don't fail on waitpid failuresMatt Wilson2001-01-181-3/+13
|
* Added code to not use framebuffer server on NeoMagic cards.bfox2001-01-121-2/+22
|
* be more picky catching exceptions from failed fb x serverErik Troan2000-12-131-2/+2
|
* fixed x server startup bitsErik Troan2000-12-131-51/+60
|
* Removed some debug information.bfox2000-12-061-3/+4
|
* Added code to let the user run anaconda in lowres modebfox2000-11-281-4/+11
|
* Fixed another syntax bug.bfox2000-11-201-0/+3
|
* Fixed nagging syntax errorbfox2000-11-201-127/+1
|
* Fixed syntax error.bfox2000-11-171-2/+4
|
* Added some code to try using framebuffer server first. Then if that fails, ↵bfox2000-11-131-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 itMatt Wilson2000-08-171-1/+1
|
* 1) add a --nofallback option to anaconda such that we can see theMatt Wilson2000-08-101-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 upMatt Wilson2000-08-041-3/+17
|
* more VGA16 fallback fixesMatt Wilson2000-07-251-0/+2
|
* remove unneeded whitespace in outputMike Fulbright2000-07-201-1/+1
|
* Added USB mice supportMike Fulbright2000-07-191-0/+4
|
* fall back fo VGA16Matt Wilson2000-07-101-0/+1
|
* check harderanaconda-6-9-2-tagMatt Wilson2000-07-041-1/+5
|
* patch for sun X from jjMatt Wilson2000-06-191-3/+1
|
* ask for mouse info when probe failsMatt Wilson2000-06-151-3/+51
|
* a little more cleanupMatt Wilson2000-04-281-35/+7
|
* second pass at XFree86 4.0 supportMatt Wilson2000-04-271-138/+9
|
* X almost working - grab more 4.0 modules, fix config file, add option to ↵Matt Wilson2000-04-241-5/+10
| | | | redirect 4.0 logfile to /dev/null
* hacks for xfree86 4.0Matt Wilson2000-04-241-73/+75
|
* fixed patchMatt Wilson2000-03-041-2/+2
|