英伟达
直播中

李振云

7年用户 165经验值
私信 关注
[问答]

Linux VDA如何启用H.264编码?

你好
真的是冠军。
我有一个安装了7.13 VDA的Linux VM。
有谁知道如何启用H.264编码?
我会告诉我这不是一个Linux家伙,所以有可能误解了一些东西......
我分配了M60 8Q配置文件,因此可以使用CUDA。
已安装GRID 4.1驱动程序并且已获得许可。
我正在关注本指南:http://docs.citrix.com/en-us/linux-virtual-delivery-agent/7-13/configuration/configuring-graphics.html
但是,当我尝试在VDA上运行时:
sudo ctxreg create -k“HKLM  System  CurrentControlSet  Control  Citrix  Thinwire”-t“REG_DWORD”-v“AdvertiseH264”-d“0x00000001”--force
我得到了回应:
sudo:ctxreg:找不到命令
我最初的想法是,我正在尝试在Linux VM上安装Windows注册表项,当然它不起作用。
但是,作为一个非Linux的家伙,我其实不知道。
通常的说明并不像它们应该的那样清楚。
所以任何指导都表示赞赏
非常感谢

以上来自于谷歌翻译


以下为原文

Hi

As title really.

I have a Linux VM with 7.13 VDA installed. Does anyone know how to enable H.264 Encode?

I'll caveat this by stating I'm not a Linux guy, so have more than likely misunderstood something ...

I have an M60 8Q profile assigned so CUDA is available. GRID 4.1 drivers are installed and it's licensed.

I'm following this guide: http://docs.citrix.com/en-us/linux-virtual-delivery-agent/7-13/configuration/configuring-graphics.html

However, when I try and run this on the VDA:

sudo ctxreg create -k "HKLMSystemCurrentControlSetControlCitrixThinwire" -t "REG_DWORD" -v "AdvertiseH264" -d "0x00000001" --force

I get this in response:

sudo: ctxreg: command not found

My initial thoughts were, I'm trying to install a Windows registry key on a Linux VM, of course it won't work. However, as a non-Linux guy, I actually don't know.

Instructions as usual aren't as clear as they should be. So any guidance is appreciated

Many thanks

回帖(2)

刘宇

2018-9-17 14:45:21
得到了朋友的一点帮助......
对于使用Linux的任何其他人,您需要从此处运行命令:/ opt / Citrix / VDA / bin
然后根据上面的链接,运行:
ctxreg create -k“HKLM  System  CurrentControlSet  Control  Citrix  Thinwire”-t“REG_DWORD”-v“AdvertiseH264”-d“0x00000001”--force
那么这个:
ctxreg create -k“HKLM  System  CurrentControlSet  Control  Citrix  Thinwire”-t“REG_DWORD”-v“HardwareEncoding”-d“0x00000001”--force
启用它,然后检查它:
./ctxreg dump |
grep HardwareEncoding
一切正常。

以上来自于谷歌翻译


以下为原文

Had a little help from a friend ...

For anyone else playing with Linux, you need to run the command from here: /opt/Citrix/VDA/bin

Then as per the link above, run this:

ctxreg create -k "HKLMSystemCurrentControlSetControlCitrixThinwire" -t "REG_DWORD" -v "AdvertiseH264" -d "0x00000001" --force

then this:

ctxreg create -k "HKLMSystemCurrentControlSetControlCitrixThinwire" -t "REG_DWORD" -v "HardwareEncoding" -d "0x00000001" --force

to enable it, and then this to check it:

./ctxreg dump | grep HardwareEncoding

All working now.
举报

彭菲

2018-9-17 14:54:21
感谢您的信息。

以上来自于谷歌翻译


以下为原文

Thank you for the information.
举报

更多回帖

发帖
×
20
完善资料,
赚取积分