summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* Fallback to X server run-time autodetection on laptops instead ofAnssi Hannula2011-05-041-1/+2
| | | | 1024x768 when the monitor could not be probed (Mageia #1059).
* Do not try to probe monitor information via X server on laptops (itAnssi Hannula2011-05-042-31/+4
| | | | doesn't work with recent X servers).
* add support for Asturian keyboardPascal Terjan2011-05-011-0/+2
|
* prefer boot display devices when probing cards (fixes at least an issueAnssi Hannula2011-04-271-1/+3
| | | | with an SLI laptop as reported by Maarten Vanraes)
* - harddrake: configure default resolution (and background) even if cardOlivier Blin2011-04-231-3/+7
| | | | | configuration fails (useful if vbox video driver is not available)
* Revert commit 759, we will keep as a patch in the rpm as long as there is ↵Dexter Morgan2011-04-171-4/+0
| | | | not "real" fix
* Ask for reboot instead of X restart, as it is commonly needed.Anssi Hannula2011-04-171-1/+4
|
* Add display_driver_helper script and add/remove nokmsboot boot option as needed.Anssi Hannula2011-04-172-0/+16
|
* Factorize change_bootloader_config for next commit.Anssi Hannula2011-04-171-6/+18
|
* Fix runned program ( mageia-setup-keyboard )Dexter Morgan2011-04-091-1/+1
|
* evdev needs to be loaded before calling getInputDevices_and_usbAnne Nicolas2011-03-301-0/+4
| | | | | | else it will lead to a crash (pterjan)
* Fix background pathDexter Morgan2011-02-141-1/+1
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-0315-20/+18
| | | | | | | | | | | | | | | | | | | | | | | 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 imwheel supportPaulo Ricardo Zanoni2010-04-131-17/+1
|
* - wacom driver is now in x11-driver-input-wacomFrederic Crozat2010-02-251-1/+1
|
* Remove the 'glide' driver from xfree4_Drivers since we don't have itPaulo Ricardo Zanoni2010-02-221-1/+1
|
* - updated the xfree4_Drivers list:Paulo Ricardo Zanoni2010-02-221-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 Hannula2010-02-092-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 driverAnssi Hannula2010-01-161-1/+1
|
* - XFdrake:Anssi Hannula2010-01-101-2/+2
| | | | | | o use -X option for ldconfig when switching alternatives, we only need the cache rebuilt
* load the right console keymap before dumping itChristophe Fergeau2009-11-271-1/+1
| | | | | | | | We now rely on /etc/sysconfig/console/default.kmap for the console keyboard layout which we generate by calling dumpkeys. However, in finish-install, we have to make sure the right keymap is loaded before calling dumpkeys otherwise we'll end up with having the default (qwerty) keymap in console.
* perl_checker cleanupsThierry Vignaud2009-10-261-1/+1
|
* enable perl_checker to workThierry Vignaud2009-10-261-0/+1
|
* don't inconditionnally load Xconfig::cardChristophe Fergeau2009-10-221-1/+1
|
* bail out earlier if X isn't installedChristophe Fergeau2009-10-221-3/+2
|
* - fix input module path on 64 bit machinesChristophe Fergeau2009-10-221-2/+6
| | | | - don't install input drivers if X isn't here
* enable ctrl+alt+backspace (twice) by default (pzanoni)Christophe Fergeau2009-10-212-2/+2
|
* - run ldconfig after update-alternatives during installer tooOlivier Blin2009-10-091-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 Blin2009-10-081-3/+3
|
* xorg.conf files with no InputDevice sections are validChristophe Fergeau2009-10-061-1/+1
|
* mark check_valid as internalChristophe Fergeau2009-09-231-2/+2
|
* (libgl_config_and_more) make it more readableThierry Vignaud2009-09-231-4/+6
|
* psb supportOlivier Blin2009-09-231-1/+2
|
* remove useless ()Christophe Fergeau2009-09-221-1/+1
|
* don't write entries for evdev mice eitherChristophe Fergeau2009-09-221-2/+2
|
* don't add keyboard sections to xorg.confChristophe Fergeau2009-09-223-34/+0
|
* add _ at the beginning of local functionsChristophe Fergeau2009-09-221-27/+27
|
* don't add sections for synaptics devices to xorg.confChristophe Fergeau2009-09-222-54/+0
|
* s/mandrakesoft/mandrivaChristophe Fergeau2009-09-221-1/+1
|
* don't add USB wacom tablets to xorg.confChristophe Fergeau2009-09-221-2/+2
|
* move functions closer to their place of useChristophe Fergeau2009-09-221-50/+50
|
* don't write mouse xorg.conf entries when driver is "mouse"Christophe Fergeau2009-09-221-1/+2
|
* allow to skip framebuffer setup (and thus splash removal) for newer ↵Olivier Blin2009-09-141-3/+3
| | | | harddrake releases
* - XFdrake: Aurélien Lefebvre2009-09-111-3/+8
| | | | | o fix DontZap option issue with old xorg.conf files
* - XFdrake:Aurélien Lefebvre2009-09-092-1/+18
| | | | | o added "Disable Ctrl-Alt-Backspace" option
* XFdrake: correctly detect proprietary drivers that are located inAnssi Hannula2009-07-221-1/+2
| | | | | /usr/lib/drivername/xorg (#52384)
* move serial_ports to detect_devices.pmChristophe Fergeau2009-07-011-6/+1
|
* Prefix functions with _ when they are internalChristophe Fergeau2009-07-011-27/+27
|
* fix crash when both monitor and driver can not be probed (for example with ↵Olivier Blin2009-06-041-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 cardsChristophe Fergeau2009-04-281-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.