vt switching


 
Thread Tools Search this Thread
Operating Systems OS X (Apple) vt switching
# 1  
Old 12-02-2010
vt switching

greetings,

i hope this hasn't been covered previously. has anyone heard of a .kext or daemon that would allow linux or (open)solaris-like vt switching? googling didn't help much..

i know os x allows a '>console' login from loginwindow.app, but i'm mainly interested in this because there are no usable full-screen terminal emulators for os x which are able to run *alongside* the windowing system. there is a simbl plugin called 'mega zoom' which allows windows (e.g. those of terminal.app) to fill the screen, but even a scroll bar can become awfully distracting. visor is cool for short commands, but the full screen mode is just as bad. iterm comes closest, but it struggles with accented characters.

thanks,
bamdad
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Case switching

Hello Folks I am writing this simple program but I am stuck at this point. Here is the snippet from my script where I have issues. 3) echo "Current Directory: $(pwd) Menu 3" echo -e "Enter a file name\n" read fname if then ... (5 Replies)
Discussion started by: Tuxidow
5 Replies

2. Programming

Switching over to C++

Hi, We've been using a perl script to extract datas from several logs to generate a report. I've been asked to rewrite the code in C++. I want to know if it is wise to have a code in C++ and will it be more faster than Perl? (23 Replies)
Discussion started by: Ribosome
23 Replies

3. Solaris

The switching in the different AP's

HI, I am using the windows 2003 server R2 in there we are using the putty as to access the different AP's now from the primary AP i want to login to several different AP's using a script what the script will do is :- input a text file in which list of different ap's and the corresponding... (0 Replies)
Discussion started by: amiglani
0 Replies

4. Shell Programming and Scripting

Switching lines

Hi I'm quite new with linux. Very simple, I need to swap every 2 lines in a file. Example INPUT: a a a b b b x x x y y y s s s t t t OUTPUT: b b b a a a y y y x x x t t t (5 Replies)
Discussion started by: hernand
5 Replies

5. Shell Programming and Scripting

switching users

Hi I want to write a script which can switch between super users.But it asks for the password at the prompt.How can I manage in the script so that it didnt ask me for the password at the prompt. (1 Reply)
Discussion started by: monika
1 Replies

6. Linux

Switching from one DNS to another

Hi all, we have running some linux servers with sles9 and we have some problems with our dns servers. Sometimes they don't like to work. However, is there a parameter to enable faster switching between two ore more dns servers? Thx for your help in front Regards frank (5 Replies)
Discussion started by: ortsvorsteher
5 Replies

7. Shell Programming and Scripting

Switching between two users

Can any one tell me : How we can switch between two users without prompting for the password. (In the SHELL SCRIPT can we fetch the USERID and PASSWORD from a specified file, without using SUDO command)? (2 Replies)
Discussion started by: deepusunil
2 Replies

8. Shell Programming and Scripting

su (switching to other user)

Hi, what is the use of the double quotes and !! in the following code segment: su - user1 << ""!! > /dev/null 2>&1 echo "welcome user1" EOF !! also what is the difference between below: su - user1 << ""!! > /dev/null 2>&1 and su - $USER << ""!!!> /dev/null 2>&1. Note: $USER =... (2 Replies)
Discussion started by: bjagadeesh
2 Replies

9. Shell Programming and Scripting

su (switching to other user)

Hi, what is the use of the double quotes and !! in the following code segment: su - user1 << ""!! > /dev/null 2>&1 echo "welcome user1" EOF !! also what is the difference between below: su - user1 << ""!! > /dev/null 2>&1 and su - $USER << ""!!!> /dev/null 2>&1. Note: $USER =... (1 Reply)
Discussion started by: bjagadeesh
1 Replies

10. Solaris

Switching between users

Hi folks, could anyone please tell me how can i switch between two users without going thru the su(i.e. root)? is there any such command? thanks in advance, thell (1 Reply)
Discussion started by: thell
1 Replies
Login or Register to Ask a Question
KEXTLIBS(8)						    BSD System Manager's Manual 					       KEXTLIBS(8)

