Re: good disk/cpu/videocard temperature display that works in KDE

2014-11-10 Thread Darac Marjal
On Sat, Nov 08, 2014 at 02:56:02PM +1030, Arthur Marsh wrote:
 I finally upgraded my other pc to KDE 4.14.2, and am looking for a
 temperature display for the hard disks, CPU, video card and motherboard.
 
 It needs to show actual temperatures and also have some labelling of which
 temperature is for what device.

gkrellm, conky... I'd be surprised if there wasn't a native sensors widget for 
KDE.

You may need to configure things, though. For CPU, motherboard and
possibly GPU temperature, install 'lm-sensors'. Run sensors-detect and
follow the wizard to detect what sensors you have, then run sensors to
see the values. Adjustments can be configured if the readings are wrong
- see the manpage.

For the hard drive, install hddtemp, which will read the information
from the SMART interface.

 
 Any suggestions?
 
 
 -- 
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject
 of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: 
 https://lists.debian.org/rji0jb-drq@ppp14-2-48-242.lns21.adl2.internode.on.net
 


signature.asc
Description: Digital signature


good disk/cpu/videocard temperature display that works in KDE

2014-11-07 Thread Arthur Marsh
I finally upgraded my other pc to KDE 4.14.2, and am looking for a 
temperature display for the hard disks, CPU, video card and motherboard.


It needs to show actual temperatures and also have some labelling of 
which temperature is for what device.


Any suggestions?


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: 
https://lists.debian.org/rji0jb-drq@ppp14-2-48-242.lns21.adl2.internode.on.net



Squeeze. Проблема с VT8623 [Apollo CLE266] videocard (CastleRock graphics)

2011-01-24 Thread Mark Goldshtein
Доброе время суток, рассылка!
(радостный от инициации ценного обсуждения аттачментов, предпринимаю
попытку номер два)

Пожалуйста, помогите наладить нормальную работу с
VGA compatible controller: VIA Technologies, Inc. VT8623 [Apollo
CLE266] integrated CastleRock graphics (rev 03)

X грузится нормально, но работа в X практически невозможна, в
частности, с помощью мышки невозможно прокручивать и таскать окна, они
пропадают по мере сдвига. Внутренность окна также залипает.
# lspci -k не показывает какой именно драйвер используется.
Реинсталяция штатного пакета с драйвером openchrome ничего не дала.

X.org log, dmesg, kernel, messages ничего не говорят подозрительного.

Подскажите, пожалуйста, что делать?

-- 
Sincerely Yours'
Mark Goldshtein


Squeeze. A problem with VT8623 [Apollo CLE266] integrated CastleRock videocard

2011-01-24 Thread Mark Goldshtein
Hello, list!

Would you, please, help to bring to normal functioning a subj's video board?

VGA compatible controller: VIA Technologies, Inc. VT8623 [Apollo
CLE266] integrated CastleRock graphics (rev 03)

#lspci –k did not shows which driver is in use.

X is up fine but GUI screen is garbled after any window move by cursor
and work with mouse is a pain.
dmesg, kernel, messages shows nothing suspictious.
Openchrome driver from repo was deleted, installed, reinstalled etc.
with zero effect.

Appreciate any clue how to fix it. Thanks!

-- 
Sincerely Yours'
Mark Goldshtein


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/AANLkTinoF=5+9GsMMGUTf=qzkg5jwoma5qokt2var...@mail.gmail.com



Re: Squeeze. A problem with VT8623 [Apollo CLE266] integrated CastleRock videocard

2011-01-24 Thread Sjoerd Hardeman

Mark Goldshtein schreef:

Hello, list!

Would you, please, help to bring to normal functioning a subj's video board?

VGA compatible controller: VIA Technologies, Inc. VT8623 [Apollo
CLE266] integrated CastleRock graphics (rev 03)

#lspci –k did not shows which driver is in use.
Can you look in /etx/X11/xorg.conf whic driver is being used? Else, you 
might be able to find it in /var/log/Xorg.log (or /var/log/Xorg.0.log, 
whatever is there).


X is up fine but GUI screen is garbled after any window move by cursor
and work with mouse is a pain.
dmesg, kernel, messages shows nothing suspictious.
Openchrome driver from repo was deleted, installed, reinstalled etc.
with zero effect.
If you have been able to identify the driver, make sure it is the vesa 
one. If not, alter the Device section in xorg such that includes as 
the (only!) driver line

 Driver   vesa
