Archiv > General

Erfahrungsbericht 06.04.11

(1/2) > >>

MarMic:
Hi jungs,

habe mal wieder nen neuen erfahrungsbericht!

Mal was ganz anderes! ich habe meiner ff karten hardware eine ati radeon 9200se spendiert, die einen svhs ausgang hat und da habe ich einfach mal an dne tv geschloßen und SIEHE da -> OOB :-P

das bild war sofort da und ich konnte installieren (bild ruckelte aber ein wenig)

abhilfe schaffte anpassung der xorg.conf sie ishet nun für radeon so aus:

--- Code: ---# You can use "X -configure" to create your own xorg.conf file
# If the ServerLayout Identifier is "Layout-MLD", some configuration will be added automatically on x-server startup (startx)

Section "ServerLayout"
  Identifier  "Layout-MLD"
  InputDevice "Input-event0"
  InputDevice "Input-event1"
EndSection

Section "Extensions"
  Option      "Composite" "Disable"
EndSection


Section "Device"
  Identifier  "RADEON-TVOut"
        Driver   "radeon"
        Option   "TVOutput" "PAL"
        Option   "IgnoreEDID" "true"
        Option  "MonitorLayout" "NONE, CRT"
EndSection

Section "Monitor"
        Identifier      "TV Monitor"
        HorizSync    30.0 - 40.0
        VertRefresh  60
        Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628
EndSection

Section "Screen"
        Identifier      "TV Screen"
        Device          "RADEON-TVOut"
        Monitor         "TV Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "800x600"
        EndSubSection
EndSection
# input start
Section "InputDevice"
  Identifier  "Input-event0"
  Driver      "evdev"
  Option      "Device" "/dev/input/event0"
EndSection
Section "InputDevice"
  Identifier  "Input-event1"
  Driver      "evdev"
  Option      "Device" "/dev/input/event1"
EndSection
# input end

--- End code ---

somit habe ich ruckelfreies annehmbares tv bild bei 80% idle! und dazu geht www UND xbmc *freu*

ich will mir noch ne geforce 6200 holen (wegen nvidia settings udn mehr einstellungen) von der karte erhoffe ich mir eine bessere bildqualität, oder hat jemand mehr infos zu tvout?

fazit kurz: mld3 läuft oob mit tvout meiner radeon karte :-P

greetz

 

MarMic:
so. wenn jemand intresse dran hat:

so habe ich noch tearing wegbekommen und noch ein besseres bild erreicht:


--- Code: ---# You can use "X -configure" to create your own xorg.conf file
# If the ServerLayout Identifier is "Layout-MLD", some configuration will be added automatically on x-server startup (startx)

Section "ServerLayout"
  Identifier  "Layout-MLD"
  InputDevice "Input-event0"
  InputDevice "Input-event1"
EndSection

Section "Extensions"
  Option      "Composite" "Disable"
EndSection


Section "Device"
  Identifier  "RADEON-TVOut"
        Driver   "radeon"
        Option   "TVOutput" "SVIDEO"
        Option   "IgnoreEDID" "true"
        Option  "MonitorLayout" "NONE, CRT"
EndSection

Section "Monitor"
        Identifier      "TV Monitor"
        HorizSync    30.0 - 50.0
        VertRefresh  50
        Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628
EndSection

Section "Screen"
        Identifier      "TV Screen"
        Device          "RADEON-TVOut"
        Monitor         "TV Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "800x600"
        EndSubSection
EndSection# input start
Section "InputDevice"
  Identifier  "Input-event0"
  Driver      "evdev"
  Option      "Device" "/dev/input/event0"
EndSection
Section "InputDevice"
  Identifier  "Input-event1"
  Driver      "evdev"
  Option      "Device" "/dev/input/event1"
EndSection
# input end

--- End code ---

niesen:
Ok, ich werd die config mal mit meiner budget_ci und ner 9200se testen..

MarMic:
hi niesen,

das ist ne config für den tv out der grafikkarte der dann miitels svhs kabel an den svideo port meines röhren tvs geht!

greetz

Findulas:
Hi,

ich will auch mal Erfahrung berichten. Nachdem ich alles umgebaut habe und jetzt eine (verbotenes wort) 95700 habe. Läuft es gut.

Ich habe DVB-T Bild ohne ruckeln, ohne Störungen. Die Fernbedienung habe ich noch nicht am laufen, mal schauen, welche von den beiden funktioniert. Auch muss ich MLD noch installieren. Ein ext4 mag es im Moment scheinbar nicht.

Dies ist mein Stand von 2011-09-04. Morgen will ich wieder einiges versuchen.

Bernd

Navigation

[0] Message Index

[#] Next page

Go to full version