OS X GUI question


 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X GUI question
# 1  
Old 04-21-2008
OS X GUI question

I am planning to purchase a new laptop and one of the options i am considering is to buy an Apple to avoid the hassle of installing and configuring Linux on a PC.

I would like to use a simple window manager (preferably mwm, fvwm would be an alternative) over a normal UNIX. So these are the questions I'd like to ask:

*) is such a szenario possible? I know i could do it with Linux, but not without some really nasty fiddling with the installation programs as i do NOT want any of the fancy KDE, GNOME or whatever-desktop solutions, just a plain windowmanager and nothing else. Can i deinstall/disable the Mac desktop and just use a windowmanager?

*) even if not using a desktop software will i still be able to use features like suspend-to-disk?

*) can i enable/disable this desktop preference on a per-user-basis?

*) is it possible to replace this ridiculous 1-button-mouse by a standard X-Windows-mouse with 3 buttons?

Many thanks for helping a PC-illiterate AIX admin out.

bakunin
# 2  
Old 04-21-2008
You would be better off either using the provided Apple GUI, or getting that PC laptop and installing some flavor of Unix on it. Trying to disable the Apple GUI to run another window manager on the Mac would be just as difficult. It is not supported by Apple, either.

If you really want the Apple hardware, you could partition the Mac's drive and install multiple OS's on the machine. Support for various hardware functionality would depend on the particular OS + drivers that you install.

The only one button anything that Apple ships now is the trackpad button. Multiple button functionality is supported through using two fingers on the trackpad surface while clicking.

my 2 cents.
# 3  
Old 04-21-2008
Regarding the one-button mouse:

If you hold command (or is it ctrl? I'm not on my Mac right now), and then click, that's the same as a 'right click'.

Also, you can plug in a standard 2 button mouse, and the Mac OS automatically supports right clicks. There is even a control panel option to disable the trackpad when a mouse is attached, and to swap the right/left button functions.

As far as a three button mouse goes... I never tried it.
# 4  
Old 04-22-2008
Many thanks for your valuable input. It looks like i have to go with a Linux solution. Thats bad - i really appreciated the long battery times of the Mac notebooks.

bakunin
# 5  
Old 04-24-2008
Quote:
Originally Posted by bakunin
*) is such a szenario possible? I know i could do it with Linux, but not without some really nasty fiddling with the installation programs as i do NOT want any of the fancy KDE, GNOME or whatever-desktop solutions, just a plain windowmanager and nothing else. Can i deinstall/disable the Mac desktop and just use a windowmanager?
It is possible with X11 to do so, but I am not sure why you would. Aqua already runs very fast and fluid.

Quote:
*) even if not using a desktop software will i still be able to use features like suspend-to-disk?
As I understand it, and Apple is its own breed of Unix, lauchd is the 1 launch daemon that rules everything. In the event of the system sleeping all processes are brought down by launchd as needed and only ones that are required to run, actually run, then launchd will bring back whatever else needs to, and it caches all this stuff to the hard disk. While, I don't completely 100% understand the differences, I believe OS X already does this natively and by default.

Quote:
*) can i enable/disable this desktop preference on a per-user-basis?
I am sure you can, but I think by default all user accounts have this feature built in.

Quote:
*) is it possible to replace this ridiculous 1-button-mouse by a standard X-Windows-mouse with 3 buttons?
I have always hated the cyclopitc apple mouse to the bone. i have always used third party USB mice on my laptops until I get my current Macbook Pro. It uses multi finger gestures on the mouse pad and with combination of the keyboard short cuts I barely ever need to right click anymore, and if you hate that, you can just plug in any third party USB mouse and it should work. I have never ran across a mouse that didn't work. If you get one of those fancy 50 button mice it may not work 100%, but if you check for driver support first that should answer your question.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Gui

hi unix expert what does mean the blew sentences? and what does i do for this? ( i want to install dropbox in centos) "I was just experimenting with Flatpak apps, and Dropbox is available as a Flatpak. Installing that way was super easy -- installed gnome-software (which has Flatpak... (2 Replies)
Discussion started by: abdossamad2003
2 Replies

2. Programming

Python gui or C++ gui or java gui?

python gui or c++ gui or java gui? and when to use etch one? (1 Reply)
Discussion started by: kaja
1 Replies

3. Solaris

Solaris GUI

am a newbie to solaris. can some one tell me whether solaris v10.0 comes with GUI or not? if there is GUI, how do we switch between GUI and commandline.. (2 Replies)
Discussion started by: ichwaiznicht
2 Replies

4. Shell Programming and Scripting

Running a GUI without GUI

I was wondering if it is possible to run a GUI window (say Firefox) without actually showing up the window on the desktop but still make it do its own regular stuff (like maybe do something via the command line). Sorry if its a dumb question. Thanks (3 Replies)
Discussion started by: Legend986
3 Replies

5. Shell Programming and Scripting

What to use for non-X GUI??

Has anybody ever needed to make a GUI (but really old-school style like dialog) to do some menu-based configurations... quite literally I have been bashing out code in Python using an interface class to the Dialog program in Linux... but it doesn't really have all the callback menu-driven... (0 Replies)
Discussion started by: jjinno
0 Replies

6. Shell Programming and Scripting

Gui?

Do you guys work with Python? I'm just learning now but GUI seems like a way cool program it is just really wierd... I have version 4.2. you can download it for free off the site... (0 Replies)
Discussion started by: Blacidic
0 Replies

7. UNIX for Dummies Questions & Answers

If a is windows gui ( client), b is a unix gui ( Server for a) and c is a shell scrip

Hello all, 1) I want to have a GUI application that will call Unix shell scripts, 2) that GUI application should be able to reside on windows ( if possible) and then call Unix shell script either directly or through a server residing on unix. That is for example. If a is windows gui (... (1 Reply)
Discussion started by: hchivukula
1 Replies

8. UNIX Desktop Questions & Answers

GUI help

I am running Solaris 9 os on a sparc 64. I installed netscape 7 and it works just fine. However on the desktop when you click web browser is still brings up netscape 4. How can i make the web browser link on the desk top open version 7 instead of 4? Thanks, Steve (1 Reply)
Discussion started by: meyersp
1 Replies

9. Programming

GUI programming

I am a newbie to the *nix developer community, and was wondering if anyone has any good links on the subject of GUI programming in the X environment. Any suggestion is welcome =). (2 Replies)
Discussion started by: Solitare
2 Replies

10. UNIX for Dummies Questions & Answers

redhat 7.1 GUI

I am trying to install a Linux LFS server. I have not been able to figure out how to get the GUI to load up. I'm not even sure if it has been installed. Any information would be greatly appreciatted. (2 Replies)
Discussion started by: tlcrowder
2 Replies
Login or Register to Ask a Question