Mulit-screen mit einer Graka.

Caleb

Caleb

Gentoo Gruenschnabel
hiho,

ich hatte bei Windows ein multiscreen system mit einer grafikkarte (geforce fx 5500), unter linux bekomme ich immer den hinweiß, dass ich keine 2. graka habe die ich dafür benötigen würde.... wie kann ich das einstellen ?
ich arbeite über die beiden ausgänge der karte (dvi und vga)

ich wollte eigentlich wieder über mulit arbeiten, da das weseltlich praktischer ist ....


freue mich schon auf die antworten und danke schonmal dafür

mfg
caleb
 
Google sollte Dir helfen.
Stichwort "Twinview" oder "Xinerama"
 
hi

such nach xinerama. ich hab hier auf arbeit auch nen multiscreen mit einer grafikkarte laufen.

was auf jedenfall nicht geht ist sowas mit yast und konsorten hinzubekommen. da musst du auf jedenfall selber hand anlegen an deiner x-config.

mfg frank
 
lordlamer schrieb:
hi

such nach xinerama. ich hab hier auf arbeit auch nen multiscreen mit einer grafikkarte laufen.

was auf jedenfall nicht geht ist sowas mit yast und konsorten hinzubekommen. da musst du auf jedenfall selber hand anlegen an deiner x-config.

mfg frank

Das stimmt zwar nicht - aber egal ...
 
ich habe gesucht, aber leider nichts effektives gefunden
 
ich habe leider nur eine graka ....

die anleitung ist für 2 grakas
 
Dualhead

Hallo


ich glaube nicht, das funktioneirt anallog für 2 Grakas (AGP + PCI), sowie für eine mit 2 Anschlüssen. Es werden dann jeweils 2 Grakas defineirt (wenn nur eine da ist) eben 2 Abschnitte, mit derselben Graka, ansonsetn stehen in den 2 Abschnitten auch 2 Grakas.

Sieh S.46 (2 Abschnitte für eine G400). Solltest den Artikel auch zu Ende lesen. Ich habe im Moment das origianl hier liegen. Sieht auf S.46 so aus, für die G400

Section "Device"
Identifier "G400_1"
Driver "mga"
BusID "PCI:1:0:0"
Screen 0
EndSection

Section "Device"
Identifier "G400_2"
Driver "mga"
BusID "PCI:1:0:0"
Screen 1
EndSection


Ansosnten siehe Server layout etc.

Mfg
schwedenmann
 
woher hast du das org. script ?... das unterscheidet sich ja auch von dem auf der seite

gruß
caleb
 
Original script

Hallo

Ixch habe die Zeitschrift Linux-User 12/2001 mal gekauft und nicht weggeschmissen.

Der original Titel lautet
Dual Head: Zwei Monitore an einem Rechner, von Hans Georg Eßler, Linux-User, 12/2001, S.44-46

Mfg
schwedenmann
 
schwedenmann schrieb:
ich glaube nicht, das funktioneirt anallog für 2 Grakas (AGP + PCI), sowie für eine mit 2 Anschlüssen. Es werden dann jeweils 2 Grakas defineirt (wenn nur eine da ist) eben 2 Abschnitte, mit derselben Graka, ansonsetn stehen in den 2 Abschnitten auch 2 Grakas.

Sieh S.46 (2 Abschnitte für eine G400).


Das mag mit Matrox-Karten funktionieren, mit Nvidia-Karten aber nicht. Bei Nvidia braucht man erstmal den Closed-Source-Treiber von denen, mit den offenen geht es nicht (zumindest nicht mit den neueren Modellen). Bei mir habe ich eine FX5200 so konfiguriert:

Code:
# 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"
    FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
    FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
    FontPath "/usr/X11R6/lib/X11/fonts/misc"
    FontPath "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath "/usr/X11R6/lib/X11/fonts/TTF"
    FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
    FontPath "/usr/X11R6/lib/X11/fonts/mdk"
    FontPath "/usr/share/fonts/default/Type1"
    FontPath "/usr/share/fonts/ttf/vera"
    FontPath "/usr/X11R6/lib/X11/fonts/drakfont/ttf"
    FontPath "/usr/X11R6/lib/X11/fonts/drakfont/Type1"
