Results 1 to 3 of 3

Thread: Need config.txt Guts

  1. #1
    Join Date
    2014-Aug
    Posts
    3

    Need config.txt Guts

    Hi,

    I have Kali 2 on RasPi 2 running with LUKS. However, I accidentally deleted the guts of config.txt. Could someone please share the contents of their /boot/config.txt with me?

  2. #2
    Join Date
    2015-Sep
    Posts
    2
    Mikrostart posted his contents as follows:
    Code:
    # For more options and information see
    # http://www.raspberrypi.org/documentation/configuration/config-txt.md
    # Some settings may impact device functionality. See link above for details
    
    # uncomment if you get no picture on HDMI for a default "safe" mode
    #hdmi_safe=1
    
    # uncomment this if your display has a black border of unused pixels visible
    # and your display can output without overscan
    disable_overscan=1
    
    # uncomment the following to adjust overscan. Use positive numbers if console
    # goes off screen, and negative if there is too much border
    #overscan_left=16
    #overscan_right=16
    #overscan_top=16
    #overscan_bottom=16
    
    # uncomment to force a console size. By default it will be display's size minus
    # overscan.
    framebuffer_width=1280
    framebuffer_height=720
    framebuffer_depth=32
    framebuffer_ignore_alpha=1
    
    # uncomment if hdmi display is not detected and composite is being output
    #hdmi_force_hotplug=1
    
    # uncomment to force a specific HDMI mode (this will force VGA)
    #hdmi_group=1
    #hdmi_mode=1
    
    # uncomment to force a HDMI mode rather than DVI. This can make audio work in
    # DMT (computer monitor) modes
    hdmi_drive=2
    
    # uncomment to increase signal to HDMI, if you have interference, blanking, or
    # no display
    #config_hdmi_boost=4
    
    # uncomment for composite PAL
    #sdtv_mode=2
    Although his is stored as /media/root/random_number_of_SDCard/config.txt
    Hope this helps.

  3. #3
    Join Date
    2015-Nov
    Location
    NZ
    Posts
    3

    Correct Location?

    Quote Originally Posted by jUser View Post
    Mikrostart posted his contents as follows:
    Code:
    # For more options and information see
    # http://www.raspberrypi.org/documentation/configuration/config-txt.md
    # Some settings may impact device functionality. See link above for details
    
    # uncomment if you get no picture on HDMI for a default "safe" mode
    #hdmi_safe=1
    
    # uncomment this if your display has a black border of unused pixels visible
    # and your display can output without overscan
    disable_overscan=1
    
    # uncomment the following to adjust overscan. Use positive numbers if console
    # goes off screen, and negative if there is too much border
    #overscan_left=16
    #overscan_right=16
    #overscan_top=16
    #overscan_bottom=16
    
    # uncomment to force a console size. By default it will be display's size minus
    # overscan.
    framebuffer_width=1280
    framebuffer_height=720
    framebuffer_depth=32
    framebuffer_ignore_alpha=1
    
    # uncomment if hdmi display is not detected and composite is being output
    #hdmi_force_hotplug=1
    
    # uncomment to force a specific HDMI mode (this will force VGA)
    #hdmi_group=1
    #hdmi_mode=1
    
    # uncomment to force a HDMI mode rather than DVI. This can make audio work in
    # DMT (computer monitor) modes
    hdmi_drive=2
    
    # uncomment to increase signal to HDMI, if you have interference, blanking, or
    # no display
    #config_hdmi_boost=4
    
    # uncomment for composite PAL
    #sdtv_mode=2
    Although his is stored as /media/root/random_number_of_SDCard/config.txt
    Hope this helps.
    Hey I know this was some time ago but I have been searching and searching for my config.txt file on my Raspi 2.
    It is not in the usual spot nor in media. Creating the file myself did not work either.

    Anyone know where the config.txt file is located on a Raspi 2?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •