summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* - XFdrake: Aurélien Lefebvre2009-09-111-3/+8
| | | | | o fix DontZap option issue with old xorg.conf files
* - XFdrake:Aurélien Lefebvre2009-09-092-1/+18
| | | | | o added "Disable Ctrl-Alt-Backspace" option
* XFdrake: correctly detect proprietary drivers that are located inAnssi Hannula2009-07-221-1/+2
| | | | | /usr/lib/drivername/xorg (#52384)
* move serial_ports to detect_devices.pmChristophe Fergeau2009-07-011-6/+1
|
* Prefix functions with _ when they are internalChristophe Fergeau2009-07-011-27/+27
|
* fix crash when both monitor and driver can not be probed (for example with ↵Olivier Blin2009-06-041-1/+2
| | | | | | | | some Quanta IL1 netbooks using Chrome9 IC3) this crash happens with harddrake service or XFdrake --auto: Can't use an undefined value as a HASH reference at /usr/lib/libDrakX/Xconfig/monitor.pm line 85
* Check PCI class when detecting video cardsChristophe Fergeau2009-04-281-1/+4
| | | | | | | Dual-head ATI cards appears twice on the PCI bus, once in the DISPLAY_OTHER class and once in the DISPLAY_VGA class. They did that for compatibility with Win2000. Make sure we don't think the system has 2 video cards in such cases.
* When modifying keyboard configuration, refresh associated hal keysChristophe Fergeau2009-04-271-0/+1
| | | | | | Nowadays, the X server picks its keyboard configuration from HAL. Make sure we update the hal information when the keyboard configuration is modified
* (set_xfree_conf) fix vmmouse configuration for vmware (#49654)Thierry Vignaud2009-04-221-1/+1
|
* (_is_mouse) detect 'vmmouse' driven input devices as miceThierry Vignaud2009-04-221-1/+1
|
* Tweak xorg.conf writing with intel driverChristophe Fergeau2009-04-211-4/+16
|
* Don't show the "EXA/XAA" switch by default on Intel cardsChristophe Fergeau2009-04-211-1/+1
| | | | | | | | | Newer intel drivers properly autoselect UXA/EXA if KMS is available or not, and XAA should really only be used as a fallback. For now, don't set EXA => 0 in the default values for the Intel cards. This will hide the XAA/EXA switch from the configuration UI. If an accel method was explicitly selected in xorg.conf by the user, the UI will be shown so that he has a chance to unselect EXA.
* Use plugnplay monitor for virtual box, fixes #49642. Thanks Titi for the patch!Christophe Fergeau2009-04-141-1/+3
|
* do not add Load "freetype" to xorg.conf as the module does not existAnssi Hannula2009-04-121-1/+1
| | | | | anymore
* Fix selecting proprietary drivers with xdriver=DRIVER boot option.Anssi Hannula2009-04-101-1/+1
|
* add nouveau driver into the driver listAnssi Hannula2009-04-021-1/+1
|
* Add support for boot option xdriver=foo for overriding the driver inAnssi Hannula2009-04-021-0/+18
| | | | | | | | | non-interactive probe. Allowed special values: auto = normal mode free = only use free drivers Last entry on commandline is used.
* - XFdrake:Anssi Hannula2009-03-201-1/+1
| | | | | o adapt for recent changes in proprietary driver alternatives
* (various_xfree_conf) install 'x11-driver-input-vmmouse' if neededThierry Vignaud2009-03-201-0/+1
|
* (detect) configure input driver as 'vmmouse' if running in vmware (#29106)Thierry Vignaud2009-03-201-0/+3
| | | | | (needs drakxtools >= 12.17)
* small fix noticed by pixel's eagle eyePascal Terjan2009-02-111-2/+2
|
* mousedrake: test if the file is there before trying to install the packagesPascal Terjan2009-02-111-9/+10
|
* - XFdrake:Pascal Rigaux2009-01-291-1/+1
| | | | | | | | o use option -noAutoAddDevices when testing X (useful during installation, #47237) nb: this works if x11-server has patch Add-noAutoAddDevices-command-line-option.patch
* - keyboarddrake:Pascal Rigaux2009-01-281-1/+1
| | | | | | o bug fix: overwrite previous /etc/sysconfig/keyboard Xkb information when changing keyboard
* - mousedrake:Pascal Rigaux2009-01-081-1/+1
| | | | | o synaptics driver in now in package x11-driver-input-synaptics (#45531)
* - keyboarddrake:Pascal Rigaux2008-12-181-16/+1
| | | | | | o do not configure hal directly, but write in /etc/sysconfig/keyboard Xkb information so hal can get them
* - keyboarddrake:Pascal Rigaux2008-12-181-4/+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 :)
* - keyboarddrake:Pascal Rigaux2008-12-081-0/+16
| | | | | | o configure hal so Xorg can get xkb info (nb: for now, you must "service haldaemon restart" to be taken into account)
* - XFdrakePascal Rigaux2008-12-082-10/+15
| | | | | | o there is no reason "automatic" resolution should imply "automatic" color depth
* - XFdrakePascal Rigaux2008-12-081-3/+15
| | | | | | | o special hack for gdium: the "default monitor" is "Plug'n Play" instead of good_default_monitor() (it will work since the resolution is passed to the kernel on gdium)
* (configure) do not load "Type1" module by default (disabled in xserver-1.5.x)Thierry Vignaud2008-12-021-1/+1
|
* move things (prepare next commit)Pascal Rigaux2008-11-211-10/+9
|
* fix 2 previous commits:Pascal Rigaux2008-11-211-3/+5
| | | | | | | - $raw_X->get_Driver can't be used in auto_installs since monitor is configured first - $raw_X is now needed in choose()
* simplifyPascal Rigaux2008-11-211-3/+3
|
* fix passing xorg "Driver" for monitor probe (for auto_installs)Pascal Rigaux2008-11-211-1/+1
|
* if {resolution_wanted} is not set in auto_install, don't have Pascal Rigaux2008-11-211-1/+1
| | | | | { 'X' => undef, 'Depth' => undef, 'Y' => undef } as the $resolution_wanted
* - XFdrakePascal Rigaux2008-11-141-6/+7
| | | | | o do not display the weird ratios 128/75, 85/48 (for 1024x600 and 1360x768)
* - XFdrake:Pascal Rigaux2008-11-142-6/+10
| | | | | o have Option "PanelGeometry" "XXxYY" on geode driver
* - XFdrake:Pascal Rigaux2008-11-131-3/+3
| | | | | | | | o generic flat planel must allow "800x480 @ 60.00 Hz (GTF) hsync: 29.82 kHz" so "HorizSync 31.5-90" is too strict, generating "HorizSync 29.5-90" (especially useful when the resolution is given by dmitable)
* - mousedrake:Pascal Rigaux2008-10-241-13/+1
| | | | | | | 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)
* - XFdrake:Pascal Rigaux2008-10-012-3/+30
| | | | | | o explicitly Load or Disable module "dri" (to be independent of Xorg's default choice)
* - XFdrake:Pascal Rigaux2008-09-254-7/+27
| | | | | | o set "PreferredMode" in Monitor section if the user changes the resolution (we still do not use PreferredMode for the default resolution)
* cleanup: don't modify $default_resolution, use a new var ($resolution) insteadPascal Rigaux2008-09-251-5/+6
| | | | | (needed for next commit)
* create XxY() and use itPascal Rigaux2008-09-251-1/+3
|
* create XxY() and use itPascal Rigaux2008-09-251-1/+7
|
* - keyboarddrake:Pascal Rigaux2008-09-111-8/+4
| | | | | o fix lithuanian keyboard choices (cf #41031)
* - XFdrake:Pascal Rigaux2008-09-111-1/+1
| | | | | | | o do set a background image when using resolution "Automatic" (#43644) (thanks to derek at jennings dot homelinux dot net)
* don't create symlink /usr/share/mdk/backgrounds/default.png to jpg filesPascal Rigaux2008-08-261-1/+0
| | | | | (it's not needed anymore)
* - XFdrake:Pascal Rigaux2008-08-192-1/+2
| | | | | | o [bugfix] fix clicking on "Options" when Composite is disabled (regression introduced in 0.58)
* - XFdrake:Pascal Rigaux2008-08-181-1/+1
| | | | | | | o allow xorg.conf to have no "Monitor" section (#42793) (XFdrake will no break too much without it :)