Sponsored Content
Full Discussion: Monitor Resoltuion
Top Forums UNIX for Advanced & Expert Users Monitor Resoltuion Post 11068 by doeboy on Wednesday 28th of November 2001 11:56:39 AM
Old 11-28-2001
This sounds like a software issue with the software you're using though. There's no "zoom" function in CDE or anything I've seen on Suns. But I've never used AutoCAD on Sun so maybe this is AutoCAD related? If your monitor can do 1280x1024@85Hz and your card can do it too, then it shouldn't be a problem. You might want to see if there is something in the AutoCAD configuration for this? Smilie
 

9 More Discussions You Might Find Interesting

1. Solaris

PC monitor

In order to use a regular PC monitor would I need to do any configuration changes to my Ultra 5 box running Solaris 8 ? (1 Reply)
Discussion started by: mangolinux
1 Replies

2. SCO

temperature monitor

Is there command in sco unixware 7.1.3 from which i can find the temperature of the system/hardware. Something equivalent to prtdiag in solaris maybe thanks (1 Reply)
Discussion started by: gsb81
1 Replies

3. Shell Programming and Scripting

Monitor via crontab

Hi , I have a configuration file which i have to monitor via a crontab. Now i should be able to control the first cron job via a second one i start depending on the start time and stop time in config file. say if the starttime is 10:00 AM and stop time is 12:00 Noon , i have to start the... (4 Replies)
Discussion started by: rvenkam
4 Replies

4. 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

5. Shell Programming and Scripting

Help with HD monitor script

Hi, I'm new to linux and I'm trying to compile a hard drive monitoring script. I've seen a few on the internet and I've attempted to stumble through but I'm stuck at my while/do scenario. I assigned the variable NUM then took the percentage from my output and cut the % so it would be just a... (6 Replies)
Discussion started by: crocyson
6 Replies

6. AIX

How to monitor ftp?

If somebody ftp a file from one server to my server, can I know what he ftp? And when he ftp? (2 Replies)
Discussion started by: rainbow_bean
2 Replies

7. Shell Programming and Scripting

Monitor script

Does anyone have a monitoring script in solaris that monitors the drives in an exclosure? The script should be in /bin/bash or /bin/sh thnks again This should be for solaris 10/11 looking for something that tells me a drive is down or offline.:confused: (0 Replies)
Discussion started by: walnutpony123
0 Replies

8. 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

9. 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
Info::Layer3::Sun(3pm)					User Contributed Perl Documentation				    Info::Layer3::Sun(3pm)

NAME
SNMP::Info::Layer3::Sun - SNMP Interface to L3 Sun Solaris AUTHOR
begemot SYNOPSIS
# Let SNMP::Info determine the correct subclass for you. my $sun = new SNMP::Info( AutoSpecify => 1, Debug => 1, DestHost => 'mysunrouter', Community => 'public', Version => 1 ) or die "Can't connect to DestHost. "; my $class = $sun->class(); print "SNMP::Info determined this device to fall under subclass : $class "; DESCRIPTION
Subclass for Generic Sun Routers running SunOS Inherited Classes SNMP::Info::Layer3 Required MIBs Inherited Classes' MIBs See "Required MIBs" in SNMP::Info::Layer3 for its own MIB requirements. GLOBALS
These are methods that return scalar value from SNMP $sun->vendor() Returns 'sun' $sun->os() Returns 'sun' $sun->os_ver() Returns the software version extracted from message of the day. $sun->model() Returns 'Solaris Router' $sun->serial() Returns serial number Globals imported from SNMP::Info::Layer3 See documentation in "GLOBALS" in SNMP::Info::Layer3 for details. TABLE METHODS
These are methods that return tables of information in the form of a reference to a hash. Overrides $sun->i_ignore() Returns reference to hash. Increments value of IID if port is to be ignored. Ignores loopback Table Methods imported from SNMP::Info::Layer3 See documentation in "TABLE METHODS" in SNMP::Info::Layer3 for details. perl v5.12.4 2011-09-28 Info::Layer3::Sun(3pm)
All times are GMT -4. The time now is 02:27 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy