Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
xinerama oder mehrere xserver?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
phoen!x
n00b
n00b


Joined: 03 Nov 2003
Posts: 3
Location: Chemnitz

PostPosted: Mon Nov 03, 2003 5:55 am    Post subject: xinerama oder mehrere xserver? Reply with quote

hi ich habe eine geforce4 und wollte mir ein multiscreen sytem hinstellen aber das bisher ohne erfolg...kann ich überhaupt zwei verschiedene xserver die verschiedene monitore ansteuernlaufen lassen oder kann ich nur dieses twinview nutzen?
Back to top
View user's profile Send private message
beejay
Retired Dev
Retired Dev


Joined: 03 Oct 2002
Posts: 924
Location: Flensungen (das liegt neben Merlau)

PostPosted: Mon Nov 03, 2003 7:36 am    Post subject: Reply with quote

Xinerama bedeutet salopp gesagt : ein Rechner, zwei (oder mehr) Grafikkarten, zwei (oder mehrere) Monitore, ein XServer.

Natürlich würde auch ein Rechner, zwei (oder mehr) Grafikkarten, zwei (oder mehrere) Monitore, zwei XServer funktionieren.

Die Lösung mit einer Grafikkarte ist lediglich die Benutzung von TV-Out - also anstatt das Bild an den Monitor auszugeben geht es eben an den Fernseher. :)
_________________
Dort wo schwarzer Rauch aufsteigt, sich alsbald ein Fehler zeigt.
www.paludis-sucks.org | www.gentoo.de | www.gentoo-ev.org | www.gentoo.org
Back to top
View user's profile Send private message
phoen!x
n00b
n00b


Joined: 03 Nov 2003
Posts: 3
Location: Chemnitz

PostPosted: Mon Nov 03, 2003 11:19 am    Post subject: Reply with quote

hm hab eine geforce4 aber statt einem tv out hab ich einen crt und einen dvi, über den crt hab ich meinen normalen monitor laufen...wie muss ich die XF86Config konfigurieren damit ich auf dem zweiten monitor auch eine ausgabe habe....
Back to top
View user's profile Send private message
beejay
Retired Dev
Retired Dev


Joined: 03 Oct 2002
Posts: 924
Location: Flensungen (das liegt neben Merlau)

PostPosted: Mon Nov 03, 2003 11:24 am    Post subject: Reply with quote

phoen!x wrote:
hm hab eine geforce4 aber statt einem tv out hab ich einen crt und einen dvi, über den crt hab ich meinen normalen monitor laufen...wie muss ich die XF86Config konfigurieren damit ich auf dem zweiten monitor auch eine ausgabe habe....


AFAIK geht das nicht - entweder die eine Buchse in Benutzung oder die andere.
_________________
Dort wo schwarzer Rauch aufsteigt, sich alsbald ein Fehler zeigt.
www.paludis-sucks.org | www.gentoo.de | www.gentoo-ev.org | www.gentoo.org
Back to top
View user's profile Send private message
rojaro
l33t
l33t


Joined: 06 May 2002
Posts: 732

PostPosted: Mon Nov 03, 2003 11:53 am    Post subject: Reply with quote

Geforce 4 Ti4200 128MB .. ein CRT & ein DVI ausgang ... an beiden ausgaengen haengt je ein Samsung 191T (links analog, rechts digital). 44.96 nvidia treiber. nachfolgende twinview config funzt tadellos. ich hatte auch mal n multi-xserver setup (drei xserver -> selbe geforce agp-karte und eine s3 pci-karte) aber das configfile hab ich irgendwann geloescht ... hoffe das hilft :)

Code:
Section "Module"
  Load "glx"
  Load "dbe"
  Load "extmod"
  Load "type1"
  Load "speedo"
  Load "freetype"
#  Load "xtt"
EndSection

