urbani> I have ET4000/W32p Chrontel 8398 PCI video card.I have Fall 95
urbani> yggdrasil linux ELF format, the card doesn't works. The mouse
urbani> leaves the track on the screen with XF86_W32, XF86_SVGA not
urbani> work. Is there anyone to be able to help me ? Thank you
urbani> Marino.
Try this...
Content-Transfer-Encoding: 7bit Ok, Hercules Dynamite power VL 2 MB rev a understands this. enjoy, mail Content-Transfer-Encoding: 7bit #include <termios.h> static INLINE void
Subject: ET4000 W32I/P USERS READ THIS(DYNAMITE SERIES VGAs)
Newsgroups: comp.os.linux.hardware,comp.os.linu.x
Date: 12 Aug 1995 04:06:41 GMT
Organization: Technical University of Brno, Czech Republic
Path: boulder!bloom-beacon.mit.edu!news.moneng.mei.com!uwm.edu!math.ohio-state.ed
Lines: 54
NNTP-Posting-Host: slip4.ms.mff.cuni.cz
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="-------------------------------187056081720033960532083884200"
X-Mailer: Mozilla 1.1N (X11; I; Linux 1.2.11 i486)
X-URL: file:/usr/src/vgaset/vgamoje2.c
Content-Type: text/plain; charset=us-ascii
the dust problem isn't in config file, it's in one VGA's bit.
the program attached should fix the problem.
name it shit.c, compile with gcc,setuid root and execute from within X(shell or
menu),refresh the screen.Ok.
Content-Type: text/plain
#define INLINE inline
outb (short port, char val)
{
ioperm(port, 1, 1);
__asm__ volatile ("out%B0 %0,%1" : :"a" (val), "d" (port));
static INLINE unsigned char
inb (short port)
{
unsigned int ret;
ioperm(port, 1, 1);
__asm__ volatile ("in%B0 %1,%0" : "=a" (ret) : "d" (port));
return ret;
void ORreg (int address,short int index, char hodnota)
{
outb (address, index); /* set the register number */
outb (address+1,hodnota | inb(address+1));
void main (int argc, char *argv [])
{
ORreg (0x3d4,0x34,0x40);
--
.oO finger for PGP key Oo.
1. HELP - MachSpeed ET4000/W32P with 2MB
2. Seasons Greetings --***((()))***---
3. ET4000/W32p - Upgrade to XFree86 3.3 fails
4. GPL
5. Old lightspeed PCI (ET4000/w32p) 1mb
6. (Netboot) NFS quitting after booting diskless client
8. average load
9. tseng et4000/w32p rev.c & X
10. Need config files for Tseng ET4000/W32p (rev d) 1MB PCI
11. ET4000/W32p problem again ...
12. X on Hercules Dynamite ET4000 w32p