Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix parsing fully commented Section. eg: | Pascal Rigaux | 2004-10-07 | 1 | -1/+1 |
| | | | | | | | | #Section "Extensions" # Option "Composite" "Enable" # Option "RENDER" "Enable" #Endsection | ||||
* | - XFdrake can detect a auxmouse which was not detected by mousedrake so we ↵ | Pascal Rigaux | 2004-10-07 | 3 | -7/+8 |
| | | | | | | | need to call various_xfree_conf() - this implies adding parameter $do_pkgs to a few functions | ||||
* | make perl_checker happy | Gwenolé Beauchesne | 2004-10-04 | 1 | -1/+1 |
| | |||||
* | x86_64 is a lib64 platform, so handle nvidia glx here too (and ati in the ↵ | Gwenolé Beauchesne | 2004-10-04 | 1 | -6/+8 |
| | | | | future) | ||||
* | use Driver "keyboard" instead of "Keyboard" (for Xorg 6.8) | Pascal Rigaux | 2004-09-28 | 1 | -4/+9 |
| | |||||
* | allow ignoring X config file when it contains errors | Pascal Rigaux | 2004-09-21 | 1 | -1/+8 |
| | |||||
* | adapt to new proprietary package naming | Pascal Rigaux | 2004-09-13 | 1 | -2/+2 |
| | |||||
* | (set_synaptics) remove spurious space | Olivier Blin | 2004-09-03 | 1 | -1/+1 |
| | |||||
* | (choose_gtk) fix crash | Thierry Vignaud | 2004-08-30 | 1 | -1/+1 |
| | |||||
* | add __regexp suffix to matching_desc() and matching_driver() | Thierry Vignaud | 2004-08-27 | 1 | -1/+2 |
| | |||||
* | - add dell D800 specific modeline and resolution | Olivier Thauvin | 2004-08-27 | 1 | -2/+12 |
| | |||||
* | (set_synaptics) quote decimal values so that write_XF86Config doesn't | Olivier Blin | 2004-08-26 | 1 | -3/+3 |
| | | | | | write commas instead of dots | ||||
* | synaptics touchpad support | Olivier Blin | 2004-08-24 | 1 | -0/+41 |
| | |||||
* | (to_raw_X) do not set DRI mode anymore; this is not needed anymore | Thierry Vignaud | 2004-08-23 | 1 | -1/+0 |
| | | | | | with PAM | ||||
* | fix keyboarddrake not modifying xkb | Pascal Rigaux | 2004-08-19 | 1 | -2/+2 |
| | |||||
* | we don't use XF86Config-4 anymore | Pascal Rigaux | 2004-08-16 | 1 | -2/+2 |
| | |||||
* | handle /etc/X11/xorg.conf | Pascal Rigaux | 2004-08-16 | 1 | -4/+11 |
| | |||||
* | replace freeDriver with freedriver (stage2 para are lower cased) | Pascal Rigaux | 2004-08-16 | 1 | -1/+1 |
| | |||||
* | s/XFree/Xorg/ | Pascal Rigaux | 2004-08-10 | 2 | -14/+14 |
| | |||||
* | - adapt prototype of runlevel() to its use | Pascal Rigaux | 2004-08-09 | 1 | -6/+5 |
| | | | | | - bootloader::read() needs fstab | ||||
* | prefer obj->new rather than new obj for gtk+ widgets | Thierry Vignaud | 2004-08-09 | 1 | -5/+5 |
| | |||||
* | adapt to bootloader functions now using all_hds instead of hds | Pascal Rigaux | 2004-08-05 | 1 | -1/+1 |
| | |||||
* | replaced XFree86 and XFree with Xorg (bugzilla #10531) | Pascal Rigaux | 2004-08-05 | 2 | -6/+6 |
| | |||||
* | - %modules::conf is no more a global, so many functions need passing ↵ | Pascal Rigaux | 2004-07-21 | 1 | -5/+4 |
| | | | | | | | | | | | | | | | $modules_conf - $modules_conf is a class choosing modules.conf or modprobe.conf (esp. useful after install) (but not working yet!) - modules::load() doesn't use $modules_conf, use modules::load_and_configure() - modules::load() doesn't allow options, use either modules::load_raw() or modules::load_and_configure() - some functions used to want an array ref for modules options and some a string, now every functions use a string - many functions (like modules::get_alias()) are now methods on $modules_conf - some functions in mouse.pm needed a $in where a $do_pkgs is enough - some perl_checker compliance - small fixes | ||||
* | - create X_options_from_o() and use it | Pascal Rigaux | 2004-07-08 | 1 | -1/+5 |
| | | | | | - add freeDriver boot option | ||||
* | add 1024x480 (part of bugzilla #5192) | Pascal Rigaux | 2004-07-06 | 1 | -1/+11 |
| | |||||
* | rename function $set_chosen_x_res to $set_chosen_resolution (since it sets both) | Pascal Rigaux | 2004-07-06 | 1 | -5/+5 |
| | |||||
* | (choose_gtk): ensure default height is the chosen one | Pascal Rigaux | 2004-07-06 | 1 | -1/+1 |
| | |||||
* | fix typo causing multiple "Keyboard" entries in XF86Config (bugzilla #10163) | Pascal Rigaux | 2004-07-01 | 1 | -2/+2 |
| | |||||
* | adapt to new bootloader.pm | Pascal Rigaux | 2004-06-25 | 1 | -1/+1 |
| | |||||
* | good_default_monitor() should work *nearly* everywhere, so use it for the ↵ | Pascal Rigaux | 2004-06-23 | 1 | -1/+5 |
| | | | | | | | auto_install fallback (this is used by mandrakemove) | ||||
* | perl_checker compliance | Pascal Rigaux | 2004-06-22 | 1 | -1/+1 |
| | |||||
* | - export @bios_vga_modes (needed for bootloader vga=) | Pascal Rigaux | 2004-06-22 | 1 | -1/+3 |
| | | | | | - to_string should return '' instead of () | ||||
* | remove duplicate (use existing function to_string()) | Pascal Rigaux | 2004-06-22 | 1 | -1/+1 |
| | |||||
* | sync with detect-resolution | Pascal Rigaux | 2004-06-22 | 1 | -0/+3 |
| | |||||
* | merge from MDK-10-branch: add support for ATI_GLX and NVIDIA_GLX cohabitation | Thierry Vignaud | 2004-06-18 | 1 | -1/+16 |
| | |||||
* | fix typo causing "Out of memory" | Pascal Rigaux | 2004-06-08 | 1 | -1/+1 |
| | |||||
* | switch to xorg | Pascal Rigaux | 2004-06-08 | 3 | -5/+5 |
| | |||||
* | add resolution 1920x1200 called WUXGA (used by Dell Laptops Inspiron 8500, ↵ | Pascal Rigaux | 2004-06-03 | 1 | -1/+1 |
| | | | | 8600 and Latitude D800) (bugzilla #6795) | ||||
* | switch from deprecated OptionMenu into new ComboBox widget | Thierry Vignaud | 2004-05-24 | 1 | -1/+1 |
| | |||||
* | restore the ability to specify the file where the config should be written ↵ | Pascal Rigaux | 2004-05-17 | 1 | -4/+6 |
| | | | | (since it's used by Xconfig/test.pm) | ||||
* | simplify Xconfig::resolution_and_depth::allowed(): adapt it to the way it's ↵ | Pascal Rigaux | 2004-05-13 | 1 | -13/+14 |
| | | | | really used | ||||
* | $prefered_depth defaults to the greatest depths, no need to set it to 24 | Pascal Rigaux | 2004-05-13 | 1 | -1/+0 |
| | |||||
* | vmware doesn't like 24bpp (bugzilla #9755) | Pascal Rigaux | 2004-05-13 | 1 | -0/+2 |
| | |||||
* | speed-up monitor choosing dialog when {VendorName} is undef (esp. when using ↵ | Pascal Rigaux | 2004-05-13 | 1 | -1/+1 |
| | | | | "use diagnostics") | ||||
* | perl_checker compliance | Pascal Rigaux | 2004-05-11 | 1 | -1/+2 |
| | |||||
* | fix typo | Pascal Rigaux | 2004-05-11 | 1 | -1/+1 |
| | |||||
* | remove debugging code | Pascal Rigaux | 2004-05-07 | 1 | -2/+0 |
| | |||||
* | you can now configure monitors on heads > 1 | Pascal Rigaux | 2004-05-07 | 5 | -64/+82 |
| | |||||
* | fix an old typo | Pascal Rigaux | 2004-05-07 | 1 | -1/+1 |
| |