summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig
Commit message (Collapse)AuthorAgeFilesLines
* handle case where rpm can't be found (eg: XFree86-SVGA for xfree3) (part of ↵Pascal Rigaux2004-02-121-1/+7
| | | | bugzilla #7786)
* prefer BoardName to card_namePascal Rigaux2004-02-101-1/+1
|
* RIVA128 fails miserably when using 16bppGuillaume Cottenceau2004-02-091-0/+1
|
* fix typoPascal Rigaux2004-02-091-1/+3
|
* handle allowNVIDIA_rpms & allowATI_rpms directly in ↵Pascal Rigaux2004-02-091-6/+9
| | | | Xconfig::card::install_server
* force XF4 on all archsPascal Rigaux2004-02-091-1/+1
|
* move Xtest() and setMouseLive() out of c/stuff to xf86misc::mainPascal Rigaux2004-02-081-3/+4
| | | | | | so that we can use them (esp. setMouseLive) in standalone without making drakxtools-newt require xfree libs
* make XFdrake startup be instantenous for non nv|ati cards (allowNVIDIA_rpms andThierry Vignaud2004-02-081-2/+2
| | | | | allowATI_rpms tests used to cost us 99% of the long startup time of XFdrake:-()
* - ensure ModelName comes from the ddc probe when choosing "Plug'n Play"Pascal Rigaux2004-02-061-2/+2
| | | | | - only "Plug'n Play" instead of "Plug'n Play (<ModelName>)" when current monitor is not plug'n play
* don't test X config if using driver vmware (bugzilla #5346)Pascal Rigaux2004-02-061-1/+1
|
* - add ->prepare_write to allow comparing raw_X'sPascal Rigaux2004-02-054-9/+36
| | | | | - ensure "config_changed" is returned only if the config file really changed
* allow 24bpp for DRI (since all drivers now support it: we had mga tdfx r128Pascal Rigaux2004-02-051-2/+1
| | | | | radeon, and i810 also works (tested on a i865))
* replace 4.3 with 4.4 (XFree version) (bugzilla #7378)Pascal Rigaux2004-02-041-1/+1
|
* detect_devices::matching_driver -> matching_desc but matching driver names ↵Guillaume Cottenceau2004-01-131-1/+1
| | | | (kernel modules)
* perl_checker compliancePascal Rigaux2004-01-081-2/+2
|
* pass --splash <resolution> to mkinitrdPascal Rigaux2004-01-071-0/+5
| | | | | (so that make-boot-splash doesn't rely on lilo.conf or menu.lst)
* obsolete livedrake, live_install, live_updatePascal Rigaux2004-01-061-1/+0
|
* use Options "IgnoreEDID" when using the proprietary X driver "nvidia"Pascal Rigaux2003-12-041-0/+1
|
* fix destroying HorizSync & VertRefresh (especially when coming from ddcxinfosPascal Rigaux2003-11-251-2/+5
| | | | | with unknown EISA_ID)
* check that libglx.so is a link instead of checking if it exists (since it isPascal Rigaux2003-11-251-1/+1
| | | | | now in nvidia.clp)
* choose a not-to-bad default when X auto config fails in auto installPascal Rigaux2003-11-101-2/+5
|
* perl_checker fixesPascal Rigaux2003-09-291-1/+1
|
* avoid using other depth than 24 for fglrx in automatic mode.Francois Pons2003-09-151-0/+5
|
* configure_resolution() must return 'config_changed' when a new resolution is ↵Pascal Rigaux2003-09-151-0/+1
| | | | chosen
* use center_always for popped windows (if transient is not used), and force ↵Pascal Rigaux2003-09-111-1/+1
| | | | centering in Xconfig test
* fixed depth to 24 when using driver fglrx (it won't work unless 24 bits)Francois Pons2003-09-111-0/+3
|
* fixup default fglrx config to be included in Device Section. thanks pixelNicolas Planel2003-09-101-51/+52
|
* cleanGuillaume Cottenceau2003-09-101-2/+0
|
* we don't have .jpg loader in install, file needs to be in .pngGuillaume Cottenceau2003-09-101-1/+1
| | | | | (mandrake_desk 9.2-8mdk)
* fixed perl_checker fixes.Francois Pons2003-09-101-2/+2
|
* added nplanel patch for ATI proprietary drivers.Francois Pons2003-09-101-1/+78
|
* - use OptionMenu's instead of Combo's (better looking and mcc doesn't like ↵Pascal Rigaux2003-09-081-12/+5
| | | | | | | embedding combos) - cleanup
* XF 3.3 should use depth 16 if use_UTAH_GLX, this has been glitched in XF4 modeFrancois Pons2003-09-041-1/+4
| | | | | (so never available).
* don't propose XF3 when $force_xf4Pascal Rigaux2003-08-211-4/+6
|
* fix typo ($::force_xf4 doesn't exist anymore)Pascal Rigaux2003-08-211-1/+1
|
* fix typoPascal Rigaux2003-08-211-1/+1
|
* - use $TMPDIR before using $HOME/tmpPascal Rigaux2003-08-211-2/+2
| | | | | - if $HOME doesn't exist, it will use /tmp which is safe when using secured_file()
* fix bug 3976.Francois Pons2003-08-201-3/+3
|
* Use xf4 on AMD64 tooGwenolé Beauchesne2003-08-191-1/+1
|
* remove stock icons (per IHM team request)Pascal Rigaux2003-08-052-2/+2
|
* => do as Chris Picton suggestedPascal Rigaux2003-08-014-33/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Chris Picton said (nearly one year ago :-/) : I have found the need for many low res screen resolutions for such thingas as movie playing, xmame, etc. The method XFdrake uses to enable modes is to enumerate each mode in the XF86Config file. For example (a newly created file): Subsection "Display" Depth 24 Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480" EndSubsection It would be better (at least under XFree 4, which automatically provides resoltions from the monitor, if it is capable), to not limit the modes provided to the user If I use instead, the following: Subsection "Display" Depth 24 Virtual 1280 960 EndSubsection My maximum mode is exactly the same as before, but I have many more low resolution modes.
* Intel drivers don't need DontVTSwitch anymore (dixit Arnaud de Lorbeau)Pascal Rigaux2003-08-011-4/+0
|
* - move from perl-GTK2 to perl-Gtk2Pascal Rigaux2003-07-301-2/+1
| | | | | - fix an old weird typo
* use stock icon in xfdrake tooThierry Vignaud2003-07-151-1/+1
|
* switch from gtk2-perl to gtk2-perl-xsThierry Vignaud2003-07-092-3/+2
|
* perl_checker fixThierry Vignaud2003-05-201-2/+2
|
* (configure_everything_or_configure_chooser) keyboard and mouseThierry Vignaud2003-05-131-2/+2
| | | | | | paremeters really are optional, Xconfig::default::configure() handle the fact they're undefined for us
* perl_checker compliancePascal Rigaux2003-04-301-3/+2
|
* perl_checker adaptations + fixesPascal Rigaux2003-04-244-7/+9
|
* perl_checker compliance for optional method argumentsPascal Rigaux2003-04-223-19/+17
|