EndSection

Section "ServerFlags"
   AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
EndSection

Section "Extensions"
    Option "Composite" "Enable"
EndSection

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

Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "de"
    Option "XkbOptions" ""
EndSection

Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/mouse"
    Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier "monitor2"
    VendorName "iiyama"
    ModelName "ProLite E431 S"
    HorizSync 31.5-80.0
    VertRefresh 50-75
EndSection

Section "Device"
    Identifier "device1"
    VendorName "nVidia Corporation"
    BoardName "NVIDIA FX5200"
    Driver "nvidia"
    Option "DPMS"
    Option "TwinView" "true"
    Option "TwinViewOrientation" "DFP-0 RightOf CRT-0"
    Option "ConnectedMonitor" "DFP-0, CRT-0" 
    Option "HorizSync" "DFP-0: 30-80; CRT-0: 30-92"
    Option "VertRefresh" "DFP-0: 50-75; CRT-0: 50-85"
   Option "MetaModes" "CRT-0: 1280x960, DFP-0: 1280x1024"
    Option "DPI" "96x96"
    Option "RenderAccel" "True"
    Option "AllowGLXWithComposite" "true"
EndSection


Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor2"
    DefaultColorDepth 24 
    Subsection "Display"
        Depth 8
        Virtual 1280 960
    EndSubsection
    Subsection "Display"
        Depth 15
        Virtual 1280 960
    EndSubsection
    Subsection "Display"
        Depth 16
        #Virtual 1400 1050
	Virtual 1280 1024
    EndSubsection
    Subsection "Display"
        Depth 24
	#Virtual 1024 768
        #Virtual 1400 1050
    EndSubsection
EndSection



Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    Screen "screen1"
EndSection

Knackpunkt ist die Device-Sektion, wo alles für Twinview bei Nvidia definiert wird. Der Rest der Datei bekommt vom zweiten Monitor nix mit. Achtung: Die Datei nicht 1:1 übernehmen, das ist Mandriva-spezfisches Zeugs drin (Font-Pfade). War zu faul, die zu entschlacken.
 
hm als tip schaut doch einfach ml ins ub wiki da stehen alle modis mit anleitung bei
 
:'( .... hab es jetzt mit mehrern configs probiert ... kann dann immer die kdm danach nicht mehr starten.
muss ich danach (dem editieren) nochmal was starten (bevor ich die kdm starten will) ?

so sieht meine gebastelte XF86Config im mom aus:
PHP:
# /.../
# SaX generated X11 config file
# Created on: 2006-03-01T23:02:50+0100.
#
# Version: 7.1
# Contact: Marcus Schaefer <sax@suse.de>, 2002
#
# Automatically generated by [ISaX] (7.1)
# PLEASE DO NOT EDIT THIS FILE!
#
Section "Files"
  FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/local"
  FontPath     "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
  FontPath     "/usr/X11R6/lib/X11/fonts/URW"
  FontPath     "/usr/X11R6/lib/X11/fonts/Speedo"
  FontPath     "/usr/X11R6/lib/X11/fonts/PEX"
  FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/Type1"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/japanese:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/kwintv"
  FontPath     "/usr/X11R6/lib/X11/fonts/truetype"
  FontPath     "/usr/X11R6/lib/X11/fonts/uni:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/CID"
  FontPath     "/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/Type1"
  FontPath     "/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/xtest"
  FontPath     "/opt/kde3/share/fonts"
  InputDevices "/dev/ttyS0"
  InputDevices "/dev/ttyS1"
  InputDevices "/dev/ttyS2"
  InputDevices "/dev/ttyS3"
  InputDevices "/dev/ttyS4"
  InputDevices "/dev/ttyS5"
  InputDevices "/dev/ttyS6"
  InputDevices "/dev/ttyS7"
  InputDevices "/dev/ttyS8"
  InputDevices "/dev/psaux"
  InputDevices "/dev/logibm"
  InputDevices "/dev/sunmouse"
  InputDevices "/dev/atibm"
  InputDevices "/dev/amigamouse"
  InputDevices "/dev/atarimouse"
  InputDevices "/dev/inportbm"
  InputDevices "/dev/gpmdata"
  InputDevices "/dev/mouse"
  InputDevices "/dev/usbmouse"
  InputDevices "/dev/adbmouse"
  InputDevices "/dev/input/mice"
  InputDevices "/dev/input/event0"
  InputDevices "/dev/pointer0"
  InputDevices "/dev/pointer1"
  InputDevices "/dev/pointer2"
  InputDevices "/dev/pointer3"
