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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
07-07-2019, 10:55 PM
|
#31
|
LQ Newbie
Registered: Oct 2007
Posts: 8
Rep:
|
Quote:
Originally Posted by descendant_command
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.
|
|
|
07-07-2019, 11:04 PM
|
#32
|
LQ Newbie
Registered: Oct 2007
Posts: 8
Rep:
|
Quote:
Originally Posted by mrmazda
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.
|
|
|
07-09-2019, 07:07 AM
|
#33
|
LQ Guru
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, OS/2, others
Posts: 6,502
|
Quote:
Originally Posted by Lexridge
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.
|
|
|
07-09-2019, 08:19 AM
|
#34
|
Senior Member
Registered: Mar 2012
Posts: 1,882
|
Quote:
Originally Posted by mrmazda
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).
|
|
|
07-09-2019, 12:28 PM
|
#35
|
LQ Newbie
Registered: Oct 2007
Posts: 8
Rep:
|
Quote:
Originally Posted by mrmazda
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.
|
|
|
07-09-2019, 01:16 PM
|
#36
|
LQ Guru
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, OS/2, others
Posts: 6,502
|
Quote:
Originally Posted by Lexridge
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.
|
|
|
07-09-2019, 01:37 PM
|
#37
|
LQ Addict
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680
|
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.
|
|
|
07-10-2019, 08:46 AM
|
#38
|
LQ Newbie
Registered: Oct 2007
Posts: 8
Rep:
|
Quote:
Originally Posted by mrmazda
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!
|
|
|
07-10-2019, 09:07 AM
|
#39
|
LQ Newbie
Registered: Oct 2007
Posts: 8
Rep:
|
Quote:
Originally Posted by 273
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.
|
All times are GMT -5. The time now is 07:44 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|