First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 86566
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Mobile Herd <mobile@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Josh Nichols <nichoj@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
pbbuttonsd-0.6.7.diff diff of the ebuild i used to build on x86 patch Josh Nichols 2005-03-24 18:20 0000 1.06 KB Details | Diff
pbbuttonsd-0.6.7.ebuild pbbuttonsd-0.6.7.ebuild text/plain Josh Nichols 2005-03-30 00:00 0000 1.17 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 86566 depends on: Show dependency tree
Show dependency graph
Bug 86566 blocks: 87222
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-03-24 12:52 0000
According to pbbuttonsd has some support for x86 laptops.An variable LAPTOP
needs to be passed to configure to specify the architecture, and some parts of
the /etc/pbbuttons.conf need to be commented out to reflect that
powermanagement isn't supported yet.

Reproducible: Always
Steps to Reproduce:

------- Comment #1 From Olivier Crete 2005-03-24 14:30:32 0000 -------
Which x86 laptop would it work with ? Those kind of things normally vary
between manufacturers...

------- Comment #2 From Josh Nichols 2005-03-24 17:49:23 0000 -------
The only thing pbbuttonsd really handles for x86 is mapping key bindings to
actually do things, like volume management with volume keys.

I'm using it on my dell inspiron 9200 at the moment to do change the volume,
combined with gtkpbbuttonsd (which also seems to work fine on x86) to display
the volume in my xsession. My volume keys aren't hardware based, but have
keycodes associated with them, so using pbbuttons makes sense in my case. If a
laptop has hardware-based volume keys, then it wouldn't be so useful. For
example, my brightness keys are hardwared-based, and don't have keycodes, so I
don't think I'll be able to use pbbuttonsd to manage the brightness.

------- Comment #3 From Josh Nichols 2005-03-24 18:20:56 0000 -------
Created an attachment (id=54401) [edit]
diff of the ebuild i used to build on x86

The method I used to determine the architecture is a bit hackish, so I'm sure
there's a cleaner way of determining it.

------- Comment #4 From Olivier Crete 2005-03-27 16:25:26 0000 -------
the right way to do this is

local myconf

use x86 && myconf="LAPTOP=i386"
use ppc && myconf=LAPTOP=i386"

econf ${myconf}

or something like that
The keywords guarantee that it wont be built on other arches anyway.

------- Comment #5 From Josh Nichols 2005-03-30 00:00:44 0000 -------
Created an attachment (id=54823) [edit]
pbbuttonsd-0.6.7.ebuild

An ebuild for pbbuttonsd which makes use of the suggestion by Oliver for
determining the arch, instead of the messy way I had previously.

------- Comment #6 From Olivier Crete 2005-08-10 17:59:43 0000 -------
alright, marking it ~x86 on behalf of the ghost x86 team

First Last Prev Next    No search results available      Search page      Enter new bug