summaryrefslogtreecommitdiffstats
path: root/xf86config.py
Commit message (Expand)AuthorAgeFilesLines
* dont set displaysize for vesa driver cause its busted at the momentMike Fulbright2002-06-041-1/+5
* more keyboard related changes. the xconfig object now has a keyboard objectJeremy Katz2002-05-291-34/+28
* use new keyboard object in rhplJeremy Katz2002-05-281-1/+1
* migrate to using kbd.pyMike Fulbright2002-05-241-1/+1
* move mouse.py, videocard.py, simpleconfig.py and monitor.py to rhplMike Fulbright2002-05-231-2/+2
* migrate to using rhpl log functionMike Fulbright2002-05-231-1/+2
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of our...Mike Fulbright2002-05-231-5/+3
* slowly removing X cruft as I move to alexs codeBEFORE.RHPL.SWITCHOVERMike Fulbright2002-05-221-136/+110
* 1) removed language support, 2) removed frame buffer support, 3) Merged 7.3 X...Mike Fulbright2002-05-211-10/+53
* this will prevent a traceback when we write the kickstart configJeremy Katz2002-04-191-1/+1
* kill pex5 and xie, use right case for the type1 module (#61010)Jeremy Katz2002-03-131-6/+2
* don't write pex5 twice. whether we should write it at all is another matter e...Bill Nottingham2002-03-091-1/+0
* use os.chroot nowJeremy Katz2002-02-131-2/+2
* force DPI of monitor for installer to fix text sizeMike Fulbright2002-02-131-3/+35
* point to new monitordb locationBill Nottingham2002-01-311-1/+1
* handle framebuffer and vga16 casesbefore.bootloader.mergeMike Fulbright2002-01-211-3/+10
* output all modes equal or smaller than selectedMike Fulbright2002-01-181-3/+8
* after discussion on #devel... add freetype and Type1 modules to XF86config-4...Jeremy Katz2001-11-131-0/+2
* remove old ati mobility hackMike Fulbright2001-08-291-32/+0
* scaled fonts are ugly (#52074)Matt Wilson2001-08-241-10/+10
* don't fall over if the X package isn't available if you choose a generic 3.3....Matt Wilson2001-08-231-3/+2
* never hit this so i guess it wasnt a big dealMike Fulbright2001-08-101-1/+1
* should fix bug 50383Mike Fulbright2001-07-311-4/+4
* remove commentsMike Fulbright2001-07-241-2/+0
* properly record we have skipped X configuration and act appropriately laterMike Fulbright2001-07-191-0/+7
* fix return code if we do not start serverMike Fulbright2001-07-181-3/+2
* write out fb monitor mode when using XFree 3 fbdevMike Fulbright2001-07-181-11/+21
* handle unprobed cards better, fixed frame buffer startup code, and fixed fall...Mike Fulbright2001-07-171-24/+47
* save/restore X selection state from instdata, fixes #47616Matt Wilson2001-07-121-0/+4
* fix X keyboard setup from gui keyboard screen (#48761)Matt Wilson2001-07-121-1/+1
* reformat modelines, dont't scale bitmap fontsMatt Wilson2001-07-101-11/+20
* Xconfigurator adds this line to XF86Config-4..anaconda should too. Fixes bug...bfox2001-07-101-0/+1
* these returns aren't really neededMatt Wilson2001-07-071-7/+2
* run the X test out of the installed environmentJeremy Katz2001-06-251-3/+11
* copyrightMatt Wilson2001-06-221-0/+16
* 1) more fixups for upgrades: fix step list to actually run the transaction,Matt Wilson2001-06-221-1/+0
* merge dispatch to HEADMatt Wilson2001-06-201-263/+222
* don't probe for laptop in 'def test'. add 1280x1024 for ATI Rage Mobility. ...bfox2001-04-161-6/+5
* turn DRI back onBill Nottingham2001-03-071-2/+2
* removed hack needed for 7.0JMike Fulbright2001-03-051-1/+0
* added 1400x1050 option for ATI Rage Mobility and also upped the refresh ratesbfox2001-03-021-5/+4
* remove debugging outputMike Fulbright2001-02-231-27/+0
* explictly disable DRI on r128, mga for nowBill Nottingham2001-02-191-2/+5
* refresh rates differ with lowres optionbfox2001-02-161-16/+4
* upped the default monHoriz and monVert variablesbfox2001-02-161-2/+3
* set mode to 0666 in driMatt Wilson2001-02-141-0/+1
* Added 1400x1050 modelines because XFree 4 doesn't know about them automatically.bfox2001-02-081-0/+18
* Added modeline for 1400x1050bfox2001-01-261-8/+24
* list VGA16 as a generic serverMatt Wilson2001-01-221-1/+1
* Added code to drop to text mode if the card can't be probed. Resolves bug #2...bfox2001-01-191-1/+10