dual-head ATI

Sekcia: Konfigurácia 22.06.2008 | 18:28
Avatar bleckac   Používateľ
Zdravim, mam takyto problem. Kupil som nb toshiba A200 23P. Nahodil som si debian, nainstaloval grafiku vsetko je oka. Kedze tato znacka ponuka pripojenie externeho monitora pripojil som digitalny monitor HP L2045w. Chcel a dosiahol som aby som mal dve plochy na ktorych sa nezavisle robia ine veci. Vsetko funguje oka az nato ze ked si pustim film cez mplayer, vlc, ... pocitac zmrzne a nic sa na nom neda spravit. na konci logu mi vypise toto:

(EE) Error compiling keymap (server-0)
(EE) XKB: Couldn't compile keymap
(EE) Error compiling keymap (server-0)
(EE) XKB: Couldn't compile keymap
Warning: LookupDrawable()/SecurityLookupDrawable() are deprecated. Please convert your driver/module to use dixLookupDrawable().
AUDIT: Sun Jun 22 17:54:31 2008: 2851 X: client 20 rejected from local host (uid 0)
Auth name: MIT-MAGIC-COOKIE-1 ID: -1

Vie mi prosim niekto poradit, ako by som to opravil? Prosim setrite ma som zaciatocnik v linuxoch :D.
    • Re: dual-head ATI 23.06.2008 | 01:22
      Avatar fantofas Greenie 2.1 a OpenSUSE 10,3  Používateľ
      ani ja sa velmi do toho nerozumiem.. ale film si spustal na primarnom alebo sekundarnom monitore?
      Linux - Because life is too short for rebootS
      • Re: dual-head ATI 23.06.2008 | 12:53
        Avatar bleckac   Používateľ
        na oboch som skusal ale na kazdom sa to seklo. no mam pocit ze sa prehadzuju klavesnice (xkb) pri prechode na inu plochu ale ako to poriesit neviem. alebo druha moznost xorg je zle nakonfigurovany.
        • Re: dual-head ATI 23.06.2008 | 21:10
          Avatar bleckac   Používateľ
          som to poriesil som vymazal v xorg.conf toto

          Driver "kbd"
          Option "XkbModel" "pc105"
          Option "XkbLayout" "us"

          a zrazu bavi :D
          • Re: dual-head ATI 24.06.2008 | 00:26
            Avatar fantofas Greenie 2.1 a OpenSUSE 10,3  Používateľ
            tiez som si myslel ze daco v xorg nez s klavesnicou :) tak to som rad ze je vyriesene :)
            Linux - Because life is too short for rebootS
            • Re: dual-head ATI 24.06.2008 | 10:17
              Avatar bleckac   Používateľ
              vyriesilo sa to ale len na dve hodiny (fungovalo to perfektne) potom to opat zamrzlo pri pozerani filmu a sprava sa to ako predtym :( takze som z toho uplne mimo co sa deje s tym. Poradte niekto pls co s tym? dakujem
              • Re: dual-head ATI 24.06.2008 | 21:29
                peto   Návštevník
                Ati v starych ovladacoch tu chybu mala, v novych by mala byt len ak hybes videom a presuvcas ho medzi monitormi
    • Re: dual-head ATI 03.08.2008 | 11:23
      Avatar bleckac   Používateľ
      nakoniec sa mi to podarilo vyriesit. Zacal som uplne od zaciatku a stacilo spravne xorg.conf nakonfigurovat. idu obe monitory a kazdy ma samostatnu plochu. neslo mi to na drivery radeonhd, vsetko vyriesil fglrx driver.

      konfiguracia mojho xorgu:
      # xorg.conf (X.Org 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 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 "ServerLayout"
      Identifier "dualhead"
      Screen 0 "Screen0"
      Screen 1 "Screen1" LeftOf "Screen0"
      InputDevice "Generic Keyboard" "CoreKeyboard"
      InputDevice "Configured Mouse" "CorePointer"
      EndSection

      Section "Files"
      EndSection

      Section "Module"
      Load "drm"
      Load "glx"
      Load "DRI"
      EndSection

      Section "InputDevice"
      Identifier "Generic Keyboard"
      Driver "kbd"
      Option "XkbRules" "xorg"
      Option "XkbModel" "pc104"
      Option "XkbLayout" "us"
      EndSection

      Section "InputDevice"
      Identifier "Configured Mouse"
      Driver "mouse"
      EndSection

      Section "Monitor"
      Identifier "panel"
      EndSection

      Section "Monitor"
      Identifier "HP"
      Option "DPMS"
      EndSection

      Section "Device"
      Identifier "ATI0"
      Driver "fglrx"
      BusID "PCI:1:0:0"
      Option "VideoOverlay" "on"
      Option "OpenGLOverlay" "off"
      Screen 0
      EndSection

      Section "Device"

      Section "Device"
      Identifier "ATI1"
      Driver "fglrx"
      BusID "PCI:1:0:0"
      Screen 1
      EndSection

      Section "Screen"
      Identifier "Screen0"
      Device "ATI0"
      Monitor "panel"
      DefaultDepth 24
      SubSection "Display"
      Virtual 1680 1050
      Depth 24
      Modes "1680x1050" "1280x800" "1024x768"
      EndSubSection
      EndSection

      Section "Screen"
      Identifier "Screen1"
      Device "ATI1"
      Monitor "HP"
      DefaultDepth 24
      SubSection "Display"
      Viewport 0 0
      Depth 24
      Modes "1680x1050" "1280x800"
      EndSubSection
      EndSection

      Section "DRI"
      Group "video"
      Mode 0666
      EndSection

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