EndSection

Section "ServerFlags"
  Option       "AllowMouseOpenFail"
EndSection

Section "Module"
  Load         "freetype"
  Load         "type1"
  Load         "dbe"
  Load         "glx"
  Load         "extmod"
  Load         "v4l"
EndSection

Section "InputDevice"
  Driver       "kbd"
  Identifier   "Keyboard[0]"
  Option       "Protocol" "Standard"
  Option       "XkbLayout" "de"
  Option       "XkbModel" "pc105"
  Option       "XkbRules" "xfree86"
  Option       "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[1]"
  Option       "Buttons" "5"
  Option       "Device" "/dev/input/mice"
  Option       "Name" "ImPS/2 Logitech Wheel Mouse"
  Option       "Protocol" "explorerps/2"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
  DisplaySize  320 240
  HorizSync    28-85
  Identifier   "Monitor[0]"
  ModelName    "V700"
  Option       "DPMS"
  VendorName   "COMPAQ"
  VertRefresh  50-160
  UseModes     "Modes[0]"
EndSection

Section "Modes"
  Identifier   "Modes[0]"
  Modeline 	"1600x1200" 184.66 1600 1680 1856 2176 1200 1201 1204 1248
  Modeline 	"1600x1024" 181.78 1600 1712 1888 2176 1024 1025 1028 1071
  Modeline 	"1600x1024" 156.43 1600 1704 1880 2160 1024 1025 1028 1065
  Modeline 	"1600x1024" 131.69 1600 1704 1872 2144 1024 1025 1028 1059
  Modeline 	"1600x1000" 177.54 1600 1712 1888 2176 1000 1001 1004 1046
  Modeline 	"1600x1000" 152.76 1600 1704 1880 2160 1000 1001 1004 1040
  Modeline 	"1600x1000" 127.62 1600 1696 1864 2128 1000 1001 1004 1034
  Modeline 	"1400x1050" 140.79 1400 1496 1648 1896 1050 1051 1054 1092
  Modeline 	"1400x1050" 118.42 1400 1488 1640 1880 1050 1051 1054 1086
  Modeline 	"1280x1024" 145.69 1280 1376 1512 1744 1024 1025 1028 1071
  Modeline 	"1280x1024" 125.14 1280 1368 1504 1728 1024 1025 1028 1065
  Modeline 	"1280x1024" 105.15 1280 1360 1496 1712 1024 1025 1028 1059
  Modeline 	"1440x900" 162.67 1440 1536 1696 1952 900 901 904 947
  Modeline 	"1440x900" 142.10 1440 1536 1688 1936 900 901 904 941
  Modeline 	"1440x900" 122.20 1440 1528 1680 1920 900 901 904 936
  Modeline 	"1440x900" 102.81 1440 1520 1672 1904 900 901 904 931
  Modeline 	"1280x960" 135.32 1280 1368 1504 1728 960 961 964 1004
  Modeline 	"1280x960" 116.18 1280 1360 1496 1712 960 961 964 998
  Modeline 	"1280x960" 97.68 1280 1352 1488 1696 960 961 964 993
  Modeline 	"1280x800" 144.76 1280 1376 1512 1744 800 801 804 847
  Modeline 	"1280x800" 128.04 1280 1368 1504 1728 800 801 804 842
  Modeline 	"1280x800" 111.77 1280 1360 1496 1712 800 801 804 837
  Modeline 	"1280x800" 95.95 1280 1352 1488 1696 800 801 804 832
  Modeline 	"1280x800" 80.58 1280 1344 1480 1680 800 801 804 827
  Modeline 	"1152x864" 125.43 1152 1232 1360 1568 864 865 868 909
  Modeline 	"1152x864" 109.43 1152 1224 1352 1552 864 865 868 904
  Modeline 	"1152x864" 93.90 1152 1224 1344 1536 864 865 868 899
  Modeline 	"1152x864" 78.82 1152 1216 1336 1520 864 865 868 894
  Modeline 	"1280x768" 137.68 1280 1368 1504 1728 768 769 772 813
  Modeline 	"1280x768" 122.87 1280 1368 1504 1728 768 769 772 808
  Modeline 	"1280x768" 107.23 1280 1360 1496 1712 768 769 772 803
  Modeline 	"1280x768" 92.15 1280 1352 1488 1696 768 769 772 799
  Modeline 	"1280x768" 77.37 1280 1344 1480 1680 768 769 772 794
  Modeline 	"1024x768" 110.91 1024 1096 1208 1392 768 769 772 813
  Modeline 	"1024x768" 97.84 1024 1088 1200 1376 768 769 772 808
  Modeline 	"1024x768" 86.18 1024 1088 1200 1376 768 769 772 803
  Modeline 	"1024x768" 73.89 1024 1080 1192 1360 768 769 772 799
  Modeline 	"1024x768" 61.89 1024 1080 1184 1344 768 769 772 794
  Modeline 	"800x600" 90.10 800 856 944 1088 600 601 604 647
  Modeline 	"800x600" 82.55 800 856 944 1088 600 601 604 643
  Modeline 	"800x600" 73.98 800 848 936 1072 600 601 604 639
  Modeline 	"800x600" 66.71 800 848 936 1072 600 601 604 635
  Modeline 	"800x600" 58.73 800 840 928 1056 600 601 604 632
  Modeline 	"800x600" 51.73 800 840 928 1056 600 601 604 628
  Modeline 	"800x600" 44.13 800 840 920 1040 600 601 604 624
  Modeline 	"800x600" 36.88 800 832 912 1024 600 601 604 621
  Modeline 	"768x576" 82.67 768 824 904 1040 576 577 580 621
  Modeline 	"768x576" 75.72 768 824 904 1040 576 577 580 617
  Modeline 	"768x576" 67.79 768 816 896 1024 576 577 580 613
  Modeline 	"768x576" 61.21 768 816 896 1024 576 577 580 610
  Modeline 	"768x576" 53.75 768 808 888 1008 576 577 580 606
  Modeline 	"768x576" 47.41 768 808 888 1008 576 577 580 603
  Modeline 	"768x576" 40.41 768 800 880 992 576 577 580 599
  Modeline 	"768x576" 33.74 768 792 872 976 576 577 580 596
  Modeline 	"640x480" 62.12 640 680 752 864 480 481 484 521
  Modeline 	"640x480" 57.18 640 680 752 864 480 481 484 517
  Modeline 	"640x480" 51.43 640 680 744 848 480 481 484 514
  Modeline 	"640x480" 46.80 640 680 744 848 480 481 484 511
  Modeline 	"640x480" 42.22 640 680 744 848 480 481 484 508
  Modeline 	"640x480" 36.97 640 672 736 832 480 481 484 505
  Modeline 	"640x480" 32.64 640 672 736 832 480 481 484 503
  Modeline 	"640x480" 27.74 640 664 728 816 480 481 484 500
  Modeline 	"640x480" 23.06 640 656 720 800 480 481 484 497
