Anzeige:
Ergebnis 1 bis 4 von 4

Thema: Keine 3D-Beschleunigung auf 2. Grafikkarte

  1. #1
    /linux/user Avatar von torsten_boese
    Registriert seit
    Dec 2003
    Beiträge
    681

    Keine 3D-Beschleunigung auf 2. Grafikkarte

    Hallo,

    ich nutze debian lenny und habe in meine Rechner eine Geforce6600 und eine Radeon 7000 Grafikkarte. Für die Geforce habe ich die Treiber von Nvidia installiert und für die Radeon habe ich die freien radeon Treiber über apt installiert. Auf der Nvidia Karte funktioniert die 3D-beschleunigung, bei der Radeon nicht...
    ein glxgears bringt folgende Ausgabe:
    Code:
    torsten@workstation:~$ glxgears
    Error: couldn't get an RGB, Double-buffered visual
    ein glxinfo zeigt:
    Code:
    torsten@workstation:~$ 
    Error: couldn't find RGB GLX visual
    direct rendering: Yes
    direct rendering: Yes
    Beide befehle habe ich auf dem Xserver eingegeben der von der Radeon gesteuert wird...

    wenn ich auf der Radeon glest starten will bekomme ich folgende meldung:
    Code:
    torsten@workstation:~$ glest
    Exception: Couldn't set video mode 1024x768 (32bpp 0 stencil 16 depth-buffer). SDL Error is: Couldn't find matching GLX visual
    hier noch meine xorg.conf:
    Code:
    Section "Files"
    
    			# local font server
    	# if the local font server has problems, we can fall back on these
        FontPath        "unix/:7110"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/share/fonts/X11/CID"
        FontPath        "/usr/lib/X11/fonts/CID"
        FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
    EndSection
    
    Section "Module"
    
    #	Load	"GLcore"
        Load           "bitmap"
        Load           "dbe"
        Load           "ddc"
    #	Load	"dri"
        Load           "extmod"
        Load           "freetype"
        Load           "glx"
        Load           "int10"
        Load           "record"
        Load           "type1"
        Load           "vbe"
    EndSection
    
    Section "InputDevice"
        Identifier     "Generic Keyboard"
        Driver         "keyboard"
        Option         "CoreKeyboard"
    #    Option         "XkbRules" "xfree86"
        Option         "XkbModel" "pc105"
        Option         "XkbLayout" "de"
    #    Option         "XkbVariant" "nodeadkeys"
    EndSection
    
    Section "InputDevice"
            Identifier      "Configured Mouse"
            Driver          "mouse"
            Option          "CorePointer"
    #        Option      	"Dev Name" "Logitech USB Receiver"
            Option          "Device"                "/dev/input/mice"
            Option          "Protocol"              "ExplorerPS/2"
            Option          "Emulate3Buttons"       "true"
    	Option      	"Buttons"      		"3"
    EndSection
    
    Section "Monitor"
    
    #  UseModes     "Modes[0]"
        Identifier     "LCD"
        VendorName     "--> VESA"
        ModelName      "1280X1024@60HZ"
        DisplaySize     320    240
        HorizSync       31.0 - 68.0
        VertRefresh     60.0
        Option         "CalcAlgorithm" "CheckDesktopGeometry"
    EndSection
    
    Section "Monitor"
    
    #  UseModes     "Modes[0]"
        Identifier     "Röhre"
        VendorName     "--> VESA"
        ModelName      "1600X1200@85HZ"
        DisplaySize     320    240
        HorizSync       31.0 - 115
        VertRefresh     85.0
    #    Gamma           2.03
        Option         "CalcAlgorithm" "CheckDesktopGeometry"
    EndSection
    
    Section "Monitor"
    
    #  UseModes     "Modes[0]"
        Identifier     "Röhreklein"
        VendorName     "--> VESA"
        ModelName      "1280X1024@60HZ"
        DisplaySize     320    240
        HorizSync       31.0 - 64,32
        VertRefresh     60.0
        Gamma           2.03
        Option         "CalcAlgorithm" "CheckDesktopGeometry"
    EndSection
    
    Section "Monitor"
    #  UseModes     "Modes[0]"
        Identifier     "Fernseher"
        VendorName     "--> VESA"
        ModelName      "800X600@60HZ"
        DisplaySize     320    240
        HorizSync       30 - 50
        VertRefresh     60.0
        Option         "CalcAlgorithm" "CheckDesktopGeometry"
    EndSection
    
    Section "Device"
        Identifier     "nvidia0"
        Driver         "nvidia"
        BusID          "PCI:1:0:0"
        Screen          0
    EndSection
    
    Section "Device"
        Identifier     "nvidia1"
        Driver         "nvidia"
        BusID          "PCI:1:0:0"
        Screen          1
    EndSection
    
    Section "Device"
        Identifier     "radeon0"
        Driver         "radeon"
        BusID	   "PCI:5:6:0"
        Screen          0
    EndSection
    
    Section "Device"
        Identifier     "radeon1"
        Driver         "radeon"
        BusID          "PCI:5:6:0"
        Screen          1
        Option "NoTV" "no" # auf no setzen
        Option "TVStandard" "PAL-B" # PAL-B das TV-Format hier
        Option "TVHStartAdj" "0"
        Option "ForceMonitors" "tv"
    #    Option "TwinView"
    #    Option "TwinViewOrientation" "Clone"
    #    Option "TVStandard" "PAL-G"
    #    Option "TVOutFormat" "SVIDEO"
    #    Option "TVOverScan" "1.0"
    #    Option "ConnectedMonitor" "TV"
    EndSection
    
    Section "Screen"
        Identifier     "Screen2"
        Device         "nvidia1"
        Monitor        "LCD"
        DefaultDepth    16
        Option         "DigitalVibrance" "integer"
        Option         "NvAgp" "1"
        SubSection     "Display"
            Depth       1
            Modes      "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection     "Display"
            Depth       4
            Modes      "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection     "Display"
            Depth       8
            Modes      "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection     "Display"
            Depth       15
            Modes      "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection     "Display"
            Depth       16
            Modes      "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection     "Display"
            Depth       24
            Modes      "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
    EndSection
    
    Section "Screen"
        Identifier     "Screen1"
        Device         "nvidia0"
        Monitor        "Röhre"
        DefaultDepth    16
        Option         "DigitalVibrance" "integer"
        Option         "NvAgp" "1"
        SubSection     "Display"
            Depth       1
            Modes      "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection     "Display"
            Depth       4
            Modes      "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection     "Display"
            Depth       8
            Modes      "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection     "Display"
            Depth       15
            Modes      "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection     "Display"
            Depth       16
            Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection     "Display"
            Depth       24
            Modes      "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
    EndSection
    
    
    Section "Screen"
        Identifier     "Screen0"
        Device         "radeon0"
        Monitor        "Röhreklein"
        DefaultDepth    16
        Option         "DigitalVibrance" "integer"
    #    Option         "NvAgp" "1"
        SubSection     "Display"
            Depth       1
            Modes      "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection     "Display"
            Depth       4
            Modes      "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection     "Display"
            Depth       8
            Modes      "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection     "Display"
            Depth       15
            Modes      "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection     "Display"
            Depth       16
            Modes      "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection     "Display"
            Depth       24
            Modes      "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
    EndSection
    
    
    Section "Screen"
        Identifier     "Screen3"
        Device         "radeon1"
        Monitor        "Fernseher"
       DefaultDepth    16
        SubSection "Display"
    		Depth		16
    		Modes		"800x600" "640x400"
       EndSubSection
    EndSection
    
    
    Section "ServerLayout"
    
    #    InputDevice    "Generic Mouse"
        Identifier     "Default Layout"
        Screen      "Screen0" 
        Screen      "Screen1" Below "Screen0"
        Screen	"Screen2" RightOF "Screen1"
    #    Screen      "Screen3" Above "Screen0"
        InputDevice    "Generic Keyboard"
        InputDevice    "Configured Mouse"
    EndSection
    Was muss ich ändrn damit auch auf der Radeon 3D-Beschleunigung geht?

  2. #2
    Registrierter Benutzer
    Registriert seit
    Apr 2003
    Ort
    Dreiländereck
    Beiträge
    195
    Ich bin mir nicht ganz sicher, aber meines wissens ist es für die radeon 7000 notwendig den bei Dir auskommentierten Eintrag

    Load "dri"

    zu aktivieren

    zudem brauchst Du auch noch folgendes


    Section "DRI"
    Mode 0666
    EndSection


    einfach zuletzt an die config anhängen

  3. #3
    /linux/user Avatar von torsten_boese
    Registriert seit
    Dec 2003
    Beiträge
    681
    hat leider nich gereicht ....
    der Fehler besteht immer noch...

    Weinn ich versuche Quake3 zu starten kommt folgendes:
    .
    .
    .
    Code:
    Couldn't get a visual
    ...WARNING: could not set the given mode (3)
    ----- CL_Shutdown -----
    RE_Shutdown( 1 )
    -----------------------
    ----- CL_Shutdown -----
    -----------------------
    Sys_Error: GLimp_Init() - could not load OpenGL subsystem
    Gibt es ATI spezifische opengl Pakete?

  4. #4
    Registrierter Benutzer
    Registriert seit
    Apr 2003
    Ort
    Dreiländereck
    Beiträge
    195
    Versuch mal
    modprobe drm und dann den X Server neu starten
    Obwohl ich vermute, dass das auch nichts bringt.


    Ich denke mal das beste wäre, wenn Du zum testen, mal die NVIDIA aus dem PC rausnimmst, und dann mal versuchst nur mit der RADEON 3D hinzubekommen.

    Die Fehlersuche erleichtert sich um einiges.

    Ach ja und falls bei Lenny das ähnlich ist wie bei gentoo mit dem opengl, dann kann es sein, dass sich die config mit einer nvidia und radeon gleichzeitig recht verkomplizieren könnte.
    Eine kleine Bemerkung dazu:
    Bei gentoo gibts einen Befehl der das opengl-device auswählt

    für die nvidia heisst der
    eselect opengl set nvidia

    und für alle radeon < 8500
    eselect opengl set xorg-x11

    und da ich auch ne alte Radeon 7500 und diverseste Nvidia Karten hab, hatte ich eben mal ein ähnliches Problem aber eben unter Gentoo.
    Ich hatte zuerst eine Nvidia im PC und hab dann die Nvidia gegen die Radeon 7500 getausch. Schön brav den Eintrag nvidia gegen ati getauscht, X neustart und glxinfo ausgeführt.
    Die Fehlermeldung war glaub ich so ziemlich die gleiche wie bei Dir.
    Dann hab ich mich an obige Befehle erinnert und den unteren ausgeführt. Und siehe da tata 3D war da. Leider weiss ich nichts genaueres zu Debian in diesem Fall.

    Aber versuch mal noch den driver radeon gegen ati zu tauschen obschon ich leidfer glaube , dass auch das nix nutzt
    Geändert von Littletux (11.12.07 um 14:42 Uhr)

Ähnliche Themen

  1. Was haltet ihr von WINDOWS ?
    Von Odin3011 im Forum Meldungen und Mitglieder
    Antworten: 144
    Letzter Beitrag: 06.11.07, 21:39
  2. Erfahrungsbericht:Ubuntu als Windows 98-Alternative
    Von stefan-tiger im Forum Linux Allgemein
    Antworten: 50
    Letzter Beitrag: 14.01.07, 17:03
  3. Einführung in das Concurrent Versions System (CVS)
    Von stokedfish im Forum Tipps und Tricks
    Antworten: 3
    Letzter Beitrag: 15.08.04, 13:30
  4. Oberfläche einer Unix/Linux-Kiste auf eine Windows-Kiste umleiten
    Von Payne im Forum Hier Suchen und Finden, Links, Tutorials
    Antworten: 1
    Letzter Beitrag: 23.05.03, 22:06
  5. rootkit im eprom
    Von howbye im Forum stationäre Hardware
    Antworten: 6
    Letzter Beitrag: 03.11.02, 11:56

Lesezeichen

Berechtigungen

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