That driver should work for all systems, although it is slow. Confirm 
that that works, then we can find out which driver also works and is 
nice and fast. If this doesn't work, I'm afraid I'm out of options.


Sjoerd



signature.asc
Description: OpenPGP digital signature


Re: Squeeze. A problem with VT8623 [Apollo CLE266] integrated CastleRock videocard [SOLVED]

2011-01-24 Thread Mark Goldshtein
On Mon, Jan 24, 2011 at 6:17 PM, Sjoerd Hardeman
sjo...@lorentz.leidenuniv.nl wrote:
 Mark Goldshtein schreef:

 Hello, list!

 Would you, please, help to bring to normal functioning a subj's video
 board?

 VGA compatible controller: VIA Technologies, Inc. VT8623 [Apollo
 CLE266] integrated CastleRock graphics (rev 03)

 #lspci –k did not shows which driver is in use.

 Can you look in /etx/X11/xorg.conf whic driver is being used? Else, you
 might be able to find it in /var/log/Xorg.log (or /var/log/Xorg.0.log,
 whatever is there).

 X is up fine but GUI screen is garbled after any window move by cursor
 and work with mouse is a pain.
 dmesg, kernel, messages shows nothing suspictious.
 Openchrome driver from repo was deleted, installed, reinstalled etc.
 with zero effect.

 If you have been able to identify the driver, make sure it is the vesa one.
 If not, alter the Device section in xorg such that includes as the (only!)
 driver line
  Driver   vesa
 That driver should work for all systems, although it is slow. Confirm that
 that works, then we can find out which driver also works and is nice and
 fast. If this doesn't work, I'm afraid I'm out of options.

Thanks a lot for your time and ideas!

The problem was resolved by video memory size increasing. Just modify
a correspond parameter in BIOS.
16MB -32MB

-- 
Sincerely Yours'
Mark Goldshtein


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktindlntgutz+vt9zpp+rrg+kiuatvzkfebsmv...@mail.gmail.com



i915 videocard driver

2005-06-03 Thread mehmet bursali
x-window ekran kart#305;m#305; tan#305;mad#305;
i915 chipsetli tumlesik intel videocard#305;m var
nas#305;l tan#305;tabilirim ayr#305;ca hala
gnome/kde ile tan#305;samad#305;m:))


GAZ#304;' li Olmak Ayr#305;cal#305;kt#305;r. . .
  Mehmet BURSALI G.Ü. Bilgisayar 
Mühendisli#287;iANKARA/Türkiye

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: i915 videocard driver

2005-06-03 Thread serdar akkan
On 6/3/05, mehmet bursali [EMAIL PROTECTED] wrote:
 x-window ekran kart#305;m#305; tan#305;mad#305;
 i915 chipsetli tumlesik intel videocard#305;m var
 nas#305;l tan#305;tabilirim ayr#305;ca hala
 gnome/kde ile tan#305;samad#305;m:))
 
 
 GAZ#304;' li Olmak Ayr#305;cal#305;kt#305;r. . .  
 Mehmet BURSALI G.. Bilgisayar 
 Mhendisli#287;i
 ANKARA/Trkiye
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around
 http://mail.yahoo.com
 
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 


valla bende tantamyodum ama i810 driver  hem i810 hem de i915 icin
kullanlyo dpkg-reconfigure xserver-xfree86 yapp ordan driver n
i810 ayarla olmazsa xfree86-4.5.0  yukleyip tekrar dene
hallolacaktr.


X running without monitor (may be w/o videocard)

2004-11-21 Thread Antonio Rodriguez
How do you set up X to run in a machine without monitor, or even may
be without video card? About this last one I am not sure. A hosted server, to
forward X through ssh you still need X there.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: X running without monitor (may be w/o videocard)

2004-11-21 Thread Henrique de Moraes Holschuh
On Sun, 21 Nov 2004, Antonio Rodriguez wrote:
 How do you set up X to run in a machine without monitor, or even may
 be without video card? About this last one I am not sure. A hosted server, to
 forward X through ssh you still need X there.

You don't need the X server to run any X clients (the programs themselves).
The clients will forward their requests over ssh to your X server.

You need xauth and all the libs installed on the headless server, however.

