Chris Lord wrote: > I have tried several ways to configure KDE running on X11. I have > keyboard input but not full mouse input. Gnome works fine. I have tied > the KDE bundle and KDE SSL bundle. The desktop launches but doesn't > interact with Quartz. The last time I tried this 4 years ago on Mac OS > X10.2 it worked fine, but I was using XFree86. I've tried XFree86 as an > alternative to X11 on Mac OS X 10.3.9, and I still cannot get it to work > with Quartz, whether in Full Screen mode, or not. Yet Gnome (downloaded > bundleGnome) works great. I have the latest versions of GIMP & XEphem > installed. However I have a back-up partition without these apps (never > been installed) and I still get the same lack of mouse input capability. > Am I doing something wrong? >
What does your ~/.xinitrc look like? I used something like this when I ran KDE under full-screen mode: source /sw/bin/init.sh quartz-wm --only-proxy & /sw/bin/startkde >/tmp/kde.log 2>&1 This seemed to work for me. A good general resource for these kinds of questions can be found here: http://homepage.mac.com/sao1/fink/index.html --- Kevin Walzer Phynchronicity: The GUI for Fink http://www.codebykevin.com/phynchronicity.html ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
