tcl - how to enable randr on centos7 with nvidia -
i want enable randr option on centos7 64-bit system. on googling issue seems nvidia supports randr1.1 , randr 1.2 centos7 default has randr 1.4 installed.
relevant details below:
[root@box1 ~]# nvidia-smi -l gpu 0: geforce gt 710 (uuid: gpu-999ed32f-aef2-0d96-57a5-c91f21c6a15a) [root@box1 ~]# cat /var/log/xorg.0.log | grep -i randr [ 368.340] (**) extension "randr" enabled [ 368.874] (--) randr disabled [root@box1 ~]# xrandr -v xrandr program version 1.4.
my /etc/x11/xorg.con file below:
[root@box1 ~]# cat /etc/x11/xorg.conf # nvidia-settings: x configuration file generated nvidia-settings # nvidia-settings: version 384.69 (buildmeister@swio-display-x86-rhel47-06) wed aug 16 20:54:53 pdt 2017 # nvidia-xconfig: x configuration file generated nvidia-xconfig # nvidia-xconfig: version 384.69 (buildmeister@swio-display-x86-rhel47-06) wed aug 16 20:57:01 pdt 2017 section "serverlayout" identifier "layout0" screen 0 "screen0" 0 0 inputdevice "keyboard0" "corekeyboard" inputdevice "mouse0" "corepointer" option "xinerama" "0" endsection section "files" fontpath "/usr/share/fonts/default/type1" endsection section "inputdevice" # generated default identifier "mouse0" driver "mouse" option "protocol" "auto" option "device" "/dev/input/mice" option "emulate3buttons" "no" option "zaxismapping" "4 5" endsection section "inputdevice" # generated default identifier "keyboard0" driver "kbd" endsection section "monitor" identifier "monitor0" vendorname "unknown" modelname "lg electronics w1643" horizsync 30.0 - 50.0 vertrefresh 57.0 - 63.0 option "dpms" endsection section "device" identifier "device0" driver "nvidia" vendorname "nvidia corporation" boardname "geforce gt 710" endsection section "screen" # removed option "metamodes" "1360x768 +0+0" # removed option "metamodes" "1360x768_60 +0+0" identifier "screen0" device "device0" monitor "monitor0" defaultdepth 24 option "stereo" "0" option "nvidiaxineramainfoorder" "crt-0" option "metamodes" "nvidia-auto-select +0+0" option "sli" "off" option "multigpu" "off" option "basemosaic" "off" subsection "display" depth 24 endsubsection endsection section "extensions" option "composite" "enable" option "randr" "enable" endsection
tried installing librandr-1.1.1 not happening.
any guidance/support highly appreciated.
Comments
Post a Comment