LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 07-07-2019, 10:55 PM   #31
Lexridge
LQ Newbie
 
Registered: Oct 2007
Posts: 8

Rep: Reputation: 1

Quote:
Originally Posted by descendant_command View Post
In my experience, Xfce works with multi-head, as does openbox (so, presumably, LXDE also).
Interesting. I will try LXDE again and see where I end up.
 
Old 07-07-2019, 11:04 PM   #32
Lexridge
LQ Newbie
 
Registered: Oct 2007
Posts: 8

Rep: Reputation: 1
Quote:
Originally Posted by mrmazda View Post
Before I try to adapt your xorg.conf to use with FOSS DDX, I want to be sure I understand what your goals are:

1-only one keyboard?
2-only one mouse?
3-one X session on left display?
4-some other X session on right display, simultaneously with first session on left display?
5-Other?

Having two different X sessions at once here on Fedora is working, but whichever session is has been switched to using Ctrl-Alt-Fn is using both displays, while the not visible other is apparently not responding to mouse or keyboard events:
Code:
# ll /etc/X11/xorg.conf
ls: cannot access '/etc/X11/xorg.conf': No such file or directory
# ls -l /var/log/Xorg*
-rw-r--r-- 1 root root 21561 Jan  1  2015 /var/log/Xorg.1.log.old
-rw-r--r-- 1 root root 50710 Jul  7 01:23 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 64721 Jul  7 01:58 /var/log/Xorg.0.log.old
-rw-r--r-- 1 root root 66177 Jul  7 02:24 /var/log/Xorg.0.log
# ps -A | egrep 'tty|twin|tde|icew|kons|term'
  755 tty5     00:00:00 agetty
  759 tty6     00:00:00 agetty
 1030 ?        00:00:00 tde_dbus_hardwa
 1223 tty3     00:00:00 bash
 1273 tty2     00:00:00 bash
 1300 tty2     00:00:00 mc
 1341 tty4     00:00:00 bash
 1365 tty4     00:00:00 startx
 1388 tty4     00:00:00 xinit
 1389 tty4     00:00:00 Xorg
 1394 ?        00:00:00 icewm
 1395 ?        00:00:00 xterm
 1407 tty7     00:00:02 Xorg
 1415 ?        00:00:00 tdekbdledsync
 1444 ?        00:00:00 starttde
 1561 ?        00:00:00 start_tdeinit
 1562 ?        00:00:00 tdeinit
 1565 ?        00:00:00 tdelauncher
 1571 ?        00:00:00 tdeinit_phase1
 1575 ?        00:00:00 twin
 1599 ?        00:00:00 tderandrtray
 1602 ?        00:00:00 konsole
# inxi -GxxS
System:    Host: p5bse Kernel: 5.1.16-300.fc30.x86_64 x86_64 bits: 64 compiler: gcc v: 9.1.1 Desktop: Trinity R14.0.5 
           tk: Qt 3.5.0 wm: Twin dm: TDM Distro: Fedora release 30 (Thirty) 
Graphics:  Device-1: NVIDIA GF119 [NVS 310] vendor: Hewlett-Packard driver: nouveau v: kernel bus ID: 01:00.0 
           chip ID: 10de:107d 
           Display: x11 server: Fedora Project X.org 1.20.5 driver: modesetting unloaded: fbdev,vesa 
           resolution: 2560x1440~60Hz, 1920x1200~60Hz 
           OpenGL: renderer: NVD9 v: 4.3 Mesa 19.0.8 direct render: Yes
# xrandr --listproviders
Providers: number : 1
Provider 0: id: 0x43 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 2 outputs: 2 associated providers: 0 name:modesetting
# xrandr | egrep 'onnect|creen|\*' | grep -v disconn | sort -r
Screen 0: minimum 320 x 200, current 4480 x 1440, maximum 16384 x 16384
DP-2 connected 1920x1200+2560+0 (normal left inverted right x axis y axis) 519mm x 324mm
DP-1 connected primary 2560x1440+0+0 (normal left inverted right x axis y axis) 598mm x 336mm
   2560x1440     59.95*+  74.92
   1920x1200     59.95*+
1. Yes
2. Yes
3. Yes
4. Yes
5. No

