Wenn ich mich recht entsinne, muss in die Subsection Display von
in diesem Fall Screen 0 noch ein "Virtual 2560 1024". Die Section
für Screen 1 solltest du dann theoretisch nicht mehr brauchen.
Aber wie gesagt, habs nur grob in Erinnerung.
gruß
hendrik
--On Tue, 29 Jan 2008 17:52, Jochen Neumeister wrote:
> Hallo Liste,
> 
> ich versuche gerade vergeblich unter FreeBSD 7 eine ATI 9200 auf 2 identischen
> 22" TFTs zum laufen zu bringen.
> 
> Die AGP Karte hat einen VGA und einen DVI ausgang. Auf dem DVI ausgang ist ein
> Adapter auf VGA.
> 
> Beim Booten starten beide Monitore mit dem identischen boot-bild.
> 
> Nach einem startx starten auch beide Monitore, nur nicht im Dual-Mode, sondern
> auf beiden Monitoren ist das gleiche Bild zu sehen.
> 
> Xinerama wird ja unter Xorf 7.3 nicht mehr benoetigt, jedoch wuesste ich
> nicht, was ich noch mit der xorg-conf ausprobieren sollte, damit jeder Monitor
> seinen eigenen Desktop hat.
> 
> Hier vorab die frage: Das sollte doch moeglich sein, oder?
> 
> Wenn jemand hier einen Tipp haette, ware ich dankbar.
> 
> Hier mal die xorg.conf:
> 
> Section "ServerLayout"
>         Identifier     "X.org Configured"
>         Screen      0  "Screen0" 0 0
>         Screen          1  "Screen1" RightOf "Screen0"
>         InputDevice    "Mouse0" "CorePointer"
>         InputDevice    "Keyboard0" "CoreKeyboard"
> EndSection
> 
> Section "Files"
>         RgbPath      "/usr/local/share/X11/rgb"
>         ModulePath   "/usr/local/lib/xorg/modules"
>         FontPath     "/usr/local/lib/X11/fonts/misc/"
>         FontPath     "/usr/local/lib/X11/fonts/TTF/"
>         FontPath     "/usr/local/lib/X11/fonts/OTF"
>         FontPath     "/usr/local/lib/X11/fonts/Type1/"
>         FontPath     "/usr/local/lib/X11/fonts/100dpi/"
>         FontPath     "/usr/local/lib/X11/fonts/75dpi/"
> EndSection
> 
> Section "Module"
>         Load  "extmod"
>         Load  "record"
>         Load  "dbe"
>         Load  "glx"
>         Load  "GLcore"
>         Load  "xtrap"
>         Load  "dri"
>         Load  "freetype"
>         Load  "type1"
> EndSection
> 
> Section "InputDevice"
>         Identifier  "Keyboard0"
>         Driver      "kbd"
>         Option          "XkbModel"      "pc105"
>         Option          "XkbLayout"     "de"
>         Option          "XkbVariant"    "nodeadkeys"
>         Option          "XkbVariant"    "de_DE"
> EndSection
> 
> Section "InputDevice"
>         Identifier  "Mouse0"
>         Driver      "mouse"
>         Option      "Protocol" "auto"
>         Option      "Device" "/dev/sysmouse"
>         Option      "ZAxisMapping" "4 5 6 7"
> EndSection
> 
> Section "Monitor"
>         Identifier   "Monitor0"
>         VendorName   "MAX"
>         ModelName    "BelArtist22W"
>         HorizSync    30.0 - 84.0
>         VertRefresh  55.0 - 77.0
>         Option      "DPMS"
> EndSection
> 
> Section "Monitor"
>         Identifier      "Monitor1"
>         VendorName      "MAX"
>         ModelName       "BelArtist22W"
>         HorizSync       30.0 - 84.0
>         VertRefresh     55.0 - 77.0
>         Option          "DPMS"
> EndSection
> 
> Section "Device"
>         Identifier  "Card0"
>         Driver      "radeon"
> #       ChipId          0x5159
>         Screen          0
>         Option          "NoDDC"
>         BusID       "PCI:1:0:0"
> EndSection
> 
> Section "Device"
>         Identifier      "Card1"
>         Driver          "radeon"
> #       ChipId          0x5157
> #       Option "SWcursor" "true"
>         BusID "PCI:1:0:1"
>         Screen 1
>         Option "NoDDC"
> EndSection
> 
> Section "Screen"
>         Identifier "Screen0"
>         Device     "Card0"
>         Monitor    "Monitor0"
>         DefaultDepth    24
>         SubSection "Display"
>                 Viewport   0 0
>                 Depth     24
>                 Modes   "1280x1024"     "1024x768"      "800x600"  "640x480"
>         EndSubSection
> EndSection
> 
> Section "Screen"
>         Identifier      "Screen1"
>         Device          "Card0"
>         Monitor    "Monitor1"
>         DefaultDepth    24
>         SubSection "Display"
>                 Viewport   0 0
>             Depth     24
>                 Modes   "1280x1024" "1024x768"  "800x600"   "640x480"
>          EndSubSection
>  EndSection
> (END)
> 
> 
> To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
> with "unsubscribe de-bsd-questions" in the body of the message
> 
-- Dr. Hendrik Bunke blog: http://hbxt.org/ com: http://hbxt.de/ To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Tue 29 Jan 2008 - 18:54:54 CET