Announcement

Collapse
No announcement yet.

Linux 3.13-rc1 Kernel Tagged Two Days Early

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Linux 3.13-rc1 Kernel Tagged Two Days Early

    Phoronix: Linux 3.13-rc1 Kernel Tagged Two Days Early

    Linus Torvalds announced the Linux 3.13-rc1 kernel on Friday...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    Compiled linux-next git source a while ago just so I could have the radeon improvements. I regret nothing.

    Comment


    • #3
      Meanwhile for Ubuntu users

      64-bit
      Code:
      cd /tmp
      rm *.deb
      sudo apt-get install lynx -y
      latestKernel=$(lynx -dump http://kernel.ubuntu.com/~kernel-ppa/mainline/ | tail -1 | sed 's/^......//')
      wget $(lynx -dump -listonly $latestKernel | sed -n '16p' | sed 's/^......//')
      wget $(lynx -dump -listonly $latestKernel | sed -n '18p' | sed 's/^......//')
      wget $(lynx -dump -listonly $latestKernel | sed -n '19p' | sed 's/^......//')
      sudo dpkg -i linux*.deb
      32-bit
      Code:
      cd /tmp
      rm *.deb
      sudo apt-get install lynx -y
      latestKernel=$(lynx -dump http://kernel.ubuntu.com/~kernel-ppa/mainline/ | tail -1 | sed 's/^......//')
      wget $(lynx -dump -listonly $latestKernel | sed -n '17p' | sed 's/^......//')
      wget $(lynx -dump -listonly $latestKernel | sed -n '18p' | sed 's/^......//')
      wget $(lynx -dump -listonly $latestKernel | sed -n '20p' | sed 's/^......//')
      sudo dpkg -i linux*.deb

      Comment


      • #4
        Runtime power management for the FOSS driver, which means not having to poweroff the dGPU manually!

        Sadly, -rc1 breaks virtualbox 4.2 :/

        Comment


        • #5
          Kubuntu 13.10 amd64

          hi,kubuntu with kernel 3.13-rc1 not start, black screen.
          with default configuration kernel same kernel 3.12.

          Comment

          Working...
          X