EndSection

Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      15
    Modes      "1600x1200" "1600x1024" "1600x1000" "1400x1050" "1280x1024" "1440x900" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "800x600" "768x576" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "1600x1200" "1600x1024" "1600x1000" "1400x1050" "1280x1024" "1440x900" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "800x600" "768x576" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "1600x1200" "1600x1024" "1600x1000" "1400x1050" "1280x1024" "1440x900" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "800x600" "768x576" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      32
    Modes      "1600x1200" "1600x1024" "1600x1000" "1400x1050" "1280x1024" "1440x900" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "800x600" "768x576" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      8
    Modes      "1600x1200" "1600x1024" "1600x1000" "1400x1050" "1280x1024" "1440x900" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "800x600" "768x576" "640x480" 
  EndSubSection
  Device       "Device[0]"
  Identifier   "Screen[0]"
  Monitor      "Monitor[0]"
EndSection

Section "Monitor"
    Identifier "monitor2"
    VendorName "Cornerstone"
    ModelName "Color 21/80"
    HorizSync 31.5-80.0
    VertRefresh 50-75
EndSection

Section "Device"
    Identifier "Device[1]"
    VendorName "nVidia Corporation"
    BoardName "Geforce FX 5500"
    BusID	"1:0:0"
    Driver "nvidia"
    Option "DPMS"
    Option "TwinView" "true"
    Option "TwinViewOrientation" "DFP-0 RightOf CRT-0"
    Option "ConnectedMonitor" "DFP-0, CRT-0" 
    Option "HorizSync" "DFP-0: 30-80; CRT-0: 30-92"
    Option "VertRefresh" "DFP-0: 50-75; CRT-0: 50-85"
   Option "MetaModes" "CRT-0: 1280x960, DFP-0: 1280x1024"
    Option "DPI" "96x96"
    Option "RenderAccel" "True"
    Option "AllowGLXWithComposite" "true"
