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

Summary: X doesn't work well with multiple screens: terminal switching nor with more than one monitor
Product: TDE Reporter: David Chmelik <dchmelik>
Component: slackwareAssignee: Darrell <darrella>
Status: NEW ---    
Severity: blocker CC: bugwatch, dchmelik
Priority: P5    
Version: R14.1.x [Trinity]   
Hardware: amd64   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:

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