Advertisement
Guest User

Untitled

a guest
Sep 21st, 2016
589
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. login as: root
  2. root@192.168.0.100's password:
  3. =============== RuneOS distribution ===============
  4. ____ _ _ _
  5. | _ \ _ _ _ __ ___ / \ _ _ __| (_) ___
  6. | |_) | | | | '_ \ / _ \ / _ \| | | |/ _` | |/ _ \
  7. | _ <| |_| | | | | __// ___ \ |_| | (_| | | (_) |
  8. |_| \_\\__,_|_| |_|\___/_/ \_\__,_|\__,_|_|\___/
  9.  
  10. ================ www.runeaudio.com ================
  11. RuneOs: 0.3-beta (build 20141029)
  12. RuneUI: 1.3
  13. Hw-env: RaspberryPi
  14.  
  15. Last login: Wed Sep 21 17:00:44 2016 from 192.168.0.18
  16. [root@runeaudio ~]# nano /boot/config.txt
  17. GNU nano 2.2.6 File: /boot/config.txt
  18.  
  19. # uncomment if you get no picture on HDMI for a default "safe" mode
  20. #hdmi_safe=1
  21.  
  22. # uncomment this if your display has a black border of unused pixels visible
  23. # and your display can output without overscan
  24. #disable_overscan=1
  25.  
  26. # uncomment the following to adjust overscan. Use positive numbers if console
  27. # goes off screen, and negative if there is too much border
  28. #overscan_left=16
  29. #overscan_right=16
  30. #overscan_top=16
  31. #overscan_bottom=16
  32.  
  33. # uncomment to force a console size. By default it will be display's size minus
  34. # overscan.
  35. #framebuffer_width=1280
  36. #framebuffer_height=720
  37.  
  38. # uncomment if hdmi display is not detected and composite is being output
  39. #hdmi_force_hotplug=1
  40.  
  41. # uncomment to force a specific HDMI mode (this will force VGA)
  42. #hdmi_group=1
  43. #hdmi_mode=1
  44.  
  45. # uncomment to force a HDMI mode rather than DVI. This can make audio work in
  46. # DMT (computer monitor) modes
  47. #hdmi_drive=2
  48.  
  49. # uncomment to increase signal to HDMI, if you have interference, blanking, or
  50. # no display
  51. #config_hdmi_boost=4
  52.  
  53. # uncomment for composite PAL
  54. #sdtv_mode=2
  55.  
  56. #uncomment to overclock the arm. 700 MHz is the default.
  57. #arm_freq=800
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement