Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (allowed) simplify | Thierry Vignaud | 2011-12-16 | 1 | -1/+1 |
| | |||||
* | one definition for libdir | Thierry Vignaud | 2011-12-12 | 1 | -3/+4 |
| | |||||
* | (may_use_Driver2) simplify | Thierry Vignaud | 2011-12-12 | 1 | -3/+2 |
| | |||||
* | (may_use_Driver2) simplify (more generic, more readable) | Thierry Vignaud | 2011-12-12 | 1 | -4/+2 |
| | |||||
* | (may_use_Driver2,pkgs_for_Driver2) perl_checker cleanups | Thierry Vignaud | 2011-12-12 | 1 | -3/+3 |
| | |||||
* | (to_raw_X) simplify | Thierry Vignaud | 2011-12-12 | 1 | -1/+1 |
| | | | | (N.B.: not found by perl_checker :-( ) | ||||
* | (pkgs_for_Driver2) simplify | Thierry Vignaud | 2011-12-12 | 1 | -1/+1 |
| | |||||
* | (check_bad_card) do not coffer to try KMS drivers during installation | Thierry Vignaud | 2011-12-12 | 1 | -0/+6 |
| | | | | | | (mga#3711 and the like) TODO: check for KMS<->proprietary/vesa/fb switches | ||||
* | (probe) perl_checker cleanup | Thierry Vignaud | 2011-12-12 | 1 | -1/+1 |
| | |||||
* | (check_bad_card,from_raw_X) simplify | Thierry Vignaud | 2011-12-12 | 1 | -2/+2 |
| | |||||
* | Do not include chroot path in symlink. | Colin Guthrie | 2011-11-07 | 1 | -2/+2 |
| | |||||
* | Use the actual variable defined + update NEWS | Colin Guthrie | 2011-11-07 | 1 | -1/+1 |
| | |||||
* | Ensure we update the default systemd target when setting runlevel. | Colin Guthrie | 2011-11-07 | 1 | -0/+6 |
| | |||||
* | Fallback to X server run-time autodetection on laptops instead of | Anssi Hannula | 2011-05-04 | 1 | -1/+2 |
| | | | | 1024x768 when the monitor could not be probed (Mageia #1059). | ||||
* | Do not try to probe monitor information via X server on laptops (it | Anssi Hannula | 2011-05-04 | 2 | -31/+4 |
| | | | | doesn't work with recent X servers). | ||||
* | prefer boot display devices when probing cards (fixes at least an issue | Anssi Hannula | 2011-04-27 | 1 | -1/+3 |
| | | | | with an SLI laptop as reported by Maarten Vanraes) | ||||
* | - harddrake: configure default resolution (and background) even if card | Olivier Blin | 2011-04-23 | 1 | -3/+7 |
| | | | | | configuration fails (useful if vbox video driver is not available) | ||||
* | Ask for reboot instead of X restart, as it is commonly needed. | Anssi Hannula | 2011-04-17 | 1 | -1/+4 |
| | |||||
* | Add display_driver_helper script and add/remove nokmsboot boot option as needed. | Anssi Hannula | 2011-04-17 | 2 | -0/+16 |
| | |||||
* | Factorize change_bootloader_config for next commit. | Anssi Hannula | 2011-04-17 | 1 | -6/+18 |
| | |||||
* | Fix background path | Dexter Morgan | 2011-02-14 | 1 | -1/+1 |
| | |||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-02-03 | 11 | -17/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r391 | dmorgan | 2011-02-03 13:54:58 +0000 (Thu, 03 Feb 2011) | 1 line Import cleaned drakx-kbd-mouse-x11 ------------------------------------------------------------------------ In addition to the above commits, the following cleaning work has been recorded: - License is GPLv2 - Problematic files: o lib/keyboard.pm: run_program::run('mandriva-setup-keyboard'); (does this need to be changed?) we keep it for now o lib/Xconfig/resolution_and_depth.pm: symlinkf "$theme{THEME}.xml", "$dir/Mandriva.xml"; (this will be changed, and should be synced with whatever will be does to the default Mageia wallpapers theme; this .xml file is used to change the wallpaper in GNOME/KDE depending on the time of the day) => switched to Mageia.xml - Various icons that'll need to be changed in data/pixmaps: done with oxygen icons | ||||
* | Remove the 'glide' driver from xfree4_Drivers since we don't have it | Paulo Ricardo Zanoni | 2010-02-22 | 1 | -1/+1 |
| | |||||
* | - updated the xfree4_Drivers list: | Paulo Ricardo Zanoni | 2010-02-22 | 1 | -4/+6 |
| | | | | | | | | | | | | | | o removed amd (replaced by geode) o removed avivo (driver doesn't exist) o removed cyrix (replaced by geode) o removed imstt (driver doesn't exist) o removed nsc (replaced by geode) o removed via (driver doesn't exist) o removed vga (driver removed) o added geode (ix86 only) o added xgi, xgixp and qxl o sort list lexicographically | ||||
* | XFrake: | Anssi Hannula | 2010-02-09 | 2 | -3/+4 |
| | | | | | | | | | | o do not disable loading of dri module for non-glx drivers, as KMS drivers require it as well o do not disable loading of glx module for fbdev, in order to allow AIGLX to work in software rasterizer mode o do not add dbe and extmod modules to xorg.conf anymore, they are loaded by default anyway | ||||
* | XFdrake: do not disable Composite extension by default when using fglrx driver | Anssi Hannula | 2010-01-16 | 1 | -1/+1 |
| | |||||
* | - XFdrake: | Anssi Hannula | 2010-01-10 | 1 | -2/+2 |
| | | | | | | o use -X option for ldconfig when switching alternatives, we only need the cache rebuilt | ||||
* | perl_checker cleanups | Thierry Vignaud | 2009-10-26 | 1 | -1/+1 |
| | |||||
* | enable perl_checker to work | Thierry Vignaud | 2009-10-26 | 1 | -0/+1 |
| | |||||
* | enable ctrl+alt+backspace (twice) by default (pzanoni) | Christophe Fergeau | 2009-10-21 | 2 | -2/+2 |
| | |||||
* | - run ldconfig after update-alternatives during installer too | Olivier Blin | 2009-10-09 | 1 | -2/+3 |
| | | | | | | | (psb alternative does not have a higher priority than standard alternative, and ldconfig was run by the installer only before manually setting the alternative, which was not enough) | ||||
* | use 28.8kHz as lower HorizSync (for 800x480) | Olivier Blin | 2009-10-08 | 1 | -3/+3 |
| | |||||
* | xorg.conf files with no InputDevice sections are valid | Christophe Fergeau | 2009-10-06 | 1 | -1/+1 |
| | |||||
* | mark check_valid as internal | Christophe Fergeau | 2009-09-23 | 1 | -2/+2 |
| | |||||
* | (libgl_config_and_more) make it more readable | Thierry Vignaud | 2009-09-23 | 1 | -4/+6 |
| | |||||
* | psb support | Olivier Blin | 2009-09-23 | 1 | -1/+2 |
| | |||||
* | remove useless () | Christophe Fergeau | 2009-09-22 | 1 | -1/+1 |
| | |||||
* | don't write entries for evdev mice either | Christophe Fergeau | 2009-09-22 | 1 | -2/+2 |
| | |||||
* | don't add keyboard sections to xorg.conf | Christophe Fergeau | 2009-09-22 | 2 | -23/+0 |
| | |||||
* | don't add sections for synaptics devices to xorg.conf | Christophe Fergeau | 2009-09-22 | 1 | -52/+0 |
| | |||||
* | s/mandrakesoft/mandriva | Christophe Fergeau | 2009-09-22 | 1 | -1/+1 |
| | |||||
* | don't add USB wacom tablets to xorg.conf | Christophe Fergeau | 2009-09-22 | 1 | -2/+2 |
| | |||||
* | don't write mouse xorg.conf entries when driver is "mouse" | Christophe Fergeau | 2009-09-22 | 1 | -1/+2 |
| | |||||
* | allow to skip framebuffer setup (and thus splash removal) for newer ↵ | Olivier Blin | 2009-09-14 | 1 | -3/+3 |
| | | | | harddrake releases | ||||
* | - XFdrake: | Aurélien Lefebvre | 2009-09-11 | 1 | -3/+8 |
| | | | | | o fix DontZap option issue with old xorg.conf files | ||||
* | - XFdrake: | Aurélien Lefebvre | 2009-09-09 | 2 | -1/+18 |
| | | | | | o added "Disable Ctrl-Alt-Backspace" option | ||||
* | XFdrake: correctly detect proprietary drivers that are located in | Anssi Hannula | 2009-07-22 | 1 | -1/+2 |
| | | | | | /usr/lib/drivername/xorg (#52384) | ||||
* | fix crash when both monitor and driver can not be probed (for example with ↵ | Olivier Blin | 2009-06-04 | 1 | -1/+2 |
| | | | | | | | | some Quanta IL1 netbooks using Chrome9 IC3) this crash happens with harddrake service or XFdrake --auto: Can't use an undefined value as a HASH reference at /usr/lib/libDrakX/Xconfig/monitor.pm line 85 | ||||
* | Check PCI class when detecting video cards | Christophe Fergeau | 2009-04-28 | 1 | -1/+4 |
| | | | | | | | Dual-head ATI cards appears twice on the PCI bus, once in the DISPLAY_OTHER class and once in the DISPLAY_VGA class. They did that for compatibility with Win2000. Make sure we don't think the system has 2 video cards in such cases. | ||||
* | (_is_mouse) detect 'vmmouse' driven input devices as mice | Thierry Vignaud | 2009-04-22 | 1 | -1/+1 |
| |