Radeon 9200-fglrx+tv out

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

10 bejegyzés megtekintése - 71-80 / 147
  • Szerző
    Bejegyzés
  • #2132488
    birno
    Felhasználó

      Köszi, ki fogom próbálni, bár ha jól értem ez DVI csatlakozásnak a problémáját oldja meg, nekem amúgy is analóggal van csatlakoztatva, de azért megnézem.

      #2132489
      birno
      Felhasználó

        Köszi, ki fogom próbálni, bár ha jól értem ez DVI csatlakozásnak a problémáját oldja meg, nekem amúgy is analóggal van csatlakoztatva, de azért megnézem.

        #2132490
        majorlacko
        Felhasználó

          Ha mégis jobb lesz, vagy közelebb jutsz a megoldáshoz ezáltal, ami persze kérdéses, akkor már megérte. 🙂

          #2132491
          majorlacko
          Felhasználó

            Ha mégis jobb lesz, vagy közelebb jutsz a megoldáshoz ezáltal, ami persze kérdéses, akkor már megérte. 🙂

            #2132492
            birno
            Felhasználó

              Sziasztok!

              Sikerült egy picit közelebb jutnom a megoldáshoz, de még mindig kellene egy kis help, remélem most már összejön.
              Azt kellene valahogy elérni, hogy a tv 640*480-as vagy 800*600-as felbontásban menjen 50Hz-en, miközben a monitor 1280*1024-ben 75Hz-en.
              A Xinerama-val próbálkoztam, de az eredmény ugyanaz volt, a tv-n csak csíkok jelennek meg, oda is 75Hz-en küldi a jelet.

              A mostani xorg.conf:

              Code:
              # /etc/X11/xorg.conf (xorg X Window System server configuration file)
              #
              # This file was generated by dexconf, the Debian X Configuration tool, using
              # values from the debconf database.
              #
              # Edit this file with caution, and see the xorg.conf(5) manual page.
              # (Type „man xorg.conf” at the shell prompt.)
              #
              # This file is automatically updated on xserver-xorg package upgrades *only*
              # if it has not been modified since the last upgrade of the xserver-xorg
              # package.
              #
              # If you have edited this file but would like it to be automatically updated
              # again, run the following command:
              #  sudo dpkg-reconfigure -phigh xserver-xorg

              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 „ServerFlags”
              Option „Xinerama” „true”
              EndSection

              Section „InputDevice”
                  Identifier „Generic Keyboard”
                  Driver „kbd”
                  Option „CoreKeyboard”
                  Option „XkbRules” „xorg”
                  Option „XkbModel” „pc105”
                  Option „XkbLayout” „hu”
                  Option „XkbOptions” „lv3:ralt_switch”
              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”
                  BusID „PCI:2:0:0”
                  Screen 0
              EndSection

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

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

              Section „Monitor”
                  Identifier „TV”
                  HorizSync  31.5 – 82.0
                  VertRefresh 50
              EndSection

              Section „Screen”
                  Identifier „Screen0”
                  Device „ATI Technologies Inc RV280 [Radeon 9200]”
                  Monitor „L1753TR”
                  DefaultDepth 24
                  SubSection „Display”
                  Depth 24
                  Modes „1280×1024” „1024×768” „800×600” „640×480”
                  EndSubSection
              EndSection

              Section „Screen”
                  Identifier „Screen1”
                  Device „Daewoo”
                  Monitor „TV”
                  DefaultDepth 16
                  SubSection „Display”
                  Depth 16
                  Modes „800×600” „640×480”
                  EndSubSection
              EndSection

              Section „ServerLayout”
                  Identifier „Default Layout”
                  Screen „Screen0”
                  Screen „Screen1” Rightof „Screen0”
                  InputDevice „Generic Keyboard”
                  InputDevice „Configured Mouse”
                  InputDevice  „stylus” „SendCoreEvents”
                  InputDevice  „cursor” „SendCoreEvents”
                  InputDevice  „eraser” „SendCoreEvents”
              EndSection

              Section „DRI”
                  Mode 0666
              EndSection

              Emlékeztetőül a konfigom: Ati Radeon 9200-es kártya, egy LG lcd monitor, Xubuntu 7.04, X.org 7.2.0.
              A tv-ről annyit tudok, hogy 50Hz-et bír max, de hogy mennyi a horizsync és a depth értéke fogalmam sincs, azokat csak úgy beírtam.

              Próbáltam úgy is, hogy az alap xorg.conf-ba raktam 800*600-as és 640*480-as 50Hz-es modeline-okat, de a kijelző beállításai közt meg sem jelent lehetőségként(a jelenlegi konfiggal semmi nem jelenik meg).
              Elviekben pedig bírni kellene az 50Hz-et is, mégha nem is ajánlja fel, mert a backtrack live cd 1152*900-ban futott 50Hz-en.
              Mondjuk ez hosszú távon lehet nem tetszene a moncsinak, úgyhogy jó lenne valahogy külön választani.

              Remélem, hogy ilyen konkrétabb kérdés mellett már tudtok majd segíteni. 🙂

              #2132493
              birno
              Felhasználó

                Sziasztok!

                Sikerült egy picit közelebb jutnom a megoldáshoz, de még mindig kellene egy kis help, remélem most már összejön.
                Azt kellene valahogy elérni, hogy a tv 640*480-as vagy 800*600-as felbontásban menjen 50Hz-en, miközben a monitor 1280*1024-ben 75Hz-en.
                A Xinerama-val próbálkoztam, de az eredmény ugyanaz volt, a tv-n csak csíkok jelennek meg, oda is 75Hz-en küldi a jelet.

                A mostani xorg.conf:

                Code:
                # /etc/X11/xorg.conf (xorg X Window System server configuration file)
                #
                # This file was generated by dexconf, the Debian X Configuration tool, using
                # values from the debconf database.
                #
                # Edit this file with caution, and see the xorg.conf(5) manual page.
                # (Type „man xorg.conf” at the shell prompt.)
                #
                # This file is automatically updated on xserver-xorg package upgrades *only*
                # if it has not been modified since the last upgrade of the xserver-xorg
                # package.
                #
                # If you have edited this file but would like it to be automatically updated
                # again, run the following command:
                #  sudo dpkg-reconfigure -phigh xserver-xorg

                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 „ServerFlags”
                Option „Xinerama” „true”
                EndSection

                Section „InputDevice”
                    Identifier „Generic Keyboard”
                    Driver „kbd”
                    Option „CoreKeyboard”
                    Option „XkbRules” „xorg”
                    Option „XkbModel” „pc105”
                    Option „XkbLayout” „hu”
                    Option „XkbOptions” „lv3:ralt_switch”
                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”
                    BusID „PCI:2:0:0”
                    Screen 0
                EndSection

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

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

                Section „Monitor”
                    Identifier „TV”
                    HorizSync  31.5 – 82.0
                    VertRefresh 50
                EndSection

                Section „Screen”
                    Identifier „Screen0”
                    Device „ATI Technologies Inc RV280 [Radeon 9200]”
                    Monitor „L1753TR”
                    DefaultDepth 24
                    SubSection „Display”
                    Depth 24
                    Modes „1280×1024” „1024×768” „800×600” „640×480”
                    EndSubSection
                EndSection

                Section „Screen”
                    Identifier „Screen1”
                    Device „Daewoo”
                    Monitor „TV”
                    DefaultDepth 16
                    SubSection „Display”
                    Depth 16
                    Modes „800×600” „640×480”
                    EndSubSection
                EndSection

                Section „ServerLayout”
                    Identifier „Default Layout”
                    Screen „Screen0”
                    Screen „Screen1” Rightof „Screen0”
                    InputDevice „Generic Keyboard”
                    InputDevice „Configured Mouse”
                    InputDevice  „stylus” „SendCoreEvents”
                    InputDevice  „cursor” „SendCoreEvents”
                    InputDevice  „eraser” „SendCoreEvents”
                EndSection

                Section „DRI”
                    Mode 0666
                EndSection

                Emlékeztetőül a konfigom: Ati Radeon 9200-es kártya, egy LG lcd monitor, Xubuntu 7.04, X.org 7.2.0.
                A tv-ről annyit tudok, hogy 50Hz-et bír max, de hogy mennyi a horizsync és a depth értéke fogalmam sincs, azokat csak úgy beírtam.

                Próbáltam úgy is, hogy az alap xorg.conf-ba raktam 800*600-as és 640*480-as 50Hz-es modeline-okat, de a kijelző beállításai közt meg sem jelent lehetőségként(a jelenlegi konfiggal semmi nem jelenik meg).
                Elviekben pedig bírni kellene az 50Hz-et is, mégha nem is ajánlja fel, mert a backtrack live cd 1152*900-ban futott 50Hz-en.
                Mondjuk ez hosszú távon lehet nem tetszene a moncsinak, úgyhogy jó lenne valahogy külön választani.

                Remélem, hogy ilyen konkrétabb kérdés mellett már tudtok majd segíteni. 🙂

                #2132494
                admin
                Adminisztrátor

                  Nincs ati karim, de ezt találtam.

                  http://wiki.hup.hu/index.php/ > kereső > ATI_videokártya_driverének_telepítése

                  #2132495
                  admin
                  Adminisztrátor

                    Nincs ati karim, de ezt találtam.

                    http://wiki.hup.hu/index.php/ > kereső > ATI_videokártya_driverének_telepítése

                    #2132496
                    birno
                    Felhasználó

                      Köszi, de az nekem nem kell, csak egy tv kimenetet akarok semmi mást, 3D sem kell.

                      Eddigi guglizásaim alapján csak a xorg.conf-ot kellene helyesen bekonfigolni.
                      Azért írtam, hogy a backtrack live cd-vel ment pedig semmit nem állítottam be rajta.
                      Ott valahogy rákényszerítette, hogy 50Hz-en fusson.

                      #2132497
                      birno
                      Felhasználó

                        Köszi, de az nekem nem kell, csak egy tv kimenetet akarok semmi mást, 3D sem kell.

                        Eddigi guglizásaim alapján csak a xorg.conf-ot kellene helyesen bekonfigolni.
                        Azért írtam, hogy a backtrack live cd-vel ment pedig semmit nem állítottam be rajta.
                        Ott valahogy rákényszerítette, hogy 50Hz-en fusson.

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