If you for some weird reason NEED a local Xserver, have a look at vnc. It
will run headless.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: X running without monitor (may be w/o videocard)

2004-11-21 Thread Paolo Alexis Falcone
On Sun, 21 Nov 2004 08:40:57 -0500, Antonio Rodriguez
[EMAIL PROTECTED] wrote:
 How do you set up X to run in a machine without monitor, or even may
 be without video card? About this last one I am not sure. A hosted server, to
 forward X through ssh you still need X there.
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

You won't need the X server present on that machine, but you'd need
the X utilities, then forward the X request via ssh or xauth. I think
you'd also need to set the DISPLAY variable to the host you'd output
the display (works just fine with my Oracle installation on headless
chickens as compared to using xhost+ ...)


-- 
Paolo Alexis Falcone
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: X running without monitor (may be w/o videocard)

2004-11-21 Thread Antonio Rodriguez
On Sun, Nov 21, 2004 at 11:58:05AM -0200, Henrique de Moraes Holschuh wrote:
 On Sun, 21 Nov 2004, Antonio Rodriguez wrote:
  How do you set up X to run in a machine without monitor, or even may
  be without video card? About this last one I am not sure. A hosted server, 
  to
  forward X through ssh you still need X there.
 
 You don't need the X server to run any X clients (the programs themselves).
 The clients will forward their requests over ssh to your X server.
 
 You need xauth and all the libs installed on the headless server, however.
 
 If you for some weird reason NEED a local Xserver, have a look at vnc. It
 will run headless.

In sid xbase-utils provides xauth, is sarge is about the same
(probably). Is there any short howto anywhere?
Thank you guys.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: X running without monitor (may be w/o videocard)

2004-11-21 Thread Jon Dowland
On Sun, 21 Nov 2004 08:40:57 -0500, Antonio Rodriguez
[EMAIL PROTECTED] wrote:
 How do you set up X to run in a machine without monitor, or even may
 be without video card? About this last one I am not sure. A hosted server, to
 forward X through ssh you still need X there.

Here's where the X notion of client/server can be confusing. If you
consider a server which provides programs to clients, then this server
would be running X client programs, and each terminal an X server. :)

-- 
Jon Dowland
http://jon.dowland.name/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: X running without monitor (may be w/o videocard)

2004-11-21 Thread Jon Dowland
On Sun, 21 Nov 2004 09:09:42 -0500, Antonio Rodriguez
[EMAIL PROTECTED] wrote:

 In sid xbase-utils provides xauth, is sarge is about the same
 (probably). Is there any short howto anywhere?
 Thank you guys.

If your headless machine has sshd running and your terminal has an X server,

a) from headless apt-get install some-program
b) from terminal ssh -X headless
c) from ssh connection some-program

-- 
Jon Dowland
http://jon.dowland.name/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: X running without monitor (may be w/o videocard)

2004-11-21 Thread Antonio Rodriguez
On Sun, Nov 21, 2004 at 02:10:41PM +, Jon Dowland wrote:
 On Sun, 21 Nov 2004 08:40:57 -0500, Antonio Rodriguez
 [EMAIL PROTECTED] wrote:
  How do you set up X to run in a machine without monitor, or even may
  be without video card? About this last one I am not sure. A hosted server, 
  to
  forward X through ssh you still need X there.
 
 Here's where the X notion of client/server can be confusing. If you
 consider a server which provides programs to clients, then this server
 would be running X client programs, and each terminal an X server. :)
 

Yeap, confusing. H cr**! So, in this case,
X server is:
X client is:


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: X running without monitor (may be w/o videocard)

2004-11-21 Thread Henrique de Moraes Holschuh
On Sun, 21 Nov 2004, Antonio Rodriguez wrote:
  Here's where the X notion of client/server can be confusing. If you
  consider a server which provides programs to clients, then this server
  would be running X client programs, and each terminal an X server. :)
 
 Yeap, confusing. H cr**! So, in this case,

No, you just need to understand how it works.

X server is a *screen server*, thus it is your screen/station.

X client is a program that wants to talk to a screen server so that it can
display something.

There, easy to remember now, isn't it?  the server/client notion is not
backwards.  It is exacly right.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: X running without monitor (may be w/o videocard)

