Dva monitory - ATI Radeon x800 GTO

Sekcia: Konfigurácia 26.11.2008 | 11:54
ettien   Návštevník
Zdravim, viem ze na tomto fore sa uz na tuto temu vela popiasalo, ale ked som tak hladal odpoved na svoj problem tak niekde som cital, ze v linuxe sa neda zovseobecnovat a tak pisem konkretne co ma trapi:

Mam dva monitory BENQ X900 s AMA, ktore mam zapoje na jednom pocitaci (graficka karta: ATI Radeon X800 GTO; linux: Mandriva 2006), a chcel by som dosiahnut na obidvoch monitoroch samostatnu plochu, resp. rozsirenie plochy na obidva monitory (neviem ci je v tom nejaky rozdiel). Uz som na zaklade informacii z tohto fora nainstaloval ovladac ati-driver-installer-8-11-x86_x86_64.run a spustil

aticonfig --initial= dual-head

no potom mi zblbne cely xwindow, ukazka: http://webbox.sk/images/avh1nn8krxouc7cqciz.jpg
este som cital, ze sa to da cez zmeny v xorg.conf, ale toto je naozaj nad moje sily a preto pripajam aj vypisy z xorg.conf:

original::
# File generated by XFdrake.

# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
    # Multiple FontPath entries are allowed (they are concatenated together)
    # By default, Mandrake 6.0 and later now use a font server independent of
    # the X server to render fonts.
    FontPath "unix/:-1"
EndSection

Section "ServerFlags"
    #DontZap # disable <Crtl><Alt><BS> (server abort)
    #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
    AllowMouseOpenFail # allows the server to start up even if the mouse does not work
EndSection

Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
EndSection

Section "InputDevice"
    Identifier "Keyboard1"
    Driver "keyboard"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us(alt-intl)"
    Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/mouse"
    Option "ZAxisMapping" "6 7"
EndSection

Section "Monitor"
    Identifier "monitor1"
    VendorName "Plug'n Play"
    ModelName "BenQ X900"
    HorizSync 31-83
    VertRefresh 55-76

    # Monitor preferred modeline (60.0 Hz vsync, 64.0 kHz hsync, ratio 5/4)
    ModeLine "1280x1024" 108 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync

    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630

    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection

