Archiv > Development

Xorg Ist (fast) Fertig

<< < (23/49) > >>

MarMic:
hi claus,

wieder was intressantes gefunden,

dri und co

so wie ich das lese ist dri für 3d acceleration (das braucht man ja ansich nicht)

da steht etwas von wegen die treiber müssen zu den kernelmodulen passen!? aber im gleichen atemzug nimmt man sich doch die treiber aus dem kernel ordner, oder meinen die andere treiber?! (vllt *_drv.so)

greetz

clausmuus:
ich denke die meinen die *_drv.so
Am einfachsten lässt sich herausfinden ob wir dri brauchen, indem man einmal TV schaut mit xorg-dri und einmal ohne xorg-dri, und dabei die Systemlast beobachtet.

Claus

MarMic:
und wo kriegen wir die *_drv.so für unseren kernel bei? entweder habe ich nen knoten im kopf oder ka! also kernelmodule der treiebr vom kernel ist mir klar! aber die *_drv kopieren wir ja jetzt aus lib/usr/xorg.... aus dem host system und das ist n anderer kernel (müssen wir xorg doch selber compilen?)

greetz

clausmuus:
ich denke nicht das die von einer bestimmten Kernel Version abhängig sind. Der Kernel muss aber ungefähr passen, damit die Schnittstellen noch stimmen.

Claus

MarMic:
hi claus,

kanntest du das? bzw ist das integreirt beim make file? (blicke durch die selbst coile addon-makefiles noch nicht ganz durch)


--- Quote --- --kernel-include-path=KERNEL-INCLUDE-PATH"
    echo "      The directory containing the kernel include files that"
    echo "      should be used when compiling the NVIDIA kernel module. "
    echo "      This option is deprecated; please use"
    echo "      '--kernel-source-path' instead."
    echo ""
    echo "  --kernel-source-path=KERNEL-SOURCE-PATH"
    echo "      The directory containing the kernel source files that"
    echo "      should be used when compiling the NVIDIA kernel module. "
    echo "      When not specified, the installer will use"
    echo "      '/lib/modules/`uname -r`/build', if that directory exists. "
    echo "      Otherwise, it will use '/usr/src/linux'."

.....
 am intressanteste wohl das hier:

-k, --kernel-name=KERNEL-NAME"
    echo "      Build and install the NVIDIA kernel module for the"
    echo "      non-running kernel specified by KERNEL-NAME (KERNEL-NAME"
    echo "      should be the output of `uname -r` when the target kernel"
    echo "      is actually running).  This option implies"
    echo "      '--no-precompiled-interface'.  If the options"
    echo "      '--kernel-install-path' and '--kernel-source-path' are not"
    echo "      given, then they will be inferred from KERNEL-NAME; eg:"
    echo "      '/lib/modules/KERNEL-NAME/kernel/drivers/video/' and"
    echo "      '/lib/modules/KERNEL-NAME/build/', respectively."

--- End quote ---

greetz

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version