summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig/main.pm
Commit message (Collapse)AuthorAgeFilesLines
* re-sync after the big svn lossPascal Rigaux2007-04-251-262/+0
|
* silently ignore existing X config file if upgrading an alien distroPascal Rigaux2005-09-131-1/+1
|
* - when changing the card/monitor, ensure the resolution is still validPascal Rigaux2005-09-081-6/+16
| | | | | - when switching to fbdev, ensure we have a bios resolution
* - move functions using /proc/partitions out of fsedit to fs::proc_partitionsPascal Rigaux2005-06-101-1/+0
| | | | | | - remove unneeded "use xxx" - add some "use xxx" (nb: not completly needed because some other modules may do it)
* add some "use xxx;" (the idea is to see what the package needs, but i may ↵Pascal Rigaux2005-06-101-0/+1
| | | | rollback after understanding better dependencies)
* don't need prefixing with current packagePascal Rigaux2005-06-091-2/+2
|
* try a little harder to know if we must write the config file.Pascal Rigaux2005-03-221-4/+2
| | | | | this is still not enough though
* put X conf read in Xconfig::mainPascal Rigaux2005-03-221-2/+4
|
* use monitor-probe-using-XPascal Rigaux2005-03-171-1/+1
|
* - new function Xconfig::monitor::is_valid()Pascal Rigaux2005-03-151-3/+3
| | | | | - new function Xconfig::monitor::probe() which probes DDC, then fallbacks on DMI
* in auto, $raw_X non empty is "ok"Pascal Rigaux2005-02-031-1/+1
|
* fix check_valid()Pascal Rigaux2005-01-211-0/+2
|
* - rename Xconfig::main::is_valid() to Xconfig::main::check_valid() and ↵Pascal Rigaux2005-01-211-6/+8
| | | | | | | return the cause of the error - ensure an empty config file doesn't make it display "Your Xorg configuration file is broken..."
* when reading an existing X config file, ensure it is not too bad, otherwise ↵Pascal Rigaux2005-01-161-1/+11
| | | | | | | propose to start from scratch (bugzilla #8548)
* move setupFB() in Xconfig, and do it when needed (including when standalone)Pascal Rigaux2005-01-161-0/+1
|
* for Driver fbdev, rework to allow configuring vga= in bootloader and telling ↵Pascal Rigaux2005-01-161-22/+24
| | | | to reboot instead of restarting X server (now i simply need to configure bootloader in Xconfig::main::write() when need_reboot)
* - XFdrake can detect a auxmouse which was not detected by mousedrake so we ↵Pascal Rigaux2004-10-071-1/+1
| | | | | | | need to call various_xfree_conf() - this implies adding parameter $do_pkgs to a few functions
* allow ignoring X config file when it contains errorsPascal Rigaux2004-09-211-1/+8
|
* switch to xorgPascal Rigaux2004-06-081-1/+1
|
* remove debugging codePascal Rigaux2004-05-071-2/+0
|
* you can now configure monitors on heads > 1Pascal Rigaux2004-05-071-18/+22
|
* fix an old typoPascal Rigaux2004-05-071-1/+1
|
* XFree 3 is gone!Pascal Rigaux2004-05-031-13/+8
|
* - add ->prepare_write to allow comparing raw_X'sPascal Rigaux2004-02-051-8/+22
| | | | | - ensure "config_changed" is returned only if the config file really changed
* configure_resolution() must return 'config_changed' when a new resolution is ↵Pascal Rigaux2003-09-151-0/+1
| | | | chosen
* remove stock icons (per IHM team request)Pascal Rigaux2003-08-051-1/+1
|
* use stock icon in xfdrake tooThierry Vignaud2003-07-151-1/+1
|
* (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
* new perl_checker compliancePascal Rigaux2003-04-171-4/+4
|
* remove XFdrake icons (per dadou's request)Pascal Rigaux2003-03-111-5/+5
|
* fix and some more HelpPascal Rigaux2003-02-131-1/+2
|
* (configure_chooser_raw): no special case for "Next" buttonPascal Rigaux2003-01-231-2/+1
|
* replace some "Ok" with "Next ->"Pascal Rigaux2003-01-211-1/+1
|
* simplify and factorizePascal Rigaux2003-01-101-0/+19
| | | | | (now works on 1.upgrade 2.install 3.install + change existing config)
* (configure_everything): in $auto mode, don't test nor ask when the config failedPascal Rigaux2003-01-071-2/+3
|
* move any::runlevel() to Xconfig::various::runlevel()Pascal Rigaux2002-12-291-1/+1
|
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-1/+1
|
* any::runlevel() doesnt need the prefix anymorePascal Rigaux2002-12-021-1/+1
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-9/+9
| | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous!
* ensure Xconfig::various::various is called at installPascal Rigaux2002-09-061-2/+3
|
* add an option for prefering Xinerama in auto_installsPascal Rigaux2002-09-051-0/+1
|
* fix calling export_to_install_X in configure_everything_auto_installPascal Rigaux2002-08-281-14/+16
|
* - do not display "Test" button when bad card and during install (instead of ↵Pascal Rigaux2002-08-221-4/+6
| | | | | | | disabling it) - after install, always display "Test" button but warn strongly not to test
* replace "xxx => eval { }" with "xxx => scalar eval {}"Pascal Rigaux2002-08-191-2/+2
|
* ensure the chosen resolution is maintained unchanged when changing the graphicPascal Rigaux2002-08-171-4/+6
| | | | | card or monitor.
* (export_to_install_X): if monitor is p'n'p, don't save it for auto_installPascal Rigaux2002-08-131-1/+1
|
* when prompting for VideoRam, default to the value obtained via DDCPascal Rigaux2002-08-081-2/+4
|
* call the "Quit" button exit during install (as suggested by David Sansome)Pascal Rigaux2002-08-051-1/+1
|
* - add non-wizard ability to XFdrakePascal Rigaux2002-07-311-22/+100
| | | | | | | - first part of ATI TVout support (still needs patching initscript, and adding an entry in bootloader) (and testing of course :)
* restore xdm choice previous behaviour (auto_install)Pascal Rigaux2002-07-291-1/+1
|