Benutzer-Werkzeuge

Webseiten-Werkzeuge


friedhof:arcade-cabs

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Letzte ÜberarbeitungBeide Seiten der Revision
project:arcade-cabs [2016-01-16 00:51] – [modeline foo] 2001:4dd0:ae02:beef:68b9:cbba:12bd:f85dproject:arcade-cabs [2019-09-16 16:09] – [the beginnings] mupf
Zeile 3: Zeile 3:
  
  
-====== fightbox.shack ===== 
  
-====== project goals ====== 
-Play actual games running on Linux with the expirience back in 1991. 
-We thought games like Hotline Miami, Broforce and Street Fighter V would add more "awesome", if played in an oldscool cab. 
-Yes, all those three games demand different Controls, therefor we need changeable Interfaces. 
- 
-We already tested Valves SteamOS, but since we couldn't change Big Pictures resolution we decided to run Ubuntu 14.04 and installed the Steam Client. 
- 
- 
-//Used Components// 
- 
-Cabinet: 
-  * Hantarex MTC 9110 (25inch CRT) 
-  * JAMMA-Connector 
-  * Ultimarc J-Pac USB 
- 
-Computer: 
-  * Asus A68HM-K 
-  * AMD A4 4020 
-  * 4GB DDR3 RAM 
-  * 500GB HDD 
-  * Asus HD5450 GPU 
- 
-Controls: 
-  * ILSA Competition Joystick [[http://www.arcadeshop.de/images/specs/arcade-joyst-c-mount.gif|Measures]] 
-  * Sanwa OSBF-30 [[http://www.arcadeshop.de/images/specs/arcade-pb-obsf30-data.gif|Measures]] 
-... 
- 
-The System is reachable via SSH at 10.42.20.234 
- 
-===== modeline foo ===== 
-Monitor: Hantarex MTC9100 25" (woohoo) 
- 
-nouveau driver (idk about fglrx proprietary shit) 
-  * generate modeline 
-   * cvt 576 432 60 
-   * gtf 576 432 60 
-   * r0zzy: 704x480 ihr noobs 
-  *make modeline available xrandr 
-   * xrandr --newmode <name>  xx yy zz 
-   * xrandr --newmode roy1  19.45 576 608 680 712 432 440 445 454 
-   * xrandr --addmode <monitor> 
-   * xrandr --addmode VGA-0 roy1 
-   * xrandr --output <monitor> <name> 
-   * xrandr --output VGA-0 --mode Roy1 
- 
-  * First success 
-   * export DISPLAY=: 
-   * xrandr --newmode "576x480@60i" 10.29 576 608 640 672 480 491 494 505 interlace -hsync -vsync 
-   * xrandr --addmode VGA-0 "576x480@60i" 
-   * xrandr --output VGA-0 --mode "576x480@60i" 
-   * calculate modelines http://xtiming.sourceforge.net/cgi-bin/xtiming.pl 
- 
-  * Downscaling as an option 
-    * [[http://www.x.org/wiki/Events/XDC2013/XDC2013AndyRitgerDisplayViewport/viewport-xdc-2013.pdf | viewport slides]] 
 ====== arcadeomat.shack ===== ====== arcadeomat.shack =====
 legacy: kabinett.shack (still works - but no one could ever remember) legacy: kabinett.shack (still works - but no one could ever remember)
Zeile 175: Zeile 120:
  
  
-===== the beginnings  ===== 
-  * Micha's vision: 
-    * {{http://projects.mupfelofen.de/arcade/arcade.jpg?360}}  
  
 +====== fightbox.shack =====
 +
 +fightbox.shack is an yet another arcade in the shackspace.
 +
 +====== project goals ======
 +Play actual games running on Linux with the expirience back in 1991.
 +We thought games like Hotline Miami, Broforce and Street Fighter V would add more "awesome", if played in an oldscool cab.
 +Yes, all those three games demand different Controls, therefor we need changeable Interfaces.
 +
 +We already tested Valves SteamOS, but since we couldn't change Big Pictures resolution we decided to run Ubuntu 14.04 and installed the Steam Client.
 +
 +
 +//Used Components//
 +
 +Cabinet:
 +  * Hantarex MTC 9110 (25inch CRT)
 +  * JAMMA-Connector
 +  * Ultimarc J-Pac USB
 +
 +Computer:
 +  * Asus A68HM-K
 +  * AMD A4 4020
 +  * 4GB DDR3 RAM
 +  * 500GB HDD
 +  * Asus HD5450 GPU
 +
 +Controls:
 +  * ILSA Competition Joystick [[http://www.arcadeshop.de/images/specs/arcade-joyst-c-mount.gif|Measures]]
 +  * Sanwa OSBF-30 [[http://www.arcadeshop.de/images/specs/arcade-pb-obsf30-data.gif|Measures]]
 +...
 +
 +The System is reachable via SSH at 10.42.20.234
 +
 +===== modeline foo =====
 +Monitor: Hantarex MTC9100 25" (woohoo)
 +
 +nouveau driver (idk about fglrx proprietary shit)
 +  * generate modeline
 +   * cvt 576 432 60
 +   * gtf 576 432 60
 +   * r0zzy: 704x480 ihr noobs
 +  *make modeline available xrandr
 +   * xrandr --newmode <name>  xx yy zz
 +   * xrandr --newmode roy1  19.45 576 608 680 712 432 440 445 454
 +   * xrandr --addmode <monitor>
 +   * xrandr --addmode VGA-0 roy1
 +   * xrandr --output <monitor> <name>
 +   * xrandr --output VGA-0 --mode Roy1
 +
 +  * First success
 +   * export DISPLAY=:
 +   * xrandr --newmode "576x480@60i" 10.29 576 608 640 672 480 491 494 505 interlace -hsync -vsync
 +   * xrandr --addmode VGA-0 "576x480@60i"
 +   * xrandr --output VGA-0 --mode "576x480@60i"
 +   * calculate modelines http://xtiming.sourceforge.net/cgi-bin/xtiming.pl
 +
 +  * Downscaling as an option
 +    * [[http://www.x.org/wiki/Events/XDC2013/XDC2013AndyRitgerDisplayViewport/viewport-xdc-2013.pdf | viewport slides]]
friedhof/arcade-cabs.txt · Zuletzt geändert: 2020-07-20 10:47 von neos