| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
also kill the ‘wacom _dev’ option which is useless since commit
7fcb6cc30e6264865a66551a2ab9cca3dc089c64 more than 10 years ago
|
| |
|
|
|
|
|
|
|
|
| |
for eg: USB wacom tablets, mouses & keyboard (we were missing Synaptics
touchpads)
We now rely on evdev/udev for input devices, which should make Synaptics
touchpads to now automagically work during install (mga#11524)
|
|
|
|
|
|
|
| |
also include Wacom rules
note that FC adds extra udev rules for synaptics:
70-touchpad-quirks.rules
|
| |
|
| |
|
| |
|
|
|
|
| |
we only have either Driver:foobar or Xnest
|
|
|
|
|
| |
should have been gone along either in 2000 (when switching from XFree86
3.x to 4.x or in 2004/2005 when switching from XFree86 to X.org...
|
|
|
|
| |
should have been ripped in commit dfdf67465048d060f7f86cd70d55cb78b6da15d9
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
HAL has been obsoleted years ago...
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Including Xsun, silo & yaboot support
Rationale: it's unused/unmaintained for years and those arches are beyond
any hope of being usefull any day...
They just got in the way...
Part of IA64 support is still kept (eg: support for GPT, EFI, right xorg
driver at install, ...) as it might be usefull to extend to other arches
Next to consider: Xbox?
|
| |
|
|
|
|
|
|
| |
it would have been better to test for arch first and then translate a
small messages rather than forcing displaying "if you're installing on
PPC, ..."
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
we lack the new ones introduced in 3.13...
|
| |
|
| |
|
|
|
|
|
| |
*** Gtk3::Widget::set_default_direction: passed too many parameters (expected 1, got 2); ignoring excess at /usr/lib/libDrakX/install/gtk.pm line 74.
* error: FATAL: invalid enum GtkTextDirection value Gtk3::Widget, expecting: none / GTK_TEXT_DIR_NONE, ltr / GTK_TEXT_DIR_LTR, rtl / GTK_TEXT_DIR_RTL at /usr/lib/perl5/vendor_perl/5.18.2/i386-linux-thread-multi/Glib/Object/Introspection.pm line 59.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
those extensions were moved from external module to built-in in
upstream xserver on 2012-07-10
basically reverting most of commit 1f303dcee074c9e34eef07441bdaed2ad657cc4b
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Fixes chown'ing user to root when adding existing user
on upgrade.
mga#12375
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The issue being that the help process doesn't know about $::prefix being
/mnt... So we moved the screenshots several times :-(
$ xzgrep fb2png report.bug.xz
* running: fb2png /dev/fb0 /tmp/DrakX-screenshots/1.png 0
* running: fb2png /dev/fb0 //root/DrakX-screenshots/2.png 0
* running: fb2png /dev/fb0 /tmp/DrakX-screenshots/1.png 0
* running: fb2png /dev/fb0 /tmp/DrakX-screenshots/2.png 0
* running: fb2png /dev/fb0 //root/DrakX-screenshots/3.png 0
* running: fb2png /dev/fb0 /tmp/DrakX-screenshots/1.png 0
* running: fb2png /dev/fb0 /tmp/DrakX-screenshots/2.png 0
* running: fb2png /dev/fb0 //root/DrakX-screenshots/4.png 0
* running: fb2png /dev/fb0 /tmp/DrakX-screenshots/1.png 0
* running: fb2png /dev/fb0 /tmp/DrakX-screenshots/2.png 0
* running: fb2png /dev/fb0 //root/DrakX-screenshots/5.png 0
* running: fb2png /dev/fb0 /tmp/DrakX-screenshots/1.png 0
* running: fb2png /dev/fb0 /tmp/DrakX-screenshots/2.png 0
* running: fb2png /dev/fb0 /tmp/DrakX-screenshots/3.png 0
* running: fb2png /dev/fb0 /tmp/DrakX-screenshots/4.png 0
* running: fb2png /dev/fb0 /tmp/DrakX-screenshots/5.png 0
* running: fb2png /dev/fb0 /tmp/DrakX-screenshots/6.png 0
* running: fb2png /dev/fb0 /mnt/root/DrakX-screenshots/7.png 0
* running: fb2png /dev/fb0 /mnt/root/DrakX-screenshots/8.png 0
* running: fb2png /dev/fb0 /mnt/root/DrakX-screenshots/9.png 0
* running: fb2png /dev/fb0 /mnt/root/DrakX-screenshots/10.png 0
(...)
|