2004-11-21 Thread Antonio Rodriguez
On Sun, Nov 21, 2004 at 12:44:27PM -0200, Henrique de Moraes Holschuh wrote:

 No, you just need to understand how it works.
 
 X server is a *screen server*, thus it is your screen/station.
 
 X client is a program that wants to talk to a screen server so that it can
 display something.
 
 There, easy to remember now, isn't it?  the server/client notion is not
 backwards.  It is exacly right.
 

From this point of view is perfectly right.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: X running without monitor (may be w/o videocard)

2004-11-21 Thread Pigeon
On Sun, Nov 21, 2004 at 08:40:57AM -0500, Antonio Rodriguez wrote:
 How do you set up X to run in a machine without monitor, or even may
 be without video card? About this last one I am not sure. A hosted server, to
 forward X through ssh you still need X there.

You need xfree86-common installed on the remote machine and X11
forwarding enabled in /etc/ssh/sshd_config.

-- 
Pigeon

Be kind to pigeons
Get my GPG key here: 
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x21C61F7F


signature.asc
Description: Digital signature


udev and videocard

2004-03-12 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello all,
There's a talk going on on the list about udev. I too tried it
and seems really good. For me every thing is working almost fine
besides my TV Tuner Card.

I have a bttv compatible TV Tuner Card. I simply do a `modprobe
bttv` to let all the appropriate devices get created. The
problem is that I'm able to use the card to listen radio but I
can't watch TV. Using xawtv complains:
/dev/video0 No such device

whereas I think that udev creates the video device under
/dev/v4l/video0. How do I make my pc back a TV using Kernel
2.6.3 with udev ?

rrs

Ritesh Raj Sarraf   Email: rrs [EMAIL PROTECTED] researchut.com
Web: http://www.researchut.com  Phone: +91-9899655651
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Made with pgp4pine 1.76

iD8DBQFAUjHP4Rhi6gTxMLwRAg62AJ9EtadKMGRW+pn+5vstvQ+SSR772wCgpWTr
NomMg/8nLRSZ9jbVgQuhw/E=
=gQaC
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: udev and videocard

2004-03-12 Thread John L Fjellstad
You can create a symlink from video0 to v4l/video0.  In your
/etc/udev.rules file, you probably have a rule like this:
KERNEL=video[0-9]*, NAME=v4l/video%n

change that to

KERNEL=video[0-9]*, NAME=v4l/video%n, SYMLINK=video%n

or you could change the NAME to video%n instead of v4l.  Or, you can
check if there is a configuration file for xawtv that you can specify
where the video device node is.

-- 
John L. Fjellstad
web: http://www.fjellstad.org/  Quis custodiet ipsos custodes


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Debian installation: monitor/videocard problem

2002-11-18 Thread Nick Hastings
Hi,

* nate [EMAIL PROTECTED] [021118 17:11]:

 run:
 cd /root ; X -configure
 
 that will attempt to identify all your settings, when it exits
 run
 
 XFree86 -xf86config /root/XF86Config.new

Just as an aside, the Debian way here would be:

dpkg-reconfigure xserver-xfree86

Cheers,

Nick.

-- 
Debian testing/unstable
Linux onefish 2.4.19-lavienx #1 Sat Sep 21 19:58:12 EST 2002
i686 unknown unknown GNU/Linux


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Debian installation: monitor/videocard problem

2002-11-17 Thread nate
Liudmila Yafremava said:
 Hi!

 I am trying to install Debian on my computer, but it does not seem to

sounds like it is not configured. can you provide information about
your hardware(both video and monitor).

nate




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Debian installation: monitor/videocard problem

2002-11-17 Thread nate
Liudmila Yafremava said:
 Videocard
 Diamond Viper 16MB TNTA AGP
 Monitor
 Sony Trinitron 21 Multiscan 520GS

that should be pretty easy then..

make sure you have some of the basic packages installed:

apt-get install xfonts-100dpi xfonts-75dpi xfonts-base xserver-xfree86
xbase-clients xserver-common

next, you should create /dev/mouse, this would be a symlink to your
mouse, so if your mouse is connected to the PS2 port I would:

cd /dev ; ln -s psaux mouse

then run:
cd /root ; X -configure

that will attempt to identify all your settings, when it exits
run

XFree86 -xf86config /root/XF86Config.new

if you see a black/white dotted screen with an X cursor and the
mouse works, then its working, hit CTRL+ALT+BACKSPACE to exit,
copy the /root/XF86Config.new to /etc/X11/XF86Config-4

