Nieuws:

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

Auteur Topic: Trident dri-driver in gebruik nemen.  (gelezen 1498 keer)

Trident dri-driver in gebruik nemen.
« Gepost op: 2007/06/23, 11:39:17 »
Hoi,

Ik heb een trident grafische kaart. Volgens google moet ik de driver trident_dri.so gebruiken om te zorgen dat ik direct rendering heb.
Nu, dit bestand staat in /usr/lib/dri zoals het hoort maar hoe weet ik of die ook gebruikt wordt? Ik heb namelijk nog altijd geen direct rendering.

xorf.conf:
dadio@Toshiba-Satellite:~$ cat /etc/X11/xorg.conf
# /etc/X11/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(5) 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"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "us"
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"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option          "HorizScrollDelta"      "0"
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      "Generieke videokaart"
        Driver          "trident"
        BusID           "PCI:1:0:0"
EndSection

Section "Monitor"
        Identifier      "Generieke beeldscherm"
        Option          "DPMS"
        HorizSync       28-51
        VertRefresh     43-60
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Generieke videokaart"
        Monitor         "Generieke beeldscherm"
        DefaultDepth    24
        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           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "stylus"        "SendCoreEvents"
        InputDevice     "cursor"        "SendCoreEvents"
        InputDevice     "eraser"        "SendCoreEvents"
        InputDevice     "Synaptics Touchpad"
EndSection

Section "DRI"
        Mode    0666
EndSection

dadio@Toshiba-Satellite:~$ glxinfo | grep rendering
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)

Offline Kiwinote

  • Lid
    • Launchpad
Trident dri-driver in gebruik nemen.
« Reactie #1 Gepost op: 2007/06/23, 12:19:26 »
Je kan ook bij "sudo dpkg-reconfigure xserver-xorg" trident uitkiezen.

Trident dri-driver in gebruik nemen.
« Reactie #2 Gepost op: 2007/06/23, 22:09:32 »
Citaat van: Kiwinote
Je kan ook bij "sudo dpkg-reconfigure xserver-xorg" trident uitkiezen.
Klopt, dat heb ik ook gedaan. In de xorg.conf kan je ook zien dat er als driver trident gebruikt wordt maar ik heb geen direct rendering. Volgens de info die ik op google vind zijn er twee soorten van drivers. trident.o voor de xorg-driver en de trident.so voor de dri-driver. Deze laatse wordt niet ingeladen volgens mij. Ik zie hem ook niet bij modprobe -l. Maar ik kan hem ook niet modproben.

Volgens de google-info moet de driver gewoon in de juiste dir staan. Maar toch heb ik geen direct rendering... :(

Offline Kiwinote

  • Lid
    • Launchpad
Trident dri-driver in gebruik nemen.
« Reactie #3 Gepost op: 2007/06/23, 22:23:43 »
Citaat van: Dadio
Citaat van: Kiwinote
Je kan ook bij "sudo dpkg-reconfigure xserver-xorg" trident uitkiezen.
Klopt, dat heb ik ook gedaan. In de xorg.conf kan je ook zien dat er als driver trident gebruikt wordt (...)
Sorry, niet goed genoeg gekeken. Ik zou niet weten hoe je die direct rendering aan krijgt..

Trident dri-driver in gebruik nemen.
« Reactie #4 Gepost op: 2007/06/23, 22:51:06 »
Citaat van: Kiwinote
Citaat van: Dadio
Citaat van: Kiwinote
Je kan ook bij "sudo dpkg-reconfigure xserver-xorg" trident uitkiezen.
Klopt, dat heb ik ook gedaan. In de xorg.conf kan je ook zien dat er als driver trident gebruikt wordt (...)
Sorry, niet goed genoeg gekeken. Ik zou niet weten hoe je die direct rendering aan krijgt..
Ik zal het niemand kwalijk nemen. Ik heb zelf al meer dan genoeg van mijn tijd er in gestoken. Gewoon spijtig dat ik nu voel dat ik er zo kort bij ben maar er toch niet niet kom...

Offline Kiwinote

  • Lid
    • Launchpad
Trident dri-driver in gebruik nemen.
« Reactie #5 Gepost op: 2007/06/24, 06:44:49 »
Een oplossing is het niet echt, maar misschien dat http://ubuntuforums.org/showthread.php?t=211937 je verder op weg brengt. Of http://ubuntuforums.org/showthread.php?t=215708&highlight=trident+dri . Je bent duidelijk niet de enige die het niet aan de praat krijt...

tipar

  • Gast
Trident dri-driver in gebruik nemen.
« Reactie #6 Gepost op: 2007/06/27, 17:53:03 »
Je hebt toevallig toch niet Xgl draaien ? Want dan staat direct rendering altijd op no.

Trident dri-driver in gebruik nemen.
« Reactie #7 Gepost op: 2007/06/27, 18:37:54 »
Citaat van: tipar
Je hebt toevallig toch niet Xgl draaien ? Want dan staat direct rendering altijd op no.
Ik heb in synaptic naar Xgl gezocht en de xserver-xgl is niet geïnstalleerd.