Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Not open-source but another RPC layer! (Score 1) 77

Unfortunately, if you look at the "driver sources" carefully, it's just another shim to the real driver that does the heavy lifting. This implementation does not submit GPU instructions directly nor does it expose the shader compiler where someone can trace how shaders are being transformed into native instructions. In the end, it's just a layer that just submits user data to some specialized (probably proprietary) ioctl that exposes the functionality of the real driver implemented as a binary kernel blob and/or microcode running on the firmware.

See https://github.com/raspberrypi/userland/blob/master/interface/khronos/glxx/glxx_client.c for example.

Games

Submission + - Valve's SteamBox codenamed 'Piston', early specs detailed at CES (polygon.com)

xynopsis writes: Looks like the final version of the Linux based Steam Gaming Console has been made public at CES. The result of combined efforts of small-form-factor maker Xi3 and Valve, the gaming box named 'Piston' is a potential game changer in transforming the Linux desktop and gaming market. The pretty device looks like a shrunk Tezro from Silicon Graphics when SGI used to be cool.

Comment Re:Intel GPUs more open prospect than ARM (Score 1) 163

You either don't know what you're talking about or just plainly trolling. The GPU specs that Intel opened is the CoreHD graphics series which is Intel's own GPU technology and is in no way related to ImgTech's PowerVR.

I am looking forward though to the real competition between ARM's latest and greatest with Intel's upcoming Haswell.

EU

EU Charges Samsung With Abusing Vital Telecoms Patent 96

Dupple sends this news from Reuters: "The European Commission charged Samsung Electronics on Friday with abusing its dominant position in seeking to bar rival Apple from using a patent deemed essential to mobile phone use. The Commission sent a 'statement of objections' to the South Korean group, with its preliminary view that Samsung was not acting fairly. 'Intellectual property rights are an important cornerstone of the single market. However, such rights should not be misused when they are essential to implement industry standards, which bring huge benefits to businesses and consumers alike,' Competition Commissioner Joaquin Almunia said in statement."

Comment Re:It's not broken. (Score 1) 1154

- Create a desktop kernel fork. Linus & co. are not in the business of writing/maintaining a desktop kernel. Their goals are larger (and smaller) than that. The desktop kernel can track the mainline kernel, but shouldn't adopt every latest ABI or other changeâ"just do a major update every 3-5 years.

What on earth would that achieve? And what is the difference between a "desktop kernel" and a "server kernel" or whatever.

One glaring example of this is the kernel scheduler. If you ever used the OSX / IOS notice how smooth the graphics is and well responding it is to touch events even under heavy load compared to Linux desktops / Android. Although there have been much improvements done in Linux recently especially Android stack that smoothes the UI experience, occasionally you will still encounter random hiccups in the UI (even with a quad-core CPU). Same is true with other Linux-based such as the Nokia N9 Harmattan, where although the graphics is pretty much smooth, the user sometimes encounters stuttering when swiping or scrolling windows.

As the GP pointed out, part of the problem here is that the Linux kernel have vested interests towards server infrastructures. The current scheduler, CFS (tries to) balances CPU utilization and user interactivity fairly. If Linux were to achieve a more smoother response we need a scheduler for extremely low latencies instead of fair prioritization.

There is a project to change the scheduler towards this low latency approach, but even the project author is not expecting it to be accepted in mainline soon - the reason why we need a fork.

Comment NASA rejected the other riskier bets... (Score 2) 61

...but insanely exciting missions: a robotic boat that would have floated on a methane lake on Saturn’s moon Titan and a comet explorer. I would prefer the robotic boat. You never know what lurks beneath those lakes (TMAs?). This is unfortunate though. Seems NASA has mastered the technical hurdles of Mars but rested on its laurels instead, sticking to tried and true approaches.

Comment This has been expected (Score 1) 1

Yet another result of Elop's mismanagement of a once great organization. Qt would have been the platform that powered the next generation smartphones to low budget featurephones. Too bad Qt wasn't given a chance due to this guy's ties with his former employer.

I just wished instead the old Trolltech would rise again.

Linux Business

Submission + - Digia to acquire Qt from Nokia 1

MrvFD writes: "Ever since the most recent layoffs were announced by Nokia last month and the end of Qt related programs at Nokia was rumored, the fate of Qt has been in the air despite it nowadays having a working open governance model. Fear no longer, Qt brand, since Digia has now announced acquiring of Qt organization from Nokia. While relatively unknown company to the masses, it has already been selling the non-free (non-LGPL) licenses of Qt for 1.5 years. Hopefully this'll mean a bright future for Qt in co-operation with other Qt wielding companies like Google, RIM, Canonical, Intel, Skyp... Microsoft, Jolla and the thousands of Qt open source and commercial license users. Digia now plans to quickly enable Qt on Android, iOS and Windows 8 platforms, where work has already been underway for some time."
Australia

Pirate Apple TV Operation Nabbed In Australia 128

littlekorea writes "New South Wales Police have arrested a man selling USB keys bearing the Apple logo, which offered access to over a thousand Pay TV channels, another thousand movies on demand and several hundred adult films. A forensic analysis of the device revealed the content was hosted in China but streamed via US servers and domains."
Japan

Endoscopic Exam of Fukushima Reactor 120

mdsolar writes with this excerpt from the Sydney Morning Herald: "Radiation-blurred images taken inside one of Japan's tsunami-hit nuclear reactors show steam, unidentified parts and rusty metal surfaces scarred by 10 months of exposure to heat and humidity. The photos — the first inside-look since the disaster — showed none of the reactor's melted fuel or its cooling water but confirmed stable temperatures and showed no major ruptures caused by the earthquake last March, said Junichi Matsumoto, spokesman for plant operator Tokyo Electric Power Company." Here's a video.

Slashdot Top Deals

There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence. -- Jeremy S. Anderson

Working...