Anzeige:
Ergebnis 1 bis 5 von 5

Thema: Suse Linux 10.1 + ati radeon x850pro agp -falsche auflösung

  1. #1
    Registrierter Benutzer Avatar von (_.-._TiC_.-._)
    Registriert seit
    Sep 2002
    Ort
    Memmelsdorf
    Beiträge
    64

    Thumbs down Suse Linux 10.1 + ati radeon x850pro agp -falsche auflösung

    Hi,

    erstmal mein Problem.
    Habe den zurzeit aktuellsten ati treiber installiert "8.27.10" (x86).
    fglrx in init 3 mode installiert und die 3d-beschleunigung hat bei ner auflösung von 800x600 korrekt funktioniert. (im cedega den video test gemacht!!)

    Aber da ich einen 21 Zoll Monitor besitze ist diese Auflösung doch eher augenzerstörent
    Stelle ich allerdings die auflösung mittels sax2 oder !!! manuel über die xorg.conf file auf ner anderen auflösung, funktioniert die beschleunigung nicht mehr. erst wieder, wenn ich auf 800x600 zurückstell. Wie kann das sein???

    Hier Meine daten und einstellungen.:
    Suse Linux 10.1
    AMD Athlon XP 2500+
    Connect3d Radeon X850Pro AGP 256 MB
    xwindow ist kde
    Kernel ist standart (nicht aktuallisiert über YOU)
    Ausgabe von fglrxinfo :
    Code:
    tic@tic-linux:~> fglrxinfo
    display: :0.0  screen: 0
    OpenGL vendor string: ATI Technologies Inc.
    OpenGL renderer string: RADEON X850 PRO Generic
    OpenGL version string: 2.0.5946 (8.27.10)
    Ausgabe von glxinfo : (der wichtige teil)
    Code:
    OpenGL vendor string: ATI Technologies Inc.
    OpenGL renderer string: RADEON X850 PRO Generic
    OpenGL version string: 2.0.5946 (8.27.10)
    Und hier meine xorg.conf, wenn auf 800x600 und 3d funzt
    Code:
    # /.../
    # SaX generated X11 config file
    # Created on: 2006-08-07T11:13:42+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 [SaX2] (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 "Module"
      Load         "dbe"
      Load         "type1"
      Load         "freetype"
      Load         "extmod"
      Load         "glx"
      Load         "v4l"
      Load         "dri"
    EndSection
    
    Section "ServerFlags"
      Option       "AllowMouseOpenFail" "on"
    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" "10"
      Option       "Device" "/dev/input/mice"
      Option       "Name" "Logitech USB-PS/2 Optical Mouse"
      Option       "Protocol" "explorerps/2"
      Option       "Vendor" "Sysp"
      Option       "ZAxisMapping" "4 5"
    EndSection
    
    
    Section "Monitor"
      Option       "CalcAlgorithm" "XServerPool"
      HorizSync    31-38
      Identifier   "Monitor[0]"
      ModelName    "800X600@60HZ"
      Option       "DPMS"
      VendorName   "--> VESA"
      VertRefresh  50-60
      UseModes     "Modes[0]"
    EndSection
    
    
    Section "Modes"
      Identifier   "Modes[0]"
    EndSection
    
    
    Section "Device"
      BoardName    "Radeon X850 PRO (R480) (AGP)"
      BusID        "3:0:0"
      Driver       "fglrx"
      Identifier   "Device[0]"
      #Option       "NoDDC"
      Option       "UseInternalAGPGART" "no"
      Option       "no_accel" "no"
      Option       "no_dri" "no"
      Option       "mtrr" "off"
      Option       "ScreenOverlap" "0"
      Option       "GammaCorrectionI" "0x00000000"
      Option       "GammaCorrectionII" "0x00000000"
      Option       "Capabilities" "0x00000000"
      Option       "CapabilitiesEx" "0x00000000"
      Option       "VideoOverlay" "on"
      Option       "OpenGLOverlay" "off"
      Option       "CenterMode" "off"
      Option       "PseudoColorVisuals" "off"
      Option       "Stereo" "off"
      Option       "StereoSyncEnable" "1"
      Option       "FSAAEnable" "no"
      Option       "FSAAScale" "1"
      Option       "FSAADisableGamma" "no"
      Option       "FSAACustomizeMSPos" "no"
      Option       "FSAAMSPosX0" "0.000000"
      Option       "FSAAMSPosY0" "0.000000"
      Option       "FSAAMSPosX1" "0.000000"
      Option       "FSAAMSPosY1" "0.000000"
      Option       "FSAAMSPosX2" "0.000000"
      Option       "FSAAMSPosY2" "0.000000"
      Option       "FSAAMSPosX3" "0.000000"
      Option       "FSAAMSPosY3" "0.000000"
      Option       "FSAAMSPosX4" "0.000000"
      Option       "FSAAMSPosY4" "0.000000"
      Option       "FSAAMSPosX5" "0.000000"
      Option       "FSAAMSPosY5" "0.000000"
      Option       "UseFastTLS" "0"
      Option       "BlockSignalsOnLock" "on"
      Option       "ForceGenericCPU" "no"
      Option       "KernelModuleParm" "agplock=0"
      VendorName   "ATI"
    EndSection
    
    
    Section "Screen"
      DefaultDepth 24
      SubSection "Display"
        Depth      15
        Modes      "800x600"
      EndSubSection
      SubSection "Display"
        Depth      16
        Modes      "800x600"
      EndSubSection
      SubSection "Display"
        Depth      24
        Modes      "800x600"
      EndSubSection
      SubSection "Display"
        Depth      8
        Modes      "800x600"
      EndSubSection
      Device       "Device[0]"
      Identifier   "Screen[0]"
      Monitor      "Monitor[0]"
    EndSection
    
    
    Section "ServerLayout"
      Identifier   "Layout[all]"
      InputDevice  "Keyboard[0]" "CoreKeyboard"
      InputDevice  "Mouse[1]" "CorePointer"
      Screen       "Screen[0]"
    EndSection
    
    
    Section "DRI"
        Group      "video"
        Mode       0660
    EndSection
    Und Hier meine xorg.conf mit einer Auflösung von 1280x1024 und 3d funzt nicht
    Code:
    # /.../
    # SaX generated X11 config file
    # Created on: 2006-08-07T11:13:42+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 [SaX2] (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 "Module"
      Load         "dbe"
      Load         "type1"
      Load         "freetype"
      Load         "extmod"
      Load         "glx"
      Load         "v4l"
      Load         "dri"
    EndSection
    
    Section "ServerFlags"
      Option       "AllowMouseOpenFail" "on"
    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" "10"
      Option       "Device" "/dev/input/mice"
      Option       "Name" "Logitech USB-PS/2 Optical Mouse"
      Option       "Protocol" "explorerps/2"
      Option       "Vendor" "Sysp"
      Option       "ZAxisMapping" "4 5"
    EndSection
    
    
    Section "Monitor"
      Option       "CalcAlgorithm" "XServerPool"
      HorizSync    30-80
      Identifier   "Monitor[0]"
      ModelName    "1280x1024@122HZ"
      Option       "DPMS"
      VendorName   "--> VESA"
      VertRefresh  50-122
      UseModes     "Modes[0]"
    EndSection
    
    
    Section "Modes"
      Identifier   "Modes[0]"
        Modeline "1280x10242" 121.35 1280 1368 1504 1728 1024 1025 1028 1064
    EndSection
    
    
    Section "Device"
      BoardName    "Radeon X850 PRO (R480) (AGP)"
      BusID        "3:0:0"
      Driver       "fglrx"
      Identifier   "Device[0]"
      #Option       "NoDDC"
      Option       "UseInternalAGPGART" "no"
      Option       "no_accel" "no"
      Option       "no_dri" "no"
      Option       "mtrr" "off"
      Option       "ScreenOverlap" "0"
      Option       "GammaCorrectionI" "0x00000000"
      Option       "GammaCorrectionII" "0x00000000"
      Option       "Capabilities" "0x00000000"
      Option       "CapabilitiesEx" "0x00000000"
      Option       "VideoOverlay" "on"
      Option       "OpenGLOverlay" "off"
      Option       "CenterMode" "off"
      Option       "PseudoColorVisuals" "off"
      Option       "Stereo" "off"
      Option       "StereoSyncEnable" "1"
      Option       "FSAAEnable" "no"
      Option       "FSAAScale" "1"
      Option       "FSAADisableGamma" "no"
      Option       "FSAACustomizeMSPos" "no"
      Option       "FSAAMSPosX0" "0.000000"
      Option       "FSAAMSPosY0" "0.000000"
      Option       "FSAAMSPosX1" "0.000000"
      Option       "FSAAMSPosY1" "0.000000"
      Option       "FSAAMSPosX2" "0.000000"
      Option       "FSAAMSPosY2" "0.000000"
      Option       "FSAAMSPosX3" "0.000000"
      Option       "FSAAMSPosY3" "0.000000"
      Option       "FSAAMSPosX4" "0.000000"
      Option       "FSAAMSPosY4" "0.000000"
      Option       "FSAAMSPosX5" "0.000000"
      Option       "FSAAMSPosY5" "0.000000"
      Option       "UseFastTLS" "0"
      Option       "BlockSignalsOnLock" "on"
      Option       "ForceGenericCPU" "no"
      Option       "KernelModuleParm" "agplock=0"
      VendorName   "ATI"
    EndSection
    
    
    Section "Screen"
      DefaultDepth 24
      SubSection "Display"
        Depth      15
        Modes      "800x600"
      EndSubSection
      SubSection "Display"
        Depth      16
        Modes      "800x600"
      EndSubSection
      SubSection "Display"
        Depth      24
        Modes      "1280x1024" "800x600"
      EndSubSection
      SubSection "Display"
        Depth      8
        Modes      "800x600"
      EndSubSection
      Device       "Device[0]"
      Identifier   "Screen[0]"
      Monitor      "Monitor[0]"
    EndSection
    
    
    Section "ServerLayout"
      Identifier   "Layout[all]"
      InputDevice  "Keyboard[0]" "CoreKeyboard"
      InputDevice  "Mouse[1]" "CorePointer"
      Screen       "Screen[0]"
    EndSection
    
    
    Section "DRI"
        Group      "video"
        Mode       0660
    EndSection
    Habe alles was ich denke, benötigt wird angegeben, wenn noch etwas benötigt wird, dann bitte bescheid sagen.
    Ich hoffe jemand kann mir helfen, hab die ganze nacht daran gesessen, und will endlich zoggn
    Danke schon im vorraus
    jimmy
    Wenn ich es nicht weiß, dann weiß es ein anderer

  2. #2
    Gebürtiger C64'er Avatar von gadget
    Registriert seit
    Jul 2004
    Beiträge
    3.513
    Hi,

    ich glaube ja selbst nicht, dass es das sein sollte, aber korrigiere das mal:

    Code:
    Section "Modes"
      Identifier   "Modes[0]"
        Modeline "1280x10242" 121.35 1280 1368 1504 1728 1024 1025 1028 1064
    EndSection
    Ich habe eine Radeon 9200. Bei mir schaut die Section Device so aus:
    Code:
    Section "Device"
        Identifier      "ATI Technologies, Inc. M9+ 5C61 [Radeon Mobility 9200 (AGP)]"
        Driver          "fglrx"
        Option         "VideoOverlay" "on" 
        Option         "OpenGLOverlay"   "off"
    EndSection
    Vielleicht kommentierst Du mal alle nicht unbedingt notwendigen Zeilen aus.

    Gruß,
    gadget
    Debian GNU/Linux - what else?

  3. #3
    Sodom
    Gast
    Ich habe auch eine ATI 850-er. Ich habe mir das rpm Setup geholt und bei der Insall, mit reingehauen. Es funzt alles.

  4. #4
    Doctor Notes Avatar von zeromancer1972
    Registriert seit
    Jul 2006
    Ort
    ~/Dresden
    Beiträge
    1.794
    Vielleicht nur eine andere Sichtweise und ein Denkanstoß:
    Ich habe zwar ne NVIDIA (auch nicht ganz ohne die Config...) und mein Problem war genau andersherum (hohe Auflösung 1280x1024 = super, 1024x768 = bäh), aber es lag am falsch konfigurierten Screen. Wenn ich mir Deine xorg.conf so ansehe, dann sehe ich da als Monitor-Modell "Vesa" - das kann icht gutgehen, da dort die Wald-und-Wiesen-Frequenzen eingestellt sind. Entweder Du findest das Teil in der Liste von Sax2 oder aber Du kennst die genauen Frequenzen bei eben dieser Wunschauflösung. Andernfalls wirst Du es nicht zum Ticken bringen.

    Ach und noch etwas: wie startest Du denn Sax2, wenn Du konfigurierst? Mit dem ATI-Modul?
    Keine Ahnung, wie das Modul heisst, ich tippe mal auf

    sax2 -r -m 0=fglrx
    Geändert von zeromancer1972 (09.08.06 um 23:05 Uhr)
    Kneel and disconnect
    And waste another year
    Fill the application
    Start a new career

  5. #5
    Registrierter Benutzer Avatar von (_.-._TiC_.-._)
    Registriert seit
    Sep 2002
    Ort
    Memmelsdorf
    Beiträge
    64
    Hi, danke für die vielen antworten, aber daß die 3D Beschleunigung nicht aktiviert sei, war nur ne fehlinformation von cedega. Wenn ich ut und diablo 2 starte, dann funzt alles.
    Habe 2 tage umsonst daran gearbeitet, obwohl alles funzt.


    nochmals vielen dank.

    Jimmy
    Wenn ich es nicht weiß, dann weiß es ein anderer

Ähnliche Themen

  1. [kernel 2.6.7 und suse9.0] Problem mit hotplug/udev? Kann booten, aber ....
    Von carnil im Forum Kompilieren von Kernel und Sourcen
    Antworten: 14
    Letzter Beitrag: 29.03.06, 10:33
  2. Allgemeine Frage, aber wichtig fuer mich!
    Von PCMCIA im Forum Linux Allgemein
    Antworten: 22
    Letzter Beitrag: 24.01.06, 21:21
  3. verbindung bricht alle 20minuten ab :-(
    Von luckystrikerulz im Forum Anbindung an die Aussenwelt
    Antworten: 4
    Letzter Beitrag: 26.11.05, 13:29
  4. Tragebarer Mp3Player
    Von Coolzero im Forum stationäre Hardware
    Antworten: 18
    Letzter Beitrag: 14.08.04, 13:09
  5. nv geht nvidia nicht
    Von |udoseggel| im Forum X-Konfiguration
    Antworten: 25
    Letzter Beitrag: 09.08.03, 18:49

Lesezeichen

Berechtigungen

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