Hallo!
 
 
Versuche gerade Dual-Head mit MergeFB zum Laufen zu bringen, leider habe ich dabei ein kleines Problem (mit "radeon" Treiber / xorg7 / ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]) :
 
 
im "normalen" SinlgeHead Betrieb hab ich kein Problem: Desktop wird automatisch auf 2.Monitor geklont und ich kann auch mit meinem Hardwareschalter am Laptop zw. den Monitoren umschalten
 
 
wenn ich jedoch mein für MergeFB konfiguriertes xorg.conf verwende, geht nurmehr der externe Monitor (Laptop ist schwarz - egal was ich einstelle) - wenn ich dann jedoch X restarte mit meiner SingleHead xorg.conf geht der Laptopmonitor auch nicht mehr - wiederum nur externer Monitor ... muss dann den Computer neu starten, dass Laptopanzeige wieder geht ...
 
 
meine MergeFB xorg.conf:
 
Code: 
 
Section "ServerLayout"
 
   Identifier     "MergeFB Layout"
 
   Screen      0  "Screen0"
 
   InputDevice    "Keyboard0" "CoreKeyboard"
 
   InputDevice    "PS/2 Mouse" "CorePointer"
 
# Serial Mouse not detected
 
        InputDevice    "USB Mouse" "CorePointer"
 
# ALPS TouchPad not detected
 
   InputDevice    "Synaptics TouchPad" "AlwaysCore"
 
EndSection
 
 
Section "ServerFlags"
 
   Option "AllowMouseOpenFail"  "true"
 
EndSection
 
 
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  "GLcore"
 
        Load  "bitmap"
 
   Load  "dbe"
 
   Load  "ddc"
 
   Load  "dri"
 
   Load  "extmod"
 
   Load  "freetype"
 
   Load  "glx"
 
   Load  "int10"
 
   Load  "record"
 
   Load  "speedo"
 
   Load  "type1"
 
   Load  "v4l"
 
   Load  "vbe"
 
##   Load  "freetype"
 
   Load  "synaptics"
 
EndSection
 
 
[...]
 
 
Section "Monitor"
 
   Identifier   "Laptop"
 
   Option   "DPMS"   "true"
 
EndSection
 
 
Section "Screen"
 
   Identifier   "Screen0"
 
   Device      "Card0"
 
   Monitor      "Laptop"
 
   DefaultDepth   24
 
   SubSection "Display"
 
      Depth   24
 
      #Modes   "800x600"
 
      Modes   "1400x1050" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
 
   EndSubSection
 
EndSection
 
 
Section "Monitor"
 
   Identifier   "ExtMonitor"
 
   Option   "DPMS"   "true"
 
EndSection
 
 
Section "Screen"
 
        Identifier      "Screen1"
 
        Device          "Card1"
 
   Monitor         "ExtMonitor"
 
   DefaultDepth    24
 
   SubSection "Display"
 
      Depth   24
 
      #Modes   "800x600"
 
      Modes   "1400x1050" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
 
   EndSubSection
 
EndSection
 
 
Section "Device"
 
   Identifier "Card0"
 
   Driver "radeon"
 
   BusID "PCI:1:0:0"
 
   
 
   Option   "MergeFB" "true"
 
   Option   "MetaModes" "800x600-800x600"
 
   Option   "MergeDPI" "100 100"
 
   Option   "CRT2Position" "RightOf"
 
   
 
   #Option "RenderAccel" "true"
 
   #Option "AGPMode" "4"
 
   #Option "AGPFastWrite" "true"
 
   #Option "EnablePageFlip" "True"
 
EndSection
 
 
Section "Device"
 
   Identifier   "Card1"
 
   Driver      "radeon"
 
   BusID      "PCI:1:0:0"
 
   Screen      1
 
EndSection
 
 
Section "DRI"
 
   Mode 0666
 
EndSection
 
 
Section "Extensions"
 
#   Option   "Composite"   "1"
 
#   Option   "RENDER"   "1"
 
EndSection
 
 
 
 
lspci:
 
[...]
 
0000:01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]
 
[...]
 
 
kernel: 2.6.16.11-kanotix-up-1
 
 
und in /var/log/Xorg.0.log krieg ich folgende Warnung:
 
Code: 
 
[...]
 
(II) Module theatre_detect: vendor="X.Org Foundation"
 
        compiled for 7.0.0, module version = 1.0.0
 
        ABI class: X.Org Video Driver, version 0.8
 
(II) RADEON(0): no multimedia table present, disabling Rage Theatre.
 
(WW) RADEON(0): Option "MergeFB" is not used
 
(WW) RADEON(0): Option "MergeDPI" is not used
 
(**) RADEON(0): RADEONScreenInit finished
 
(==) RandR enabled
 
[...]
 
 
 
 
Hat jem. vielleicht eine Idee, was das Problem sein könnte ?
 
Bräuchte nämlich Hardware-Acceleration auf beiden Desktops und das geht leider mit Xinerama nicht ...
 
 
Vielen Dank für jeden Tipp,
 
LG
 
Georg[/code] |