Thema geschlossen
Ergebnis 1 bis 6 von 6

Thema: (Erledigt) XGL + 2ter Bildschirm

  1. #1
    Newbie
    Registriert seit
    15.05.2006
    Beiträge
    9

    Frage (Erledigt) XGL + 2ter Bildschirm

    Hallo!

    Habe gerade XGL unter SuSe 10.1 installiert!
    XGL funktioniert einwandfrei, NUR

    Die 2 Bildschirme werden als 1 Bildschirm angesehen!
    d.h. Die Gnomeleiste zieht sich über zwei Bildschirme (besser gesagt: sie wird beim zweiten Bildschirm nicht mehr angezeigt, da dieser nur 1280 x 1024 hat und Bildschirm 1 1600x1200). Dadurch wird auch alles verzerrt dargestellt!

    Kennt jemand die richtigen Einstellungen für 2 Bildschirme?
    (habe eine Nvidia GraKa)

    danke im vorraus

  2. #2
    Administrator Avatar von Rain_Maker
    Registriert seit
    06.02.2006
    Beiträge
    5,459

    Standard AW: XGL + 2ter Bildschirm

    Hallo,

    Ich denke der beste Ansatzpunkt wäre das posten Deiner /etc/X11/xorg.conf.

    Greetz,

    RM
    "Programming today is a race between software engineers striving to build better & bigger idiot-proof programs and the Universe trying to produce bigger & better idiots. So far, the Universe is winning." (Rick Cook)

    Dies ist ein _öffentliches_ Supportforum, keinerlei Support per PN, EMail oder Instant Messenger.

    openSUSE 11.4 - 3.3.X-desktop - fluxbox 1.3.2

    For Windows-Problems - Reboot / For Linux-Problems - BE ROOT!
    (==> Und hier das wirkliche "Geheimnis meines Erfolges")

  3. #3
    Newbie
    Registriert seit
    15.05.2006
    Beiträge
    9

    Standard AW: XGL + 2ter Bildschirm

    meine xorg.conf datei:

    Code:
    # /.../
    # SaX generated X11 config file
    # Created on: 2006-05-20T18:31:43+0200.
    #
    # Version: 7.1
    # Contact: Marcus Schaefer <sax@suse.de>, 2005
    # Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
    #
    # 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/gpmdata"
      InputDevices "/dev/input/mice"
    EndSection
    
    Section "ServerFlags"
      Option       "AllowMouseOpenFail" "on"
    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" "7"
      Option       "Device" "/dev/input/mice"
      Option       "Name" "ImExPS/2 Logitech Explorer Mouse"
      Option       "Protocol" "explorerps/2"
      Option       "Vendor" "Sysp"
      Option       "ZAxisMapping" "4 5"
    EndSection
    
    
    Section "Monitor"
      Option       "CalcAlgorithm" "XServerPool"
      DisplaySize  360 270
      HorizSync    30-110
      Identifier   "Monitor[0]"
      ModelName    "P910+"
      Option       "DPMS"
      VendorName   "IQT"
      VertRefresh  43-150
      UseModes     "Modes[0]"
    EndSection
    
    
    Section "Modes"
      Identifier   "Modes[0]"
    EndSection
    
    
    Section "Screen"
      DefaultDepth 24
      SubSection "Display"
        Depth      15
        Modes      "1400x1050" "1280x1024" "1280x960" "1366x768" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480" 
      EndSubSection
      SubSection "Display"
        Depth      16
        Modes      "1400x1050" "1280x1024" "1280x960" "1366x768" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480" 
      EndSubSection
      SubSection "Display"
        Depth      24
        Modes      "1400x1050" "1280x1024" "1280x960" "1366x768" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480" 
      EndSubSection
      SubSection "Display"
        Depth      8
        Modes      "1400x1050" "1280x1024" "1280x960" "1366x768" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480" 
      EndSubSection
      Device       "Device[0]"
      Identifier   "Screen[0]"
      Monitor      "Monitor[0]"
    EndSection
    
    
    Section "Device"
      BoardName    "GeForce 6800 GT"
      BusID        "1:0:0"
      Driver       "nvidia"
      Identifier   "Device[0]"
      Option       "SaXDualHead"
      Option       "TwinView"
      Option       "NoFlip" "True"
      Option       "SaXDualMonitorVendor" "MAX"
      Option       "SaXDualMonitorModel" "BELINEA Belinea 108035"
      Option       "SaXDualVSync" "50-160"
      Option       "SecondMonitorHorizSync" "31-125"
      Option       "MetaModes" "1400x1050,1400x1050;1280x1024,1280x1024;1280x960,1280x960;1366x768,1366x768;1280x800,1280x800;1152x864,1152x864;1280x768,1280x768;1024x768,1024x768;1280x600,1280x600;1024x600,1024x600;800x600,800x600;768x576,768x576;640x480,640x480"
      Option       "SaXDualOrientation" "LeftOf"
      Option       "SaXDualResolution" "1400x1050"
      Option       "TwinViewOrientation" "LeftOf"
      Option       "SaXDualMode" "Xinerama"
      Option       "SecondMonitorVertRefresh" "50-160"
      Option       "SaXDualHSync" "31-125"
      Screen       0
      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]"
    EndSection
    
    
    Section "DRI"
        Group      "video"
        Mode       0660
    EndSection
    
    Section "Extensions"
      Option       "Composite" "off"
    EndSection

  4. #4
    Administrator Avatar von Rain_Maker
    Registriert seit
    06.02.2006
    Beiträge
    5,459

    Standard AW: XGL + 2ter Bildschirm

    Hm,

    .........besser gesagt: sie wird beim zweiten Bildschirm nicht mehr angezeigt, da dieser nur 1280 x 1024 hat und Bildschirm 1 1600x1200.....
    Wenn man sich Deine xorg.conf betrachtet, dann fehlt diese Auflösung aber.

    Weder hier:

    Code:
    Section "Screen"
      DefaultDepth 24
      SubSection "Display"
        Depth      15
        Modes      "1400x1050" "1280x1024" "1280x960" "1366x768" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480" 
      EndSubSection
      SubSection "Display"
        Depth      16
        Modes      "1400x1050" "1280x1024" "1280x960" "1366x768" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480" 
      EndSubSection
      SubSection "Display"
        Depth      24
        Modes      "1400x1050" "1280x1024" "1280x960" "1366x768" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480" 
      EndSubSection
      SubSection "Display"
        Depth      8
        Modes      "1400x1050" "1280x1024" "1280x960" "1366x768" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480" 
      EndSubSection
      Device       "Device[0]"
      Identifier   "Screen[0]"
      Monitor      "Monitor[0]"
    EndSection
    noch hier

    Code:
    Section "Device"
      BoardName    "GeForce 6800 GT"
      BusID        "1:0:0"
      Driver       "nvidia"
      Identifier   "Device[0]"
      Option       "SaXDualHead"
      Option       "TwinView"
      Option       "NoFlip" "True"
      Option       "SaXDualMonitorVendor" "MAX"
      Option       "SaXDualMonitorModel" "BELINEA Belinea 108035"
      Option       "SaXDualVSync" "50-160"
      Option       "SecondMonitorHorizSync" "31-125"
      Option       "MetaModes" "1400x1050,1400x1050;1280x1024,1280x1024;1280x960,1280x960;1366x768,1366x768;1280x800,1280x800;1152x864,1152x864;1280x768,1280x768;1024x768,1024x768;1280x600,1280x600;1024x600,1024x600;800x600,800x600;768x576,768x576;640x480,640x480"
      Option       "SaXDualOrientation" "LeftOf"
      Option       "SaXDualResolution" "1400x1050"
      Option       "TwinViewOrientation" "LeftOf"
      Option       "SaXDualMode" "Xinerama"
      Option       "SecondMonitorVertRefresh" "50-160"
      Option       "SaXDualHSync" "31-125"
      Screen       0
      VendorName   "NVidia"
    EndSection
    ist etwas von 1600x1200 zu finden.

    Die Zeile:

    Code:
     Option       "SaXDualResolution" "1400x1050"
    klingt auch irgendwie "verdächtig".

    Ausserdem suche ich auch vergebens nach einem zweiten Monitor.

    Nicht, daß ich eine Patentlösung parat hätte, aber irgendwie fehlt hier etwas.

    Greetz,

    RM
    "Programming today is a race between software engineers striving to build better & bigger idiot-proof programs and the Universe trying to produce bigger & better idiots. So far, the Universe is winning." (Rick Cook)

    Dies ist ein _öffentliches_ Supportforum, keinerlei Support per PN, EMail oder Instant Messenger.

    openSUSE 11.4 - 3.3.X-desktop - fluxbox 1.3.2

    For Windows-Problems - Reboot / For Linux-Problems - BE ROOT!
    (==> Und hier das wirkliche "Geheimnis meines Erfolges")

  5. #5
    Newbie
    Registriert seit
    15.05.2006
    Beiträge
    9

    Standard AW: XGL + 2ter Bildschirm

    oh sorry!

    das mit 1400x1050 (jetzt 1600x1200) stimmt schon, da ich die beidem Bildschirme auf die gleiche Auflösung eingestellt habe. Somit erkenne ich die Gnomeleiste auch am zweiten Bildschirm!

    Für folgendes Problem brauche ich Hilfe:

    Da die beiden Bildschirme als einer angesehen werden, wird jedes Programm in der Mitte zentiert (wie es normal bei einem Bildschirm üblich ist).
    Das führt dazu, dass JEDES neue Fenster "zweigeteilt" wird und von mir immer auf den einen oder anderen Bildschirm verschoben werden muss! Das nervt voll!!

    Bei zwei Bildschirmen wird das normalerweise verhindert (ein Fenster wird auf einen Bildschirm gezeichnet).
    Geändert von hinti (22.05.2006 um 12:39 Uhr)

  6. #6
    Administrator Avatar von Kernelman
    Registriert seit
    14.03.2006
    Ort
    88214 Ravensburg
    Beiträge
    601

    Standard AW: XGL + 2ter Bildschirm

    Hier ist seit über einem Jahr nichts mehr passiert.


    ==> CLOSED



    Gruß

    KM
    Lesen gefährdet die Dummheit!

    openSUSE 11.3-64Bit 2.6.34.7-0.7-desktop KDE 4.4.4

    "Linux is user-friendly, it's just a little picky, who his friends really are"

    My Jabber: Mein_Nickname hier(at)jabber.ccc.de

Thema geschlossen

Aktive Benutzer

Aktive Benutzer

Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)

     

Ähnliche Themen

  1. (Gelöst) schwarzer Bildschirm beim Booten (openSUSE 10.2)
    Von holzblock im Forum SuSE System installieren
    Antworten: 21
    Letzter Beitrag: 26.03.2007, 16:45
  2. Antworten: 5
    Letzter Beitrag: 21.01.2007, 19:53
  3. (Erledigt) SAX2 Test stürzt jedesmal ab
    Von nickwing im Forum SuSE System konfigurieren
    Antworten: 20
    Letzter Beitrag: 02.12.2006, 17:12
  4. (Erledigt) Installation auf USB2.0 Platte
    Von Corum im Forum SuSE System installieren
    Antworten: 2
    Letzter Beitrag: 27.10.2006, 15:22
  5. (Erledigt) Grub error 17
    Von Jack Sparrow im Forum SuSE Stationäre-Hardware
    Antworten: 12
    Letzter Beitrag: 12.08.2006, 15:12

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87