monitor display settings


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers monitor display settings
# 1  
Old 04-03-2006
monitor display settings

Hello new to unix,
I have Mac os tiger on a g3 ibook. There are only two monitor settings,
the largest being 600x800. Can I add a larger setting from the command line?

Thanks,
Alicia
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Infrastructure Monitoring

Searching for Saas Monitor service which monitor my servers which are sitting in different providers

Sorry if this is the wrong forum Searching for Saas Monitor service which monitor my servers which are sitting in different providers . This monitor tool will take as less CPU as possible , and will send info about the server to main Dashboard. The info I need is CPU / RAM / my servers status (... (1 Reply)
Discussion started by: umen
1 Replies

2. Solaris

No Display on Monitor

I recently had a Sun Ultra 45 shipped to me, when it was shipped it worked fine, but now I cannot get a display on the monitor. It did get a little banged up in shipping. I monitored the POST by connecting to the TTYa port and the only thing that looks like anything is wrong is: Probing I/O... (1 Reply)
Discussion started by: Madrox72
1 Replies

3. Hardware

Fedora 16 dual monitor - dual head - automatic monitor shutdown

Hi, I am experiencing troubles with dual monitors in fedora 16. During boot time both monitors are working, but when system starts one monitor automatically shut down. It happend out of the blue. Some time before when I updated system this happend but then I booted older kernel release and... (0 Replies)
Discussion started by: wakatana
0 Replies

4. Hardware

Monitor/projector display looks fuzzy

Hi there Not sure if I'm posting this in the right section...but here goes. I'm using an HP Compaq nc8430 laptop. Graphics card according to specs is an ATI Mobility Radeon X1600. It's the first time I installed Linux for use on my personal laptop and I'm having trouble using it with a... (0 Replies)
Discussion started by: notreallyhere
0 Replies

5. UNIX for Dummies Questions & Answers

Extract monitor model from nvidia-settings

Hi all, not sure where to put this post, so here will do. I have posted this question before in this thread but after getting the huge quantity of very helpful answers I did (lol?), I have looked at the problem again. A basic rundown is that I need to extract monitor information about connected... (2 Replies)
Discussion started by: mpcengineering
2 Replies

6. Shell Programming and Scripting

Monitor: Read from the monitor

Hello, I would like to write a script that use the display as an input. In the display there is a list of file. I want to use it as an array and this would be the input in my script. Does somebody know how do I make it? (2 Replies)
Discussion started by: mig8
2 Replies

7. AIX

No Display in LFT Monitor

Help! I have installed the GXT250P adapter card and its corresponding fileset. However when I try to install my new AOC Monitor to the graphics adapter card the system was not able to continue it just displays a _ on the monitor. I have already configured my console to work as a LFT. ... (0 Replies)
Discussion started by: bright_genius
0 Replies

8. UNIX for Dummies Questions & Answers

Display settings

Hello, I'm a new user. Just loaded Red Hat 7.1. Unfortunely I set my monitor settings too low. The resolution is horrible. Could someone please tell me how to change my display settings? Thank you (2 Replies)
Discussion started by: TAT2ME74
2 Replies
Login or Register to Ask a Question
dbus-monitor(1) 					      General Commands Manual						   dbus-monitor(1)

NAME
dbus-monitor - debug probe to print message bus messages SYNOPSIS
dbus-monitor [--system | --session | --address ADDRESS] [--profile | --monitor] [watch expressions] DESCRIPTION
The dbus-monitor command is used to monitor messages going through a D-Bus message bus. See http://www.freedesktop.org/software/dbus/ for more information about the big picture. There are two well-known message buses: the systemwide message bus (installed on many systems as the "messagebus" service) and the per-user-login-session message bus (started each time a user logs in). The --system and --session options direct dbus-monitor to monitor the system or session buses respectively. If neither is specified, dbus-monitor monitors the session bus. dbus-monitor has two different output modes, the 'classic'-style monitoring mode and profiling mode. The profiling format is a compact for- mat with a single line per message and microsecond-resolution timing information. The --profile and --monitor options select the profiling and monitoring output format respectively. If neither is specified, dbus-monitor uses the monitoring output format. In order to get dbus-monitor to see the messages you are interested in, you should specify a set of watch expressions as you would expect to be passed to the dbus_bus_add_match function. The message bus configuration may keep dbus-monitor from seeing all messages, especially if you run the monitor as a non-root user. OPTIONS
--system Monitor the system message bus. --session Monitor the session message bus. (This is the default.) --address ADDRESS Monitor an arbitrary message bus given at ADDRESS. --profile Use the profiling output format. --monitor Use the monitoring output format. (This is the default.) EXAMPLE
Here is an example of using dbus-monitor to watch for the gnome typing monitor to say things dbus-monitor "type='signal',sender='org.gnome.TypingMonitor',interface='org.gnome.TypingMonitor'" AUTHOR
dbus-monitor was written by Philip Blundell. The profiling output mode was added by Olli Salli. BUGS
Please send bug reports to the D-Bus mailing list or bug tracker, see http://www.freedesktop.org/software/dbus/ dbus-monitor(1)