Section "Files"
  RgbPath       "/usr/X11R6/lib/X11/rgb"
  FontPath "/usr/X11R6/lib/X11/fonts/local/"
  FontPath "/usr/X11R6/lib/X11/fonts/misc/"
  FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
  FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
  FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
  FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
#  FontPath "/home/storage/graphics/Sorted Fonts/"
#  FontPath "/home/storage/graphics/Unorted Fonts/"
  FontPath "/usr/X11R6/lib/X11/fonts/truetype/"
  FontPath "/usr/X11R6/lib/X11/fonts/freefont/"
  FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
  FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "ServerFlags"
EndSection

Section "InputDevice"
  Identifier "Keyboard1"
  Driver "Keyboard"
  Option "AutoRepeat" "250 30"
  Option "XkbRules"     "xfree86"
  Option "XkbModel"     "logidak"
  Option "XkbLayout" "us"
EndSection

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

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

Section "InputDevice"
  Identifier "stylus"
  Driver "aiptek"
  Option "Device" "/dev/input/event0"
  Option "Type" "stylus"
  Option "Mode" "absolute"
  Option "Cursor" "stylus"
  Option "USB" "on"
  Option "Keepshape" "on"
  Option "debuglevel" "20"
EndSection

Section "InputDevice"
  Identifier "cursor"
  Driver "aiptek"
  Option "Device" "/dev/input/event0"
  Option "Type" "cursor"
  Option "Mode" "absolute"
  Option "Cursor" "puck"
  Option "USB" "on"
  Option "Keepshape" "on"
  Option "debuglevel" "20"
EndSection

Section "InputDevice"
  Identifier "eraser"
  Driver "aiptek"
  Option "Device" "/dev/input/event0"
  Option "Type" "eraser"
  Option "Mode" "absolute"
  Option "Cursor" "stylus"
  Option "USB" "on"
  Option "Keepshape" "on"
  Option "debuglevel" "20"
EndSection

# Left & Right Screen (Analogue Mode)
Section "Monitor"
  Identifier "Samsung SyncMaster 191T (A)"
  HorizSync 30-81
  VertRefresh 56-85
EndSection

# Left & Right Screen (DVI Mode)
Section "Monitor"
  Identifier "Samsung SyncMaster 191T (D)"
  HorizSync 30-63.3
  VertRefresh 56-85
EndSection

Section "Device"
  Identifier "MSI GeForce4 Ti4200 TD8"
  Driver "nvidia"
  Option "NvAGP" "2"
  Option "NoLogo" "true"
  Option "RenderAccel" "true"
  Option "TwinView"
  Option "SecondMonitorHorizSync" "30-81"
  Option "SecondMonitorVertRefresh" "56-85"
  Option "MetaModes" "1280x1024,1280x1024;1280x1024,NULL;1024x768,1024x768;1024x768,NULL;800x600,800x600;800x600,NULL;640x480,640x480;640x480,NULL"
EndSection

Section "Screen"
  Identifier "Primary"
  Monitor "Samsung SyncMaster 191T (A)"
  Device "MSI GeForce4 Ti4200 TD8"
  DefaultDepth 24
  Subsection "Display"
    Depth 8
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
  EndSubsection
  Subsection "Display"
    Depth 16
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
  EndSubsection
  Subsection "Display"
    Depth 24
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
  EndSubsection
EndSection

Section "ServerLayout"
  Identifier "Simple Layout"
  Screen "Primary"
  InputDevice "usbmouse" "CorePointer"
  InputDevice "ps2mouse" "CorePointer"
  InputDevice "Keyboard1" "CoreKeyboard"
  InputDevice "stylus" "AlwaysCore"
  InputDevice "cursor" "AlwaysCore"
  InputDevice "eraser" "AlwaysCore"
EndSection

_________________
A mathematician is a machine for turning coffee into theorems. ~ Alfred Renyi (*1921 - †1970)
Back to top
View user's profile Send private message
phoen!x
n00b
n00b


Joined: 03 Nov 2003
Posts: 3
Location: Chemnitz

