Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | in auto, $raw_X non empty is "ok" | Pascal Rigaux | 2005-02-03 | 1 | -1/+1 |
| | |||||
* | xorg_version is 6.8.2 | Pascal Rigaux | 2005-01-26 | 1 | -1/+1 |
| | |||||
* | fix check_valid() | Pascal Rigaux | 2005-01-21 | 1 | -0/+2 |
| | |||||
* | - rename Xconfig::main::is_valid() to Xconfig::main::check_valid() and ↵ | Pascal Rigaux | 2005-01-21 | 1 | -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 Rigaux | 2005-01-16 | 1 | -1/+11 |
| | | | | | | | propose to start from scratch (bugzilla #8548) | ||||
* | don't be too picky on uppercase or lowercase sections | Pascal Rigaux | 2005-01-16 | 1 | -1/+1 |
| | |||||
* | move setupFB() in Xconfig, and do it when needed (including when standalone) | Pascal Rigaux | 2005-01-16 | 2 | -0/+24 |
| | |||||
* | for Driver fbdev, rework to allow configuring vga= in bootloader and telling ↵ | Pascal Rigaux | 2005-01-16 | 1 | -22/+24 |
| | | | | to reboot instead of restarting X server (now i simply need to configure bootloader in Xconfig::main::write() when need_reboot) | ||||
* | if the window is not modal, the main XFdrake window can block it :-( | Pascal Rigaux | 2005-01-16 | 1 | -1/+1 |
| | |||||
* | fix auto_install graphic card configuration (when one specify the Driver) | Pascal Rigaux | 2005-01-16 | 1 | -13/+16 |
| | |||||
* | we always have force_focus when we have !$::isStandalone, | Pascal Rigaux | 2005-01-11 | 1 | -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 state | Pascal Rigaux | 2005-01-10 | 1 | -2/+0 |
| | | | | | | (used when there is no window manager) - get rid of now unused $ugtk2::force_center | ||||
* | remove unused code | Pascal Rigaux | 2004-12-17 | 1 | -1/+0 |
| | |||||
* | much simpler code using mygtk2 | Pascal Rigaux | 2004-12-16 | 1 | -67/+49 |
| | |||||
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 3 | -7/+7 |
| | |||||
* | simplify | Pascal Rigaux | 2004-11-26 | 1 | -1/+1 |
| | |||||
* | help perl another way that perl_checker prefers | Pascal Rigaux | 2004-11-26 | 1 | -1/+1 |
| | |||||
* | create function libgl_config() and have it after setting Driver to 'fglrx' so | Pascal Rigaux | 2004-11-25 | 1 | -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 Rigaux | 2004-11-18 | 1 | -1/+1 |
| | |||||
* | enable UseFBDev in X configs on ppc, for rage128 and radeon | Pascal Rigaux | 2004-11-16 | 1 | -0/+3 |
| | |||||
* | set raw_LINES on every fglrx devices | Pascal Rigaux | 2004-11-16 | 1 | -5/+9 |
| | |||||
* | drop broken code | Pascal Rigaux | 2004-11-16 | 1 | -3/+0 |
| | | | | | | - setting VideoRam for i810 - unsetting UseFBDev for r128 on ppc | ||||
* | fix regexp given to matching_driver (otherwise smartcard:xxx matches) | Pascal Rigaux | 2004-11-09 | 1 | -1/+1 |
| | |||||
* | detectloader must handle specially raid-extra-boot=mbr-only (bugzilla #12089) | Pascal Rigaux | 2004-10-26 | 1 | -1/+1 |
| | |||||
* | even if bugzilla #9755 says 24 bpp is not valid for vmware, Nora Etukudo ↵ | Pascal Rigaux | 2004-10-14 | 1 | -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 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 |