Sponsored Content
Full Discussion: Laptop video problem....
Top Forums UNIX for Dummies Questions & Answers Laptop video problem.... Post 44171 by MadProfessor on Monday 1st of December 2003 06:21:21 PM
Old 12-01-2003
i didnt find anything

i went to both of the sites you suggested, they were helpfull, but neither of them really solve my problem, thanks. Im not running a visual GUI, im running it in terminal mode i guess, or text mode. Is there a configuration file i can edit with FreeBSD 5.1 that would stretch the screen maybe?? thanks in advance, you all are very helpfull
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Just a video problem

Heya, pals! Would someone give me a clue of whatīs happening in here? I have a SiS 6326 video board installed under a FreeBSD 4.2 system, but i canīt figure out whatīs the matter with its configuration. I just canīt connect to Xserver... Setting the configuration with xf86config at the simplest... (1 Reply)
Discussion started by: Z0mby
1 Replies

2. UNIX for Dummies Questions & Answers

suse 9.0 problem video

i got a NV11 geForce2 100/200 and suse 9.0 pro boot the kernal but then the screen goes blank and nothing else can't install suse 9.0 pro and grabs for this problem x will not come up at all just the boot screen with rez and so on but once i tell it to install thats i have a nec multisync... (6 Replies)
Discussion started by: 3bumbs plumming
6 Replies

3. Windows & DOS: Issues & Discussions

HELP--Redhat on WinXP laptop PROBLEM!!

Hi guys! Need some help here.....trying to install Redhat 8.0 on a laptop that is already running WinXP. Have made a partition with partition magic but when I try to install Linux it just stops at the check partition/ check hard-drive stage. It has happened on two different laptops of different... (4 Replies)
Discussion started by: syrex
4 Replies

4. OS X (Apple)

Video Encoder 264 does not install, problem with LD flags

Hi all, I have a big problem. I'm trying to install a 264 video encoder (JM 15.1, from H.264/AVC JM Reference Software Download) on OS X 10.5.5. First of all I had to disable static compilation, because of this error: ld_classic: can't locate file for: -lcrt0.oI read about this on some... (2 Replies)
Discussion started by: Dorna
2 Replies

5. UNIX for Dummies Questions & Answers

Problem setting up SSH keys between my laptop and a server.

This is probably somewhat trivial but it's driving me crazy. I have 6 servers with identical configurations. I'm trying to set up ssh keys between my laptop (windows XP using cygwin) and these servers (rhel). On 5 of the machines this works perfectly, but on one, no matter what I do, it gives me a... (2 Replies)
Discussion started by: DeCoTwc
2 Replies

6. Ubuntu

Connect 2 laptops with RJ45 cable (Ubuntu 10.10 laptop with Windows 7 laptop)

Hi to all, I have the problem that a laptops with windows XP cannot startup even in safe mode nor using last good known configuration. I have a Ubuntu 10.10 Live CD and booting from it I can read the Hard Drive. I need to do a backup the Hard Drive from XP laptop and I want to connect this... (5 Replies)
Discussion started by: cgkmal
5 Replies

7. Hardware