NAME
kextlibs -- find OSBundleLibraries needed by a kext SYNOPSIS
kextlibs [options] [--] kext ... DESCRIPTION
The kextlibs utility searches for library kexts that define symbols needed for linking by kext, printing their bundle identifiers and ver- sions to stdout. If the kext has a multiple-architecture executable, libraries are resolved for each architecture. If any symbols are not found, or are found in multiple libraries, the numbers of such symbols are printed to standard error after the library kext information for each architecture. A handy use of kextlibs is to run it with just the -xml flag and pipe the output to pbcopy(1); if the exit status is zero (indicating no undefined or multiply-defined symbols), you can open your kext's Info.plist file in a text editor and paste the library declarations over the OSBundleLibraries property. You can use kextlibs to find libraries for older releases of Mac OS X using the -repository option to specify an extensions folder to search other than the extensions directories for the root volume (although releases prior to Mac OS X 10.6 (Snow Leopard) don't check for architec- ture-specific properties, so be sure to check the output and edit as needed). If you don't explicitly specify a repository directory, kextlibs searches the root volume's /System/Library/Extensions and /Library/Extensions directories. OPTIONS
-h, -help Print a help message describing each option flag and exit with a success result, regardless of any other options on the command line. -all-symbols Print reports on all symbols that remain undefined, all symbols that have been resolved in one library kext each, and all symbols that have multiple definitions in different library kexts. Equivalent to specifying all of -undef-symbols, -onedef-symbols, and -multdef-symbols. Normally only the number of missing and duplicate symbols is printed. -c, -compatible-versions Print the compatible version rather than the current version. -multdef-symbols Print all undefined symbols from kext found in more than one library kext, followed by those library kexts' bundle identifiers and versions (or compatible versions if -compatible-versions was specified). Normally only the number of multiply-defined symbols is printed. -non-kpi Search the compatibility kext, com.apple.kernel.6.0, rather than any of the com.apple.kpi.* system kexts. Use of this option is not recommended: The exact kernel component (mach, bsd, libkern, or iokit) cannot be determined, and the compatible version of com.apple.kernel is locked to its current version, so kexts linking against it can only load against that exact version. -onedef-symbols Print all undefined symbols from kext found in exactly one library kext, followed by that library kext's bundle identifier and ver- sion (or compatible version if -compatible-versions was specified). Normally nothing is printed about symbols that are found once. -r directory, -repository directory Search directory for dependencies. This option may be specified multiple times. You can use this to get library declarations rela- tive to a set of extensions other than those of the running system (such as for a different release of Mac OS X), or to include a side directory of library kexts. Note: If you specify a directory with this option, the system extensions folders are not implic- itly searched. See -system-extensions. -e, -system-extensions Add /System/Library/Extensions and /Library/Extensions to the list of directories to search. If you don't specify any directories or kexts, this is used by default. -undef-symbols Print all undefined symbols from kext that can't be found in any library kexts. Normally only the number of symbols not found is printed. -unsupported Search unsupported library kexts for symbols (by default they are not searched). -v [0-6 | 0x####], -verbose [0-6 | 0x####] Verbose mode; print information about program operation. Higher levels of verbosity include all lower levels. You can specify a level from 0-6, or a hexadecimal log specification (as described in kext_logging(8)). For kextlibs, the decimal levels 1-6 generally have little effect. -xml Print an XML fragment to stdout suitable for copying and pasting directly into an Info.plist file. This option prints information about libraries to stdout, and then prints information about symbols to stderr. In XML mode, if the libraries for all architectures are the same, only one set of OSBundleLibraries is printed; if any differ from any others, architecture-specific listings for all architectures are printed (OSBundleLibraries_i386, OSBundleLibraries_x86_64, and so on). -- End of options. FILES
/System/Library/Extensions/ The standard system repository of kernel extensions. /Library/Extensions/ The standard repository of non Apple kernel extensions. DIAGNOSTICS
The kextlibs utility exits with a status of 0 on completion if all undefined symbols are found exactly once; with a status of 1 if any unde- fined symbols remain, or with a status of 2 if any symbols are found in more than one library kext (whether or not any undefined symbols remain), and with another nonzero status on some other problem. BUGS
kextlibs uses a simple algorithm of string matching to resolve symbols, and does not apply any of the patching that the full link process does. This can cause it to fail when searching for symbols in a kext built against an SDK for a prior release of Mac OS X than the one on which kextlibs is being used. In such cases, you can run kextlibs against the Extensions folder of that prior release using the -repository option. Many single-letter options are inconsistent in meaning with (or directly contradictory to) the same letter options in other kext tools. SEE ALSO
kextutil(8), kextfind(8), kext_logging(8) Darwin November 14, 2012 Darwin