summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfigurator.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* allow S3 card to have VideoRam uncommented, fix 86c368 video driver that seemsFrancois Pons2001-07-041-1/+1
| | | | | needing VideoRam too.
* fixed need of video ram if 86c368 and S3 ViRGE.Francois Pons2001-07-041-1/+1
|
* (write_XF86Config): fix fpons sucks (multi wacoms in XF3)Pascal Rigaux2001-07-021-1/+1
|
* Ultimez 31337 perlizationdamien2001-06-281-2/+1
|
* changed linux-mandrake to mandrakelinuxCVS: ↵damien2001-06-251-1/+1
| | | | ----------------------------------------------------------------------
* fix fix for laptop resolutions.Francois Pons2001-06-131-1/+1
|
* added support for 1400x1050 on laptop only though.Francois Pons2001-06-131-4/+6
|
* - enhance perl2fcalls (which now handle /xxx(...)/ as a regexp in more cases)Pascal Rigaux2001-06-111-1/+1
| | | | | | - remove the use of /xxx (...)/x by /xxx(...)/ as perl2fcalls is getting smart => make gc happy which is very important, what would we be without him?
* fix missing newline on /etc/X11/glx.conf when modifying mga_dma = 0Francois Pons2001-06-111-1/+1
|
* really fix the Matrox G200 PCI card acceleration using XF3, by disabling DMA onFrancois Pons2001-06-111-0/+6
| | | | | /etc/X11/glx.conf
* added magic probe of resolution found, if the probed resolution seems strangeFrancois Pons2001-06-111-2/+8
| | | | | | according to memory available, it try to let the user select the right resolution and depth.
* switch to XFree 4.1.0 instead of 4.0.3.Francois Pons2001-06-061-10/+10
|
* Matrox card does not like DRI without AGP bus.Francois Pons2001-06-061-1/+1
|
* force XF4 in expert too for PPC, don't run xmodmap, PPC SMP routine placeholderStew Benedict2001-05-041-5/+6
|
* updated NVIDIA cards detection.Francois Pons2001-04-251-2/+6
|
* avoid testing card using NVIDIA driver as the module is not loaded.Francois Pons2001-04-251-0/+1
|
* added support for NVIDIA 3D acceleration.Francois Pons2001-04-251-14/+39
|
* added nice monitor.pngdamien2001-04-161-1/+9
|
* (use vars): fix stew suxPascal Rigaux2001-04-141-3/+4
| | | | | (testFinalConfig): nicer stderr handling