By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 3198 - X doesn't work well with multiple screens: terminal switching nor with more than one monitor
Summary: X doesn't work well with multiple screens: terminal switching nor with more t...
Status: NEW
Alias: None
Product: TDE
Classification: Unclassified
Component: slackware (show other bugs)
Version: R14.1.x [Trinity]
Hardware: amd64 Linux
: P5 blocker
Assignee: Darrell
URL:
Depends on:
Blocks:
 
Reported: 2022-08-19 01:22 CDT by David Chmelik
Modified: 2022-08-24 04:13 CDT (History)
2 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Chmelik 2022-08-19 01:22:40 CDT
I ran X/TDE on second terminal.

        xinit /etc/X11/xinit/xinitrc.tde -- /usr/bin/X :1

As it TDE graphics were starting, I temporarily switched back to XFCE.  I switched back to TDE and only saw the command I'd given to start it.  Same second time after I'd configured TDE, so had to kill it and on restart configuration no longer worked (and only one of my three monitors were working with TDE anymore, though weren't configurable, and worked fine when went back to XFCE).
Comment 1 David Chmelik 2022-08-19 01:23:30 CDT
I built 14.0.12 with Ray-V's SlackBuilds.
Comment 2 David Chmelik 2022-08-19 01:24:05 CDT
I use Slackware64 15+current (and stable on secondary PCs/laptops but not trying there until desktop X/TDE works).
Comment 3 David Chmelik 2022-08-24 04:13:34 CDT
This is how I start TDE.

#!/bin/sh
# Start second X session, using a xinitrc, in this case FreeBSD/KDE
#xinit /usr/local/etc/X11/xinit/xinitrc.tde -- /usr/local/bin/X :1>/dev/null 2>&1
# Start second X session, using a xinitrc, in this case GNU/KDE
xinit /etc/X11/xinit/xinitrc.tde -- /usr/bin/X :1>/dev/null 2>&1