Sponsored Content
Full Discussion: PIII video problems.
Special Forums Hardware PIII video problems. Post 302477821 by Corona688 on Monday 6th of December 2010 12:10:10 PM
Old 12-06-2010
So what you're saying is, the computer doesn't boot, at all, ever, or even react, at all, ever, no matter what you do with it. It may be dead dead, not just dead-video dead. I don't suppose you have a POST card.
 

4 More Discussions You Might Find Interesting

1. Solaris

problems with my M3 video card and my Tatung Ultra 10 clone

i took this Elite 3D M3 video card out of my Ultra 60 machine which was replaced with an M6. the card was working w/o issue in the Ultra 60. however, i'm getting no video when i power the Tatung machine. yes, the M3 is does work with an AXi motherboard. any ideas what's causing the problem? (1 Reply)
Discussion started by: xyyz
1 Replies

2. UNIX and Linux Applications

Kudda has successfully solved the downloading problems for numerous video web

The rise of Video web stimulates more intuitive video feeling of large people, and makes video downloading becomes a popular trend in web times, meanwhile, more and more downloading problems arises correspondingly, in which the first trouble is slow downloading speed and incomplete downloading. It... (0 Replies)
Discussion started by: angelstar
0 Replies

3. Linux

USB video capture? composite, s-video, etc

does anybody have any experience with any of these composite video to usb devices on linux? usb video capture - Google Product Search would like to get one but a linux newbie and having trouble figuring out if any are ported... i've found lots of things that link to freedesktop.org DisplayLink... (1 Reply)
Discussion started by: danpaluska
1 Replies

4. UNIX for Advanced & Expert Users

Video Cards :: Video Memory Intercept and Redirect

I need a broad spectrum understanding on this subject, and any help would be greatly appreciated. First of all, as I understand it... The way the video hardware works is the CPU sends information about input and possible changes to the display, the video card receives these changes, makes the... (2 Replies)
Discussion started by: ciNG
2 Replies
PCKBD(4)						   BSD Kernel Interfaces Manual 						  PCKBD(4)

NAME
pckbd -- PC keyboard driver for wscons SYNOPSIS
pckbc* at isa? pckbd* at pckbc? wskbd* at pckbd? console ? options PCKBD_LAYOUT=XXX DESCRIPTION
This driver supports PC/AT keyboards within the wscons(4) console framework. It doesn't provide direct device driver entry points but makes its functions available via the internal wskbd(4) interface. The pckbd driver supports a number of different key mappings which can be chosen from with the kernel option PCKBD_LAYOUT at compile time or with the utility wsconsctl(8) (variable: ``encoding'') at runtime. Other mappings can be used if the whole keymap is replaced by means of wsconsctl(8). The builtin mappings are at this time: option wsconsctl language KB_US us English/US keyboard mapping (default) KB_UK uk English/UK keyboard mapping KB_BE be Belgian KB_CZ cz Czech (QWERTY) KB_DK dk Danish with ``dead accents'' KB_NL nl Dutch KB_FI fi Finnish KB_FR fr French KB_DE de German with ``dead accents'' KB_GR gr Greek KB_HU hu Hungarian KB_IT it Italian KB_JP jp Japanese KB_NO no Norwegian with ``dead accents'' KB_PL pl Polish KB_PT pt Portuguese KB_RU ru Russian KB_ES es Spanish KB_SV sv Swedish with ``dead accents'' KB_SF sf Swiss French KB_SG sg Swiss German KB_UA ua Ukrainian KB_US|KB_DECLK us.declk English/US mapping for DEC LK400-style keyboards with PC keyboard interface (e.g., LK461) KB_US|KB_DVORAK us.dvorak English/US keyboard with ``Dvorak'' layout KB_US|KB_COLEMAK us.colemak English/US keyboard with ``Colemak'' layout The KB_DE, KB_DK, KB_NO and KB_SV mappings can be used in the KB_NODEAD ( ``.nodead'') variant. This switches off the ``dead accents''. The KB_US, KB_JP and KB_US|KB_DVORAK mappings can be modified to swap the left CTRL and the CAPS LOCK keys by the KB_SWAPCTRLCAPS variant bit or the ``.swapctrlcaps'' suffix. The KB_METAESC ( ``.metaesc'') option can be applied to any layout. If set, keys pressed together with the ALT modifier are prefixed by an ESC character. (Standard behaviour is to add 128 to the ASCII value.) Because PC keyboard hardware doesn't contain a beeper, requests for ``keyboard beeps'' cannot be handled directly. On alpha and i386 a helper device attached to the pcppi(4) driver allows the use of the standard ISA speaker for this purpose. On acorn32, vidcaudio(4) performs this function. EXAMPLES
To set a German keyboard layout without ``dead accents'' and sending an ESC character before the key symbol if the ALT key is pressed simul- taneously, use wsconsctl -w encoding=de.nodead.metaesc. To set it at kernel build time, add options PCKBD_LAYOUT="(KB_DE | KB_NODEAD | KB_METAESC)" to the kernel configuration file. SEE ALSO
isa(4), pcppi(4), wskbd(4), wsconsctl(8) BUGS
The list of builtin mappings doesn't follow any logic. It grew as people submitted what they needed. BSD
July 22, 2011 BSD
All times are GMT -4. The time now is 01:05 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy