Re: How to migrate the X server?

2009-07-30 Thread Peter Hutterer
On Thu, Jul 30, 2009 at 08:21:52AM -0500, Dan Nicholson wrote: > On Wed, Jul 29, 2009 at 11:13 PM, Peter > Hutterer wrote: > > I have poked at libudev a bit today in a weak effort to look what's required > > to switch the X server over. I'd be happy if someone else takes over at > > this, but right

Re: Porting DeviceKit-power to non-Linux

2009-07-30 Thread Arnaud Quette
2009/7/29 Richard Hughes > 2009/7/29 Arnaud Quette : > > I take this opportunity to recall that the UPS support code in DK-p is > Linux > > only, since it relies on the hiddev Linux driver. > > Yup. > > > Richard: do you have any plan in this area, and possibly according to the > > proposition I

Re: DeviceKit-power: USB/HID UPS rules update

2009-07-30 Thread Arnaud Quette
2009/7/28 Arnaud Quette > > 2009/7/27 Richard Hughes > > 2009/7/27 Arnaud Quette : >> > I'll soon get back with some features and improvements propositions. >> >> Cool. I've merged your patch with a few tiny fixes (dropping the 0x in >> the vendor matches), thanks. >> > > yup, I just realized th

Re: dm-raid support

2009-07-30 Thread Tobias Preclik
Hello David, David Zeuthen wrote: > Currently DeviceKit-disks will properly detect the devices and things > will look just fine in Nautilus / GTK+ file chooser or anything else > using GVfs, see https://bugzilla.redhat.com/show_bug.cgi?id=495152 for > the bug where this (and other things) was fixe

Re: dm-raid support

2009-07-30 Thread David Zeuthen
On Thu, 2009-07-30 at 09:45 -0400, David Zeuthen wrote: > Anyway, to support the whole range of multi-disk solutions on Linux we'd > need to support > > - md-raid (95% done, only the "create RAID array is missing, see >http://people.freedesktop.org/~david/gdu-create-raid-1.png and >http:/

Re: dm-raid support

2009-07-30 Thread David Zeuthen
On Wed, 2009-07-29 at 22:29 +0200, Tobias Preclik wrote: > Hello, > > I wonder if dm-raid devices are already properly supported in > DeviceKit-disks. To a certain degree, yeah. > I am asking because I had problems with hal detecting > my dm-raid devices. See here: > > http://lists.freedesktop

Re: How to migrate the X server?

2009-07-30 Thread Dan Nicholson
On Wed, Jul 29, 2009 at 11:13 PM, Peter Hutterer wrote: > I have poked at libudev a bit today in a weak effort to look what's required > to switch the X server over. I'd be happy if someone else takes over at > this, but right now I don't see this happening for 1.7 anyway. Especially > since the ud

Re: How to migrate the X server?

2009-07-30 Thread Kay Sievers
On Thu, Jul 30, 2009 at 04:07, Martin Pitt wrote: > Peter Hutterer [2009-07-30 14:13 +1000]: >> The X server uses libhal to connect to HAL and asks it for the device list >> (libhal_find_device_by_capability(.. "input" ...) > > The libudev counterpart would be udev_enumerate_*() [1] with scanning f

Re: How to migrate the X server?

2009-07-30 Thread Scott James Remnant
On Thu, 2009-07-30 at 10:07 +0200, Martin Pitt wrote: > $ grep ^XKB /etc/default/console-setup > XKBMODEL="pc105" > XKBLAYOUT="de" > XKBVARIANT="" > XKBOPTIONS="nodeadkeys" > > Fedora uses a different file and perhaps a different format, but the > principle is the same. The distribution has to p

Re: How to migrate the X server?

2009-07-30 Thread Martin Pitt
Hello Peter, I'll try to fill in some places which Kay didn't answer yet. Peter Hutterer [2009-07-30 14:13 +1000]: > The X server uses libhal to connect to HAL and asks it for the device list > (libhal_find_device_by_capability(.. "input" ...) The libudev counterpart would be udev_enumerate_*()