Computerhilfen.de Logo
Forum
Tipps
News
Frage stellen

Suse: KOnfiguration der 3d grafik mit dual head

seit ein paar tagen versuche ich meinen dual head (crt monitor und tv) zum laufen zu bringen, schaffe das aber leider nicht. der crt monitor läuft bereits wie gewünscht mit 3d und max auflösung 1280X1024. was leider nicht optimal läuft ist der tv (max auflösung 800x600). dort ist das angezeigt bild zu gross, sprich passt horizontal und vertikal nicht auf den tv monitor.

meine graka: radeon x800 von ati
mein system linux suse 10.2

meine /etc/X11/XF86Config :
 
# /.../
# SaX generated X11 config file
# Created on: 2007-03-05T12:51:28+0100.
#
# Version: 8.1
# Contact: Marcus Schaefer <[email protected]>, 2005
# Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
#
# Automatically generated by [ISaX] (8.1)
# PLEASE DO NOT EDIT THIS FILE!
#

Section "ServerLayout"
   Identifier     "Layout[all]"
   Screen      0  "aticonfig-Screen[0]" 0 0
   InputDevice    "Keyboard[0]" "CoreKeyboard"
   InputDevice    "Mouse[1]" "CorePointer"
   Option       "Clone" "off"
   Option       "Xinerama" "off"
EndSection

Section "Files"
   InputDevices   "/dev/gpmdata"
   InputDevices   "/dev/input/mice"
   FontPath     "/usr/share/fonts/misc:unscaled"
   FontPath     "/usr/share/fonts/local"
   FontPath     "/usr/share/fonts/75dpi:unscaled"
   FontPath     "/usr/share/fonts/100dpi:unscaled"
   FontPath     "/usr/share/fonts/Type1"
   FontPath     "/usr/share/fonts/URW"
   FontPath     "/usr/share/fonts/Speedo"
   FontPath     "/usr/share/fonts/PEX"
   FontPath     "/usr/share/fonts/cyrillic"
   FontPath     "/usr/share/fonts/latin2/misc:unscaled"
   FontPath     "/usr/share/fonts/latin2/75dpi:unscaled"
   FontPath     "/usr/share/fonts/latin2/100dpi:unscaled"
   FontPath     "/usr/share/fonts/latin2/Type1"
   FontPath     "/usr/share/fonts/latin7/75dpi:unscaled"
   FontPath     "/usr/share/fonts/baekmuk:unscaled"
   FontPath     "/usr/share/fonts/japanese:unscaled"
   FontPath     "/usr/share/fonts/kwintv"
   FontPath     "/usr/share/fonts/truetype"
   FontPath     "/usr/share/fonts/uni:unscaled"
   FontPath     "/usr/share/fonts/CID"
   FontPath     "/usr/share/fonts/ucs/misc:unscaled"
   FontPath     "/usr/share/fonts/ucs/75dpi:unscaled"
   FontPath     "/usr/share/fonts/ucs/100dpi:unscaled"
   FontPath     "/usr/share/fonts/hellas/misc:unscaled"
   FontPath     "/usr/share/fonts/hellas/75dpi:unscaled"
   FontPath     "/usr/share/fonts/hellas/100dpi:unscaled"
   FontPath     "/usr/share/fonts/hellas/Type1"
   FontPath     "/usr/share/fonts/misc/sgi:unscaled"
   FontPath     "/usr/share/fonts/xtest"
   FontPath     "/opt/kde3/share/fonts"
   FontPath     "unix/:7100"
EndSection

Section "Module"
   Load  "glx"
   Load  "type1"
   Load  "extmod"
   Load  "dbe"
   Load  "freetype"
   Load  "v4l"
EndSection

Section "ServerFlags"
   Option       "AllowMouseOpenFail" "on"
EndSection

Section "InputDevice"
   Identifier  "Keyboard[0]"
   Driver      "kbd"
   Option       "Protocol" "Standard"
   Option       "XkbLayout" "de"
   Option       "XkbModel" "microsoft"
   Option       "XkbRules" "xfree86"
   Option       "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
   Identifier  "Mouse[1]"
   Driver      "mouse"
   Option       "Buttons" "12"
   Option       "Device" "/dev/input/mice"
   Option       "InputFashion" "Mouse"
   Option       "Name" "Logitech;MediaPlay"
   Option       "Protocol" "explorerps/2"
   Option       "Vendor" "Sysp"
   Option       "ZAxisMapping" "4 5"
EndSection

