16.04 - Dual Monitor not working - How to install Nvidia driver for 2 graphic card - GT630 and GT610? - Ask Ubuntu


resolved!! ubuntu 16.04:

in software additional driver, gt630 - nvidia-340 driver available , gt610 - nvidia-304 available. installing 1 of them doesn't work out both monitors. wonder if can install both , specify driver use specific device because:

solved i'll reply working copy of xorg.conf. kinda messed else after resolved. trying fix this issue now. have backed working copy of xorg.conf.

1) if install nvidia-340 works first monitor, second monitor has no display. if xinerma enabled, secondary monitor has ubuntu logo in center , mouse can moved. window can't moved , no menu bar.

xorg.0.log:

  nvidia-1 : no input driver specified, ignoring device.   nvidia-1 : device may have been added device file. 

nouveau being used gt610 default.

if blacklist-nouevea, reboot, rather ubuntu logo, black screen , can move mouse on monitor (x cursor).

2) if install nvidia-304 , restart low graphic memory error , have press alt+shift+f1 , purge nvidia-304 display back.

i guess nvidia-304 not work gt630 , nvidia-340 won't work gt610? , both can't have 2 different drivers????

screen 1 - gt630

screen 2 - gt610

once enable xinerma, can't access display properties (xrandr extension not present). go nvidia-settings , in x server settings, both display enabled , in x screen 0 options both gpu listed). should there x screen 1, gpu gt610 right?

update: can see x screen 1 in nvidia-settings after rebuilt xorg.conf , in lock window, if mouse hover secondary monitor, login prompt switches secondary monitor. can login too. still there problem....

ubuntu logo gone no menu bar , default background on top of everything?. can move window next monitor can't see it. behind default background.. if can predict, can drag window screen 1. if change wallpaper, visible in monitor 1 unless restart lightdm, still stuck background btw.

please suggest me something,.. kinda getting close fix this. know second time i'm installing ubuntu in last 3 months try , fix once , all. need during weekend, if not - switch nouveau drivers or switch windows.

how rebuilt xorg? : opened nvidia-setting , deleted xorg.conf , saved.

if enable base-mosiac secondary monitor disabled , not visible in nvidia-setting. manually tried turn on base-mosiac in xorgs.conf still nothing on secondary monitor.

closest can 340 drives , ubuntu logo centered on secondary monitor.

3) i'd mention nouveva drivers work dual monitor except first monitor, mouse flicker.. 1000 times in minute when playing video, without video couple of 100 times in minute (still annoying). doesn't flicker on secondary monitor.

xorgs.conf - updated

section "serverlayout" identifier     "layout0" screen      0  "screen0" 0 0 screen      1  "screen1" rightof "screen0" inputdevice    "keyboard0" "corekeyboard" inputdevice    "mouse0" "corepointer" option         "xinerama" "1" endsection  section "files" endsection  section "module" load           "dbe" load           "extmod" load           "type1" load           "freetype" load           "glx" endsection  section "inputdevice"  # generated default identifier     "mouse0" driver         "mouse" option         "protocol" "auto" option         "device" "/dev/psaux" option         "emulate3buttons" "no" option         "zaxismapping" "4 5" endsection  section "inputdevice"  # generated default identifier     "keyboard0" driver         "kbd" endsection  section "monitor"  # horizsync source: edid, vertrefresh source: edid identifier     "monitor0" vendorname     "unknown" modelname      "samsung" horizsync       30.0 - 81.0 vertrefresh     56.0 - 75.0 option         "dpms" endsection  section "monitor"  # horizsync source: unknown, vertrefresh source: unknown identifier     "monitor1" vendorname     "unknown" modelname      "samsung" horizsync       30.0 - 81.0 vertrefresh     56.0 - 75.0 option         "dpms" endsection  section "device" identifier     "device0" driver         "nvidia" vendorname     "nvidia corporation" boardname      "geforce gt 630" busid          "pci:1:0:0" endsection  section "device" identifier     "device1" driver         "nvidia" vendorname     "nvidia corporation" boardname      "geforce gt 610" busid          "pci:2:0:0" endsection  section "screen"  identifier     "screen0" device         "device0" monitor        "monitor0" defaultdepth    24 option         "nvidiaxineramainfoorder" "crt-0" option         "stereo" "0" option         "metamodes" "nvidia-auto-select +0+0" option         "sli" "off" option         "multigpu" "off" option         "basemosaic" "off" subsection     "display"     depth       24     endsubsection endsection  section "screen" # removed option "basemosaic" "on" identifier     "screen1" device         "device1" monitor        "monitor1" defaultdepth    24 option         "nvidiaxineramainfoorder" "crt-1" option         "stereo" "0" option         "metamodes" "nvidia-auto-select +0+0" option         "sli" "off" option         "multigpu" "off" option         "basemosaic" "off" subsection     "display"     depth       24     endsubsection endsection 

main change 1 line in xorg.conf. both cards using nvidia-340 driver because nouevea blacklisted.

screen      1  "screen1" rightof "screen0" changed screen      1  "screen1" 1440 0 

then make read-only during reboot doesn't changed: chmod 440 /etc/x11/xorg.conf

that got second display working. if not case, check pci slot (lshw) of primary monitor , try flipping bus id , boardname. or rather rebuild xorg.conf. open nvidia-setting , delete xorg.conf , click save in nvidia-setting

section "device" identifier     "device0" driver         "nvidia" vendorname     "nvidia corporation" boardname      "geforce gt 610" <- before 630 busid          "pci:2:0:0"      <- before 1:0:0  section "device" identifier     "device1" driver         "nvidia" vendorname     "nvidia corporation" boardname      "geforce gt 630" busid          "pci:1:0:0" 

its xorg.conf. play , should work. in case if theme/unity window gets messed up, follow these steps.

steps:

  1. press ctrl + alt + f1
  2. sudo service lightdm stop
  3. rm ~/.config/dconf/user
  4. sudo service lightdm start

Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User