summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Suppress writing xorg.conf.d snippets for built in evdev defaultsColin Guthrie2015-02-111-2/+3
| | | | | | | | | | | | This should allow us to keep a cleaner xorg.conf.d snippet when generated at boot without specific configuration which should then allow udev rules to override it without any problem. Note: we default to a pc105 layout but evdev defaults to a pc104 layout. We should either adopt pc104, or adapt evdev to default to pc105. mga#14476
* Fix typo in xorg.conf.d snippetColin Guthrie2015-02-101-1/+1
|
* ensure i18n settings are written to xorg.conf.d snippetColin Guthrie2015-02-081-0/+20
| | | | | | | | | | In an ideal world we'd use the localed daemon to write this file for us (thus hiding the implementation detail) but this will not work from the installer context so for now just do it manually. Longer term, all manual stuff should be killed off and we should find a way to make installed and installer contexts both work with dbus services.
* write KEYMAP to /etc/vconsole.confColin Guthrie2015-02-081-0/+6
|
* remove wrong part of Turkish keyboard descriptionsMarja van Waes2014-12-241-2/+2
|
* decrease weight of tr_q keyboard (mga#12348)Marja van Waes2014-12-241-1/+1
|
* adapt to new /etc/sysctl.dThierry Vignaud2013-12-272-2/+2
|
* fix my emailThierry Vignaud2013-12-161-1/+1
|
* workaround a gtk+3 regression (bgo#711873)Thierry Vignaud2013-11-241-1/+1
| | | | See https://bugzilla.gnome.org/show_bug.cgi?id=711873
* get_width() => get_allocated_width()Thierry Vignaud2013-11-242-3/+3
|
* perlish ->style() => ->get_style()Thierry Vignaud2013-11-241-3/+3
|
* draw replaces expose_eventThierry Vignaud2013-11-241-1/+1
|
* get_height() => get_allocated_height()Thierry Vignaud2013-11-242-4/+4
|
* perlish ->allocation => ->get_allocationThierry Vignaud2013-11-241-2/+2
|
* perlish ->window => ->get_windowThierry Vignaud2013-11-241-1/+1
|
* perlish ->allocation => ->get_allocationThierry Vignaud2013-11-241-4/+4
|
* perlish ->window => ->get_windowThierry Vignaud2013-11-241-4/+4
|
* switch from gtk2 to gtk3Thierry Vignaud2013-11-243-24/+24
|
* Xconfig: select the preferred timing in case of multiple detailed timings in ↵Anssi Hannula2013-05-031-2/+1
| | | | EDID (mga#9934)
* Xconfig: never fallback to assuming a 1024x768 monitor if probing failedAnssi Hannula2013-05-031-26/+3
| | | | Instead select an automatic "Plug'n Play" monitor (mga#9272).
* Xconfig: never fallback to guessing display resolutionAnssi Hannula2013-05-031-29/+1
| | | | | | Neverfallback to guessing display resolution from display size or forcing it to 1024x768, instead fallback to automatic display mode (mga#9934).
* fix Russian keyboard config (mga#6308)Thomas Backlund2013-04-221-1/+1
|
* fix detecting whether X11 is started on boot or not (mga#3618)Thierry Vignaud2013-03-161-1/+2
| | | | handle both inittab & pure systemd
* use 'es-latin1' mapping instead of 'es' for asturian (mga#6639)Thierry Vignaud2012-12-061-1/+1
|
* fix test background (Manuel Hiebel, mga#6349)Thierry Vignaud2012-06-281-1/+1
| | | | image was moved in desktop-common-data
* german keyboard: default to variant with enabled deadkeys instead of ↵Thierry Vignaud2012-05-091-1/+1
| | | | "nodeadkeys variant" (mga#3791)
* (allowed) allow to select depth other than 16bit on Poulsbo (mga#5695)Thierry Vignaud2012-05-091-1/+1
|
* help perl_checkerThierry Vignaud2012-05-021-1/+2
|
* Do not install bootloader when configuring X during install.Pascal Terjan2012-04-291-2/+8
| | | | This will be done at end of summary to allow selecting where to install bootloader(mga#5044)
* explain than loadkeys_files() is used by rescue's make_rescue_imgThierry Vignaud2012-04-271-0/+1
|
* (install_server) fix loading functionsThierry Vignaud2012-04-051-1/+1
| | | | | thus fixing crash introduced by anssi in r3925 ["Fix firmware handling (it is DRIVER which needs it, not DRIVER2)"]
* add a 'nice' warning message when firmware is not available instead ofAnssi Hannula2012-04-052-3/+11
| | | | a simple "Package not found: radeon-firmware"
* Fix firmware handling (it is DRIVER which needs it, not DRIVER2)Anssi Hannula2012-04-052-7/+10
|
* perl_checker cleanupsThierry Vignaud2012-03-245-13/+12
|
* help perl_checkerThierry Vignaud2012-03-242-3/+3
|
* (setup_install) do not run setxkbmap during text installThierry Vignaud2012-03-051-1/+1
|
* (setup_install_X11) split it out of setup_install()Thierry Vignaud2012-03-051-0/+4
| | | | (needed for next commit)
* (readCardsDB,install_server,handle_FIRMWARE) handle new DRIVER2_NO_FIRMWARE ↵Thierry Vignaud2012-01-042-0/+18
| | | | | | | and FIRMWARE keywords thus enabling to handle drivers needing firmware (fixes mga#1471, mga#3421)
* (readCardsDB,handle_DRIVER2_NO_SSE) handle new DRIVER2_NEEDS_SSE keywordThierry Vignaud2012-01-042-3/+5
| | | | | | | | this enables to handle drivers needing SSE (aka nvidia-current) in a more generic way, not depending on having DRIVER2_NO_SSE keyword) this is needed as DRIVER2_NO_SSE will be commented out since nvidia96xx doesn't support x11-server-1.11.x
* cleanupsThierry Vignaud2011-12-191-2/+2
|
* help perl_checkerThierry Vignaud2011-12-191-0/+3
|
* evdev needs to be loaded before calling getInputDevices_and_usb else it will ↵Colin Guthrie2011-12-181-0/+4
| | | | lead to a crash (pterjan)
* Convert mouse helper to use udevadm in order to work with udev 175+Colin Guthrie2011-12-181-2/+8
|
* (allowed) default to 24bit with QXL driver (16 bit doesn't work)Thierry Vignaud2011-12-161-1/+1
|
* (allowed) simplifyThierry Vignaud2011-12-161-1/+1
|
* one definition for libdirThierry Vignaud2011-12-121-3/+4
|
* (may_use_Driver2) simplifyThierry Vignaud2011-12-121-3/+2
|
* (may_use_Driver2) simplify (more generic, more readable)Thierry Vignaud2011-12-121-4/+2
|
* (may_use_Driver2,pkgs_for_Driver2) perl_checker cleanupsThierry Vignaud2011-12-121-3/+3
|
* (to_raw_X) simplifyThierry Vignaud2011-12-121-1/+1
| | | | (N.B.: not found by perl_checker :-( )