Section "Modes"
   Identifier     "Modes[0]"
   ModeLine     "1280x1024" 108.9 1280 1360 1496 1712 1024 1025 1028 1060
   ModeLine     "1280x960" 102.1 1280 1360 1496 1712 960 961 964 994
   ModeLine     "1280x800" 83.5 1280 1344 1480 1680 800 801 804 828
   ModeLine     "1152x864" 81.6 1152 1216 1336 1520 864 865 868 895
   ModeLine     "1280x768" 80.1 1280 1344 1480 1680 768 769 772 795
   ModeLine     "1024x768" 64.1 1024 1080 1184 1344 768 769 772 795
   ModeLine     "1280x600" 61.5 1280 1336 1464 1648 600 601 604 622
   ModeLine     "1024x600" 49.0 1024 1064 1168 1312 600 601 604 622
   ModeLine     "800x600" 38.2 800 832 912 1024 600 601 604 622
   ModeLine     "768x576" 35.0 768 792 872 976 576 577 580 597
   ModeLine     "640x480" 23.9 640 656 720 800 480 481 484 497
   ModeLine     "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
EndSection

Section "Monitor"
   Identifier   "Monitor[0]"
   VendorName   "--> VESA"
   ModelName    "1280X1024@60HZ"
   UseModes     "Modes[0]"
   DisplaySize  305   230
   HorizSync    29.0 - 64.0
   VertRefresh  50.0 - 60.0
EndSection

Section "Monitor"
   Identifier   "aticonfig-Monitor[0]"
   Option       "VendorName" "ATI Proprietary Driver"
   Option       "ModelName" "Generic Autodetecting Monitor"
   Option       "DPMS" "true"
EndSection

Section "Device"
   Identifier  "Device[0]"
   Driver      "fglrx"
   VendorName  "ATI"
   BoardName   "Radeon X800 (R430) (PCIE)"
   BusID       "3:0:0"
   Option "FSAAScale" "0"
   
   Option "NoTV" "no"
    Option "TVStandard" "PAL-B"
    Option "TVHSizeAdj" "0"
    Option "TVVSizeAdj" "0"
    Option "TVHPosAdj" "0"
    Option "TVVPosAdj" "0"
    Option "TVHStartAdj" "0"
    Option "TVColorAdj" "0“
EndSection

Section "Device"
   Identifier  "aticonfig-Device[0]"
   Driver      "fglrx"
   Option "FSAAScale" "6"
EndSection

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

Section "Screen"
   Identifier "aticonfig-Screen[0]"
   Device     "aticonfig-Device[0]"
   Monitor    "aticonfig-Monitor[0]"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection

Section "DRI"
   Group        "video"
   Mode         0660
EndSection


Antworten zu Suse: KOnfiguration der 3d grafik mit dual head:

Hat dir diese Antwort geholfen?

Danke ButtonHilfreiche Antwort Button

Hallo,

dann musst Du etwas mit den Optionen spielen bis es passt. Der Zuständige Block aus der xorg.conf:

   Option "NoTV" "no"
    Option "TVStandard" "PAL-B"
    Option "TVHSizeAdj" "0"
    Option "TVVSizeAdj" "0"
    Option "TVHPosAdj" "0"
    Option "TVVPosAdj" "0"
    Option "TVHStartAdj" "0"
    Option "TVColorAdj" "0“
EndSection

z.B. statt 0 mal den betreffenden Wert mit -5 versuchen und nur in kleinen Schritten ändern. Der Xserver ist nach der Änderung neu zu starten, damit die Änderung wirksam wird.


Have Fun

hab das nun mal mit den werten -5 und -15 jeweis für die hsize und vsize und trotzdem kam keine änderung. ja ich habe danach rebootet.... also daran lag es scheinbar nicht...


« Suse: Iso mounten.Suse: HP 930c unter Suse 10.2 »
 

Schnelle Hilfe: Hier nach ähnlichen Fragen und passenden Tipps suchen!

Fremdwörter? Erklärungen im Lexikon!
Beta Version
Unter einer Beta Version versteht man ein Programm, das sich in einer Testphase, also noch vor der finalen Version, die veröffentlicht wird, befindet. Allgemein wird...

Bulk Version
Eine Bulk-Version ist nicht für den Einzelverkauf gedacht, sondern für Händler, die daraus ein Komplettangebot zusammenstellen. Oft erhält man nur die...

Retail Version
Eine Ware ist eine Retail-Version (oder auch "Kit-Version" genannt), wenn sie für den Endverbraucher bestimmt ist. Im Grunde kauft der Kunde im Laden immer die Retai...