| View previous topic :: View next topic |
| Author |
Message |
Nreal n00b

Joined: 06 Jan 2009 Posts: 54
|
Posted: Mon Aug 13, 2012 5:51 pm Post subject: Intel + Nvidia dualseat prob [Solved] |
|
|
Is it possible to have dualseat with nvidia+intel drivers, i have installed everything according Gentoo wiki http://wiki.gentoo.org/wiki/Multiseat. Everything works just fine with lxdm and gdm, but when i choose kdm to have dualseat i only get kdm on nvidia card, monitor that is connected to intel gpu is black, only thing that is wisible is mouse pointer.. ps ax shows me that 2 X is running.
Mouses and keyboards seems to work as they should so i think udev rules are ok. I have tried with nvidia drivers and nouveau drivers..
my X configs are:
File: /etc/X11/xorg_left.conf
Section "Device"
Identifier "gfx_left"
Driver "nouveau"
BusID "PCI:1:0:0"
EndSection
Section "InputClass"
Identifier "ignore_other_seats"
Option "Ignore" "yes"
EndSection
Section "InputClass"
Identifier "input_default"
MatchTag "input_default"
Option "Ignore" "no"
EndSection
File: /etc/X11/xorg_right.conf
Section "Device"
Identifier "gfx_right"
BusID "PCI:0:2:0"
Driver "intel"
EndSection
Section "InputClass"
Identifier "ignore_other_seats"
Option "Ignore" "yes"
EndSection
Section "InputClass"
Identifier "input_right"
MatchTag "input_right"
Option "Ignore" "no"
EndSection
Last edited by Nreal on Tue Aug 14, 2012 11:12 am; edited 1 time in total |
|
| Back to top |
|
 |
Nreal n00b

Joined: 06 Jan 2009 Posts: 54
|
Posted: Tue Aug 14, 2012 5:47 am Post subject: Solved this :) |
|
|
| The thing that should be changed was in file /etc/conf.d/xdm there is option CHECKVT=7, that has to be commented out. Really happy today |
|
| Back to top |
|
 |
DaggyStyle Advocate


Joined: 22 Mar 2006 Posts: 4735
|
Posted: Tue Aug 14, 2012 6:45 am Post subject: |
|
|
please mark solved if it is indeed solved. _________________ Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein
ProjectFootball |
|
| Back to top |
|
 |
|