Recent content by masterclimby

  1. masterclimby

    Tutorial How to boot Linux on your Switch

    The default clock is set by a systemctl service called defaultpower, so the value of that would need to be changed to your desired value.
  2. masterclimby

    Tutorial How to boot Linux on your Switch

    it is present by running switchpower, however the script has been updated to be more stable, the updated script is here: https://0w0.st/power.sh
  3. masterclimby

    Tutorial How to boot Linux on your Switch

    @natinusala it's supposed to be a parameter that specifies card number, I'm not sure what the differences are if any
  4. masterclimby

    Tutorial How to boot Linux on your Switch

    @natinusala Instead of running the following: echo 0a > /sys/kernel/debug/dri/0/pstate Try running the following: echo 0a > /sys/kernel/debug/dri/128/pstate if that doesn't work, try the same command with 129, as they may switch, depending what is loaded first. See if that is more stable. I'm...
  5. masterclimby

    Tutorial How to boot Linux on your Switch

    @LarBob I've been using this cable from Amazon and haven't had any problems. http://a.co/fjolAyP
  6. masterclimby

    Tutorial How to boot Linux on your Switch

    @Type_O_Dev Konsole should work just fine.
  7. masterclimby

    Tutorial How to boot Linux on your Switch

    use sudo su before issuing the command, then issue the command exit so that you don't stay in root
  8. masterclimby

    Tutorial How to boot Linux on your Switch

    not really, but there is a plasma widget for an on screen keyboard
  9. masterclimby

    Tutorial How to boot Linux on your Switch

    @Gigaa thank you for making the KDE image, it's working great! now all we need is an XFCE image lol
  10. masterclimby

    Tutorial How to boot Linux on your Switch

    768 mhz does appear to be more stable, that's state 0a as opposed to 0d, but the default is 01 which is only 76 mhz.
  11. masterclimby

    Tutorial How to boot Linux on your Switch

    If you are curious about all of the different power states of the GPU, this command will list them all: cat /sys/kernel/debug/dri/0/pstate
  12. masterclimby

    Tutorial How to boot Linux on your Switch

    I've figured out how to get the gpu running at fullspeed as F0F did! Turns out it's a power management issue with the nouveau drivers, and all you have to do is run this command as root: echo 0d > /sys/kernel/debug/dri/0/pstate This will force the GPU clock to run at 998mhz. Attached are the...
  13. masterclimby

    Tutorial How to boot Linux on your Switch

    I just confirmed that @00Cancer's GNOME image is working. @benjy3gg make sure you are still doing the following: tar xvf gnome_rootfs.tar.gz -C /mounting/point/of/ext4/partition; sync and then just navigate to the rootfs folder from within and move everything into the root of the ext4 partition...
  14. masterclimby

    Tutorial How to boot Linux on your Switch

    I've noticed that my glxspheres results are significantly slower than what f0f had in their video (this is with mesa drivers applied).
  15. masterclimby

    Hacking R4i Gold Deluxe ~$38 / 3dslink ~$36

    I am happy to report that I also received mine today in the same exact condition (minus both cards being outside of the plastic packaging). So far both cards seem to be working great besides the random crashes every now and then when trying to launch the exploit, which is a known issue.