Section "Device"
    Identifier "device1"
    Driver "fbdev"
    Option "DPMS"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 16

    Subsection "Display"
        Depth 8
        Virtual 1280 1024
    EndSubsection

    Subsection "Display"
        Depth 15
        Virtual 1280 1024
    EndSubsection

    Subsection "Display"
        Depth 16
        Virtual 1280 1024
    EndSubsection

    Subsection "Display"
        Depth 24
        Virtual 1280 1024
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    Screen "screen1"
EndSection
    • Re: Dva monitory - ATI Radeon x800 GTO 26.11.2008 | 12:01
      Avatar ettien Mandriva  Používateľ
      a po zmene prostrednictvom aticonfig --initial= dual-head::
      # File generated by XFdrake.
      # **********************************************************************
      # Refer to the XF86Config man page for details about the format of
      # this file.
      # **********************************************************************
      
      Section "ServerLayout"
              Identifier     "layout1"
              Screen      0  "aticonfig-Screen[0]-0" 0 0
              Screen         "aticonfig-Screen[0]-1" RightOf "aticonfig-Screen[0]-0"
              InputDevice    "Keyboard1" "CoreKeyboard"
              InputDevice    "Mouse1" "CorePointer"
      EndSection
      
      Section "Files"
      
          # Multiple FontPath entries are allowed (they are concatenated together)
          # By default, Mandrake 6.0 and later now use a font server independent of
          # the X server to render fonts.
              FontPath     "unix/:-1"
      EndSection
      
      Section "Module"
              Load  "dbe" # Double-Buffering Extension
              Load  "v4l" # Video for Linux
              Load  "extmod"
              Load  "type1"
              Load  "freetype"
      EndSection
      
      Section "ServerFlags"
      
          #DontZap # disable <Crtl><Alt><BS> (server abort)
          #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
       # allows the server to start up even if the mouse does not work
              Option      "allowmouseopenfail"
      EndSection
      
      Section "InputDevice"
              Identifier  "Keyboard1"
              Driver      "keyboard"
              Option      "XkbModel" "pc105"
              Option      "XkbLayout" "us(alt-intl)"
              Option      "XkbOptions" "compose:rwin"
      EndSection
      
      Section "InputDevice"
              Identifier  "Mouse1"
              Driver      "mouse"
              Option      "Protocol" "ExplorerPS/2"
              Option      "Device" "/dev/mouse"
              Option      "ZAxisMapping" "6 7"
      EndSection
      
      Section "Monitor"
      
          # Monitor preferred modeline (60.0 Hz vsync, 64.0 kHz hsync, ratio 5/4)
              Identifier   "monitor1"
              VendorName   "Plug'n Play"
              ModelName    "BenQ X900"
              HorizSync    31.0 - 83.0
              VertRefresh  55.0 - 76.0
              ModeLine     "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
              ModeLine     "768x576" 50.0 768 832 846 1000 576 590 595 630
              ModeLine     "768x576" 63.1 768 800 960 1024 576 578 590 616
      EndSection
      
      Section "Monitor"
              Identifier   "aticonfig-Monitor[0]-0"
              Option      "VendorName" "ATI Proprietary Driver"
              Option      "ModelName" "Generic Autodetecting Monitor"
              Option      "DPMS" "true"
      EndSection
      
      Section "Monitor"
              Identifier   "aticonfig-Monitor[0]-1"
              Option      "VendorName" "ATI Proprietary Driver"
              Option      "ModelName" "Generic Autodetecting Monitor"
              Option      "DPMS" "true"
      EndSection
      
      Section "Device"
              Identifier  "device1"
              Driver      "fbdev"
              Option      "DPMS"
      EndSection
      
      Section "Device"
              Identifier  "aticonfig-Device[0]-0"
              Driver      "fglrx"
              BusID       "PCI:5:0:0"
      EndSection
      
      Section "Device"
              Identifier  "aticonfig-Device[0]-1"
              Driver      "fglrx"
              BusID       "PCI:5:0:0"
              Screen      1
      EndSection
      
      Section "Screen"
              Identifier "screen1"
              Device     "device1"
              Monitor    "monitor1"
              DefaultDepth     16
              SubSection "Display"
                      Virtual   1280 1024
                      Depth     8
              EndSubSection
              SubSection "Display"
                      Virtual   1280 1024
                      Depth     15
              EndSubSection
              SubSection "Display"
                      Virtual   1280 1024
                      Depth     16
              EndSubSection
              SubSection "Display"
                      Virtual   1280 1024
                      Depth     24
              EndSubSection
      EndSection
      
      Section "Screen"
              Identifier "aticonfig-Screen[0]-0"
              Device     "aticonfig-Device[0]-0"
              Monitor    "aticonfig-Monitor[0]-0"
              DefaultDepth     24
              SubSection "Display"
                      Viewport   0 0
                      Depth     24
              EndSubSection
      EndSection
      
      Section "Screen"
              Identifier "aticonfig-Screen[0]-1"
              Device     "aticonfig-Device[0]-1"
              Monitor    "aticonfig-Monitor[0]-1"
              DefaultDepth     24
              SubSection "Display"
                      Viewport   0 0
                      Depth     24
              EndSubSection
      EndSection
      

      uz teraz dakujem za odpovede :-)
      • Re: Dva monitory - ATI Radeon x800 GTO 27.11.2008 | 13:38
        Avatar miso PClinuxOS 2009.1  Používateľ
        uz sa nepamatam ako to presne bolo, ale viem ze ked zadavas dual-head, musis definovat kde ma byt ten druhy desktop, above,bellow, right, left
        Linux????? DUH!<br/> Distro that BLOODY WORKS<br/> sorry, ze som niekedy zly, myslim to v dobrom
        • Re: Dva monitory - ATI Radeon x800 GTO 27.11.2008 | 22:38
          Avatar ettien Mandriva  Používateľ
          No skusal som to podla tejto rady, ale jedine co sa zmenilo su tie farebne pruhy. Skusil som dokonca vsetky styri moznosti a nic, stale iba ine pruhy.

          priklad, ked som vybral moznost left:
          aticonfig --initial=dual-head --screen-layout=left:
          # File generated by XFdrake.
          # **********************************************************************
          # Refer to the XF86Config man page for details about the format of
          # this file.
          # **********************************************************************
          
          Section "ServerLayout"
          	Identifier     "layout1"
          	Screen      0  "aticonfig-Screen[0]-0" 0 0
          	Screen         "aticonfig-Screen[0]-1" LeftOf "aticonfig-Screen[0]-0"
          	InputDevice    "Keyboard1" "CoreKeyboard"
          	InputDevice    "Mouse1" "CorePointer"
          EndSection
          
          Section "Files"
          
              # Multiple FontPath entries are allowed (they are concatenated together)
              # By default, Mandrake 6.0 and later now use a font server independent of
              # the X server to render fonts.
          	FontPath     "unix/:-1"
          EndSection
          
          Section "Module"
          	Load  "dbe" # Double-Buffering Extension
          	Load  "v4l" # Video for Linux
          	Load  "extmod"
          	Load  "type1"
          	Load  "freetype"
          EndSection
          
          Section "ServerFlags"
          
              #DontZap # disable <Crtl><Alt><BS> (server abort)
              #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
           # allows the server to start up even if the mouse does not work
          	Option	    "allowmouseopenfail"
          EndSection
          
          Section "InputDevice"
          	Identifier  "Keyboard1"
          	Driver      "keyboard"
          	Option	    "XkbModel" "pc105"
          	Option	    "XkbLayout" "us(alt-intl)"
          	Option	    "XkbOptions" "compose:rwin"
          EndSection
          
          Section "InputDevice"
          	Identifier  "Mouse1"
          	Driver      "mouse"
          	Option	    "Protocol" "ExplorerPS/2"
          	Option	    "Device" "/dev/mouse"
          	Option	    "ZAxisMapping" "6 7"
          EndSection
          
          Section "Monitor"
          
              # Monitor preferred modeline (60.0 Hz vsync, 64.0 kHz hsync, ratio 5/4)
          	Identifier   "monitor1"
          	VendorName   "Plug'n Play"
          	ModelName    "BenQ X900"
          	HorizSync    31.0 - 83.0
          	VertRefresh  55.0 - 76.0
          	ModeLine     "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
          	ModeLine     "768x576" 50.0 768 832 846 1000 576 590 595 630
          	ModeLine     "768x576" 63.1 768 800 960 1024 576 578 590 616
          EndSection
          
          Section "Monitor"
          	Identifier   "aticonfig-Monitor[0]-0"
          	Option	    "VendorName" "ATI Proprietary Driver"
          	Option	    "ModelName" "Generic Autodetecting Monitor"
          	Option	    "DPMS" "true"
          EndSection
          
          Section "Monitor"
          	Identifier   "aticonfig-Monitor[0]-1"
          	Option	    "VendorName" "ATI Proprietary Driver"
          	Option	    "ModelName" "Generic Autodetecting Monitor"
          	Option	    "DPMS" "true"
          EndSection
          
          Section "Device"
          	Identifier  "device1"
          	Driver      "fbdev"
          	Option	    "DPMS"
          EndSection
          
          Section "Device"
          	Identifier  "aticonfig-Device[0]-0"
          	Driver      "fglrx"
          	BusID       "PCI:5:0:0"
          EndSection
          
          Section "Device"
          	Identifier  "aticonfig-Device[0]-1"
          	Driver      "fglrx"
          	BusID       "PCI:5:0:0"
          	Screen      1
          EndSection
          
          Section "Screen"
          	Identifier "screen1"
          	Device     "device1"
          	Monitor    "monitor1"
          	DefaultDepth     16
          	SubSection "Display"
          		Virtual   1280 1024
          		Depth     8
          	EndSubSection
          	SubSection "Display"
          		Virtual   1280 1024
          		Depth     15
          	EndSubSection
          	SubSection "Display"
          		Virtual   1280 1024
          		Depth     16
          	EndSubSection
          	SubSection "Display"
          		Virtual   1280 1024
          		Depth     24
          	EndSubSection
          EndSection
          
          Section "Screen"
          	Identifier "aticonfig-Screen[0]-0"
          	Device     "aticonfig-Device[0]-0"
          	Monitor    "aticonfig-Monitor[0]-0"
          	DefaultDepth     24
          	SubSection "Display"
          		Viewport   0 0
          		Depth     24
          	EndSubSection
          EndSection
          
          Section "Screen"
          	Identifier "aticonfig-Screen[0]-1"
          	Device     "aticonfig-Device[0]-1"
          	Monitor    "aticonfig-Monitor[0]-1"
          	DefaultDepth     24
          	SubSection "Display"
          		Viewport   0 0
          		Depth     24
          	EndSubSection
          EndSection
           


          :-((
        • Re: Dva monitory - ATI Radeon x800 GTO 17.02.2009 | 19:16
          Avatar ettien Mandriva  Používateľ
          Prosiiiiiiiiim pomoc.
          • Re: Dva monitory - ATI Radeon x800 GTO 17.02.2009 | 21:19
            dusan   Návštevník
            Skús použiť radeon/ati ovládače OSS. Ps 3D akcelerácia ti pôjde lebo mesa má pre tú kartu podporu.

            A na zmenu a polohu použi xrandr alebo krandr.
          • Re: Dva monitory - ATI Radeon x800 GTO 17.02.2009 | 21:22
            dusan   Návštevník
            Ps dúfam že máš aspoň mandrivu 2008.1

            Ps 2 ak máš gnome tak nastavovátko pre monitory je prekvapujúco grandr.
            • Re: Dva monitory - ATI Radeon x800 GTO 17.02.2009 | 21:30
              dusan   Návštevník
              Tak prepáč že som si nevšimol že máš MDV2006 ale tá už nemá dávno podporu ani pre bezpečnostné updaity.

              Takže šup šup daj si tam aspoň MDV 2008.1 (tá je fakt vyladená) Daj si zdroje softvéru aj s backportami a nainštaluj si tam najnovší ovládač ATI. Samozrejme myslím ten opensource.

              I ja mám relatívne starší komp s x300 a stačilo pridať ram (teraz mám 1,5GB) mám nový rýchli notebookový disk a ide všetko pre moju spokojnosť.
              • Re: Dva monitory - ATI Radeon x800 GTO 17.02.2009 | 23:50
                Avatar ettien Mandriva  Používateľ
                No skusal som aj 2008, ale mal som problemy s Xwindows. Stiahol som medzitym 2009 tak to skusim s tou a potom sa ozvem. Zatial vdaka.
                • Re: Dva monitory - ATI Radeon x800 GTO 19.02.2009 | 17:45
                  dusan   Návštevník
                  No ako to dopadlo?

                  Ps fakt ale použi ATI/radeon ovladač a nie fglrx
                  • Re: Dva monitory - ATI Radeon x800 GTO 19.02.2009 | 20:07
                    Avatar ettien Mandriva  Používateľ
                    Tak prave som to dokoncil. Nainstaloval som Mandrivu 2009, potom ATI ovladac a po niekolkych pokusoch sa mi to podarilo, po tom ako som zapol xineramu. Prekvapilo ma vsak, ze pozadie plochy mi roztiahlo na oba monitori a nie zdvojilo, ako to je vo windowse. Jediny problem co teraz mam, je ze po nainstalovani ATI ovladaca mi zacalo strajkovat 3D, resp. ked zapnem 3D odhlasim sa a znova sa prihlasim tak system mi naskoci, ale ja vidim iba bielu obrazovku, takze musim 3D vypnut. Ak by si vedel aj s tym poradit bolo by super, ak nie, nic sa nedeje. 3D pre mna nie je take dolezite. Velmi pekne dakujem za radu.