summaryrefslogtreecommitdiffstats
path: root/xf86config.py
Commit message (Collapse)AuthorAgeFilesLines
* no longer used - rhpl is backend for X11 config files nowMike Fulbright2002-11-121-709/+0
|
* actually, don't merge this bit. if X is still broken eventually, we can add ↵Jeremy Katz2002-09-091-6/+0
| | | | it back
* merge ia64 changes to HEADJeremy Katz2002-09-091-0/+6
|
* merge anaconda-8-0-branch to HEADJeremy Katz2002-09-051-1/+1
|
* since 24 and 32 bpp are treated similarly make sure we have availmode lines ↵Mike Fulbright2002-08-141-0/+5
| | | | for both
* always write this out if Mouse0 is not a usb mouseMike Fulbright2002-08-011-1/+2
|
* fix USB hotplug helper and x config bugsMike Fulbright2002-06-261-20/+1
|
* write out X config as XF86Config-4 (#67390)Jeremy Katz2002-06-241-1/+1
|
* Have spacing consistency with other Load linesbfox2002-06-221-2/+2
|
* write out usb section so if they plug it in it will be usedMike Fulbright2002-06-211-677/+26
|
* turn off XFree86 3.x config writing and add 1280x960 to available modesMike Fulbright2002-06-171-6/+16
|
* restore setting display size with vesa driverMike Fulbright2002-06-131-1/+1
|
* 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
| | | | | | instead of just trying to be updated everytime we change the keyboard object. needs a newer rhpl (0.7 or better)
* 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 ↵Mike Fulbright2002-05-231-5/+3
| | | | our own translate.py
* 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 ↵Mike Fulbright2002-05-211-10/+53
| | | | X changes into HEAD
* 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 ↵Bill Nottingham2002-03-091-1/+0
| | | | entirely..
* 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 ↵Jeremy Katz2001-11-131-0/+2
| | | | XF86config-4 so that people can use xset +fp
* 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 ↵Matt Wilson2001-08-231-3/+2
| | | | 3.3.x server, remove I128 from list (#52364)
* 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 ↵Mike Fulbright2001-07-171-24/+47
| | | | fallback to VGA16 code
* 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 ↵bfox2001-07-101-0/+1
| | | | bugs #37025 and #37027
* 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
| | | | | | | | | | | | | | set the upgrade flag in id when we get picked 2) removed self from migrateXinetd 3) moved GUI splash screen to its own file - this should make it pop up even faster. 4) copyright notices in anaconda, splashscreen.py 5) reworked the dep checker to build a new ts every time we make a pass. RPM doesn't seem to like to have a package in the ts as available *and* upgrade/install. 6) fixed fstab reading for 'none' devices 7) removed a debugging print from xf86config.py 8) removed threadding import from progress_gui.py
* 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
| | | | initialize cards to [], so list will be empty if kudzu probe fails.