summaryrefslogtreecommitdiffstats
path: root/lib/Xconfig/xfree.pm
Commit message (Collapse)AuthorAgeFilesLines
* improve perl_checker's SNRThierry Vignaud2016-11-081-0/+2
|
* drop support for Alpha/PPC/SPARCThierry Vignaud2016-11-081-2/+1
| | | | like in drakx, it's unused/unsupported for quite a long time
* better description for 21/9-like resolutionsGiuseppe Ghibò2016-09-191-4/+4
|
* Added newer and modern resolutionsGiuseppe Ghibò2016-09-181-1/+17
|
* stop installing/configuring vboxmouse (mga#18917)Thierry Vignaud2016-07-141-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 vmmouseThierry Vignaud2016-07-141-1/+1
| | | | should have in commit 52409c682c37ab200f636af9254d4328c5c988ec
* Use the official X.org syntax to define keyboard layouts (mga#14476)Martin Whitaker2016-07-091-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 Migration2011-02-031-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 Fergeau2009-10-211-1/+1
|
* 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-221-17/+0
|
* don't add sections for synaptics devices to xorg.confChristophe Fergeau2009-09-221-52/+0
|
* s/mandrakesoft/mandrivaChristophe Fergeau2009-09-221-1/+1
|
* don't add USB wacom tablets to xorg.confChristophe Fergeau2009-09-221-2/+2
|
* don't write mouse xorg.conf entries when driver is "mouse"Christophe Fergeau2009-09-221-1/+2
|
* - XFdrake:Aurélien Lefebvre2009-09-091-1/+1
| | | | | o added "Disable Ctrl-Alt-Backspace" option
* (_is_mouse) detect 'vmmouse' driven input devices as miceThierry Vignaud2009-04-221-1/+1
|
* - XFdrakePascal Rigaux2008-12-081-4/+7
| | | | | | o there is no reason "automatic" resolution should imply "automatic" color depth
* - XFdrakePascal Rigaux2008-11-141-6/+7
| | | | | o do not display the weird ratios 128/75, 85/48 (for 1024x600 and 1360x768)
* - XFdrake:Pascal Rigaux2008-10-011-2/+29
| | | | | | o explicitly Load or Disable module "dri" (to be independent of Xorg's default choice)
* - XFdrake:Pascal Rigaux2008-09-251-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 itPascal Rigaux2008-09-251-1/+7
|
* - XFdrake:Pascal Rigaux2008-08-191-1/+1
| | | | | | o [bugfix] fix clicking on "Options" when Composite is disabled (regression introduced in 0.58)
* fix last typoPascal Rigaux2008-06-061-1/+1
|
* fix typo (thanks to pcpa)Pascal Rigaux2008-06-061-16/+7
|
* create set_extension() and use itPascal Rigaux2008-06-051-0/+5
|
* - XFdrake:Pascal Rigaux2008-06-051-0/+5
| | | | | o Composite is now the default in xserver 1.4 (#35043)
* create remove_extension() and use itPascal Rigaux2008-06-051-0/+10
|
* add Section "Extensions" before other sections (pcpa)Pascal Rigaux2008-06-051-1/+1
|
* - XFdrake:Pascal Rigaux2008-02-181-3/+3
| | | | | o add 1024x600 (used on Samsung Q1Ultra) (#37889)
* - XFdrake:Pascal Rigaux2008-01-281-1/+1
| | | | | o add 800x480 (used on belinea s.book)
* move resolution2ratio() to Xconfig::xfree (for next commit)Pascal Rigaux2008-01-231-0/+6
|
* - use SendCoreEvents instead of AlwaysCore for wacomsPascal Rigaux2008-01-221-1/+1
| | | | | (needed with new xorg server)
* use SendCoreEvents instead of AlwaysCore for Synaptics touchpads (#36140)Olivier Blin2007-12-141-1/+1
|
* drop unused Primary option in set_synapticsOlivier Blin2007-12-141-2/+1
|
* - XFdrake:Pascal Rigaux2007-12-101-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" resolutionPascal Rigaux2007-10-041-3/+2
| | | | | when creating xorg.conf (in non --auto)
* - fix typo in 0.32: don't wrongly default to "automatic" resolution whenPascal Rigaux2007-09-281-1/+2
| | | | | creating xorg.conf (in non --auto)
* add support for x11-driver-input-vboxmouse when inside a VirtualBox guestOlivier Blin2007-09-281-2/+2
|
* - add support for "Automatic" resolution (aka "let xorg do everything")Pascal Rigaux2007-09-251-12/+17
|
* - for evdev configured mice, specify bustypePascal Rigaux2007-09-191-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 Rigaux2007-09-071-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 installedPascal Rigaux2007-09-061-13/+12
| | | | | | (ie fixtitypo) (and do we really want to configure for XFS even if it is not enabled?)
* do configure XFS if installedThierry Vignaud2007-08-211-0/+13
|
* - when removing/replacing an InputDevice section, ensure we remove thePascal Rigaux2007-08-091-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 safetyPascal Rigaux2007-08-031-5/+0
| | | | | fontpath (was useful when xfs was failing)
* ensure "Option" lines ordering is fixed so that XFdrake doesn't ask to savePascal Rigaux2007-08-011-1/+1
| | | | | config even when no options was changed
* do not configure using xfs anymore (#32051)Thierry Vignaud2007-07-301-2/+0
|
* - wacom configuration: add "pad" InputDevice sectionPascal Rigaux2007-07-091-5/+4
|