search for: 78441

Displaying 3 results from an estimated 3 matches for "78441".

Did you mean: 7841
2014 May 08
16
[Bug 78441] New: X does not start under kernel 3.13.x
https://bugs.freedesktop.org/show_bug.cgi?id=78441 Priority: medium Bug ID: 78441 Assignee: nouveau at lists.freedesktop.org Summary: X does not start under kernel 3.13.x QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All...
2004 Nov 21
1
Fair bandwidth sharing
Hi all, I have been playing with tc trying to share the available bandwidth fairly between all the terminals in my internet cafe. I spend a while and had some help and setup some htb classes on my outgoing interface, I has now dawned on me that this will only shape the outgoing traffic, and if someone starts a large download, all the available incomming bandwidth will be used by the one
2007 Jul 11
4
Extending Markaby for SVG
Hi all, I love the elegance of Markaby for HTML generation. I''d like to do something similar for SVG, e.g.: svg11 do title "Slide Title" rect({:x=>2,:y=>2,:width=>508,:height=>318,:fill=>"aqua"}) g({:style=>"fill:blue; stroke:black", :transform=>"translate(17,-38)"}) do circle({:cx=>70, :cy=>100,