summaryrefslogtreecommitdiffstats
path: root/xserver.py
Commit message (Expand)AuthorAgeFilesLines
* more keyboard related changes. the xconfig object now has a keyboard objectJeremy Katz2002-05-291-2/+2
* rhpl.keyboard not rhpl.kbdJeremy Katz2002-05-281-1/+1
* migrate to using kbd.pyMike Fulbright2002-05-241-1/+2
* move mouse.py, videocard.py, simpleconfig.py and monitor.py to rhplMike Fulbright2002-05-231-3/+4
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of our...Mike Fulbright2002-05-231-2/+2
* useless code #2.0.1Mike Fulbright2002-05-221-27/+0
* useless code #2Mike Fulbright2002-05-221-22/+5
* useless codeMike Fulbright2002-05-221-12/+1
* oopsMike Fulbright2002-05-211-2/+1
* 1) removed language support, 2) removed frame buffer support, 3) Merged 7.3 X...Mike Fulbright2002-05-211-18/+47
* this looks *so* much nicer. and it works for meBill Nottingham2002-03-081-4/+0
* force DPI of monitor for installer to fix text sizeMike Fulbright2002-02-131-0/+2
* 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 glitc...Mike Fulbright2001-07-181-44/+46
* handle unprobed cards better, fixed frame buffer startup code, and run X serv...Mike Fulbright2001-07-171-24/+26
* 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, t...bfox2000-11-131-39/+205
* 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
* stat the socket so we know when the server is upMatt Wilson2000-08-041-3/+17