summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfigurator.pm
Commit message (Collapse)AuthorAgeFilesLines
* removed use gtkdamien2001-12-031-2/+1
|
* avoid problem of array reference badly evaluated.Francois Pons2001-11-271-1/+1
|
* removed loading of agpgart module for i810 card.Francois Pons2001-11-221-4/+0
|
* hack for SiS 640 for laptop.Francois Pons2001-11-211-0/+7
|
* move to Linux keycodes on PPC, add additional Apple modelinesStew Benedict2001-10-091-1/+0
|
* fix previous hack.Francois Pons2001-10-021-1/+5
|
* added hack to do "/sbin/depmod -a" for NVIDIA driver.Francois Pons2001-10-021-0/+1
|
* deactivated Riva128 3D hw acceleration and too many problems reported with it.Francois Pons2001-09-241-1/+1
|
* S3 ViRGE is a bad card for testing on live upgrade.Francois Pons2001-09-211-0/+1
|
* added VideoRam for ET 6x00 card.Francois Pons2001-09-201-1/+1
|
* Rage 128 doesn't like XF3 at all.Francois Pons2001-09-191-1/+1
|
* make only bad card Riva128 for testing XF4.Francois Pons2001-09-191-4/+3
|
* Riva128 is now a bad card.Francois Pons2001-09-191-3/+4
|
* - Force XFree 4 on IA-64. No XFree 3.3.X there...Gwenolé Beauchesne2001-09-181-1/+1
|
* deactivating bad card test (too).Francois Pons2001-09-171-1/+1
|
* no shadow when X testdamien2001-09-141-0/+2
|
* fixed filtering of depth for newt version.Francois Pons2001-09-141-2/+3
|
* depth 24 is used for DRI for Rage 128 and Radeon instead of Depth 32 (as depthFrancois Pons2001-09-141-2/+2
| | | | | | 32 simply doesn't work, even if DRI guide says it works :-) 24 bit works fine for Rage 128.
* apply restriction on depth available when changing resolution, removed S3 ViRGEFrancois Pons2001-09-141-43/+115
| | | | | | | | | | | | from experimental 3D accelerated card list as it really does not work, allow on second pass to change card configuration to choose server (experimental server are still only available to expert), added support for UseCCEFor2D for Rage 128 card if a TV card is installed (set to true, else set to false), added support for Rage Mobility M... card that are Rage 128 Mobile chipset, improved error message display to catch only appropriate error message of XFree 4.1.0 only, added support for 32 bits for DRI using Matrox card, improved info message with real version of XFree used (anybody) and identifier from PCI probe (expert).
* fix for missing Xinerama for Matrox cards.Francois Pons2001-09-131-2/+1
|
* fix for Matrox G550 support, now add DRI support.Francois Pons2001-09-131-9/+9
| | | | | | disable any question to user about XF3 if he choose a dual head configuration. disable DRI if Xinerama has been chosen.
* updated Rage Mobility regexp for bad_card, added bad_card for XF4 as Tseng ↵Francois Pons2001-09-131-2/+2
| | | | ET6\d00.
* avoid creating /etc/X11/XF86Config* file if --g_auto_install.Francois Pons2001-09-131-0/+2
|
* synced with --g_auto_install mode.Francois Pons2001-09-131-3/+5
|
* disable testing with all SiS card except SiS 630 under XF4.Francois Pons2001-09-131-1/+1
|
* added MGA G550 as always having two head.Francois Pons2001-09-121-1/+1
|
* fix card managed only by XF4 (may have some wrong result).Francois Pons2001-09-071-10/+12
| | | | | | fix all Matrox card used with XF4 which really does not like X in frame buffer (unable to restore frame buffer of DrakX).
* cleanup for bad card and prefer XF3, so now using XFree 4.1.0 is not bad, andFrancois Pons2001-09-061-10/+5
| | | | | all NVIDIA card are no more considered bad.
* avoid using @resolutions_laptop, now use only @resolutions, this means 1400x1050Francois Pons2001-09-061-2/+2
| | | | | | is available to other, use XFree86 4.1.0 builtin timings for 1400x1050 (so 1400x1050 is no more printed as modeline for XFree 4.1.0 configuration file).
* fixed display of XFdrake test image (fcrozat).Francois Pons2001-09-051-1/+1
|
* use EISA_ID in more cases to have the namePascal Rigaux2001-09-051-6/+6
|
* non-case dependent EISA comparisonPascal Rigaux2001-09-051-1/+1
|
* also try EISA ID to auto-detect the monitor (sometimes the EISA ID is there, ↵Pascal Rigaux2001-09-051-2/+8
| | | | but not the [hv]syncrange
* added missing AlwaysCore line for second mouse for XF3.Francois Pons2001-08-311-0/+1
|
* disable gpm (in case of serial mouse) before service choicePascal Rigaux2001-08-301-1/+0
|
* for single heads mode, no screen id should be set in file (or XFree is goingFrancois Pons2001-08-301-1/+1
| | | | | mad, but he is right, no ?)
* make sure Port entry for wacom is placed first.Francois Pons2001-08-291-6/+6
|
* fix spelling errorPascal Rigaux2001-08-211-1/+1
|
* big renaming of ask_from_entries_refH in ask_from and ↵Pascal Rigaux2001-08-181-3/+3
| | | | ask_from_entries_refH_powered in ask_from_
* fix automatic configurationGuillaume Cottenceau2001-08-141-1/+1
|
* fix typo?Pascal Rigaux2001-08-141-3/+3
|
* really use a class_discard for Xconfigurator::mainPascal Rigaux2001-08-131-3/+3
|
* makes interactive_pkgs stuff workPascal Rigaux2001-08-081-1/+1
|
* add interactive_pkgs stuffPascal Rigaux2001-08-081-3/+3
|
* instead of testing if ref($in) or ref($o) contains /gtk/, test if ↵Pascal Rigaux2001-08-021-1/+1
| | | | interactive_gtk is in ISA of the object
* last of sync with PPC beta modsStew Benedict2001-07-271-6/+21
|
* move to MDK::Common, bool->to_boolPascal Rigaux2001-07-241-1/+1
|
* fixed problable freeze on pci probe.Francois Pons2001-07-191-1/+1
|
* cleaned and added S3 Inc in the list to disable test for these card.Francois Pons2001-07-171-3/+2
|
* added missing last Card read from Cards+ file.Francois Pons2001-07-041-1/+1
|