hey guys been playing with the pi but the screen spills off the screen both left and right, i cant seem to change this i have found the config.txt file with the overscan values in it but it will not let me save any changes to that document.
As you might be able to tell im a bit of a n00be when it comes to this and am trying to self teach the basics (and doing badly) so if you could make any replies easily understandable by a 2 yr old i may just be able to keep up.......
cheers
-
- Posts: 13
- Joined: Fri Oct 19, 2012 12:04 pm
-
- Posts: 13
- Joined: Fri Oct 19, 2012 12:04 pm
Re: Screen Size
forgot to say im running the latest version of 'wheezy'
- tedhale
- Posts: 114
- Joined: Thu Sep 20, 2012 4:52 pm
- Location: Williamsburg, VA, USA
- Contact: Website
Re: Screen Size
You say you can't save the file once edited. Perhaps that is a permissions problem.
The "pi" user does not have permissions to do this - you have to do it as root.
You can get around this by using the "sudo" command to run the command as root.
Try:
sudo nano /boot/cmdline.txt
The "pi" user does not have permissions to do this - you have to do it as root.
You can get around this by using the "sudo" command to run the command as root.
Try:
sudo nano /boot/cmdline.txt
- Ted B. Hale
http://raspberrypihobbyist.blogspot.com
http://raspberrypihobbyist.blogspot.com
- RaTTuS
- Posts: 10741
- Joined: Tue Nov 29, 2011 11:12 am
- Location: North West UK
- Contact: Twitter YouTube
Re: Screen Size
edit the config.txt file with
sudo nano /boot/config.txt
you have to do it with root
sudo nano /boot/config.txt
you have to do it with root
How To ask Questions :- http://www.catb.org/esr/faqs/smart-questions.html
WARNING - some parts of this post may be erroneous YMMV
1QC43qbL5FySu2Pi51vGqKqxy3UiJgukSX
Covfefe
WARNING - some parts of this post may be erroneous YMMV
1QC43qbL5FySu2Pi51vGqKqxy3UiJgukSX
Covfefe
-
- Posts: 13
- Joined: Fri Oct 19, 2012 12:04 pm
Re: Screen Size
brilliant cheers guys all sorted!!