Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use modules::mergein_conf so that USB availability test works | Pascal Rigaux | 2002-08-22 | 1 | -0/+2 |
| | |||||
* | when restarting X, don't kill kdm/gdm/xdm, they don't need this (worse, they ↵ | Pascal Rigaux | 2002-08-20 | 1 | -1/+1 |
| | | | | don't respawn) | ||||
* | replace "kill USR1" with "kill 'USR1'" (and same for USR2) | Pascal Rigaux | 2002-08-05 | 1 | -5/+3 |
| | | | | | (so that 'use strict' works) | ||||
* | Handle parsing --embedded command line in standalone.pm | Pascal Rigaux | 2002-07-31 | 1 | -2/+0 |
| | | | | | | => allows to remove the somewhat mythical $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/ | ||||
* | - add non-wizard ability to XFdrake | Pascal Rigaux | 2002-07-31 | 1 | -2/+13 |
| | | | | | | | - first part of ATI TVout support (still needs patching initscript, and adding an entry in bootloader) (and testing of course :) | ||||
* | use configure_chooser when there is an existing configuration | Pascal Rigaux | 2002-07-31 | 1 | -2/+7 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-07-29 | 1 | -0/+2 |
| | |||||
* | (ask_for_X_restart): make it work | Pascal Rigaux | 2002-07-29 | 1 | -3/+4 |
| | |||||
* | - adapt to new Xconfig modules | Pascal Rigaux | 2002-07-28 | 1 | -28/+74 |
| | | | | | - try out the new "XFdrake resolution" and "XFdrake monitor" that'll get into DrakConf soon | ||||
* | rename $i in $X (to have the same as Xconfigurator.pm) | Pascal Rigaux | 2002-07-19 | 1 | -6/+6 |
| | |||||
* | don't pass the prefix parameter, not needed/wanted anymore | Pascal Rigaux | 2002-07-18 | 1 | -1/+1 |
| | |||||
* | fixes with new urpm library of urpmi. | Francois Pons | 2002-07-18 | 1 | -2/+2 |
| | |||||
* | Big Xconfigurator.pm cleanup/rework | Pascal Rigaux | 2002-07-17 | 1 | -36/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - use $X instead of $o (to avoid name conflict with DrakX's $o) - {flag}{noclockprobe} unused, dropping it - rename {memory} into "VideoRam" - rename {ramdac} into {Ramdac} - rename {chipset} into {Chipset} - rename {clockchip} into {Clockchip} - rename {keyboard}{xkb_model} into {keyboard}{XkbModel} - rename {keyboard}{xkb_keymap} into {keyboard}{XkbLayout} - drop {mouse}{chordmiddle} (obsolete) - drop {mouse}{cleardtrrts} (obsolete, was not written to XF4 config) - &testConfig is unused, removing it - as a concequence, {clocklines} is never set, dropping it - when UNSUPPORTED remove {driver}, instead of setting {flag}{unsupported} - Cards+ now only provide {Chipset} for cards needing it => {flag}{needChipset} not needed anymore - moved setting needVideoRam in Cards+ (via NEEDVIDEORAM) (hoping it will work: since the regexp was broken, it was never done. (it was applied on the module field of pcitable, instead of the description)) - dropped modelines_text_Trident_TG_96xx case (it has never been used) - rename %xkb_options into %XkbOptions - rename {DRI_glx} into {DRI_GLX}, the value now comes from Cards+ instead of regexp'ing {identifier} - rename {Utah_glx} into {UTAH_GLX}, the value now comes from Cards+ instead of regexp'ing {identifier} - rename {Utah_glx_EXPERIMENTAL} into {UTAH_GLX_EXPERIMENTAL}, the value now comes from Cards+ instead of regexp'ing {identifier} - very_bad_card and bad_card are now the same, the value now comes from Cards+ (BAD_FB_RESTORE & BAD_FB_RESTORE_XF3) - drop unused @accelservers - remove $modelines_text_apple, use $modelines_text_ext instead - don't use a <Section "Modes"> together with <UseModes "Mac Modes">, put directly modelines in Section "Monitor" (why should ppc behave differently than others!?) - replace (conflicting) ModeLines "1280x1024 @ 74 Hz" and "1280x1024 @ 76 Hz" with "1280x1024 @ 75 Hz" (from ddcxinfos) - drop ModeLine "640x480 @ 72 Hz" (it conflicts, and anyway, it has no real use nowadays :) - drop comments about HorizSync, VertRefresh and ModeLine's from XF86Config - drop many unneeded stuff from XF86Config: AutoRepeat, Xqueue, Xleds, NoTrapSignals, XkbTypes, XkbKeycodes, XkbCompat, XkbRules, LeftAlt/RightAlt/ScrollLock/RightCtl - drop section comments from XF86Config - drop XF86_Mono configuration (it doesn't work anyway, seems like it needs a special ModeLine?) - drop 320x200 with XF86_SVGA (who can use this!?) - do not write Screen section "accel" if the server configured is not an accel one - drop the "Generic VGA" Device section for XF4 (this device is unused) - drop {monitor}{vendor}, {monitor}{model}, {card}{vendor}, {card}{model}, {card}{board} (only description strings, not useful for running the server) - use x_res instead of wres for things like 1024 in 1024x768 | ||||
* | fixed NVIDIA support to use newer kernel naming conventions. | Francois Pons | 2002-03-08 | 1 | -2/+3 |
| | |||||
* | fixed NVIDIA package in urpmi db by directly using urpm library instead of | Francois Pons | 2002-02-20 | 1 | -6/+18 |
| | | | | | parsing (now removed) depslist.ordered file. | ||||
* | - write the 'common' part of the 'explanations' stuff, | Guillaume Cottenceau | 2002-01-18 | 1 | -1/+2 |
| | | | | | | | with nice help from Pixel for the tough Perl part - move 'use standalone' up in all standalone apps, to comply to 'explanations' | ||||
* | fix ia64 glitches with /usr/X11R6/lib/X11/Cards (now use rgb.txt instead). | Francois Pons | 2001-10-18 | 1 | -1/+1 |
| | |||||
* | removed comment. | Francois Pons | 2001-09-17 | 1 | -2/+0 |
| | |||||
* | added support to configure NVIDIA driver if everything is correctly installed. | Francois Pons | 2001-09-17 | 1 | -11/+20 |
| | |||||
* | really use a class_discard for Xconfigurator::main | Pascal Rigaux | 2001-08-13 | 1 | -2/+3 |
| | |||||
* | use vnew the right way everywhere | Guillaume Cottenceau | 2001-08-09 | 1 | -1/+1 |
| | |||||
* | add interactive_pkgs stuff | Pascal Rigaux | 2001-08-08 | 1 | -2/+2 |
| | |||||
* | expert is allowed to choose frame buffer. | Francois Pons | 2001-07-03 | 1 | -1/+1 |
| | |||||
* | s/Linux-Mandrake/Mandrake Linux/ | Pascal Rigaux | 2001-06-21 | 1 | -1/+1 |
| | | | | | | s/linux-mandrake/mandrakesoft/ (hand made, no i18n messages done) | ||||
* | added icon management | damien | 2001-05-16 | 1 | -1/+1 |
| | |||||
* | added support for NVIDIA 3D acceleration. | Francois Pons | 2001-04-25 | 1 | -1/+24 |
| | |||||
* | fix bug for running xfs | Pascal Rigaux | 2001-04-11 | 1 | -1/+1 |
| | |||||
* | don't start xfs if skiptest | Pascal Rigaux | 2001-04-03 | 1 | -1/+1 |
| | |||||
* | fixed for standalone XFdrake and mousedrake (multi-mouse and | Francois Pons | 2001-03-28 | 1 | -3/+4 |
| | | | | | correct probe (USB)). | ||||
* | remove duplicate begin label. | Francois Pons | 2001-03-15 | 1 | -1/+1 |
| | | | | | take care of existing configuration. | ||||
* | updated embedded mode | damien | 2001-03-01 | 1 | -1/+2 |
| | |||||
* | fix call to pkgs_install | Pascal Rigaux | 2001-02-28 | 1 | -1/+1 |
| | |||||
* | new look | damien | 2001-02-28 | 1 | -1/+3 |
| | |||||
* | corrected pkgs_install given | Pascal Rigaux | 2001-02-10 | 1 | -1/+1 |
| | |||||
* | make sure SHARE_PATH is set now in standalone | Pascal Rigaux | 2001-02-08 | 1 | -1/+0 |
| | |||||
* | fix the previous changelog wich was wrong (bad spelling), | Francois Pons | 2001-02-08 | 1 | -1/+1 |
| | | | | | | added a char in comment to allow a new release (thanks to pixel :-) make sure SHARE_PATH is set. | ||||
* | fixed SHARE_PATH to make sure it is setted. | Francois Pons | 2001-02-08 | 1 | -0/+1 |
| | |||||
* | implemented or updated embedded mode | damien | 2001-02-08 | 1 | -1/+6 |
| | |||||
* | corrected compilation bug. | damien | 2001-02-08 | 1 | -1/+1 |
| | |||||
* | don't pass isLaptop | Pascal Rigaux | 2001-02-07 | 1 | -1/+1 |
| | |||||
* | use standalone and standalone::pkgs_install | Pascal Rigaux | 2001-01-10 | 1 | -8/+3 |
| | |||||
* | new urpmi calls | Guillaume Cottenceau | 2000-09-20 | 1 | -6/+9 |
| | |||||
* | *** empty log message *** | Francois Pons | 2000-09-11 | 1 | -1/+2 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-08-31 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Francois Pons | 2000-08-28 | 1 | -1/+1 |
| | |||||
* | updated isdn card | damien | 2000-08-23 | 1 | -1/+1 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-08-05 | 1 | -3/+5 |
| | |||||
* | *** empty log message *** | Francois Pons | 2000-08-01 | 1 | -2/+2 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-05-08 | 1 | -2/+2 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-05-08 | 1 | -2/+2 |
| |