EndSection


Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor2"
    DefaultColorDepth 24 
    Subsection "Display"
        Depth 8
        Virtual 1280 960
    EndSubsection
    Subsection "Display"
        Depth 15
        Virtual 1280 960
    EndSubsection
    Subsection "Display"
        Depth 16
        #Virtual 1400 1050
Virtual 1280 1024
    EndSubsection
    Subsection "Display"
        Depth 24
#Virtual 1024 768
        #Virtual 1400 1050
    EndSubsection
EndSection

Section "Device"
  BoardName    	"GeForce FX 5500"
  BusID        	"1:0:0"
  Driver       	"nvidia"
  Identifier   	"Device[0]"
  Option 	"DPMS"
  Option 	"TwinView" "true"
  Option 	"TwinViewOrientation" "DFP-0 RightOf CRT-0"
  Option 	"ConnectedMonitor" "DFP-0, CRT-0" 
  Option 	"HorizSync" "DFP-0: 30-80; CRT-0: 30-92"
  Option 	"VertRefresh" "DFP-0: 50-75; CRT-0: 50-85"
  Option 	"MetaModes" "CRT-0: 1280x960, DFP-0: 1280x1024"
  Option 	"DPI" "96x96"
  Option 	"RenderAccel" "True"
  Option 	"AllowGLXWithComposite" "true"
  #Option       "NvAGP" "2"
  #Option       "NvAGP" "0"
  #Option       "NvAGP" "3"
  #Option       "NvAGP" "1"
  Option       	"usevnc" "no"
  VendorName   	"NVidia"
EndSection

Section "ServerLayout"
  Identifier   "Layout[all]"
  InputDevice  "Keyboard[0]" "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  Option       "Clone" "off"
  Option       "Xinerama" "off"
  Screen       "Screen[0]"
  Screen	"Screen[0]" RightOf "screen1"
EndSection

Section "DRI"
    Group      "video"
    Mode       0660
EndSection

Section "Extensions"
EndSection


wo ist mein fehler ? wie würde die datei korrigiert aussehen ?

grüße
caleb
 

Ähnliche Themen

Keine grafische Oberfläche (Debian Installation)

x335 RSA - Passwort für Remote Console oder C2T Kabel

Problem mit P&D connector

GeForce 8400 GS Problem

Nvidia: Xinerama//TwinView Problem

Zurück
Oben