Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stop installing/configuring vboxmouse (mga#18917) | Thierry Vignaud | 2016-07-14 | 1 | -1/+1 |
| | | | | | | VBox rely on evdev (kernel) + libinput (userspace) like everyone these days. VMs must just use USB tablet as input device (which is now the default) | ||||
* | kill last reference to vmmouse | Thierry Vignaud | 2016-07-14 | 1 | -1/+1 |
| | | | | should have in commit 52409c682c37ab200f636af9254d4328c5c988ec | ||||
* | Use the official X.org syntax to define keyboard layouts (mga#14476) | Martin Whitaker | 2016-07-09 | 1 | -1/+1 |
| | | | | o Gnome/gdm can no longer handle our unofficial or deprecated syntax | ||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-02-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | enable ctrl+alt+backspace (twice) by default (pzanoni) | Christophe Fergeau | 2009-10-21 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -17/+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 |
| | |||||
* | - XFdrake: | Aurélien Lefebvre | 2009-09-09 | 1 | -1/+1 |
| | | | | | o added "Disable Ctrl-Alt-Backspace" option | ||||
* | (_is_mouse) detect 'vmmouse' driven input devices as mice | Thierry Vignaud | 2009-04-22 | 1 | -1/+1 |
| | |||||
* | - XFdrake | Pascal Rigaux | 2008-12-08 | 1 | -4/+7 |
| | | | | | | o there is no reason "automatic" resolution should imply "automatic" color depth | ||||
* | - XFdrake | Pascal Rigaux | 2008-11-14 | 1 | -6/+7 |
| | | | | | o do not display the weird ratios 128/75, 85/48 (for 1024x600 and 1360x768) | ||||
* | - XFdrake: | Pascal Rigaux | 2008-10-01 | 1 | -2/+29 |
| | | | | | | o explicitly Load or Disable module "dri" (to be independent of Xorg's default choice) | ||||
* | - XFdrake: | Pascal Rigaux | 2008-09-25 | 1 | -1/+2 |
| | | | | | | o set "PreferredMode" in Monitor section if the user changes the resolution (we still do not use PreferredMode for the default resolution) | ||||
* | create XxY() and use it | Pascal Rigaux | 2008-09-25 | 1 | -1/+7 |
| | |||||
* | - XFdrake: | Pascal Rigaux | 2008-08-19 | 1 | -1/+1 |
| | | | | | | o [bugfix] fix clicking on "Options" when Composite is disabled (regression introduced in 0.58) | ||||
* | fix last typo | Pascal Rigaux | 2008-06-06 | 1 | -1/+1 |
| | |||||
* | fix typo (thanks to pcpa) | Pascal Rigaux | 2008-06-06 | 1 | -16/+7 |
| | |||||
* | create set_extension() and use it | Pascal Rigaux | 2008-06-05 | 1 | -0/+5 |
| | |||||
* | - XFdrake: | Pascal Rigaux | 2008-06-05 | 1 | -0/+5 |
| | | | | | o Composite is now the default in xserver 1.4 (#35043) | ||||
* | create remove_extension() and use it | Pascal Rigaux | 2008-06-05 | 1 | -0/+10 |
| | |||||
* | add Section "Extensions" before other sections (pcpa) | Pascal Rigaux | 2008-06-05 | 1 | -1/+1 |
| | |||||
* | - XFdrake: | Pascal Rigaux | 2008-02-18 | 1 | -3/+3 |
| | | | | | o add 1024x600 (used on Samsung Q1Ultra) (#37889) | ||||
* | - XFdrake: | Pascal Rigaux | 2008-01-28 | 1 | -1/+1 |
| | | | | | o add 800x480 (used on belinea s.book) | ||||
* | move resolution2ratio() to Xconfig::xfree (for next commit) | Pascal Rigaux | 2008-01-23 | 1 | -0/+6 |
| | |||||
* | - use SendCoreEvents instead of AlwaysCore for wacoms | Pascal Rigaux | 2008-01-22 | 1 | -1/+1 |
| | | | | | (needed with new xorg server) | ||||
* | use SendCoreEvents instead of AlwaysCore for Synaptics touchpads (#36140) | Olivier Blin | 2007-12-14 | 1 | -1/+1 |
| | |||||
* | drop unused Primary option in set_synaptics | Olivier Blin | 2007-12-14 | 1 | -2/+1 |
| | |||||
* | - XFdrake: | Pascal Rigaux | 2007-12-10 | 1 | -0/+9 |
| | | | | | o never write a ModeLine when using fglrx driver (#30934) | ||||
* | - better fix for typo in 0.32: don't wrongly default to "automatic" resolution | Pascal Rigaux | 2007-10-04 | 1 | -3/+2 |
| | | | | | when creating xorg.conf (in non --auto) | ||||
* | - fix typo in 0.32: don't wrongly default to "automatic" resolution when | Pascal Rigaux | 2007-09-28 | 1 | -1/+2 |
| | | | | | creating xorg.conf (in non --auto) | ||||
* | add support for x11-driver-input-vboxmouse when inside a VirtualBox guest | Olivier Blin | 2007-09-28 | 1 | -2/+2 |
| | |||||
* | - add support for "Automatic" resolution (aka "let xorg do everything") | Pascal Rigaux | 2007-09-25 | 1 | -12/+17 |
| | |||||
* | - for evdev configured mice, specify bustype | Pascal Rigaux | 2007-09-19 | 1 | -2/+2 |
| | | | | | | | (useful for "Macintosh mouse button emulation" which has same vendor/product as "AT Translated Set 2 keyboard") (need drakxtools-backend 10.4.203) | ||||
* | revert titi commit which added XFS configuration again. | Pascal Rigaux | 2007-09-07 | 1 | -12/+0 |
| | | | | | | | | | AFAIK, there is no reason to need XFS. as for http://archives.mandrivalinux.com/cooker/2007-07/msg04653.php, it's simply the result of a badly configured X fontpath. We just have to ensure upgrades go smoothly. (nb: XFdrake do not *remove* existing XFS configuration from xorg.conf, it simply to not put one when starting from scratch) | ||||
* | - fix default_headers when XFS is installed | Pascal Rigaux | 2007-09-06 | 1 | -13/+12 |
| | | | | | | (ie fixtitypo) (and do we really want to configure for XFS even if it is not enabled?) | ||||
* | do configure XFS if installed | Thierry Vignaud | 2007-08-21 | 1 | -0/+13 |
| | |||||
* | - when removing/replacing an InputDevice section, ensure we remove the | Pascal Rigaux | 2007-08-09 | 1 | -14/+17 |
| | | | | | | corresponding entry in ServerLayout. ie do not rely on InputDevice sections to use XFdrake-compatible Identifiers (as suggested by fcrozat) | ||||
* | since we don't configure X to use xfs, we don't need to specify a safety | Pascal Rigaux | 2007-08-03 | 1 | -5/+0 |
| | | | | | fontpath (was useful when xfs was failing) | ||||
* | ensure "Option" lines ordering is fixed so that XFdrake doesn't ask to save | Pascal Rigaux | 2007-08-01 | 1 | -1/+1 |
| | | | | | config even when no options was changed | ||||
* | do not configure using xfs anymore (#32051) | Thierry Vignaud | 2007-07-30 | 1 | -2/+0 |
| | |||||
* | - wacom configuration: add "pad" InputDevice section | Pascal Rigaux | 2007-07-09 | 1 | -5/+4 |
| | |||||
* | - handle resolution switch via xrandr without restarting X (#30896) | Pascal Rigaux | 2007-06-14 | 1 | -0/+8 |
| | | | | | | (nb: doesn't handle dpi switch, and will ask for X restart if the resolution switch has already been done through xrandr/krandrtray/...) | ||||
* | create ->is_modified and internalize in the raw_X object the handling of | Pascal Rigaux | 2007-06-14 | 1 | -7/+7 |
| | | | | | saying wether it is modified | ||||
* | prepare next commit | Pascal Rigaux | 2007-06-14 | 1 | -1/+3 |
| | |||||
* | add 1360x768 resolution | Pascal Rigaux | 2007-06-14 | 1 | -3/+3 |
| |