1/3 des Bildschirm fehlt bei Opensuse 10.0

Post Reply
Message
Author
Tetz
Posts: 3
Joined: 08. Dec 2005 22:52

1/3 des Bildschirm fehlt bei Opensuse 10.0

#1 Post by Tetz »

Hi,

ich hab ein etwas merkwürdiges Problem.
Nach der Installation von Opensuse 10.0 sieht mein Bildschirm wie folgt aus
Image

meine xorg.conf sieht so aus:

Code: Select all

Section "ServerFlags"
  Option       "AllowMouseOpenFail"
EndSection

Section "Module"
  Load         "type1"
  Load         "dbe"
  Load         "freetype"
  Load         "glx"
  Load         "v4l"
  Load         "extmod"
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 Generic Explorer Mouse"
  Option       "Protocol" "explorerps/2"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
  DisplaySize  370 300
  HorizSync    28-80
  Identifier   "Monitor[0]"
  ModelName    "TARGA VISIONA RY LCD 19-1"
  Option       "DPMS"
  VendorName   "TAR"
  VertRefresh  43-80
  UseModes     "Modes[0]"
EndSection

Section "Modes"
  Identifier   "Modes[0]"
  Modeline "1280x1024" 125.14 1280 1400 1536 1712 1024 1025 1028 1065
  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" 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" 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" 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" 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" 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" 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" 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      "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "800x600" "768x576" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "800x600" "768x576" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "800x600" "768x576" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      32
    Modes      "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "800x600" "768x576" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      8
    Modes      "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "800x600" "768x576" "640x480" 
  EndSubSection
  Device       "Device[0]"
  Identifier   "Screen[0]"
  Monitor      "Monitor[0]"
EndSection

Section "Device"
  BoardName    "GeForce3 Ti 200"
  BusID        "1:0:0"
  Driver       "nvidia"
  Identifier   "Device[0]"
  #Option       "NvAGP" "2"
  #Option       "NvAGP" "0"
  #Option       "NvAGP" "3"
  #Option       "NvAGP" "1"
  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"
EndSection
Diesen Effekt hatte ich noch nie beim einrichten von X11.
Hab ne Geforce 3 Ti 200 mit 7667 treibern.
DisplaySize hatte ich mal auskommentiert und irgendwann gings, aber seit der einrichtung der nvidia Treiber beibt es so, egal was ich mache.

Gruss
Tetz

doppelzopf
Posts: 51
Joined: 07. Apr 2002 0:55

#2 Post by doppelzopf »

hallo,

kannst du mit dem mauszeiger in den schwarzen bereich ?

mg dZ

Tetz
Posts: 3
Joined: 08. Dec 2005 22:52

#3 Post by Tetz »

Nein,
der schwarze Bereich ist ausserhalb vom Desktop.
WEnn ich die Monitoreinstellung benutze um das Bild zu korrigieren und es soweit wie möglich nach links geschoben habe, dann ist der schwarze Bereich immer noch 1/4 des Bildschirms.

Tetz

doppelzopf
Posts: 51
Joined: 07. Apr 2002 0:55

#4 Post by doppelzopf »

hallo,
ich bilde mir ein, hab schon lange keine suse mehr, dass man mit SAX (wenns noch so heisst) das bild positionieren konnte.
dh. monitoreinstellungenwieder auf 0 verschiebung setzten. kann aber auch sein dass ich mich irre.

dZ

Tetz
Posts: 3
Joined: 08. Dec 2005 22:52

#5 Post by Tetz »

DIe Positionierung funktioniert bei mir nicht.

Wenn ich das Bild nach links verschieben will und auf den Linken Pfeil klicke, dann kommt für ca. eine sekunde die Korrigierte Positionierung, aber dann sprint es wieder auf die vorherige Position zurück.

Weitere klicks bewirken rein gar nichts. :?

Post Reply