Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gpm now is managed in systemd and it does not use a lock file anymore | Angelo Naselli | 2014-01-09 | 1 | -1/+1 |
| | |||||
* | switch from gtk2 to gtk3 | Thierry Vignaud | 2013-11-24 | 2 | -2/+2 |
| | |||||
* | X fails to load nouveau on atleast G84 (mga#7982) | Thomas Backlund | 2013-09-04 | 1 | -0/+2 |
| | |||||
* | display_driver_helper: never select ums for radeon driver, it is not | Anssi Hannula | 2012-11-26 | 1 | -51/+2 |
| | | | | supported by current X11 driver anymore | ||||
* | do not crash when no xorg.conf but set a default background instead | Olivier Blin | 2012-09-25 | 1 | -1/+2 |
| | | | | | | | This should fix some installations having no background at all, for example on systems with multiple graphic cards and none configured by default. | ||||
* | add drakx-update-background tool to replace perl one-liner using ↵ | Olivier Blin | 2012-09-25 | 1 | -0/+10 |
| | | | | Xconfig::xfree in bootsplash/scripts/switch-themes | ||||
* | display_driver_helper: add --setup-boot-kms action which | Anssi Hannula | 2012-04-05 | 1 | -0/+10 |
| | | | | sets/unsets 'nokmsboot' boot option as necessary | ||||
* | display_driver_helper: return false for --is-kms-allowed when radeon | Anssi Hannula | 2012-04-05 | 1 | -0/+16 |
| | | | | firmware is needed but not installed | ||||
* | display_driver_helper: factor get_hw_display_modaliases out of ↵ | Anssi Hannula | 2012-04-05 | 1 | -3/+8 |
| | | | | get_active_kms_drivers | ||||
* | display_driver_helper: load radeon module with modeset=0 when no firmware is ↵ | Anssi Hannula | 2012-04-05 | 1 | -5/+48 |
| | | | | installed (see mga#3466) | ||||
* | display_driver_helper: allow use of nouveau without xorg.conf | Anssi Hannula | 2012-04-05 | 1 | -2/+2 |
| | |||||
* | display_driver_helper: drop unused and unuseful --check-initrd option | Anssi Hannula | 2012-04-05 | 1 | -23/+0 |
| | |||||
* | display_driver_helper: cosmetics | Anssi Hannula | 2012-04-05 | 1 | -6/+12 |
| | |||||
* | (check_XFree) fix a very ancient bug where we would symlink xorg.conf | Thierry Vignaud | 2012-03-24 | 1 | -1/+2 |
| | | | | | | | | | | to nothing if xorg.conf.standard exists (issue introduced by pixel in r242888 on Mon Jun 9 2008: "drop support for /etc/X11/XF86Config (replaced by xorg.conf for some time now)") (spot by perl_checker) | ||||
* | perl_checker cleanups | Thierry Vignaud | 2012-03-24 | 2 | -2/+1 |
| | |||||
* | display_driver_helper: use modprobe --resolve-alias | Anssi Hannula | 2011-12-02 | 1 | -12/+2 |
| | | | | | Adapt display_driver_helper to use the new modprobe --resolve-alias instead of manually parsing --dry-run --verbose output. | ||||
* | fix typo in a comment | Anssi Hannula | 2011-12-02 | 1 | -1/+1 |
| | |||||
* | display_driver_helper: allow automatic loading of the implicit driver | Anssi Hannula | 2011-06-15 | 1 | -2/+7 |
| | | | | | | on systems without xorg.conf if the presence of other files indicates that this is not a live cd boot before automatic X.org configuration (fixes radeon KMS without xorg.conf) | ||||
* | display_driver_helper: do not load radeon driver if the proprietary | Anssi Hannula | 2011-04-27 | 1 | -0/+5 |
| | | | | driver is temporarily disabled on a PowerXpress system | ||||
* | Try unloading unconfigured drivers in "display_driver_helper --check-loaded". | Anssi Hannula | 2011-04-20 | 1 | -1/+2 |
| | |||||
* | Fix ahead-of-X-server loading of proprietary and fglrx kernel modules. | Anssi Hannula | 2011-04-20 | 1 | -0/+1 |
| | |||||
* | Disable debug output of display_driver_helper by default. | Anssi Hannula | 2011-04-20 | 1 | -3/+5 |
| | |||||
* | Add display_driver_helper script and add/remove nokmsboot boot option as needed. | Anssi Hannula | 2011-04-17 | 1 | -0/+461 |
| | |||||
* | begin label is now unused (since mouse test has been removed) | Olivier Blin | 2009-02-04 | 1 | -1/+0 |
| | |||||
* | o new option "--migrate" which adds Xkb information in | Pascal Rigaux | 2008-12-18 | 1 | -0/+3 |
| | | | | | /etc/sysconfig/keyboard | ||||
* | enhance "correctly handle default XkbModel" commit | Pascal Rigaux | 2008-12-18 | 1 | -7/+5 |
| | |||||
* | - keyboarddrake: | Pascal Rigaux | 2008-12-18 | 1 | -1/+11 |
| | | | | | | | | | o correctly handle default XkbModel (so that we do not force pc105 when we should not) (nb: this is not very important nowadays because XkbModel is deprecated with evdev, but hell, it's easy to fix :) | ||||
* | - mousedrake: | Pascal Rigaux | 2008-10-24 | 1 | -16/+0 |
| | | | | | | | o do not use /dev/mouse symlink (in xorg.conf) o do not propose to test the chosen mice (it doesn't handle evdev/synaptics and so is quite obsolete nowadays) | ||||
* | o drop support for /etc/X11/XF86Config (replaced by xorg.conf for some ↵ | Pascal Rigaux | 2008-06-09 | 1 | -2/+2 |
| | | | | time now) | ||||
* | - handle resolution switch via xrandr without restarting X (#30896) | Pascal Rigaux | 2007-06-14 | 1 | -1/+10 |
| | | | | | | (nb: doesn't handle dpi switch, and will ask for X restart if the resolution switch has already been done through xrandr/krandrtray/...) | ||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 4 | -53/+29 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -0/+54 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -0/+74 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -0/+97 |