ADDS Regent 25 video terminal connection problem, help please :o(

Hi all, you may remember that I picked up an ADDS Regent 25 from where I worked a while ago. Well, I've been trying to connect it up to the laptop so that the laptop can act as a server for it. I've just finished making a cable for it, I connected the DB25 EIA loop of the ADDS to a serial... (6 Replies)
Discussion started by: RetroGamerVX
6 Replies

8. Hardware

Centos 5.8 video driver problem

i have an older server from about 2001 i was given. i recently lost the OS drive on the system and dicided to go to linux instead of windows. i have tried open suse, centos and both do just about the same thing. they boot fine then they go into installing drivers it hits vidio driver then another... (4 Replies)
Discussion started by: TUX servers
4 Replies

9. Ubuntu

Laptop to laptop transfer files

Dear all, I would like to transfer my old laptop documents/files etc to the new laptop without using any external hard disk. Please let me know if its possible via any way. Thank in advance, emily (3 Replies)
Discussion started by: emily
3 Replies

10. Hardware

Problem with Broadcom BCM43225 wifi interface on an Acer Aspire laptop

Hi This is a question about Broadcom BCM43225 wifi interface on an Acer Aspire laptop I just had a fresh install of ubuntu 16.04 on my acer aspire laptop and I am having a difficult issue with my wifi connection. Every time I restart my laptop I get the wifi connection working, but after a... (0 Replies)
Discussion started by: faizlo
0 Replies
apple2(6x)							XScreenSaver manual							apple2(6x)

NAME
apple2 - Apple ][ display emulator SYNOPSIS
apple2 [-display host:display.screen] [-foreground color] [-background color] [-window] [-root] [-mono] [-install] [-visual visual] [-pro- gram command to run] [-basic] [-slideshow] [-text] [-meta] [-esc] [-bs] [-del] [-fast] [-fps] DESCRIPTION
The apple2 program simulates an original Apple ][ Plus computer in all its 1979 glory. It also reproduces the appearance of display on a color television set of the period. There are 3 modes: basic, slideshow, and text. Normally it chooses a mode randomly, but you can override with the -basic, -slideshow, or -text options. In basic mode a simulated user types in a Basic program and runs it. In slideshow mode it chooses a number of images from the image source you configured into XScreenSaver and displays them within the limita- tions of the Apple ][ display hardware. With only 6 available colors, you can only make out the general shape of the pictures. In text mode it displays the output of a command or the contents of a file or URL (via the default xscreensaver-text(1) program, which can be overridden with -program). In text mode, it is also a fully functional (if anachronistic) vt100 terminal emulator. OPTIONS
apple2 accepts the following options: -window Draw on a newly-created window. This is the default. -root Draw on the root window. -mono If on a color display, pretend we're on a monochrome display. -install Install a private colormap for the window. -visual visual Specify which visual to use. Legal values are the name of a visual class, or the id number (decimal or hex) of a specific visual. -basic Choose basic mode -slideshow Choose slideshow mode -text Choose text mode -program sh-command In text mode, the command to run to generate the text to display. This option may be any string acceptable to /bin/sh. The program will be run at the end of a pipe, and any characters that it prints to stdout will be printed on the Apple ][ display. If the pro- gram exits, it will be launched again after 3 seconds. Default: xscreensaver-text(1). In text mode, apple2 emulates a vt100 terminal running on a 40x24 uppercase-only screen. For example: apple2 -text -program 'cat /usr/src/linux*/README | fold -sw40' apple2 -text -program 'ping apple.com' apple2 -text -program 'ps -e' apple2 -text -program 'od -txCz -w7 /dev/urandom' apple2 -text -program 'cat /dev/random' apple2 -text -fast -program 'xemacs -nw -q -f life' apple2 -text -fast -program 'xemacs -nw -q --eval "(hanoi 5)"' You can also use apple2 as an extremely lo-fi replacement for the xterm(1) and gnome-terminal(1) terminal emulators: apple2 -text -fast -program tcsh -pty In -text mode, launch the sub-program under a pty so that it can address the screen directly. This is the default. -pipe In -text mode, launch the sub-program at the end of a pipe: do not let it address the screen directly. -esc When the user types a key with the Alt or Meta keys held down, send an ESC character first. This is the default. -meta When Meta or Alt are held down, set the high bit on the character instead. -del Swap Backspace and Delete. This is the default. -bs Do not swap Backspace and Delete. -fast Normally, characters are printed at the speed of an original Apple][ computer; however, when using this program as a terminal emu- lator, the novelty of those 300 baud characters might wear off. You can use the -fast option to speed things up a bit. -fps Display the current frame rate and CPU load. TERMINAL EMULATION
By default, apple2 allocates a pseudo-tty for the -text-mode sub-process to run under. This has the desirable side effect that the program will be able to use ioctl(2) to fetch information about terminal parameters and window size, which many programs (such as top(1)) need to run properly. apple2 will also set the environment variable TERM to vt100 in the child process. Any characters typed on the apple2 window will be passed along to the sub-process. (Note that this only works when running in "window" mode, not when running in -root mode under xscreensaver.) ENVIRONMENT
DISPLAY to get the default host and display number. XENVIRONMENT to get the name of a resource file that overrides the global resources stored in the RESOURCE_MANAGER property. TERM to inform the sub-process of the type of terminal emulation. X RESOURCES
Notable X resources supported include the following which correspond to standard TV controls: analogTVTint, analogTVColor, analogTVBright- ness, and analogTVContrast which correspond to standard TV controls. They range from 0 to 100,except for tint which is an angle between -180 and +180. TRADEMARKS
Apple ][ and Applesoft are trademarks of Apple Computer. SEE ALSO
xscreensaver(1), bsod(6x), xscreensaver-text(1), fortune(1), phosphor(6x), starwars(6x), ljlatest(6x), dadadodo(1), webcollage(6x), drift- net(1) EtherPEG, EtherPeek, console_codes(4). COPYRIGHT
Copyright (C) 2002-2003 by Trevor Blackwell. Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. No representations are made about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. AUTHOR
Television and Apple ][ emulation by Trevor Blackwell <tlb@tlb.org>. Slideshow and text mode by Jamie Zawinski <jwz@jwz.org>. Pty and vt100 emulation by Fredrik Tolf <fredrik@dolda2000.com>. X Version 11 5.15 (28-Sep-2011) apple2(6x)
All times are GMT -4. The time now is 03:46 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy