Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Why do Windows programs just run? (Score 2) 126

This has been a perpetual problem on my Lenovo W510. In one release, it did multiple steps, in the next one, no backlight control at all. I add some kernel command line options and get a crappy 4 step backlight. In the next release, I have to remove those options because my backlight didn't turn on at all with them. Now no working backlight controls (using the FN+Home/End combo on my laptop keyboard). I poke in the /sys sysfs mount at the backlight control that's registered, and can control the backlight that way. I've been following the ACPI development mailing list and this is a perpetual topic of confrontation.

There are lots of proposed fixes that would just resolve it, but they can't be accepted because they break userspace. The whole problem stems from the Laptop bios. In some cases, the bios will advertise ACPI methods to control the backlight, while the GPU driver exposes the controls as well. Depending on the particular bios version (and sometimes even bios settings), the keypress might, in bios, change the brightness, then report the keypress, or it might report the keypress and depend on the OS to use the ACPI interface to control the backlight, or it might depend on the OS to use the GPU driver interface to control the backlight. On some of the systems, the ACPI interface is sometimes broken, and on some, there are multiple controls (for display port and all the other possible display connections built into the system) with no clear way to determine which one to actually use. Some bioses report to work with 'Windows 2012' but actually completely don't. Some ONLY work with that, but report they work with older ones.

From what I recall of the discussion, Windows 8 deals with this by punting the actual event handling to the GPU drivers, expecting them to know how to handle the hardware.

Similar bugs can be seen in Windows if your run a newer version on hardware designed for a previous version (I saw this running Windows 7 on hardware designed for Windows XP, an old Dell laptop).

I find it kinda crazy that every single other feature of my laptop works perfectly (FIngerprint reader, color calibration, wimax radio {none of which I actually ever use}) while backlight which seems so simple (Press button, change brightness) is in a perpetual state of brokenness.

Comment Re:Joyent unfit to lead them? (Score 1) 254

These 'trivial' changes often cause merge conflicts with other trees. If people are developing against the 'pre change' tree, any changes around the comments might need manual merging. Manual merging introduces additional opportunities for mistakes. I see trivial comment patches like this bounced on these exact grounds in watching active linux driver changes; particularly if you watch a new vendor driver submitted to the staging tree, and then watch it get cleaned up to be in-line with the kernel's coding style.

As far as this PARTICULAR patch being dropped, it probably could have been handled more in line with 'NACK: We'll set a date in the future to do a comment cleaning and have everyone rebase on that', but my first reaction isn't that the developer who declined it is sexist (or whatever the particular flavor of discrimination is). From my PERSONAL Point of view, a change should provide value, and I *PERSONALLY* don't see value in a change like this. A typo fix maybe, but this is not a typo.

User Journal

Journal Journal: Entry 2

Well, I missed my 10 year journal anniversary. Maybe I'll catch the 20th anniversary.

Does anyone every read these?

Comment Re:The US slides back to the caves (Score 1) 528

The reason I've always heard is pure cost to convert. All the signs, all the cars, everything that uses distances (all the laws would have to be 'amended' to the new units), etc, etc. There is a LOT of infrastructure in the US. It's a physically large country. Even 'phasing' it in is a HUGE undertaking and would take years if not decades to complete.

I am 100% in support of us converting, but I'm glad I don't have to be one of the people that's going to coordinate the madhouse it's going to be when it's finally decided upon and started.

Comment Re:Unsafe at any speed (above 100 MPH)... (Score 1) 443

the difference is, it doesn't take the same energy. In the kinetic energy equation, look at the V^2 term. If you start at velocity X, and increase your speed A, your resultant velocity component will be (X + A)^2. Multiplying that out, you get X^2 +2AX + A^2. To go from 0 to 10 mph, you have to add 2 * 10 * 0 + 10 ^ 2 = 100 units (I don't remember the American unit applicable here). To go from 90 to 100, you have to add 2 * 10 * 90 + 10 ^ 2 = 1900 energy units. It takes 19x as much energy to increase speed 10 mph at 90mph IGNORING DRAG.

The X^2 gets ignored because we're only considering the amount of energy we have to ADD to go from X to X + A, and the KE at Vx will end up canceling out the X^2 in the resulting equation subtractions.

Comment Re:Hemos Says: "So Long, and Thanks For All The Fi (Score 1) 1521

Same happened to me :-/ I created an account in either late 98 or early 99 (too much happened in the last dozen years to be sure), forgot what my login/pwd were, so I recreated this one with my massive UID. It was still fun at the anniversary party to have a 'low uid' though. Lots of 7 digit UIDs in the Ann Arbor area.

Slashdot Top Deals

No man is an island if he's on at least one mailing list.

Working...