Previously, I had one Xsession, only one instance of Xorg. I don't mind if I have to have 2 Xorgs running, as long as it works. In the past, one Xsession carried both without issues. As previously mentioned, I will just swith to XFCE adn see if that works for me. I really only need to run MythTV or Kodi on the second display, plus the occassional Blackmagic or Ardour sessions. Should not be rocket science here.
 
Old 07-09-2019, 07:07 AM   #33
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,827
Blog Entries: 1

Rep: Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069
Quote:
Originally Posted by Lexridge View Post
Previously, I had one Xsession, only one instance of Xorg.
That's what I have here whether with KDE Plasma, TDE or IceWM, all using Xorg, no Wayland. The video player can simply be dragged over to the right side display before fullscreening to that display's full size.
 
Old 07-09-2019, 08:19 AM   #34
descendant_command
Senior Member
 
Registered: Mar 2012
Posts: 1,876

Rep: Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643
Quote:
Originally Posted by mrmazda View Post
That's what I have here whether with KDE Plasma, TDE or IceWM, all using Xorg, no Wayland. The video player can simply be dragged over to the right side display before fullscreening to that display's full size.
Then you are not running separate X screens (multi-head).
 
Old 07-09-2019, 12:28 PM   #35
Lexridge
LQ Newbie
 
Registered: Oct 2007
Posts: 8

Rep: Reputation: 1
Quote:
Originally Posted by mrmazda View Post
That's what I have here whether with KDE Plasma, TDE or IceWM, all using Xorg, no Wayland. The video player can simply be dragged over to the right side display before fullscreening to that display's full size.
Yes, I can do this all day long. I guess you completely misunderstood. The point is, I don't want to be able to drag windows from one screen to the other. I want each screen to be completely confined to its monitor.
 
Old 07-09-2019, 01:16 PM   #36
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,827
Blog Entries: 1

Rep: Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069
Quote:
Originally Posted by Lexridge View Post
Yes, I can do this all day long. I guess you completely misunderstood. The point is, I don't want to be able to drag windows from one screen to the other. I want each screen to be completely confined to its monitor.
This is what I understood until the line I quoted from post #32.
 
Old 07-09-2019, 01:37 PM   #37
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
I've had my own issues with this:

https://www.linuxquestions.org/quest...st-4175580302/

My conclusion was I run with whatever NVIDIA dual-monitor stuff is working -- I just reinstalled and set things up and suffer from a slightly worse experience (no real sepearation) in order to gain a better one where things like Steam (kind-of) work.
 
Old 07-10-2019, 08:46 AM   #38
Lexridge
LQ Newbie
 
Registered: Oct 2007
Posts: 8

Rep: Reputation: 1
Quote:
Originally Posted by mrmazda View Post
This is what I understood until the line I quoted from post #32.
Yup, I typed that wrong. What I had was 2 X-sessions, one Xorg. Sorry for the confusion. Doh!
 
Old 07-10-2019, 09:07 AM   #39
Lexridge
LQ Newbie
 
Registered: Oct 2007
Posts: 8

Rep: Reputation: 1
Quote:
Originally Posted by 273 View Post
I've had my own issues with this:

https://www.linuxquestions.org/quest...st-4175580302/

My conclusion was I run with whatever NVIDIA dual-monitor stuff is working -- I just reinstalled and set things up and suffer from a slightly worse experience (no real sepearation) in order to gain a better one where things like Steam (kind-of) work.
I read your aforementioned thread. I too had problems with KDE 3 working at all. I was told back then KDE3 didn't have anyone to work on that part of the code, it was just simply not supported. That was back when I switched from KDE to Mate for that very reason. Presently, the lost functionality seems to be a Mate issue since this does somewhat seem to work in Cinamon, LXDE and XFCE. I will probably just switch to one of these DE's and call it a day.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Two monitors - separate X screens taylorkh Linux - Hardware 4 12-14-2015 11:42 PM
Want separate screens for my desktop resetreset Linux - Desktop 1 07-04-2012 04:06 PM
[SOLVED] separate x screens with nvidia SeRi@lDiE Slackware 11 04-21-2011 09:36 PM
trouble between twinview and separate screens Tuttle Linux - Desktop 3 02-22-2008 07:51 AM
Twinview as separate screens, not stretched degraffenried13 Linux - General 3 06-06-2004 03:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 09:08 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration