summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig
Commit message (Collapse)AuthorAgeFilesLines
* we always have force_focus when we have !$::isStandalone,Pascal Rigaux2005-01-111-1/+0
| | | | | so do it that way and get rid of $ugtk2::force_focus
* - XFdrake test is not standalone, it is the non install nor standalone statePascal Rigaux2005-01-101-2/+0
| | | | | | (used when there is no window manager) - get rid of now unused $ugtk2::force_center
* remove unused codePascal Rigaux2004-12-171-1/+0
|
* much simpler code using mygtk2Pascal Rigaux2004-12-161-67/+49
|
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-133-7/+7
|
* simplifyPascal Rigaux2004-11-261-1/+1
|
* help perl another way that perl_checker prefersPascal Rigaux2004-11-261-1/+1
|
* create function libgl_config() and have it after setting Driver to 'fglrx' soPascal Rigaux2004-11-251-12/+19
| | | | | that libgl_config() can behave based on {Driver} instead of {Driver2}
* remove some unneeded ";", add some for normalization (as told by perl_checker)Pascal Rigaux2004-11-181-1/+1
|
* enable UseFBDev in X configs on ppc, for rage128 and radeonPascal Rigaux2004-11-161-0/+3
|
* set raw_LINES on every fglrx devicesPascal Rigaux2004-11-161-5/+9
|
* drop broken codePascal Rigaux2004-11-161-3/+0
| | | | | | - setting VideoRam for i810 - unsetting UseFBDev for r128 on ppc
* fix regexp given to matching_driver (otherwise smartcard:xxx matches)Pascal Rigaux2004-11-091-1/+1
|
* detectloader must handle specially raid-extra-boot=mbr-only (bugzilla #12089)Pascal Rigaux2004-10-261-1/+1
|
* even if bugzilla #9755 says 24 bpp is not valid for vmware, Nora Etukudo ↵Pascal Rigaux2004-10-141-3/+1
| | | | | | | says the contrary on cooker. the limitation seems to be "The guest X server must run at the same depth and bpp as the host" which is hard to enforce in XFdrake
* fix parsing fully commented Section. eg:Pascal Rigaux2004-10-071-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 Rigaux2004-10-073-7/+8
| | | | | | | need to call various_xfree_conf() - this implies adding parameter $do_pkgs to a few functions
* make perl_checker happyGwenolé Beauchesne2004-10-041-1/+1
|
* x86_64 is a lib64 platform, so handle nvidia glx here too (and ati in the ↵Gwenolé Beauchesne2004-10-041-6/+8
| | | | future)
* use Driver "keyboard" instead of "Keyboard" (for Xorg 6.8)Pascal Rigaux2004-09-281-4/+9
|
* allow ignoring X config file when it contains errorsPascal Rigaux2004-09-211-1/+8
|
* adapt to new proprietary package namingPascal Rigaux2004-09-131-2/+2
|
* (set_synaptics) remove spurious spaceOlivier Blin2004-09-031-1/+1
|
* (choose_gtk) fix crashThierry Vignaud2004-08-301-1/+1
|
* add __regexp suffix to matching_desc() and matching_driver()Thierry Vignaud2004-08-271-1/+2
|
* - add dell D800 specific modeline and resolutionOlivier Thauvin2004-08-271-2/+12
|
* (set_synaptics) quote decimal values so that write_XF86Config doesn'tOlivier Blin2004-08-261-3/+3
| | | | | write commas instead of dots
* synaptics touchpad supportOlivier Blin2004-08-241-0/+41
|
* (to_raw_X) do not set DRI mode anymore; this is not needed anymoreThierry Vignaud2004-08-231-1/+0
| | | | | with PAM
* fix keyboarddrake not modifying xkbPascal Rigaux2004-08-191-2/+2
|
* we don't use XF86Config-4 anymorePascal Rigaux2004-08-161-2/+2
|
* handle /etc/X11/xorg.confPascal Rigaux2004-08-161-4/+11
|
* replace freeDriver with freedriver (stage2 para are lower cased)Pascal Rigaux2004-08-161-1/+1
|
* s/XFree/Xorg/Pascal Rigaux2004-08-102-14/+14
|
* - adapt prototype of runlevel() to its usePascal Rigaux2004-08-091-6/+5
| | | | | - bootloader::read() needs fstab
* prefer obj->new rather than new obj for gtk+ widgetsThierry Vignaud2004-08-091-5/+5
|
* adapt to bootloader functions now using all_hds instead of hdsPascal Rigaux2004-08-051-1/+1
|
* replaced XFree86 and XFree with Xorg (bugzilla #10531)Pascal Rigaux2004-08-052-6/+6
|
* - %modules::conf is no more a global, so many functions need passing ↵Pascal Rigaux2004-07-211-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 itPascal Rigaux2004-07-081-1/+5
| | | | | - add freeDriver boot option
* add 1024x480 (part of bugzilla #5192)Pascal Rigaux2004-07-061-1/+11
|
* rename function $set_chosen_x_res to $set_chosen_resolution (since it sets both)Pascal Rigaux2004-07-061-5/+5
|
* (choose_gtk): ensure default height is the chosen onePascal Rigaux2004-07-061-1/+1
|
* fix typo causing multiple "Keyboard" entries in XF86Config (bugzilla #10163)Pascal Rigaux2004-07-011-2/+2
|
* adapt to new bootloader.pmPascal Rigaux2004-06-251-1/+1
|
* good_default_monitor() should work *nearly* everywhere, so use it for the ↵Pascal Rigaux2004-06-231-1/+5
| | | | | | | auto_install fallback (this is used by mandrakemove)
* perl_checker compliancePascal Rigaux2004-06-221-1/+1
|
* - export @bios_vga_modes (needed for bootloader vga=)Pascal Rigaux2004-06-221-1/+3
| | | | | - to_string should return '' instead of ()
* remove duplicate (use existing function to_string())Pascal Rigaux2004-06-221-1/+1
|
* sync with detect-resolutionPascal Rigaux2004-06-221-0/+3
|