Radeon 9200-fglrx+tv out

Kezdőlap Fórumok Videokártyák ATi driver Radeon 9200-fglrx+tv out

10 bejegyzés megtekintése - 61-70 / 147
  • Szerző
    Bejegyzés
  • #2132478
    birno
    Felhasználó

      Nekem nincs tuner kártyám, csak simán ki akarom vezetni a képet a tv-re, hogy ne a moncsin kelljen filmet néznem.
      Félreértettelek, bocsi.

      #2132479
      birno
      Felhasználó

        Nekem nincs tuner kártyám, csak simán ki akarom vezetni a képet a tv-re, hogy ne a moncsin kelljen filmet néznem.
        Félreértettelek, bocsi.

        #2132480
        birno
        Felhasználó

          Próbálok kisérletezni a xorg.conf-al, de mindig ugyanaz az eredmény.
          A tv olyan mintha vizszintesen 7 részre lenne osztva és abból 3 rész ubuntu barna csíkos lenne, úgy hogy egy csíkós egy sötét rész. 🙂

          A jelenlegi xorg.conf-om:

          Code:
          Section „Files”
            FontPath  „/usr/share/fonts/X11/misc”
            FontPath  „/usr/share/fonts/X11/cyrillic”
            FontPath  „/usr/share/fonts/X11/100dpi/:unscaled”
            FontPath  „/usr/share/fonts/X11/75dpi/:unscaled”
            FontPath  „/usr/share/fonts/X11/Type1”
            FontPath  „/usr/share/fonts/X11/100dpi”
            FontPath  „/usr/share/fonts/X11/75dpi”
            # path to defoma fonts
            FontPath  „/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType”
          EndSection

          Section „Module”
            Load  „i2c”
            Load  „bitmap”
            Load  „ddc”
            Load  „dri”
            Load  „extmod”
            Load  „freetype”
            Load  „glx”
            Load  „int10”
            Load  „vbe”
          EndSection

          Section „InputDevice”
            Identifier  „Generic Keyboard”
            Driver „kbd”
            Option „CoreKeyboard”
            Option „XkbRules”  „xorg”
            Option „XkbModel”  „pc105”
            Option „XkbLayout”  „hu”
          EndSection

          Section „InputDevice”
            Identifier  „Configured Mouse”
            Driver „mouse”
            Option „CorePointer”
            Option „Device” „/dev/input/mice”
            Option „Protocol” „ImPS/2”
            Option „ZAxisMapping” „4 5”
            Option „Emulate3Buttons”  „true”
          EndSection

          Section „InputDevice”
            Driver „wacom”
            Identifier  „stylus”
            Option „Device”  „/dev/input/wacom”
            Option „Type” „stylus”
            Option „ForceDevice”  „ISDV4” # Tablet PC ONLY
          EndSection

          Section „InputDevice”
            Driver „wacom”
            Identifier  „eraser”
            Option „Device”  „/dev/input/wacom”
            Option „Type” „eraser”
            Option „ForceDevice”  „ISDV4” # Tablet PC ONLY
          EndSection

          Section „InputDevice”
            Driver „wacom”
            Identifier  „cursor”
            Option „Device”  „/dev/input/wacom”
            Option „Type” „cursor”
            Option „ForceDevice”  „ISDV4” # Tablet PC ONLY
          EndSection

          Section „Device”
            Identifier  „ATI Technologies Inc RV280 [Radeon 9200]”
            Driver „ati”
            Screen 0
            Option    „TwinView” „yes”
            Option    „TwinViewOrientation” „Clone”
            Option    „MetaModes” „1024×768, 1024×768”
            Option  „TVStandard” „PAL-B”
            Option  „TVOutFormat” „COMPOSITE”
            Option    „ConnectedMonitor” „TMDS,TV”
            BusID „PCI:2:0:0”
          EndSection

          Section „Device”
            Identifier  „Daewoo”
            Driver „ati”
            Screen 1
          EndSection

          Section „Monitor”
            Identifier  „L1753TR”
            Option „DPMS”
          EndSection

          Section „Monitor”
            Identifier  „Tv”
            HorizSync 30 – 50
            VertRefresh 60
          EndSection

          Section „Screen”
            Identifier  „screen0”
            Device „ATI Technologies Inc RV280 [Radeon 9200]”
            Monitor „L1753TR”
            DefaultDepth  24
            SubSection „Display”
              Depth 1
              Modes „1280×1024” „1024×768” „800×600” „720×400” „640×480”
            EndSubSection
            SubSection „Display”
              Depth 4
              Modes „1280×1024” „1024×768” „800×600” „720×400” „640×480”
            EndSubSection
            SubSection „Display”
              Depth 8
              Modes „1280×1024” „1024×768” „800×600” „720×400” „640×480”
            EndSubSection
            SubSection „Display”
              Depth 15
              Modes „1280×1024” „1024×768” „800×600” „720×400” „640×480”
            EndSubSection
            SubSection „Display”
              Depth 16
              Modes „1280×1024” „1024×768” „800×600” „720×400” „640×480”
            EndSubSection
            SubSection „Display”
              Depth 24
              Modes „1280×1024” „1024×768” „800×600” „720×400” „640×480”
            EndSubSection
          EndSection

          Section „Screen”
          Identifier „screen1”
          Device „Daewoo”
          Monitor „Tv”
          DefaultColorDepth 24
          Subsection „Display”
            Depth 24
            Modes „1024×768” „800×600” „640×480”
          EndSubsection
          EndSection

          Section „ServerLayout”
            Identifier  „Default Layout”
            Screen 0  „screen0”
            Screen 1  „screen1” LeftOf „screen0” 
            InputDevice  „Generic Keyboard”
            InputDevice  „Configured Mouse”
            InputDevice  „stylus”  „SendCoreEvents”
            InputDevice  „cursor”  „SendCoreEvents”
            InputDevice  „eraser”  „SendCoreEvents”
          EndSection

          Section „DRI”
            Mode  0666
          EndSection

          Csatolom a xorg.log-ot, abban írja is, hogy nem használja a twin módot csak nem tudom miért.

          #2132481
          birno
          Felhasználó

            Próbálok kisérletezni a xorg.conf-al, de mindig ugyanaz az eredmény.
            A tv olyan mintha vizszintesen 7 részre lenne osztva és abból 3 rész ubuntu barna csíkos lenne, úgy hogy egy csíkós egy sötét rész. 🙂

            A jelenlegi xorg.conf-om:

            Code:
            Section „Files”
              FontPath  „/usr/share/fonts/X11/misc”
              FontPath  „/usr/share/fonts/X11/cyrillic”
              FontPath  „/usr/share/fonts/X11/100dpi/:unscaled”
              FontPath  „/usr/share/fonts/X11/75dpi/:unscaled”
              FontPath  „/usr/share/fonts/X11/Type1”
              FontPath  „/usr/share/fonts/X11/100dpi”
              FontPath  „/usr/share/fonts/X11/75dpi”
              # path to defoma fonts
              FontPath  „/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType”
            EndSection

            Section „Module”
              Load  „i2c”
              Load  „bitmap”
              Load  „ddc”
              Load  „dri”
              Load  „extmod”
              Load  „freetype”
              Load  „glx”
              Load  „int10”
              Load  „vbe”
            EndSection

            Section „InputDevice”
              Identifier  „Generic Keyboard”
              Driver „kbd”
              Option „CoreKeyboard”
              Option „XkbRules”  „xorg”
              Option „XkbModel”  „pc105”
              Option „XkbLayout”  „hu”
            EndSection

            Section „InputDevice”
              Identifier  „Configured Mouse”
              Driver „mouse”
              Option „CorePointer”
              Option „Device” „/dev/input/mice”
              Option „Protocol” „ImPS/2”
              Option „ZAxisMapping” „4 5”
              Option „Emulate3Buttons”  „true”
            EndSection

            Section „InputDevice”
              Driver „wacom”
              Identifier  „stylus”
              Option „Device”  „/dev/input/wacom”
              Option „Type” „stylus”
              Option „ForceDevice”  „ISDV4” # Tablet PC ONLY
            EndSection

            Section „InputDevice”
              Driver „wacom”
              Identifier  „eraser”
              Option „Device”  „/dev/input/wacom”
              Option „Type” „eraser”
              Option „ForceDevice”  „ISDV4” # Tablet PC ONLY
            EndSection

            Section „InputDevice”
              Driver „wacom”
              Identifier  „cursor”
              Option „Device”  „/dev/input/wacom”
              Option „Type” „cursor”
              Option „ForceDevice”  „ISDV4” # Tablet PC ONLY
            EndSection

            Section „Device”
              Identifier  „ATI Technologies Inc RV280 [Radeon 9200]”
              Driver „ati”
              Screen 0
              Option    „TwinView” „yes”
              Option    „TwinViewOrientation” „Clone”
              Option    „MetaModes” „1024×768, 1024×768”
              Option  „TVStandard” „PAL-B”
              Option  „TVOutFormat” „COMPOSITE”
              Option    „ConnectedMonitor” „TMDS,TV”
              BusID „PCI:2:0:0”
            EndSection

            Section „Device”
              Identifier  „Daewoo”
              Driver „ati”
              Screen 1
            EndSection

            Section „Monitor”
              Identifier  „L1753TR”
              Option „DPMS”
            EndSection

            Section „Monitor”
              Identifier  „Tv”
              HorizSync 30 – 50
              VertRefresh 60
            EndSection

            Section „Screen”
              Identifier  „screen0”
              Device „ATI Technologies Inc RV280 [Radeon 9200]”
              Monitor „L1753TR”
              DefaultDepth  24
              SubSection „Display”
                Depth 1
                Modes „1280×1024” „1024×768” „800×600” „720×400” „640×480”
              EndSubSection
              SubSection „Display”
                Depth 4
                Modes „1280×1024” „1024×768” „800×600” „720×400” „640×480”
              EndSubSection
              SubSection „Display”
                Depth 8
                Modes „1280×1024” „1024×768” „800×600” „720×400” „640×480”
              EndSubSection
              SubSection „Display”
                Depth 15
                Modes „1280×1024” „1024×768” „800×600” „720×400” „640×480”
              EndSubSection
              SubSection „Display”
                Depth 16
                Modes „1280×1024” „1024×768” „800×600” „720×400” „640×480”
              EndSubSection
              SubSection „Display”
                Depth 24
                Modes „1280×1024” „1024×768” „800×600” „720×400” „640×480”
              EndSubSection
            EndSection

            Section „Screen”
            Identifier „screen1”
            Device „Daewoo”
            Monitor „Tv”
            DefaultColorDepth 24
            Subsection „Display”
              Depth 24
              Modes „1024×768” „800×600” „640×480”
            EndSubsection
            EndSection

            Section „ServerLayout”
              Identifier  „Default Layout”
              Screen 0  „screen0”
              Screen 1  „screen1” LeftOf „screen0” 
              InputDevice  „Generic Keyboard”
              InputDevice  „Configured Mouse”
              InputDevice  „stylus”  „SendCoreEvents”
              InputDevice  „cursor”  „SendCoreEvents”
              InputDevice  „eraser”  „SendCoreEvents”
            EndSection

            Section „DRI”
              Mode  0666
            EndSection

            Csatolom a xorg.log-ot, abban írja is, hogy nem használja a twin módot csak nem tudom miért.

            #2132482
            zoltan22
            Felhasználó

              (WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled

              Ket monitor-kimenet van a kartyan, vagy ez kellene legyen a TV?

              #2132483
              zoltan22
              Felhasználó

                (WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled

                Ket monitor-kimenet van a kartyan, vagy ez kellene legyen a TV?

                #2132484
                birno
                Felhasználó
                  zoltan22 wrote:

                  (WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled

                  Ket monitor-kimenet van a kartyan, vagy ez kellene legyen a TV?

                  Az lenne a TV.

                  #2132485
                  birno
                  Felhasználó
                    zoltan22 wrote:

                    (WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled

                    Ket monitor-kimenet van a kartyan, vagy ez kellene legyen a TV?

                    Az lenne a TV.

                    #2132486
                    majorlacko
                    Felhasználó

                      Most találtam és le is futtattam hiba nélkül erről az oldalról a 9200-as RV280-ast. A lényeg, hogy két könyvtárad legyen, egy amit te hozol létre és a másik, amit a telepítő maga.
                      A driver szó át legyen írva video-ra és a végén a verziószám az 6.6.3-2ubuntu6-ra változik, bár ez egyértelmű és persze, ha még foglalkozol vele. nem túl hosszú művelet, hátha segít valamit.
                      Radeon 9200/9250 (RV280) and DVI – Community Ubuntu Documentation

                      #2132487
                      majorlacko
                      Felhasználó

                        Most találtam és le is futtattam hiba nélkül erről az oldalról a 9200-as RV280-ast. A lényeg, hogy két könyvtárad legyen, egy amit te hozol létre és a másik, amit a telepítő maga.
                        A driver szó át legyen írva video-ra és a végén a verziószám az 6.6.3-2ubuntu6-ra változik, bár ez egyértelmű és persze, ha még foglalkozol vele. nem túl hosszú művelet, hátha segít valamit.
                        Radeon 9200/9250 (RV280) and DVI – Community Ubuntu Documentation

                      10 bejegyzés megtekintése - 61-70 / 147
                      • Be kell jelentkezni a hozzászóláshoz.