Superuser

Autor Thema: 2 Monitore mit Open Solaris betreiben  (Gelesen 4145 mal)

Offline linus83

  • Sobl Bachelor
  • ***
  • Beiträge: 144
2 Monitore mit Open Solaris betreiben
« am: 14. April 2009, 13:57:50 »
Hallo,

ich möchte 2 Monitore an meinen Solaris-rechner haben. Die Grafikkarte hat einen  Geforce 9400 GT Chip und 1 GB RAM (nicht onboard) Der Nvidia-Treiber verweigert seinen Dienst. Der Monitor bleibt einfach schwarz. Also nehme ich den nv-Treiber. Da die nv-Treiber kein Twinview unterstützen wollte ich 2 xserver (2 unabhängige Desktops)  konfigurieren. Irgendwie stelle ich mich zu doof an. Die Monitore sind immer jeweils geclont...

Meine xorg.conf:

Section "ServerLayout"
    Identifier     "Layout0"
    Screen         0 "TFT24"
    Screen         1 "CRT21" RightOf "TFT24"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "clone" "off"
EndSection

Section "Files"
    FontPath        "/usr/X11R6/lib/X11/fonts/misc/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath        "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath        "/usr/X11R6/lib/X11/fonts/TTF/"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "IA"
    Load           "bitstream"
    Load           "xtsol"
#    Load           "glx"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/mouse"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "keyboard"
EndSection

####################
# Primärer Monitor #
####################
Section "Monitor"
    Identifier     "Samsung TFT"
    VendorName     "Samsung"
    ModelName      "SyncMaster 2433BW"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Screen"
    Identifier     "TFT24"
    Device         "Device0-0"
    Monitor        "Samsung TFT"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1920x1200"
    EndSubSection
EndSection

Section "Device"
    Identifier     "Device0-0"
    Driver         "nv"
    VendorName     "NVIDIA Corporation"
    Screen          0
    BusID          "PCI:1:0:0"
EndSection

######################
# Sekundärer Monitor #
######################
Section "Monitor"
    Identifier     "Sun CRT"
    HorizSync       40.0 - 73.0
    VertRefresh     43.0 - 110.0
    Option         "DPMS"
EndSection

Section "Screen"
    Identifier     "CRT21"
    Device         "Device0-1"
    Monitor        "Sun CRT"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024"
    EndSubSection
EndSection

Section "Device"
    Identifier     "Device0-1"
    Driver         "nv"
    VendorName     "NVIDIA Corporation"
    Screen          1
    BusID          "PCI:1:0:0"
EndSection

hat jedmand eine Idee was ich falsch mache? Oder gibt es einen anderen workaround um 2 Desktops bzw. einen großen zu konfigurien. Ich muss aber die Monitore in verschiedenen Auflösungen betreiben. Das tolle nvidia-tool geht ja leider nur mit dem nvidia-Treiber  >:(
« Letzte Änderung: 14. April 2009, 21:20:25 von linus83 »

sonnenblen.de - Das unabhängige Sun User Forum

2 Monitore mit Open Solaris betreiben
« am: 14. April 2009, 13:57:50 »