Page 1 of 1

Command Not found!

Posted: Sun Jan 22, 2017 5:18 am
by callumsmith1989
Hi,

I am trying to fix the blurry text I am experiencing from by Gearbest screen by following the instructions on the forum.

I am trying to edit the font size in Retropie by booting up my Pi Zero and pressing F4 on keyboard. I then insert the command:

sudo nano/etc/emulationstation/themes/carbon/carbon.xml

But I get 'command not found'? Does anyone know why this is?? I am using the carbon theme

Thankyou

Re: Command Not found!

Posted: Sun Jan 22, 2017 5:35 am
by activex
You need to separate nano and /etc

Re: Command Not found!

Posted: Sun Jan 22, 2017 7:05 am
by callumsmith1989
Oh I see, just to clarify it will look like this:

sudo nano /etc

Instead of:

sudo nano/etc

?

Thanks for your help.

Re: Command Not found!

Posted: Sun Jan 22, 2017 8:02 pm
by rodocop
callumsmith1989 wrote:Oh I see, just to clarify it will look like this:

sudo nano /etc

Instead of:

sudo nano/etc

?

Thanks for your help.
Yep. That's right.

Re: Command Not found!

Posted: Sun Jan 22, 2017 8:38 pm
by callumsmith1989
Thankyou for your help.