Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - in the list of available Xorg drivers, add "Driver" from Cards+ | Pascal Rigaux | 2007-09-10 | 1 | -1/+2 |
| | | | | | (will ease the maintainance of the list of drivers in Xconfig/card.pm) | ||||
* | - minimal support for allowing to choose evdev on all mice | Pascal Rigaux | 2007-09-07 | 1 | -8/+20 |
| | |||||
* | 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) | ||||
* | - keep the order from MonitorsDB file | Pascal Rigaux | 2007-09-06 | 1 | -2/+7 |
| | | | | | | (allows "Flat Panel 800x600" to be before "Flat Panel 1024x768") (needs a nicely sorted MonitorsDB though) | ||||
* | - 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 not start xfs for the test (#33219) | Pascal Rigaux | 2007-09-06 | 1 | -4/+0 |
| | |||||
* | handle the renamed proprietary ati driver (ati => x11-driver-video-fglrx) | Anssi Hannula | 2007-08-27 | 1 | -2/+2 |
| | |||||
* | - use standard.conf as default gl_conf alternative | Anssi Hannula | 2007-08-27 | 1 | -5/+1 |
| | | | | | - do not add additional libglx ModulePaths for nvidia anymore | ||||
* | (setupFB) don't die if no bootloader is configured | Pascal Rigaux | 2007-08-27 | 1 | -0/+1 |
| | | | | | (mostly for auto_installs in drakx-in-chroot with broken pci detection) | ||||
* | do configure XFS if installed | Thierry Vignaud | 2007-08-21 | 1 | -0/+13 |
| | |||||
* | add avivo in the Xorg drivers list | Olivier Blin | 2007-08-14 | 1 | -1/+1 |
| | |||||
* | fix typo (thanks to Anssi Hannula) | Pascal Rigaux | 2007-08-09 | 1 | -1/+1 |
| | |||||
* | - 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) | ||||
* | perl_checker compliance | Pascal Rigaux | 2007-08-09 | 1 | -1/+1 |
| | |||||
* | as suggested by Anssi, do run update-alternatives even if current alternatives | Pascal Rigaux | 2007-08-09 | 1 | -5/+5 |
| | | | | | is the wanted one to ensure the alternative is switched to manual | ||||
* | - adapt to kbd instead of console-tools: s/kmap/map/ | Pascal Rigaux | 2007-08-08 | 1 | -1/+1 |
| | |||||
* | - handle nvidia-current instead of nvidia97xx (thanks to Anssi) | Pascal Rigaux | 2007-08-08 | 2 | -13/+8 |
| | | | | | | | | | - handle x11-driver-video-$nvidia instead of $nvidia nb: pkg_name_for_Driver2() has been dropped, and pkgs_for_Driver2() arguments have changed. this allows simplifying install::steps, but causes incompatibility | ||||
* | since we don't configure X to use xfs, we don't need to specify a safety | Pascal Rigaux | 2007-08-03 | 2 | -8/+1 |
| | | | | | fontpath (was useful when xfs was failing) | ||||
* | - fix detection of touchpad on some kernels (#31584) | Pascal Rigaux | 2007-08-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | (need drakxtools-backend >= 10.4.145) issue was: H: Handlers=event2 ts0 mouse0 in /proc/bus/input/devices instead of the more usual H: Handlers=mouse0 event2 ts0 | ||||
* | - internal: add many options as having to be used only once, easing their use | Pascal Rigaux | 2007-08-01 | 2 | -5/+5 |
| | | | | | | and fixing setting them (eg #31942 where one can't click "Options" after setting EXA) | ||||
* | get rid of quotes around options, since they really always want a string (or ↵ | Pascal Rigaux | 2007-08-01 | 1 | -1/+1 |
| | | | | | | | nothing) nb: may break around things though | ||||
* | 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 | ||||
* | - drop support for installing/configuring 915resolution | Pascal Rigaux | 2007-07-31 | 3 | -35/+1 |
| | | | | | (no more needed since x11-driver-video-intel 2.0) | ||||
* | do not configure using xfs anymore (#32051) | Thierry Vignaud | 2007-07-30 | 1 | -2/+0 |
| | |||||
* | - wacom configuration: | Pascal Rigaux | 2007-07-09 | 1 | -9/+14 |
| | | | | | | o enhance configuration by using /dev/input/by-id/xxx (need drakxtools-backend >= 10.4.144) | ||||
* | - wacom configuration: add "pad" InputDevice section | Pascal Rigaux | 2007-07-09 | 1 | -5/+4 |
| | |||||
* | - fix displaying "3D hardware acceleration: no" for nvidia proprietary driver | Pascal Rigaux | 2007-06-21 | 1 | -1/+1 |
| | | | | | (#31326) | ||||
* | - handle resolution switch via xrandr without restarting X (#30896) | Pascal Rigaux | 2007-06-14 | 2 | -0/+11 |
| | | | | | | (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 | 2 | -13/+12 |
| | | | | | 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 |
| | |||||
* | - add 1366x768 and 1360x765 resolutions | Pascal Rigaux | 2007-06-11 | 1 | -31/+76 |
| | | | | | | - add big standard resolutions (4/3, 16/10, 16/9) - re-organise the list of resolutions | ||||
* | - [bugfix] fix test message not translated (#30261) | Pascal Rigaux | 2007-06-05 | 1 | -0/+1 |
| | |||||
* | fix typo in ServerFlags keystrokes | Olivier Blin | 2007-05-18 | 1 | -2/+2 |
| | |||||
* | - remove all fglrx options, hopefully default is good enough | Pascal Rigaux | 2007-05-18 | 1 | -67/+0 |
| | | | | | | (and at least MonitorLayout option is depreacated as reported on cooker by Colin Close) | ||||
* | - fix using proprietary driver (remove debug code) (thanks to Michael Altizer) | Pascal Rigaux | 2007-05-09 | 1 | -1/+1 |
| | |||||
* | - ask "Do you wish to use proprietary driver" before installing the needed ↵ | Pascal Rigaux | 2007-04-30 | 2 | -18/+23 |
| | | | | packages | ||||
* | revert change, may_use_Driver2 returns true even if kernel drivers are missing | Pascal Rigaux | 2007-04-30 | 1 | -3/+1 |
| | |||||
* | don't install proprietary packages if drivers are already available | Pascal Rigaux | 2007-04-30 | 1 | -1/+3 |
| | | | | | (it helps not forcing to install the nvidia-kernel-2.6.xxx) | ||||
* | "i810" is now "intel" | Pascal Rigaux | 2007-04-30 | 2 | -5/+5 |
| | |||||
* | - handle new intel driver (including migration from "i810") | Pascal Rigaux | 2007-04-30 | 1 | -0/+4 |
| | |||||
* | - handle new intel driver (don't propose 915resolution when using new driver) | Pascal Rigaux | 2007-04-30 | 1 | -1/+1 |
| | |||||
* | - don't use 1280x1024 prefered resolution | Pascal Rigaux | 2007-04-30 | 2 | -6/+10 |
| | | | | | (using prefered resolution only when adding explicit gtf modelines) | ||||
* | use intel driver instead of i810 | Olivier Blin | 2007-04-30 | 1 | -1/+1 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 13 | -627/+1176 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 5 | -0/+118 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 12 | -0/+2938 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -0/+641 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -0/+676 |