timmoore46
Posts: 266
Joined: Tue Jul 17, 2012 4:36 pm

Editing /boot/config.txt

Tue Aug 07, 2012 7:11 am

I log in to Raspbian and 'startx'

wake up leafpad and load /boot/config.txt

change it and.....

it won't save cos I've not got the permissions.

How to I get to be the SU / admin/ Sudo here?

feeling credibly dumb here !

:roll: :roll: :roll: :roll:

An embarrassed,

Tim

User avatar
Jim JKla
Posts: 2218
Joined: Sun Jan 29, 2012 11:15 pm
Location: Newcastle upon Tyne UK

Re: Editing /boot/config.txt

Tue Aug 07, 2012 7:18 am

put your SD in a windows card reader config.txt is in the only part of the SD you can access fron windows ;)
Noob is not derogatory the noob is just the lower end of the noob--geek spectrum being a noob is just your first step towards being an uber-geek ;)

If you find a solution please post it in the wiki the forum dies too quick

User avatar
rurwin
Forum Moderator
Forum Moderator
Posts: 4258
Joined: Mon Jan 09, 2012 3:16 pm
Contact: Website

Re: Editing /boot/config.txt

Tue Aug 07, 2012 7:20 am

The quickest way is probably to start a terminal and type:

Code: Select all

sudo leafpad /boot/config.txt
The more streamlined approach would be to create a shortcut icon or menu entry that started "gksudo leafpad", but I don't know how to do that in LXDE. (Someone will probably pop up and tell us.)

timmoore46
Posts: 266
Joined: Tue Jul 17, 2012 4:36 pm

Re: Editing /boot/config.txt

Tue Aug 07, 2012 7:28 am

Many thanks both !

I'll try the Bash approach first !

:D :D :D :D

Tim

Update:- it worked !

bredman
Posts: 1415
Joined: Tue Jan 17, 2012 2:38 pm

Re: Editing /boot/config.txt

Tue Aug 07, 2012 8:02 am

For full instructions to edit this file, see the wiki
http://elinux.org/R-Pi_ConfigurationFile

User avatar
redhawk
Posts: 3465
Joined: Sun Mar 04, 2012 2:13 pm
Location: ::1

Re: Editing /boot/config.txt

Tue Aug 07, 2012 8:55 am

Since the boot partition is fat32 you only have to stick the SD Card into a memory card and open config.txt in Windows or Mac or Linux or any other OS that supports fat32.

Richard S.

Neda behrouzi
Posts: 1
Joined: Fri Aug 08, 2014 3:06 am

Re: Editing /boot/config.txt

Fri Aug 08, 2014 3:15 am

Hi Everyone,
I purchased a License VC-1, received the key, insert the SD into my computer ( windows), found the config.txt file.
But I do not know how to insert the :decode_WVC1=0x....... There is already a default mentioning : decode_WVC1=0x00000.
I do not know whether I have to edit this existing default or add another command ( which I do not know how?). I am not professional in these things. would anyone please help me by describing in detail what exactly I have to do?

Thanks.

User avatar
A1i2T3R
Posts: 99
Joined: Sat Apr 13, 2013 1:08 pm
Location: England - Kent

Re: Editing /boot/config.txt

Fri Aug 08, 2014 9:36 am

in the terminal type:

Code: Select all

sudo nano /boot/config.txt
you can do this with ssh if you want to copy and paste.
Enthusiastic pi user, with a hoby for modding everyday objects and using the pi as the brain!

drgeoff
Posts: 10765
Joined: Wed Jan 25, 2012 6:39 pm

Re: Editing /boot/config.txt

Fri Aug 08, 2014 9:40 am

Neda behrouzi wrote:Hi Everyone,
I purchased a License VC-1, received the key, insert the SD into my computer ( windows), found the config.txt file.
But I do not know how to insert the :decode_WVC1=0x....... There is already a default mentioning : decode_WVC1=0x00000.
I do not know whether I have to edit this existing default or add another command ( which I do not know how?). I am not professional in these things. would anyone please help me by describing in detail what exactly I have to do?

Thanks.
Replace the 0x00000 number with your licence key. And if there is a '#' at the start of that line, delete the '#'.

Return to “Beginners”