LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Please help me do this edit in terminal (https://www.linuxquestions.org/questions/ubuntu-63/please-help-me-do-this-edit-in-terminal-4175599399/)

Michael Piziak 02-09-2017 04:54 PM

Please help me do this edit in terminal
 
Please walk me through exactly what I type into terminal to do this edit:



Please edit '~/.pcsx/pcsx.cfg' like this.

==> change 'Cpu = 0' to 'Cpu = 1'


Source of the edit is: http://askubuntu.com/questions/78737...untu-16-04-lts

hydrurga 02-09-2017 05:30 PM

Assuming that you have gedit installed:

gedit ~/.pcsx/pcsx.cfg

Once you've made the requested edit change, close the gedit window and select "Save" when prompted.

Michael Piziak 02-09-2017 06:19 PM

Quote:

Originally Posted by hydrurga (Post 5668074)
Assuming that you have gedit installed:

gedit ~/.pcsx/pcsx.cfg

Once you've made the requested edit change, close the gedit window and select "Save" when prompted.


I opened gedit and tried to find PCSX (a PS1 emulator), but I can't seem to find it using "open"

On another note "This bug was fixed in the package pcsxr - 1.9.94-2" If someone could tell me how to get that in terminal or download I'd appreciate it.

hydrurga 02-09-2017 06:34 PM

Quote:

Originally Posted by Michael Piziak (Post 5668097)
I opened gedit and tried to find PCSX (a PS1 emulator), but I can't seem to find it using "open"

Did you try typing the full command, as I provided it, i.e. including the ~/.pcsx/pcsx.cfg portion, on the command line?

If you open gedit without any filename, you probably can't find the .pcsx directory in your home directory because directories with a . at the start of their names are normally hidden (pressing ctrl-h usually allows you to see them), but you shouldn't need to bother about that at all if you type in the whole command I gave you.

hydrurga 02-09-2017 06:46 PM

Quote:

Originally Posted by Michael Piziak (Post 5668097)
On another note "This bug was fixed in the package pcsxr - 1.9.94-2" If someone could tell me how to get that in terminal or download I'd appreciate it.

According to https://launchpad.net/ubuntu/+source/pcsxr, the latest version of pcsxr supported by Trusty Tahr (Ubuntu 14.04, which you have) is 1.9.92-4. If you want 1.9.94-2, then you'll probably either need to find a PPA that supports it for Trusty, or compile the source code on your machine.

Michael Piziak 02-09-2017 06:48 PM

Quote:

Originally Posted by hydrurga (Post 5668106)
According to https://launchpad.net/ubuntu/+source/pcsxr, the latest version of pcsxr supported by Trusty Tahr (Ubuntu 14.04, which you have) is 1.9.92-4. If you want 1.9.94-2, then you'll probably either need to find a PPA that supports it for Trusty, or compile the source code on your machine.

I am going to go the route of finding a PPA. I'm still looking through webpages to find one.


All times are GMT -5. The time now is 08:21 PM.