Announcement

Collapse
No announcement yet.

Just select one device for Lavina?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Just select one device for Lavina?

    Hi,

    As you know, we could select devices for V-Ray Next GPU. Could we just select one device for Lavina like V-Ray Next GPU?
    Thank you.

    Best Regards,
    SangHo Jung

  • #2
    Hi, yes, you can select the device, although it's not very user friendly yet.

    First, go to Help->Open Debug Log and scroll to the top. You should see a list of the devices there and a line such as "Using device #0." and possibly more if you have multiple devices. Remember the index of the device you want to use. Close Lavina and run it from a console like this:
    Code:
    lavina.exe -d 0
    (change the number to the correct index). To make it easier you could create a shortcut (or edit the default desktop shortcut) and set the argument there.

    Unless you do this explicit device choice Lavina would choose up to 2 compatible devices by sorting them based on whether they are RTX cards and then sorting them by amount of memory.
    Nikola Goranov
    Chaos Developer

    Comment


    • #3
      Thank you, Nikola.

      Comment

      Working...
      X