PostPosted: Tue Nov 04, 2003 6:52 am    Post subject: Reply with quote

hm ich habe einfach mal dein config file übernommen und angepasst aber irgendwie funzt was nicht...nicht nur das xinerama nicht läuft er startet gleich gar keinen xserver, hab ich irgendwelche argen fehler darin?

[quote]Section "Module"
Load "glx"
Load "dbe"
Load "extmod"
Load "type1"
Load "speedo"
Load "freetype"
# Load "xtt"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
# FontPath "/home/storage/graphics/Sorted Fonts/"
# FontPath "/home/storage/graphics/Unorted Fonts/"
FontPath "/usr/X11R6/lib/X11/fonts/truetype/"
FontPath "/usr/X11R6/lib/X11/fonts/freefont/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "ServerFlags"
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc102"
Option "XkbLayout" "de"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "ButtonNumber" "7"
Option "Device" "/dev/psaux"
Option "Name" "AutoDetected"
Option "Protocol" "ExplorerPS/2"
Option "Vendor" "AutoDetected"
Option "ZAxisMapping" "4 5"

EndSection

Section "InputDevice"
Identifier "stylus"
Driver "aiptek"
Option "Device" "/dev/input/event0"
Option "Type" "stylus"
Option "Mode" "absolute"
Option "Cursor" "stylus"
Option "USB" "on"
Option "Keepshape" "on"
Option "debuglevel" "20"
EndSection


Section "InputDevice"
Identifier "cursor"
Driver "aiptek"
Option "Device" "/dev/input/event0"
Option "Type" "cursor"
Option "Mode" "absolute"
Option "Cursor" "puck"
Option "USB" "on"
Option "Keepshape" "on"
Option "debuglevel" "20"
EndSection
ection "InputDevice"
Identifier "stylus"
Driver "aiptek"
Option "Device" "/dev/input/event0"
Option "Type" "stylus"
Option "Mode" "absolute"
Option "Cursor" "stylus"
Option "USB" "on"
Option "Keepshape" "on"
Option "debuglevel" "20"
EndSection

Section "InputDevice"
Identifier "cursor"
Driver "aiptek"
Option "Device" "/dev/input/event0"
Option "Type" "cursor"
Option "Mode" "absolute"
Option "Cursor" "puck"
Option "USB" "on"
Option "Keepshape" "on"
Option "debuglevel" "20"
EndSection


# Left & Right Screen (Analogue Mode)
Section "Monitor"
Identifier "424LR"
HorizSync 30-60
VertRefresh 60
EndSection

# Left & Right Screen (DVI Mode)
Section "Monitor"
Identifier "107B3"
HorizSync 31.5-82.0
VertRefresh 50 -90
EndSection

Section "Device"
Identifier "MSI GeForce4 Ti4200 TD8"
Driver "nvidia"
Option "NvAGP" "2"
Option "NoLogo" "true"
Option "RenderAccel" "true"
Option "TwinView"
Option "SecondMonitorHorizSync" "31.5-90"
Option "SecondMonitorVertRefresh" "50-90"
Option "MetaModes"
"1280x1024,1280x1024;1280x1024,NULL;1024x768,1024x768;1024x768,NULL;800x600,800x600;800x600,NULL;640x480,640x480;640x480,NULL"
EndSection

Section "Screen"
Identifier "Primary"
Monitor "424LR"
Device "MSI GeForce4 Ti4200 TD8"
Subsection "Display"
Depth 16
Modes "800x600" "640x480"
ViewPort 0 0
EndSubsection
# Subsection "Display"
# Depth 24
# Modes "1280x1024" "1024x768" "800x600" "640x480"
# ViewPort 0 0
# EndSubsection
EndSection

Section "ServerLayout"
Identifier "Simple Layout"
Screen "Primary"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "stylus" "AlwaysCore"
InputDevice "cursor" "AlwaysCore"
InputDevice "eraser" "AlwaysCore"
EndSection
Quote:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum