Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: [7.10]Rendering Direct probleem ?  (gelezen 591 keer)

geox

  • Gast
[7.10]Rendering Direct probleem ?
« Gepost op: 2007/11/30, 21:26:59 »
k heb nu ubuntu 7.10 geinstaleerd en toen mijn restricted nvidia driver voor 6800 gt. Toen ik glxinfo | grep rendering uitvoerde gaf em "direct rendering: yes" aan maar nadat ik compiz fusion instaleerde en starte geeft em dit aan. "direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)".

geox@geox-desktop:/$ lsmod | grep nvidia
nvidia 6221648 34
agpgart 35016 2 nvidia,amd64_agp
i2c_core 26112 2 nvidia,i2c_nforce2

hier is het resultaat van glxinfo :

name of display: :1.0
display: :1 screen: 0
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
server glx vendor string: SGI
server glx version string: 1.2

en hier met glxinfo -display :0 :

name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4

Weet misschien iemand hoe dat komt en hoe ik mss kan oplossen ?

Offline Johan van Dijk

  • Administrator
    • johanvandijk
[7.10]Rendering Direct probleem ?
« Reactie #1 Gepost op: 2007/11/30, 21:35:13 »
Welkom :)

Heb je misschien het pakket xserver-xgl geïnstalleerd? Dat kan je probleem veroorzaken.
Welke driver voor je videokaart gebruik je?
Plaats het bestand /etc/X11/xorg.conf ook eens hier, tussen [code ][/code ] tags. (zonder de spaties)

geox

  • Gast
[7.10]Rendering Direct probleem ?
« Reactie #2 Gepost op: 2007/11/30, 21:47:53 »
Merci , ik zal hier nog wat vaker op dit forum rond snuffelen.
Ja ik heb xserver-xgl geinstaleerd!
en ik gebruik de restricted driver van nvidia (wss de laatste nieuwe )

# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "be"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"        "/dev/input/mice"
        Option          "Protocol"      "ImPS/2"
        Option          "ZAxisMapping"  "4 5"
        Option          "Emulate3Buttons"       "true"
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "stylus"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"  "stylus"
        Option          "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "eraser"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"  "eraser"
        Option          "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "cursor"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"  "cursor"
        Option          "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection

Section "Device"
        Identifier      "nVidia Corporation NV40 [GeForce 6800 GT]"
        Driver          "nvidia"
        Busid           "PCI:1:0:0"
        Option          "AddARGBVisuals"        "True"
        Option          "AddARGBGLXVisuals"     "True"
        Option          "NoLogo"        "True"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        Option          "DPMS"
        Horizsync       30-70
        Vertrefresh     50-160
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "nVidia Corporation NV40 [GeForce 6800 GT]"
        Monitor         "Generic Monitor"
        Defaultdepth    24
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
  screen "Default Screen"
        Inputdevice     "Generic Keyboard"
        Inputdevice     "Configured Mouse"

        # Uncomment if you have a wacom tablet
        #       InputDevice     "stylus"        "SendCoreEvents"
        #       InputDevice     "cursor"        "SendCoreEvents"
        #       InputDevice     "eraser"        "SendCoreEvents"
EndSection
Section "Module"
        Load            "glx"
EndSection

Offline profoX

  • Lid
    • wesley
    • Lionslink
[7.10]Rendering Direct probleem ?
« Reactie #3 Gepost op: 2007/12/01, 00:27:11 »
Waarom gebruik je Xgl? is een erg "verouderde" methode, toch zeker voor nvidia-glx-new..
graag xserver-xgl weer verwijderen van je systeem.. nvidia-glx-new heeft dat niet nodig
Human Knowledge Belongs To The World -- Antitrust (2001)
Nederlandstalige Ubuntu documentatie van Ubuntu-NL (wiki)