Hardware: (2018)
EVGA GT 730, 64 bit interface, 2gb ddr3, passively cooled.
note (2018/12/12): A hardware incompatibility in between an EVGA gt-730 and the DELL optiplex 3010 caused me to go radeon. Wishing I had figured this out sooner.
I get the best kodi-video playback when using Nvidia proprietary drivers, whether downloaded directly from nvidia and installed the hard way, or from RPMfusion.
sudo dnf install mesa-vdpau-drivers libva-vdpau-driver libvdpau
# hasn’t helped, but I gave up before pressing it.
proprietary driver installation via rpmfusion repositories
Installation:
sudo dnf in \
xorg-x11-drv-nvidia \
xorg-x11-drv-nvidia-cuda \
akmod-nvidia \
libva-vdpau-driver \
libvdpau
Installing the proprietary driver directly from Nvidia
[ Installation Guide ]
I had previously blamed some audio issues on the proprietary drivers, but since then, I have found lightdm to be the culprit.
For proprietary driver only,
colorspace control file for gt430/denon/vizio:
# /etc/X11/xorg.conf.d/20-nvidia.conf
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GT 730"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
# Option "ColorRange" "Full"
Option "ColorRange" "Limited"
# Option "ColorSpace" "YCbCr444"
Option "ColorSpace" "RGB"
EndSection