I have a triple headed system, one display on Intel and two on ATI. In KDE 3.5 I can not drag apps from ATI to Intel or Intel to ATI but both ATI and Intel have Kickers and Desktops. In KDE 4 all three heads work but the Intel display has no Kicker/Klauncher and no Desktop so to run anything on my Intel display (:0.1) I have to type the following into Konsole:
export DISPLAY=:0.1; xterm
Note that
export DISPLAY=:0.1; konsole
brings up konsole on :0.0
Once in xterm on :0.1 I can launch netbeans or eclipse on :0.1 but konsole and other KDE apps go straight to :0.0
Please let me know what I can do to make KDE 4 as useful as KDE 3.5
export DISPLAY=:0.1; xterm
Note that
export DISPLAY=:0.1; konsole
brings up konsole on :0.0
Once in xterm on :0.1 I can launch netbeans or eclipse on :0.1 but konsole and other KDE apps go straight to :0.0
Please let me know what I can do to make KDE 4 as useful as KDE 3.5
Comment