summaryrefslogtreecommitdiffstats
path: root/xf86config.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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 ↵bfox2001-01-191-1/+10
| | | | #23439.
* remove ia64 hacksBill Nottingham2000-12-261-10/+1
|
* Fixed really stupid bug that I caused. Fixes bugs #21904 and #22069bfox2000-12-191-2/+4
|
* Erik added code to trap X output.bfox2000-12-121-8/+27
|
* Changed refresh rate ranges.bfox2000-12-121-3/+3
|
* Changed modelines.bfox2000-12-111-2/+4
|
* added 1400x1050Mike Fulbright2000-12-081-5/+5
|
* Added a new line in the XF86Config template for "ctrl:nocaps"bfox2000-12-081-0/+5
|
* fix typos in 1400x1050 modelinesMike Fulbright2000-12-081-4/+4
|
* added 1400x1050 modesMike Fulbright2000-12-061-0/+17
|
* Made the default monHoriz and monVert more realisticbfox2000-12-061-2/+2
|
* Changed monitor modelines to support wider range of monitors.bfox2000-12-061-2/+1
|
* Changed default modeline support to support more monitors that are unprobed.bfox2000-12-061-2/+2
|
* Fixed a bug with the modes.bfox2000-11-291-2/+2
|
* Added code to allow the user to run anaconda in lowres modebfox2000-11-281-4/+37
|
* Removed some print statements.bfox2000-11-171-2/+0
|