summaryrefslogtreecommitdiffstats
path: root/lib/Xconfig/xfree.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* - handle resolution switch via xrandr without restarting X (#30896)Pascal Rigaux2007-06-141-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 ofPascal Rigaux2007-06-141-7/+7
| | | | | saying wether it is modified
* prepare next commitPascal Rigaux2007-06-141-1/+3
|
* add 1360x768 resolutionPascal Rigaux2007-06-141-3/+3
|
* - add 1366x768 and 1360x765 resolutionsPascal Rigaux2007-06-111-31/+76
| | | | | | - add big standard resolutions (4/3, 16/10, 16/9) - re-organise the list of resolutions
* fix typo in ServerFlags keystrokesOlivier Blin2007-05-181-2/+2
|
* - handle new intel driver (including migration from "i810")Pascal Rigaux2007-04-301-0/+4
|
* - don't use 1280x1024 prefered resolutionPascal Rigaux2007-04-301-3/+9
| | | | | (using prefered resolution only when adding explicit gtf modelines)
* re-sync after the big svn lossPascal Rigaux2007-04-251-76/+131
|