then you need to install a windowmanager or desktop enviornment,
I use afterstep, but seems gnome and kde are getting popular,
use apt-cache to find the packages, or you can try tasksel which
can select groups of packages to install.

good luck, should be easy, TNT is a well support video card as
is your monitor.

for 3D acceleration you'll need nvidia's drivers but you can work
on that later, first get 2D workin

nate




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




driver videocard viper v550 .....1.93e

2002-06-27 Thread guenter florkowski



suche driver voor mijn videocard..






 thanks 
guenter


Question about videocard

1998-09-15 Thread Linux admin at alv
Hello!

I wish to buy new videocard; Diamond Viper (Riva128). Does anybody know, will
it work under Linux? X and svgalib?

One more question: is there a program which allows use video cards with mpeg
decoder under Linux?
-- 
Alexey Vyskubov


Re: Question about videocard

1998-09-15 Thread E.L. Meijer \(Eric\)
 
 Hello!
 
 I wish to buy new videocard; Diamond Viper (Riva128). Does anybody know, will
 it work under Linux? X and svgalib?
 

I've got a Diamond Viper 330 AGP running the X window system just fine
on a debian 2.0 box.  I don't know about svga, I haven't tried that yet.

HTH,
Eric

-- 
 E.L. Meijer ([EMAIL PROTECTED])  | tel. office +31 40 2472189
 Eindhoven Univ. of Technology | tel. lab.   +31 40 2475032
 Lab. for Catalysis and Inorg. Chem. (TAK) | tel. fax+31 40 2455054


Re: Question about videocard

1998-09-15 Thread Linux admin at alv
On Tue, Sep 15, 1998 at 10:20:13AM +0200, E.L. Meijer Eric wrote:
  
  I wish to buy new videocard; Diamond Viper (Riva128). Does anybody know, 
  will
  it work under Linux? X and svgalib?
  
 
 I've got a Diamond Viper 330 AGP running the X window system just fine
 on a debian 2.0 box.  I don't know about svga, I haven't tried that yet.
 

Thank you for fast reply. Please tell me which X server do you use?

-- 
Alexey Vyskubov


Re: Question about videocard

1998-09-15 Thread E.L. Meijer \(Eric\)
 
 On Tue, Sep 15, 1998 at 10:20:13AM +0200, E.L. Meijer Eric wrote:
   
   I wish to buy new videocard; Diamond Viper (Riva128). Does anybody know, 
   will
   it work under Linux? X and svgalib?
   
  
  I've got a Diamond Viper 330 AGP running the X window system just fine
  on a debian 2.0 box.  I don't know about svga, I haven't tried that yet.
  
 
 Thank you for fast reply. Please tell me which X server do you use?

I use the svga server for this card.

Eric

-- 
 E.L. Meijer ([EMAIL PROTECTED])  | tel. office +31 40 2472189
 Eindhoven Univ. of Technology | tel. lab.   +31 40 2475032
 Lab. for Catalysis and Inorg. Chem. (TAK) | tel. fax+31 40 2455054


Re: Question about videocard

1998-09-15 Thread Robert Wilderspin
On 15 Sep 98 08:20:13 GMT, [EMAIL PROTECTED] wrote:

I've got a Diamond Viper 330 AGP running the X window system just fine
on a debian 2.0 box.  I don't know about svga, I haven't tried that yet.

I have, and it does, if you update to the latest version in slink.


Rob Wilderspin
--
But I need it to crash once every few days - 
reboots are the only chance I get to sleep...
--= (send replies to rob@)


VideoCard

1998-07-08 Thread Rick Smith
Hi 


I was wondering if the Diamond 3D2000 was supported under Linux?

Thanks alot 

Rick



--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null


Re: VideoCard

1998-07-08 Thread Mark Panzer
Rick Smith wrote:
 
 Hi
 
 I was wondering if the Diamond 3D2000 was supported under Linux?
 
Yes it is, I use the standard XF86SVGA driver (S3 works too I think).

Mark Panzer

 Thanks alot
 
 Rick



--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null


Re: VideoCard

1998-07-08 Thread Paul M. Foster

Debs/Rick:

 
 I was wondering if the Diamond 3D2000 was supported under Linux?
 

Yes. Under X, use the s3v server. I have one of these and that's what I
use.

Paul M. Foster



--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null