• ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
  • ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
Guidelines
The HP Community is where owners of HP products, like you, volunteer to help each other find solutions.
HP Recommended
Virtual Machine with vGPU assigned
Linux

Hi

We are having issue with HP RGS7.5 on RHEL 7.4 vritual machine with NVIDIA P40 vGPU assigned to it. 

Propoer NVIDIA GRID Display has been installed on the machine.  With following xorg configation RGS receiver will crash with segmentatin fault and RGS sender process will terminate too. By enableing "composite" extention in xorg everything is wokring fine ( However because of nature of out application we need to disable composite extention )

 

Section "Files"
    FontPath "/usr/lib/X11/fonts/misc/"
    FontPath "/usr/lib/X11/fonts/TTF/"
    FontPath "/usr/lib/X11/fonts/Type1/"
    FontPath "/usr/lib/X11/fonts/CID/"
    FontPath "/usr/lib/X11/fonts/75dpi/"
    FontPath "/usr/lib/X11/fonts/100dpi/"
EndSection

 

Section "Module"
    Load "dbe" 
    Load "extmod"
    Load "fbdevhw"
    Load "glx"
    Load "record"
    Load "freetype"
    Load "type1"
    Load "rge"

EndSection

 

Section "Extensions"
    Option "Composite" "Disable"
  EndSection

 

Section "ServerFlags"
    Option "Xinerama" "0"
    Option "DontVTSwitch" "True"
    Option "DontZap" "True"
    Option "DontZoom" "True"
EndSection

 

Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "en"
EndSection

 

Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/input/mice"
   Option "ZAxisMapping" "4 5"
   Option "Emulate3Buttons" "yes"
EndSection

 

Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "Nvidia Card - 1 connector"
    BusID "PCI:5:0:0"
    Screen 0
    Option "ConnectedMonitor" "DVI-D-0"
    Option "CustomEDID" "DVI-D-0":/etc/X11/EDID-EIZO-S2431W-1920x1200.bin"
    Option "NoFlip" "True"
    Option "NoRenderExtension" "False"
    Option "NoLogo" "True"
    Option "CIOverlay" "1"
   Option "TransparentIndex" "255"

EndSection

 

Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "24"
    DisplaySize 380 300
    HorizSync 31.0 - 81.0
    VertRefresh 56.0 - 75.0
    Option "dpms" "False"
EndSection

 

Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "metamodes" "DVI-D-0: nvidia-auto-select+0+0"
    SubSection "Display"
        Depth 24
        Visual "PseudoColor"
    EndSubSection
EndSection

 

Section "ServerLayout"
    Identifier "Default Layout"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
EndSection

 

1 REPLY 1
HP Recommended

I believe your case has already been elevated to me.  We will be trying to reproduce this issue and provide you with a resolution shortly.

I work on the behalf of HP.

I am an HP employee.
† The opinions expressed above are the personal opinions of the authors, not of HP. By using this site, you accept the <a href="https://www8.hp.com/us/en/terms-of-use.html" class="udrlinesmall">Terms of Use</a> and <a href="/t5/custom/page/page-id/hp.rulespage" class="udrlinesmall"> Rules of Participation</a>.