summaryrefslogtreecommitdiffstats
path: root/xf86config.py
Commit message (Collapse)AuthorAgeFilesLines
* Some more SPARC hacksjakub2000-06-201-10/+9
|
* step 1 of getting X on sparc againMatt Wilson2000-06-201-2/+7
|
* fixed jj's sparc patchMatt Wilson2000-06-201-1/+1
|
* fixed jj's sparc patchMatt Wilson2000-06-201-2/+2
|
* fixed jj's sparc patchMatt Wilson2000-06-201-1/+1
|
* patch for sun X from jjMatt Wilson2000-06-191-8/+55
|
* duhBill Nottingham2000-06-171-1/+1
|
* fix xf4 config for ia64Bill Nottingham2000-06-161-1/+11
|
* fixedMatt Wilson2000-06-091-0/+6
|
* xf86config.pyMatt Wilson2000-05-121-22/+18
|
* xf86config.pyMatt Wilson2000-05-121-1/+3
|
* typoMatt Wilson2000-05-121-2/+2
|
* files in xfree4.0 configMatt Wilson2000-05-121-0/+4
|
* make sure we put these in a directoryMatt Wilson2000-04-281-2/+2
|
* a little more cleanupMatt Wilson2000-04-281-0/+31
|
* typoMatt Wilson2000-04-271-1/+1
|
* typo in xf86config test memberMatt Wilson2000-04-271-1/+1
|
* second pass at XFree86 4.0 supportMatt Wilson2000-04-271-556/+579
|
* xfree86 4.0, almost workingMatt Wilson2000-04-241-2/+2
|
* X almost working - grab more 4.0 modules, fix config file, add option to ↵Matt Wilson2000-04-241-1/+1
| | | | redirect 4.0 logfile to /dev/null
* hacks for xfree86 4.0Matt Wilson2000-04-241-0/+89
|
* (drmike) Fixed --server and --card options for kickstart xconfig directive. ↵Mike Fulbright2000-04-031-1/+32
| | | | Did not work in 6.1 or 6.2 apparently.
* fix for generic mappingsMatt Wilson2000-03-061-14/+6
|
* fix for imps/2Matt Wilson2000-03-041-1/+10
|
* only add default color depth IF we have a mode hereMatt Wilson2000-03-041-1/+1
|
* fixed patchMatt Wilson2000-03-041-1/+1
|
* fix color depth setting problem, added straight server entries to cardsMatt Wilson2000-03-041-0/+20
|
* more translationMatt Wilson2000-03-011-3/+1
|
* fix for monprobeMatt Wilson2000-03-011-2/+3
|
* o massive move to a better translation modelMatt Wilson2000-02-291-3/+3
| | | | o rename unprobed monitor to Generic Monitor
* add turkish, etc font supportMatt Wilson2000-02-281-1/+7
|
* lowercase match theseMatt Wilson2000-02-241-2/+2
|
* fix for kickstart monitor settingMatt Wilson2000-02-231-2/+5
|
* fix for kickstart mouseMatt Wilson2000-02-231-0/+3
|
* EEEEK. horiz and vert were being read BACKWARDS.Matt Wilson2000-02-171-2/+2
|
* consult monitor db for ddc matchesMatt Wilson2000-02-151-5/+19
|
* fix for testing modeMatt Wilson2000-02-031-3/+3
|
* set the mouse for X configuration properlyMatt Wilson2000-02-021-9/+3
|
* select card in gui xconfigMatt Wilson2000-02-021-1/+2
|
* merge from sparc/alpha branch, more cleanups for monitor config and x configMatt Wilson2000-01-051-2/+2
|
* updated X configurationMatt Wilson2000-01-041-4/+13
|
* Don't set a specific AutoRepeat on SPARC, so that the system default is used,jakub1999-11-041-2/+5
| | | | don't fall back to VGA16 because it does not work on most of the cards anyway.
* Play safe and never make 1920x1200 a default resolution, plus allow it to bejakub1999-10-251-1/+1
| | | | | | chosen on Sun 24-inch only for now. For 6.2 this can be removed, but now I don't want to touch much. Run mkinitrd with --ifneeded.
* Make Lilo*/Silo* window replacement nicer, the previous one e.g. would notjakub1999-10-251-1/+8
| | | | | | | catch recent changes in UpdateSteps. Add 1920x1200 resolution. Temporarily fix a collection of bugs where one gets No space on device during FTP/HTTP/Hard drive installations.
* fixup for japaneseMatt Wilson1999-10-221-0/+1
|
* Write prelude and keyboard sections of /etc/X11/XF86Config for Sun servers ↵jakub1999-10-191-9/+23
| | | | | | | | | as well (see xinitrc changes). On SPARC mach64 use the resolution console was using up to the point where X is going to be started. This could solve DaveM's problems with Mach64 installation end.
* Don't always assume first probed card should be primary one.jakub1999-10-151-7/+11
| | | | | | E.g. I have a Matrox Millenium II found before Mach64, but console is really on Mach64. Highest priority gets first card with device set, if there is no such one, then first card.
* Silo fixups, don't query videoRam size on SBUS and UPA, it will be bogus anyway,jakub1999-10-051-0/+3
| | | | | remember DNS settings from first stage loader as defaults for second stage, wait a little bit longer so that X server can have time to get up.
* Cards with 1M of video RAM were given incorrect modes (on PCs as well).jakub1999-10-011-3/+9
| | | | | Do fbconProbing if ddcprobe was not successful (or was missing). Fix a typo in silo.py.
* Keyboard autodetection, separated Keyboard stuff into separate module.jakub1999-09-301-8/+6
|