summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfigurator.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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
* updates to X, mouse setup for PPCStew Benedict2001-04-141-7/+10
|
* (main): reverse messagePascal Rigaux2001-04-131-1/+1
|
* correcteddamien2001-04-131-10/+6
|
* updateddamien2001-04-131-1/+11
|
* updated messagedamien2001-04-131-1/+1
|
* (main): have an "Ok" button to leavePascal Rigaux2001-04-101-1/+1
|
* fixed i18n bugStefan Siegel2001-04-091-7/+7
|
* fixed always 8bpp for autoDefaultDepth.Francois Pons2001-04-091-1/+2
|
* handle XkbModel (especially for abnt2 (br))Pascal Rigaux2001-04-091-0/+8
|
* (write_XF86Config): try to have $_ interpreted (otherwise you get things ↵Pascal Rigaux2001-04-051-2/+2
| | | | like ``InputDevice "Stylus$_" "AlwaysCore"'')
* removed limitation to 24 bits for SiS card, make sure to remove 32 bits depthFrancois Pons2001-04-041-2/+1
| | | | | for such card.
* prefer XF3 for SiS card.Francois Pons2001-04-031-0/+1
|
* (cardConfiguration): move "Rage Mobility P/M AGP..." and "Rage Mobility LPascal Rigaux2001-03-291-1/+1
| | | | | AGP..." in Utah experimental
* restore multi mouse support for XF3.Francois Pons2001-03-281-15/+18
|
* fixed mouse support for XF3, only one mouse supported currently.Francois Pons2001-03-271-16/+15
|
* added support for two mice (laptop). The second mice is generally PS/2 asFrancois Pons2001-03-271-46/+58
| | | | | probe can says it is present.
* fixed screen id for Device to be present whenever the same BusID is used.Francois Pons2001-03-231-1/+5
|
* added multiple tablet support (wacom), moved usb probe for mouse and tabletFrancois Pons2001-03-231-20/+81
| | | | | at the beginning.
* enable use of gzip'ed Cards+, CardsNames and MonitorsDBPascal Rigaux2001-03-231-11/+7
|
* fixed wrong usage of Screen keyword in Device section, should be present andFrancois Pons2001-03-231-3/+4
| | | | | reseted for any multi head card with only one BusID.
* no need for "use Data::Dumper;"Pascal Rigaux2001-03-221-1/+0
|
* fixed wrong access to undefined value promoted to empty array reference.Francois Pons2001-03-221-1/+1
|
* fixed wrong XFree4 version reference.Francois Pons2001-03-211-55/+165
| | | | | | fixed null string in monitor identifier. added multi-head support in XFdrake.
* andre@node1583e.a2000.nl says this is not needed anymore :)Pascal Rigaux2001-03-151-4/+2
|
* force 1024x768 on PowerbookStew Benedict2001-03-151-0/+5
|
* SiS card are no more prefered for XF3.Francois Pons2001-03-151-2/+7
| | | | | | added standalone support to prefer XF3 or XF4 to keep current used server version.
* * perl-install/Xconfigurator.pm - force XF4 for PPC in recommended modeStew Benedict2001-03-071-1/+6
| | | | | * perl-install/bootloader.pm - rework get_of_dev to work in live install
* remove 32 bit depth for S3 Trio3D card.Francois Pons2001-03-071-0/+1
|
* cleaned png displayingdamien2001-03-061-4/+5
|
* move inittab modifying to any::runlevelPascal Rigaux2001-03-061-8/+1
|
* (xtest): use external xtest if standalonePascal Rigaux2001-03-051-2/+9
|
* new look.damien2001-02-281-9/+35
|
* move the 'use my_gtk' in 'require my_gtk' and only if neededPascal Rigaux2001-02-231-1/+4
|
* variousPascal Rigaux2001-02-201-1/+2
|
* major move. now ask_from_list returns false when canceled (it doesn't die ↵Pascal Rigaux2001-02-201-18/+26
| | | | 'ask_from_list canceled' anymore)