Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
2 Monitore -> X hängt sich auf
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
Sandro
n00b
n00b


Joined: 08 Aug 2002
Posts: 55

PostPosted: Thu Oct 03, 2002 12:45 am    Post subject: 2 Monitore -> X hängt sich auf Reply with quote

Hi

Da ich momentan eine Pci-Grafikkarte und einen Monitor übrig habe, möchte ich diese interessehalber auf meiner Kiste in Gang bringen.

Soweit alles klar, nun habe ich die XF86Config angepasst, inzwischen kann ich beide Monitore einzeln ansteuern.

Mit einem solchen Server-Layout sollten nun laut einem HowTo die beiden screens "links" und "rechts" angesteuert werden:
Code:
Section "ServerLayout"
   Identifier     "layout1"
   Screen         "rechts"
   Screen         "rechts" RightOf "links"
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection


Im Ansatz scheint das auch zu funktionieren, beide Bildschirme flackern auf; doch danach hängt's bei 100% CPU-auslastung und reagiert nur noch auf Zugriff per remote! :(

Die Pci-Karte ist eine S3 Trio 64 mit "s3"-Treibern, und die andere eine Geforce 2 MX. Wechsel zwischen Nvidia- und nvTreibern oder zwischen Vanilla- und GentooSources brachte leider keinen Erfolg.
Als Anhang gibt's noch meine komplette XF86Config.
Ich mache doch hoffentlich irgend etwas falsch!?

Danke,
Sandro

Code:
Section "ServerLayout"
   Identifier     "layout1"
   Screen         "rechts"
   Screen         "rechts" RightOf "links"
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   RgbPath      "/usr/X11R6/lib/X11/rgb"
   ModulePath   "/usr/X11R6/lib/modules"
   FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
   FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
   FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
   FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
   FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
   FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
   FontPath     "/usr/X11R6/lib/X11/fonts/truetype/"
   FontPath     "/usr/X11R6/lib/X11/fonts/truetype_win/"
   FontPath     "/usr/X11R6/lib/X11/fonts/fluxbox-artwiz-fonts/"
EndSection

Section "Module"
   Load  "extmod"
   Load  "xie"
   Load  "pex5"
   Load  "dri"
   Load  "dbe"
   Load  "record"
   Load  "xtrap"
   Load  "glx"
   Load  "GLcore"
   Load  "speedo"
   Load  "type1"
   Load  "freetype"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "keyboard"
   Option      "Protocol" "Standard"
   Option      "XkbKeyCodes" "xfree86"
   Option      "XkbLayout" "de"
   Option      "XkbModel" "pc104"
   Option      "XkbRules" "xfree86"
   Option      "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Protocol" "ExplorerPS/2"
   Option       "Device" "/dev/input/mice"
   Option      "Buttons"  "5"
   Option       "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
   #DisplaySize     320   240   # mm
   Identifier   "Monitor0"
   VendorName   "MED"
   ModelName    "MD1772LA"
   Option       "DPMS"
EndSection

Section "Monitor"
   Identifier   "Monitor1"
   VendorName   "Unknown"
   ModelName    "Unknown"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"              # [<bool>]
        #Option     "HWcursor"              # [<bool>]
        #Option     "NoAccel"               # [<bool>]
        #Option     "ShowCache"             # [<bool>]
        #Option     "ShadowFB"              # [<bool>]
        #Option     "UseFBDev"              # [<bool>]
        #Option     "Rotate"                # [<str>]
        #Option     "VideoKey"              # <i>
        #Option     "FlatPanel"             # [<bool>]
   Identifier  "Card0"
   Driver      "nvidia"
   VendorName  "NVidia"
   BoardName   "GeForce2 MX 100/200"
   BusID       "PCI:1:0:0"

   # Mausschatten.
   Option   "CursorShadow"       "true"
   Option   "CursorShadowAlpha"      "45"
   Option   "CursorShadowXOffset"    "2"
   Option   "CursorShadowYOffset"    "1"
EndSection

Section "Device"
   Identifier      "S3"
   BoardName   "S3"
   Driver          "s3"
   BusID          "PCI:0:12:0"
EndSection

Section "Modes"
   Identifier   "Modes[0]"
   Modeline   "1024x768" 80.70 1024 1024 1200 1344 768 768
778 802
EndSection

Section "Screen"
        DefaultDepth   16
   Identifier "rechts"
   Device     "Card0"
   Monitor    "Monitor0"
   SubSection "Display"
      Depth     16
      Modes     "1024x768"
   EndSubSection
EndSection

Section "Screen"
   DefaultDepth   16
   Identifier "links"
   Device     "S3"
   Monitor    "Monitor1"
   SubSection "Display"
      Depth    16
      Modes    "800x600"
   EndSubSection
EndSection
Back to top
View user's profile Send private message
Hilefoks
l33t
l33t


Joined: 29 Jan 2003
Posts: 849
Location: Emden / Deutschland

PostPosted: Sat Feb 22, 2003 9:59 pm    Post subject: Reply with quote

Hallo,

ich habe leider das gleiche Problem. Ich besitze eine Geforce3 am AGP, und eine S3 Trio64V am PCI Bus.

Hoffe das jemand eine Hilfe geben kann....
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