PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : 15 khz unter Linux howto



zagadka
05-12-2011, 20:32
Ein komplett vorkonfiguriertes System (A GNU/LINUX ARCADE DISTRIBUTION (http://www.arcadeinfo.de/showthread.php?16069-A-GNU-LINUX-ARCADE-DISTRIBUTION-0-92b)) für 15 khz gibts hier (http://www.arcadeinfo.de/showthread.php?16069-A-GNU-LINUX-ARCADE-DISTRIBUTION-0-92b).

-------------------------------------------

15 khz linux howto - connecting an arcade monitor or a rgb tv set to a pc


http://www.youtube.com/watch?v=FxqifZISdJ4

-------------------------------------------

Im folgenden geht es um den Test der vorhandenen Grafikkarte unter Linux via VGA 2 SCART Kabel (http://community.arcadeinfo.de/showthread.php?9269-RGB-via-SCART) am TV/Arcade Monitor ohne das installierte System zu verändern. Die Festplatte bleibt also unangetastet. Linux wird (noch) nicht installiert! Zum Test der propritären Treiber muss Linux auf die Festplatte. Klappt gar nichts, hilft es evtl. die Monitorkabel an den Ports (Grafikkartenausgängen) zu tauschen.

Bei einigen passiv gekühlten ATI Karten kann es zu Temperaturproblem kommen, weil beim "radeon" Treiber das PowerPlay nicht automatisch aktiviert wird. Die Karten werden ohne zusätzliche Kühlung extrem heiß, da sie immer mit der höchsten Spannung und dem höchsten Takt arbeiten.

Abhilfe schafft später ein Eintrag in die xorg.conf oder z.B. das Skript PowerPlaySwitcher.py (http://code.google.com/p/power-play-switcher/source/browse/trunk/PowerPlaySwitcher.py?r=3).

# /etc/X11/xorg.conf
# ..
# enable (partial) PowerPlay features
Option "DynamicClocks" "on"
# ..

Alles ohne Gewähr und auf eigenes Risiko!


Los geht!

- Aktuelle Linux CD/DVD mit Live Funktion (zum Testen, ohne Installation!) besorgen (z.B. Lubuntu)

- Testdateien und Skripte (http://www.dallaslive.de/vdr/files/15-khz-hardware-test-001.tar.gz) hier aus der Anteitung auf einen USB-Stick kopieren.

- Rechner von CD booten, Sprache auswählen und "Linux ausprobieren"

http://i42.tinypic.com/35jw1gz.jpg

http://i44.tinypic.com/eknqzq.jpg

Nach erfolgreichem Booten:

- Programme nachinstallieren. Terminal (z.B. xterm, hier lxterminal) öffnen und

http://i44.tinypic.com/24wx8jt.jpg

linux@linux > sudo apt-get update
linux@linux > sudo apt-get install mesa-utils hwinfo grandr joe

http://i40.tinypic.com/2pzhdzq.jpg

- Terminal öffnen und die folgenden Befehle ausführen, um Information zur Grafikhardware und den verwendeten Treiber zu ermitteln.

linux@linux > sudo hwinfo --gfxcard | grep Model

Model: "ATI Radeon HD 3870"

linux@linux > sudo hwinfo --gfxcard | grep Driver

Driver Info #0:
Driver Status: radeon is active
Driver Activation Cmd: "modprobe radeon"

Verwendeter Treiber: "radeon"


- 3D Fähigkeiten testen (falls Mesa vorinstalliert ist)

linux@linux > glxgears

18550 frames in 5.0 seconds
21045 frames in 5.0 seconds
21071 frames in 5.0 seconds
21064 frames in 5.0 seconds
21047 frames in 5.0 seconds

http://i43.tinypic.com/2dsr2op.jpg

- Herrausfinden, welche Ports (Grafikkartenausgänge) erkannt wurden:

linux@linux > sudo xrandr
xrandr: Output DVI-1 is not disconnected but has no modes
Screen 0: minimum 320 x 200, current 1680 x 1050, maximum 1680 x 1680
DVI-1 connected (normal left inverted right x axis y axis)
DVI-0 connected 1680x1050+0+0 (normal left inverted right x axis y axis) 474mm x 296mm
1680x1050 59.9*+ 60.0
1280x1024 75.0 60.0
1440x900 59.9
1280x960 60.0
1152x864 75.0
1024x768 75.0 60.0
832x624 74.6
800x600 75.0 60.3 56.2
640x480 75.0 59.9
720x400 70.1

Hier sind zwei vorhanden: DVI-0, DVI-1 (andere Bezeichnungen: VGA, CRT, DVN usw.)

Anmerkung: Nicht jede Grafikkarte, die über zwei Ausgänge verfügt kann automatisch mit zwei unterschiedlichen Screens arbeiten. Schaltet man den zweiten Port ab "sudo xrandr --output DVI-1 --off" und hat immer noch ein Bild ist das wahrscheinlich der Fall.


- USB Stick einstecken (Dialog öffnet sich) und Terminal im Pfad des Sticks öffnen (z.B. /media/sdb1). Dann in das Verzeichnis scripts wechseln. "cd scripts"

http://i41.tinypic.com/20upxjs.jpg

http://i42.tinypic.com/2e1hzmb.jpg

- Skripte ausführbar machen

linux@linux > sudo chmod 755 xrand*

- Modelines einlesen (Ports anpassen, hier DVI-0, DVI-1)

linux@linux > sudo ./xrandr-read-modelines-with-args.sh DVI-0 DVI-1


- Eingelesene/akzeptierte Modelines:

linux@linux > sudo xrandr

root@linux:~/Desktop/xorg-15-khz/15-khz-hardware-testen/scripts# xrandr
Screen 0: minimum 320 x 200, current 1680 x 1050, maximum 1680 x 1680
DVI-1 connected (normal left inverted right x axis y axis)
648x480x60.00-1525-1570 29.7
648x480x60.00-1575 29.5
648x480x60.00-h91101526-1667 29.7
648x480x59.95-15734-ntsc 29.5
768x576x50.00-15625-pal 23.9
800x576pali 24.4
800x288pal-half 48.7
768x576pali 23.7
768x288pal-half 47.4
720x576pali 23.4

usw.

DVI-0 connected 1680x1050+0+0 (normal left inverted right x axis y axis) 474mm x 296mm
1680x1050 59.9*+ 60.0
1280x1024 75.0 60.0
1440x900 59.9
1280x960 60.0
1152x864 75.0
1024x768 75.0 60.0
832x624 74.6
800x600 75.0 60.3 56.2
640x480 75.0 59.9
720x400 70.1
648x480x60.00-1525-1570 29.7
648x480x60.00-1575 29.5
648x480x60.00-h91101526-1667 29.7
648x480x59.95-15734-ntsc 29.5

usw.

- Auflösungen testen:

Am besten immer mit einem Finger auf der Fernbedienung bleiben und sofort "umschalten", wenn kein normales Bild erscheint. Monitore können durch "falsche" Frequenzen zerstört werden.

Als Desktophintergrund benutze ich zusätzlich noch ein TV-Testbild (http://www.google.de/search?q=tv+testbild&hl=de&prmd=imvns&tbm=isch&tbo=u&source=univ&sa=X&ei=4SrdTr_bMs6UswbokPWQBA&sqi=2&ved=0CEUQsAQ&biw=1122&bih=669).

a.) Manuell

linux@linux > sudo xrandr --output DVI-0 --mode "648x480x59.95-15734-ntsc"

... wenn an DVI-0 der TV/Arcade Monitor angeschlossen ist.

oder per Oberfläche

linux@linux > sudo grandr


oder, wenn die Grafikkarte nur einen Port hat bzw. nur mit einem Screen arbeitet.

linux@linux > sudo xrandr --output DVI-0 --mode "648x480x59.95-15734-ntsc" && sleep 5 && sudo xrandr --output DVI-0 --auto

bzw.

linux@linux > sudo xrandr --output DVI-0 --mode "648x480x59.95-15734-ntsc" && sleep 5 && sudo xrandr --output DVI-0 --mode "Standardauflösung hier eintragen"

Diese Zeile schaltet auf die Modeline "648x480x59.95-15734-ntsc", wartet 5 Sekunden und schaltet dann auf die Standardardauflösung zurück.


b.) Skripte (http://www.dallaslive.de/vdr/files/15-khz-hardware-test-001.tar.gz)

Benutzung auf eigene Gefahr (wie alles hier).

Im entsprechenden Skript müssen im Texteditor die Variablen "output1" und "standardresolution", ggf. noch "output2" dem entsprechenden Port bzw. Wert zugewiesen werden.

Die Skripte arbeiten alle nach dem gleichem Schema. Nach dem Start wird der erste Modeline-Name aus der Datei modeline.dat eingelesen und an den oder die Ports angelegt. Nach 5 Sekunden schaltet das Skript wieder auf die Standardauflösung zurück. Mit der Leertaste geht es zur nächsten Modeline. Jede andere Taste führt zum Abbruch. Das Skript kann nicht erkennen, ob eine Modeline erfolgreich mit xrandr (vorheriger Schritt) eingelesen wurde. Deswegen kann es vorkommen, das Modelines aufgerufen werden, die nicht vorhanden sind - es erscheint eine Fehlermeldung, was man ignorieren kann.

Am besten notierten, welche Auflösungen funktionieren und hier posten - Beispielformat:

Card: ATI Radeon HD 3870 (hwinfo --gfxcard | grep Model)
Driver: radeon (hwinfo --gfxcard | grep Driver)
TV/Arcade Monitor: Sony KV M2101 D
Linux Kernel: 2.6.32-35-generic-pae (uname -rv)
CPU: Intel(R) Core(TM)2 Duo CPU E8400@3.00GHz (cat /proc/cpuinfo | grep model)
GL_RENDERER: Mesa DRI R600 (RV670 9501) 20090101 x86/MMX/SSE2 TCL (glxinfo | grep "renderer string")
GL_VERSION: 1.5 Mesa 7.7.1 (glxinfo | grep "OpenGL version string")
GL_VENDOR: Advanced Micro Devices, Inc. (glxinfo | grep "OpenGL vendor string")
glxgears: 21064 frames in 5.0 seconds (glxgears)

Darunter die Modelines (xrandr -q)
khz/Hz
648x480x60.00-1525-1570 29.7 ok 15,5/30
648x480x60.00-1575 29.5 ok 15,5/30
usw.

http://i43.tinypic.com/2q2l43k.jpg

Für Grafikkarten, die zwei getrennte Screens unterstützen:

xrandr-reso-test-15-khz-both-ports.sh - An beiden Ports wird das 15 khz Signal angelegt

# ..

standardresolution="1680x1050" # Standardauflösung des TFTs

output1="DVI-0" # VGA-0, DVI-0, CRT-0, DFP2, default,
output2="DVI-1"

# ..


xrandr-reso-test-15-khz-analog-monitor-only.sh - 15 khz nur für den TV/Arcade Monitor

# ..

standardresolution="" #

output1="DVI-1" # VGA-0, DVI-0, CRT-0, DFP2, default,

# ..


xrandr-reso-test-15-khz-TFT-only.sh - 15 khz nur für den TFT

Für TFTs, die bei out of range, die aktuellen Frequenzen anzeigen, ohne abzurauchen.

# ..

standardresolution="1680x1050" #

output1="DVI-0" # VGA-0, DVI-0, CRT-0, DFP2, default,
output2="DVI-1"

# ..


Für Grafikkarten mit einem Screen an mehreren Ports:

xrandr-reso-test-two-ports-one-screen.sh

# ..

standardresolution="1680x1050" #

output1="VGA-1" # VGA-0, DVI-0, CRT-0, DFP2, default,
output2="DVI-D-1"

# ..


- Linux installieren


- Die Modelines hinzufügen

Am einfachsten ist es die funktionierenden Modelines in die Bootskripte des Display Managers einzutragen (gdm, lxdm, kdm o.ä.). Nachteil: Das Booten kann dadurch länger dauern.

GDM:

# /etc/gdm/Init/Default

#!/bin/sh
# Stolen from the debian kdm setup, aren't I sneaky
# Plus a lot of fun stuff added
# -George

PATH="/usr/bin:$PATH"
OLD_IFS=$IFS


xrandr --newmode "1024x600@50,201" 20,9 1024 1072 1176 1328 600 607 610 627 interlace -hsync -vsync
xrandr --newmode "800x600@50,546" 16,48 800 840 920 1040 600 602 605 627 interlace -hsync -vsync
xrandr --newmode "640x480@59,536" 13,09 640 672 736 836 480 481 483 526 interlace -hsync -vsync
#xrandr --newmode usw.

xrandr --addmode DVI-1 "1024x600@50,201"
xrandr --addmode DVI-1 "800x600@50,546"
xrandr --addmode DVI-1 "640x480@59,536"
xrandr --output DVI-0 --off # TFT
xrandr --output DVI-1 --primary # TV/Arcade monitor
xrandr --output DVI-1 --mode 800x600@50,546 # Standardauflösung hier eintragen



LXDM:

# /etc/lxdm/PostLogin

xrandr --newmode "1024x600@50,201" 20,9 1024 1072 1176 1328 600 607 610 627 interlace -hsync -vsync
xrandr --newmode "800x600@50,546" 16,48 800 840 920 1040 600 602 605 627 interlace -hsync -vsync
usw.



Xsessions (unabhängig vom Display Manager, ungetestet):

# /etc/X11/Xsessions

xrandr --newmode "1024x600@50,201" 20,9 1024 1072 1176 1328 600 607 610 627 interlace -hsync -vsync
xrandr --newmode "800x600@50,546" 16,48 800 840 920 1040 600 602 605 627 interlace -hsync -vsync

usw.


Es gibt auch die Möglichkeit die Modelines erstmal in der /etc/X11/xorg.conf einzutragen, um zu schauen, welche nicht akzeptiert werden (/var/log/Xorg.0.log) und anschließend nur diese in die Bootskripte von gdm, lxdm o.ä aufnehmen.

Nach dem Neustart erscheint der Login Screen auf dem TV/Arcade Monitor!


Was jetzt noch fehlt:

- Automatisches Login

Hier mit dem gdm für den User mame:

# /etc/gdm/custom.conf

[daemon]
TimedLoginEnable=false
AutomaticLoginEnable=true
TimedLogin=mame
AutomaticLogin=mame
TimedLoginDelay=30
DefaultSession=trinity # Window Manager


- Autostart des Emulator-Frontends (Wahcade o.ä.)

Der Autostart-Mechanismus hängt vom Window-Manager ab (gnome, kde, blackbox etc.)

fluxbox: Das Startprogramm einfach in de Datei ~/.fluxbox/startup eintragen: wahcade &
trinity und KDE: Skript (Name ist egal) in das Verzeichnis ~/.trinity/Autostart bzw. ~/.kde/Autostart kopieren.
Gnome: Das Startprogramm gehört hier in das Verzeichnis ~/.config/autostart
usw.

~/ steht für das Homeverzeichnis des Users.

Damit bootet der Rechner vom Einschalten bis zum Frontend in eins durch.

http://i42.tinypic.com/2lnj0g3.jpg

Have fun ;)


Dateien/Skripte:
15-khz-hardware-test.tar.gz (http://www.dallaslive.de/vdr/files/15-khz-hardware-test-001.tar.gz)

Links:
Arcade Info (http://community.arcadeinfo.de/forumdisplay.php?137-Soft-15KHz-%28deutsch-english%29)
Groovy Arcade (http://arcade.groovy.org/)
Supermodel: A Sega Model 3 Arcade Emulator (http://www.supermodel3.com/)
The Nexus (http://www.nexusuk.org/projects/vga2scart/)
TV / Arcade Modelines (http://www.geocities.ws/podernixie/htpc/modes-en.html)
Wah!cade (http://www.anti-particle.com/wahcade.shtml)
X11 VGA to PAL scart (http://mir.dnsalias.com/wiki/vga2pal)

How to use a SCART TV as a Monitor for MAME (http://members.optusnet.com.au/eviltim/scart.htm)
RGB via SCART (http://community.arcadeinfo.de/showthread.php?9269-RGB-via-SCART)

PowerPlaySwitcher.py (http://code.google.com/p/power-play-switcher/source/browse/trunk/PowerPlaySwitcher.py?r=3)

zagadka
05-12-2011, 20:41
Card: ATI Radeon HD 3870 (hwinfo --gfxcard | grep Model)
Driver: radeon (hwinfo --gfxcard | grep Driver)
TV/Arcade Monitor: Sony KV M2101 D
Linux Kernel: 2.6.32-35-generic-pae (uname -rv)
CPU: Intel(R) Core(TM)2 Duo CPU E8400@3.00GHz (cat /proc/cpuinfo | grep model)
GL_RENDERER: Mesa DRI R600 (RV670 9501) 20090101 x86/MMX/SSE2 TCL (glxinfo | grep "renderer string")
GL_VERSION: 1.5 Mesa 7.7.1 (glxinfo | grep "OpenGL version string")
GL_VENDOR: Advanced Micro Devices, Inc. (glxinfo | grep "OpenGL vendor string")
glxgears: 21064 frames in 5.0 seconds (glxgears)



# Groovy Arcade (http://arcade.groovy.org/)

648x480x60.00-1525-1570 29.7 ok 15,5/30
648x480x60.00-1575 29.5 ok 15,5/30
648x480x60.00-h91101526-1667 29.7 ok 15,5/30
648x480x59.95-15734-ntsc 29.5 ok 15,5/30
768x576x50.00-15625-pal 23.9 ok 15,5/24

# The Nexus (http://www.nexusuk.org/projects/vga2scart/)

800x576pali 24.4 ok 15,2/24
800x288pal-half 48.7 ok 15,6/50
768x576pali 23.7 ok 14,8/24
768x288pal-half 47.4 ok 15,6/50
720x576pali 23.4 ok 15,6/50
720x288pal-half 46.8 ok 14,6/47
704x576pali 24.1 ok 15,0/24
704x288pal-half 48.1 ok 15,0/48
650x576pali 24.0 ok 15,0/24
800x480ntsci 29.8 ok 15,6/30
800x240ntsc-half 59.4 ok 15,6/60
720x480ntsci 28.7 ok 15,0/29
720x240ntsc-half 57.2 ok 15,0/57
704x480ntsci 29.2 ok 15,3/29
704x240ntsc-half 58.3 ok 15,3/58
657x480ntsci 28.9 ok 15,1/29
657x240ntsc-half 57.6 ok 15,1/58
640x480ntsci 26.7 keine Sync.++ 14,0/27
640x240ntsc-half 53.2 keine Sync.++ 14,0/53

# Sailor Sat (http://community.arcadeinfo.de/forumdisplay.php?137-Soft-15KHz-(deutsch-english))

1024x600@50,201 24.0 ok 15,0/24
800x600@50,546 24.5 ok 15,4/24
720x480@59,934 28.7 ok 15,1/29
648x288@50,845 48.2 ok 14,9/48
640x480@59,536 29.6 keine Sync + 15,5/30
640x288@50,955 50.6 ok 15,6/51
640x240@59,96 59.0 ok 15,6/59
632x264@56,751 56.8 ok 15,8/57
512x512@58,232 27.5 ok 14,9/28
512x448@59,863 28.2 ok 14,9/28
512x288@50,939 47.7 ok 14,9/48
512x240@59,973 56.2 ok 14,9/56
448x240@60,01 59.0 ok 15,6/59
400x256@52,419 51.9 ok 15,4/52
392x240@59,898 59.9 ok 15,9/60
384x288@51,219 45.7 --
368x240@59,196 55.5 --
352x288@51,116 48.4 --
352x264@57,257 54.5 --
352x256@59,697 57.4 --
336x240@59,749 52.5 --
321x240@59,014 54.9 --
320x256@59,917 53.8 --
320x200@59,535 57.6 --
304x240@59,305 57.4 --
296x240@59,941 50.4 --
288x240@59,885 51.3 --
256x264@58,317 54.5 --
256x256@59,496 55.5 --
256x240@60,436 57.0 --
240x240@58,795 48.7 --

zagadka
05-12-2011, 20:46
Card: nVidia GeForce 7025 (hwinfo --gfxcard | grep Model)
Driver: nouveau (hwinfo --gfxcard | grep Driver)
TV/Arcade Monitor: Sony KV M2101 D
Linux Kernel: 3.0.0-12-generic (uname -rv)
CPU: AMD Athlon(tm) Dual Core Processor 4850e (cat /proc/cpuinfo | grep model)
GL_RENDERER = Gallium 0.4 on NV67 (glxinfo | grep "renderer string")
GL_VERSION = 2.1 Mesa 7.11 (glxinfo | grep "OpenGL version string")
GL_VENDOR = nouveau (glxinfo | grep "OpenGL vendor string")
glxgears: 3085 frames in 5.0 seconds = 616.988 FPS (glxgears)



# Groovy Arcade (http://arcade.groovy.org/)

648x480x60.00-1525-1570 30.0 doppeltes Bild 15,6/60
648x480x60.00-1575 30.0 doppeltes Bild 15,7/60
648x480x60.00-h91101526-1667 30.0 doppeltes Bild 15,6/60
648x480x59.95-15734-ntsc 30.0 doppeltes Bild 15,7/60
768x576x50.00-15625-pal 25.0 doppeltes Bild 15,6/50

# The Nexus (http://www.nexusuk.org/projects/vga2scart/)

800x576pali 24.4 ok 15,2/24
800x288pal-half 48.7 ok 15,6/50
768x576pali 23.7 ok 14,8/24
768x288pal-half 47.4 ok 15,6/50
720x576pali 23.4 ok 15,6/50
720x288pal-half 46.8 ok 14,6/47
704x576pali 24.1 ok 15,0/24
704x288pal-half 48.1 ok 15,0/48
650x576pali 24.0 ok 15,0/24
800x480ntsci 29.8 ok 15,6/30
800x240ntsc-half 59.4 ok 15,6/60
720x480ntsci 28.7 ok 15,0/29
720x240ntsc-half 57.2 ok 15,0/57
704x480ntsci 29.2 ok 15,3/29
704x240ntsc-half 58.3 ok 15,3/58
657x480ntsci 28.9 ok 15,1/29
657x240ntsc-half 57.6 ok 15,1/58
640x480ntsci 26.7 keine Sync.++ 14,0/27
640x240ntsc-half 53.2 keine Sync.++ 14,0/53

# Sailor Sat (http://community.arcadeinfo.de/forumdisplay.php?137-Soft-15KHz-(deutsch-english))

1024x600@50,201 24.0 doppeltes Bild 15/48
800x600@50,546 24.5 doppeltes Bild 15,4/99
720x480@59,934 28.7 doppeltes Bild 15,1/116
648x288@50,845 48.2 ok 14,9/48
640x480@59,536 29.6 doppeltes Bild 15,6/120
640x288@50,955 50.6 ok 15,6/51
640x240@59,96 59.0 ok 15,6/59
632x264@56,751 56.8 ok 15,8/57
512x512@58,232 27.5 doppeltes Bild 15,x/55
512x448@59,863 28.2 doppeltes Bild 14,9/56
512x288@50,939 47.7 ok 14,9/48
512x240@59,973 56.2 ok 14,9/56
448x240@60,01 59.0 ok 15,6/51
400x256@52,419 51.9 ok 15,6/53
392x240@59,898 59.9 ok 15,9/60
384x288@51,219 45.7 kein Sync 14,3/??36??
368x240@59,196 55.5 ok 14,9/57
352x288@51,116 48.4 ok 15,1/49
352x264@57,257 54.5 ok 15,7/55
352x256@59,697 57.4 ok 15,7/58
336x240@59,749 52.5 kein Sync 13,8/53
321x240@59,014 54.9 ok 14,7/56
320x256@59,917 53.8 ok 14,4/54
320x200@59,535 57.6 Bild ist von schwarzen Balken umgeben. Sieht ungesund aus 14,7/58
304x240@59,305 57.4 ok 15,3/58
296x240@59,941 50.4 kein sync 13,3/50
288x240@59,885 51.3 kein sync 13,6/51
256x264@58,317 54.5 ok 15,2/55
256x256@59,496 55.5 ok 15,2/56
256x240@60,436 57.0 ok 14,9/57
240x240@58,795 48.7 kein sync 13,2/50
800x576pali 25.0 doppeltes Bild 15,6/100
800x288pal-half 49.9 ok 15,6/50
768x576pali 25.0 doppeltes Bild 15,6/100
768x288pal-half 50.0 ok 15,6/50
720x576pali 25.0 doppeltes Bild 15,6/100
720x288pal-half 49.9 ok 15,6/50
704x576pali 25.0 doppeltes Bild 15,6/100
704x288pal-half 49.9 ok 15,6/50
650x576pali 25.0 doppeltes Bild 15,6/100
800x480ntsci 30.0 doppeltes Bild 15,7/119
800x240ntsc-half 59.8 ok 15,7/60
720x480ntsci 30.0 doppeltes Bild 15,7/120
720x240ntsc-half 59.8 ok 15,7/60
704x480ntsci 30.0 doppeltes Bild 15,7/119
704x240ntsc-half 59.8 ok 15,7/60
657x480ntsci 30.1 doppeltes Bild 15,8/121
657x240ntsc-half 60.0 ok 15,8/60
640x480ntsci 27.4 doppeltes Bild 14,4/111
640x240ntsc-half 54.8 ok 14,4/55

Doppeltes Bild könnte am verwendeten VGA2SCART Kabel liegen ...

zagadka
07-12-2011, 18:07
Card: ATI Mobility Radeon HD 3600 Series (hwinfo --gfxcard | grep Model)
Driver: radeon (hwinfo --gfxcard | grep Driver)
TV/Arcade Monitor: Sony KV M2101 D
Linux Kernel: 3.0.0-12-generic (uname -rv)
CPU: AMD Athlon(tm) Dual Core Processor 4850e (cat /proc/cpuinfo | grep model)
GL_RENDERER = Gallium 0.4 on AMD RV635 (glxinfo | grep "renderer string")
GL_VERSION = 2.1 Mesa 7.11 (glxinfo | grep "OpenGL version string")
GL_VENDOR = X.Org (glxinfo | grep "OpenGL vendor string")
glxgears: 6914 frames in 5.0 seconds = 1382.792 FPS (export vblank_mode=0; glxgears)

Für diese Karte muss "PowerPlay" unbedingt eingeschaltet werden, da die Karte sonst immer mit der höchsten Spannung läuft und sehr heiß wird. Entweder per xorg.conf (s.u.) oder z.B. per PowerPlaySwitcher.

# /etc/X11/xorg.conf
# enable (partial) PowerPlay features
Option "DynamicClocks" "on"



# Groovy Arcade (http://arcade.groovy.org/)

648x480x60.00-1525-1570 30.0 keine Sync. 15,6/30
648x480x60.00-1575 30.0 ok 15,7/30
648x480x60.00-h91101526-1667 30.0 ok 15,6/30
648x480x59.95-15734-ntsc 30.0 ok 15,7/30
768x576x50.00-15625-pal 25.0 ok 15,6/25

# The Nexus (http://www.nexusuk.org/projects/vga2scart/)

800x576pali 25.0 ok
800x288pal-half 49.9 ok
768x576pali 25.0 ok
768x288pal-half 50.0 ok
720x576pali 25.0 ok
720x288pal-half 49.9 ok
704x576pali 25.0 ok
704x288pal-half 49.9 ok
650x576pali 25.0 ok
800x480ntsci 30.0 ok
800x240ntsc-half 59.8 ok
720x480ntsci 30.0 ok
720x240ntsc-half 59.8 ok
704x480ntsci 30.0 ok
704x240ntsc-half 59.8 ok
657x480ntsci 30.1 ok
657x240ntsc-half 60.0 ok
640x480ntsci 27.4 ok
640x240ntsc-half 54.8 ok

# Sailor Sat (http://community.arcadeinfo.de/forumdisplay.php?137-Soft-15KHz-(deutsch-english))

1024x600@50,201 24.0 ok
800x600@50,546 24.5 ok
720x480@59,934 28.7 ok
648x288@50,845 48.2 ok
640x480@59,536 29.6 keine Sync.
640x288@50,955 50.6 ok
640x240@59,96 59.0 ok
632x264@56,751 56.8 ok
512x512@58,232 27.5 ok
512x448@59,863 28.2 ok
512x288@50,939 47.7 ok
512x240@59,973 56.2 ok
448x240@60,01 59.0 ok
400x256@52,419 51.9 Fehler
392x240@59,898 59.9 Fehler
384x288@51,219 45.7 keine Sync.
368x240@59,196 55.5 ok
352x288@51,116 48.4 ok
352x264@57,257 54.5 ok
352x256@59,697 57.4 ok
336x240@59,749 52.5 keine Sync.
321x240@59,014 54.9 ok
320x256@59,917 53.8 Fehler
320x200@59,535 57.6 ok
304x240@59,305 57.4 Fehler
296x240@59,941 50.4 Fehler
288x240@59,885 51.3 Fehler
256x264@58,317 54.5 ok
256x256@59,496 55.5 ok
256x240@60,436 57.0 ok
240x240@58,795 48.7 Fehler

schweizer2
25-01-2014, 11:46
Grüßt Euch, funktioniert das eigentlich mit aktuellen ATI oder NVIDIA-Karten ?

zagadka
26-01-2014, 10:09
Getestete-Grafikkarten (http://arcadeinfo.de/showthread.php?7925-Getestete-Grafikkarten)

Die Sapphire ATI 7950 (nicht ganz das neuste Model) funktioniert mit 15 khz.