Search found 2 matches
- Fri Apr 19, 2013 6:48 am
- Forum: Other projects
- Topic: Portable Screen Displays for Raspberry Pi (Nintendo Ds/Dsi)
- Replies: 10
- Views: 29937
Re: Portable Screen Displays for Raspberry Pi (Nintendo Ds/D
You won't be able to use a DS screen at all (they're specially designed for the DS, have a weird resolution and cannot support analogue composite input without a conversion board). However, you can get away with using a stock LCD and driver board, the kind they usually put into rear-view camera disp...
- Fri Jan 18, 2013 8:51 am
- Forum: Gaming
- Topic: PCSX ReARMed Issue!
- Replies: 26
- Views: 25327
Re: PCSX ReARMed Issue!
You can run pcsx_rearmed without X without having to compile it differently:
xinit /home/pi/pcsx_rearmed/pcsx $* -- :0
It will open on display 0, but you can change the display by changing that last number. Make sure you CD into your pcsx directory before running to load all your settings/bios.
xinit /home/pi/pcsx_rearmed/pcsx $* -- :0
It will open on display 0, but you can change the display by changing that last number. Make sure you CD into your pcsx directory before running to load all your settings/bios.