If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
Please do not use the CODE tag when pasting content that contains formatting (colored, bold, underline, italic, etc).
The CODE tag displays all content as plain text, including the formatting tags, making it difficult to read.
I just have a quick question about grub. Now, I see when I boot up and the grub screen comes up that there is a choice which is call "low latancy" can somebody tell me what is this for?
Hmmmmm -- you must have chosen to install it for it to appear on your boot menu -- were you not aware of doing that?
Low-lat is a kernel designed to support high-end audio processing, in which exact synchronization (timing) of transitions on multiple sound tracks is required. The generic kernels have a "latency" time period between the issuance of a command and the execution of that command by the CPU. It's all about what they call "scheduling" of processing tasks, between foreground (user commanded) and background (running daemons and processes), but the result is milliseconds of delay that means audio events on track #2 and track #3 end up not exactly synchronized as the user thought he commanded. So they came up with a special Low-Latency kernel that would absolutely minimize that delay (at the expense of some other performance characteristics, of course).
Comment