Re: [newbie] CUPS and 9.0 - no remote access

2002-10-17 Thread Steven Spears
I had same situation you did and here is how I fixed it. 
When I open up the MCC to share my net connection with the computers on my 
lan, the file /etc/cups/cupsd.conf is rewritten so that no one has access to 
the printer.. not even the root user! So I rewrite it this way: 

Location / 
AuthType None 
Order Deny,Allow 
Allow From All 
/Location 

Location /admin 
AuthType None 
Allow From 127.0.0.1 
#Allow From All 
Deny From All 
Order Deny,Allow 
/Location 

So now only the root user can modify the printer config but everyone can see 
the config (http://127.0.0.1:631) and access the printer. 

I didn't figure this out all by myself.. the linuxprinting website help a LOT! 
..So I recommand everyone having ANY problem with printing to search there. 
Here is the forum link: http://www.linuxprinting.org/newsportal/ 

This is where it came from. 

http://www.club-nihil.net/mub/viewtopic.php?t=5290highlight=


















On Thursday 17 October 2002 09:03 am, Brian Parish wrote:
 Installed 9.0 on my server last night.  It has a local printer attached
 which I configured without problems using printerdrake.  I can print to
 it locally but no other machines on the LAN can now access it.
 Printerdrake on the client machines assures me that there is nothing to
 configure and remote CUPS printers on the same LAN will magically
 appear.

 They don't.

 I guess this is the usual problem with GUI's - what to do when they
 don't work.  Has anyone met this?  Even better fixed it?

 The setup on the client machines has not been changed, so I guess it's
 the server which has stopped talking rather than clients not listening.

 Tried dropping the firewall in case that was interfering, but no change.

 TIA
 Brian



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] RC1

2002-09-02 Thread Steven Spears

On Monday 02 September 2002 06:34 am, Joe Barron wrote:
 I notice today there are to diffant dates CD 1 was uploaded 8/31 and 2,3
 8/30 I think I burned I downloaded and burned mine as soon as it hit the
 mirrors before the time listed on CD 1 .They check O.K but there was to
 many problem,s to list so I had to go back reinstall 9.0 4.I tryed this
 twice .Was there a change the 8/31?anyone else have trouble with RC1?
 JOE

I had troubles with RC1 with the ControlCenter but updated the packages from 
cooker and all is well with it. I'm still having the Race issue. As soon as 
I log in, it drops to tty1 and then I have to log in the console and startx.

Steve



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] 9.0 and DVD Playing

2002-09-02 Thread Steven Spears

I'm having a little trouble getting my box to play DVDs under 9.0. I know it 
is still in beta testing (RC1) but I was wondering if anyone has their DVD 
Player working in 9.0 thus far?

My DVD player is a LG (Works under Linux - Wife uses one and it says so on the 
box) and I've tried Xine, Ogle, and MPlayer with no luck. If anyone is 
interested in helping, I will report more info in a reply.

Thanks, 

Steve
Happy Mandrake User



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] 9.0 and DVD Playing

2002-09-02 Thread Steven Spears

On Monday 02 September 2002 02:08 pm, s wrote:
 On Saturday 03 August 2002 01:43 pm, Steven Spears wrote:
  I'm having a little trouble getting my box to play DVDs under 9.0.
  I know it is still in beta testing (RC1) but I was wondering if
  anyone has their DVD Player working in 9.0 thus far?
 
  My DVD player is a LG (Works under Linux - Wife uses one and it
  says so on the box) and I've tried Xine, Ogle, and MPlayer with no
  luck. If anyone is interested in helping, I will report more info
  in a reply.

 Yeah, I had mine going in beta3 thru rc1 (I think the previous trouble
 I had in beta2 was my drive that needed replacing).  I use mplayer to
 watched my encrypted dvds.  I have a toshiba.  I don't know what
 could be your problem.  Did you link your device to /dev/dvd?  For
 example I used:
 ln -s /dev/scsi/host0/bus0/target2/lun0/cd /dev/dvd  (of course yours
 will probably be different).
 I think xine may require a rdvd, enable rawdevices in chkconfig.

 anyway, I'd be more than glad to help you if I can.  Come back and
 explain what you;ve done and what your device is and anything else
 you can think of.  Start mplayer/xine from cli and give errors
 recieved, as they can be real helpful.
 -s
-
Okay, here is the out put when I try to open Ogle:

[wriker@riker wriker]$ ogle
Build: Linux 2.4.18-3 #1 Thu Apr 18 07:32:41 EDT 2002 i686 unknown Mon Aug  5 
21:58:55 CEST 2002 mmx Xv oss
Runtime: Linux 2.4.19-7mdk #1 Fri Aug 30 07:19:03 CEST 2002 i686 unknown
Note[ogle_ctrl]: ogle 0.8.5
Debug[ogle_ctrl]: Started /usr/lib/ogle/ogle_gui with pid 4485
Debug[ogle_ctrl]: Started /usr/lib/ogle/ogle_nav with pid 4486
Debug[ogle_ctrl]: Started /usr/lib/ogle/ogle_mpeg_ps with pid 4487
Debug[ogle_ctrl]: Started /usr/lib/ogle/ogle_vout with pid 4488
Debug[ogle_vout]: CLK_TCK: 100
Debug[ogle_nav]: Opening DVD at /dev/dvd
libdvdread: Can't stat /dev/dvd
No such file or directory
vm: faild to open/read the DVD
Debug[ogle_ctrl]: child: 4486 exited with 1
Debug[ogle_ctrl]: pid: 4486 exited with status: 1
Debug[ogle_ctrl]: child: 4488 killed
Debug[ogle_ctrl]: pid: 4488 terminated on signal: 2
Debug[ogle_ctrl]: child: 4487 killed
Debug[ogle_ctrl]: pid: 4487 terminated on signal: 2
Debug[ogle_ctrl]: child: 4485 killed
Debug[ogle_ctrl]: pid: 4485 terminated on signal: 2
Debug[ogle_ctrl]: removing shmid: 57081880
Note[ogle_ctrl]: exiting
[wriker@riker wriker]$


It look to me that it wasn't seeing the DVD rom so I performed the LN command 
similar to yours. Not sure exactly what information I need to make sure is in 
there. I gather my info from HardDrake on the DVD. I then made the necessary 
changes and came up with the same thing. Here is what HardDrake tells me 
about the DVD: 

ide/host0/bus3/target1/lun0/cd

I ran the command like so: ln -s /dev/ide/host0/bust3/target1/lun0/cd /dev/dvd 
and now I get this:

[wriker@riker wriker]$ ogle
Build: Linux 2.4.18-3 #1 Thu Apr 18 07:32:41 EDT 2002 i686 unknown Mon Aug  5 
21:58:55 CEST 2002 mmx Xv oss
Runtime: Linux 2.4.19-7mdk #1 Fri Aug 30 07:19:03 CEST 2002 i686 unknown
Note[ogle_ctrl]: ogle 0.8.5
Debug[ogle_ctrl]: Started /usr/lib/ogle/ogle_gui with pid 11684
Debug[ogle_ctrl]: Started /usr/lib/ogle/ogle_nav with pid 11685
Debug[ogle_ctrl]: Started /usr/lib/ogle/ogle_mpeg_ps with pid 11686
Debug[ogle_ctrl]: Started /usr/lib/ogle/ogle_vout with pid 11687
Debug[ogle_vout]: CLK_TCK: 100
Debug[ogle_nav]: Opening DVD at /dev/dvd
libdvdread: Using libdvdcss version 1.2.2 for DVD access
libdvdread: Couldn't find device name.
libdvdread: Can't open file VIDEO_TS.IFO.
vm: faild to read VIDEO_TS.IFO
Debug[ogle_ctrl]: child: 11685 exited with 1
Debug[ogle_ctrl]: pid: 11685 exited with status: 1
Debug[ogle_ctrl]: child: 11687 killed
Debug[ogle_ctrl]: pid: 11687 terminated on signal: 2
Debug[ogle_ctrl]: child: 11686 killed
Debug[ogle_ctrl]: pid: 11686 terminated on signal: 2
Debug[ogle_ctrl]: child: 11684 killed
Debug[ogle_ctrl]: pid: 11684 terminated on signal: 2
Debug[ogle_ctrl]: removing shmid: 59080728
Note[ogle_ctrl]: exiting
[wriker@riker wriker]$

Think I'm getting closer.  Thanks so far. 

Steve





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] KDE3.0

2002-04-04 Thread Steven Spears

Hello:

What is the best method of installing KDE 3.0. I've got in downloaded and 
want to install it on my 8.2 system, but want to do it in the best possible 
way. Any tips or hints?

Thanks,

Steve



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] KDE3.0

2002-04-04 Thread Steven Spears

Thanks! I had forgotten how to do that. 

Interesing that you can run both. How would you start one or the other. Right 
now, of course, I'm running 2 and would like to try three. Once installed how 
would I run 3.0?

Thanks again,

Steve



On Thursday 04 April 2002 07:16 am, you wrote:
 On Thu, 4 Apr 2002 06:33:50 -0600, Steven Spears [EMAIL PROTECTED] 
wrote:
  Hello:
 
  What is the best method of installing KDE 3.0. I've got in downloaded and
  want to install it on my 8.2 system, but want to do it in the best
  possible way. Any tips or hints?
 
  Thanks,
 
  Steve

 It should be simple. Download all the RPMs and put them in their own
 directory. Enter the directory and type 'rpm -Uvh *rpm'. KDE3 installs into
 /opt, so you can have both KDE3 and KDE2 installed side-by-side.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] descent3 demo install

2002-03-10 Thread Steven Spears

Hi:

Right click on it and then click the permissions tab at the bottom. Make sure 
that he boxes for executible are checked. That' s what I usually do.

Steve

On Sunday 10 March 2002 11:40 am, you wrote:
 I downloaded the descent3 demo, it is a file called
 descent3-demo-x86.run. How do I run it? When I click it nothing happens.

 Thanks in advance,
 Stojs



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] EBDE TOO BIG

2002-02-05 Thread Steven Spears

No, just a fresh install. Shut it off and then started it again after a while 
and boom, it came up. 

Steve



On Tuesday 05 February 2002 10:19 am, Derek Jennings wrote:
 Did he by any chance just use Mandrake Update to upgrade his kernel?

 derek

 On Tuesday 05 February 2002 00:41, Steven Spears wrote:
  Has anyone seen this error before. It's my brothers linux box and he gets
  the graphical LILO loader, hits linux and then this thing pops up. Never
  seen it before.
 
  Could this be failing memory? Tell me what other info you need. It's
  wierd and he just did a fresh install.
 
  Thanks a bunch,
 
  Steve



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] EBDE TOO BIG

2002-02-04 Thread Steven Spears

Has anyone seen this error before. It's my brothers linux box and he gets the 
graphical LILO loader, hits linux and then this thing pops up. Never seen it 
before. 

Could this be failing memory? Tell me what other info you need. It's wierd 
and he just did a fresh install. 

Thanks a bunch,

Steve



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] wolfenstien.

2002-01-20 Thread Steven Spears

Okay, where do we get the software to play Wolfenstien on Linux or is there a 
linux port? I was thinking about getting it but don't want to play it on 
Winders of I don't have to. It would be a great additon to my Linux gaming 
experience! 

Thanks,

Steve






On Sunday 20 January 2002 06:02 am, you wrote:
 Ok,, managed to get it to run as me  not root (Thanks Ralph), now
 getting error  sys_error GLimp_init () could not load openGL subsystem.

 Any ideas (also going huntin to see if I can find answer @ID 
 activision but any suggestions would be appreciated)

 Thanks
 Derek

 On Sun, 2002-01-20 at 11:09, Ralph Slooten wrote:
  I just installed it last night if you did a standard install you
  should be able to open a console and type wolfspdemo (probably located
  in /usr/local/bin).
 
  As far as I know this should work... although I did it the really safe
  way by creating a directory as root and giving my normal user the
  permissions for the directoty. I then installed as a normal user the
  files in /usr/local/games/wolfenstein-spdemo/ , and the link path to my
  home directory. This shouldn't all be neccesary, and I should think that
  installing as root should pose no problems.
 
  Greetings
  Ralph
 
  On 20 Jan 2002, Derek fowler wrote:
   Thanks Steve, heh, eh sorta guessed that :)  1st mail was an attention
   grabber :)
  
   right here goes..
  
   I got the binaries sitting in my user home dir.  I have chmoded the
   script to make it exec, when trying to run the thing it starts the
   install  gets as far as the directory selection  tells me I dont have
   enough permissions to write to the directories. So loged out  logged
   in as root, I the install worked, but dont know how to get game to run.
   That said, I ma not too happy about playing the game as root. So I am
   guessing that I need to give my user rights to the nescessary
   directories, but I am also guessing that users are not given wrie
   rights to the bin directory for a reason. so am a tad confused as to
   which route to go.
  
   Derek
  
   On Sun, 2002-01-20 at 10:13, FLYNN, Steve wrote:
Going to need a touch nore information than that Derek. What problem
are you having? What error messages do you get and at what stage?
   
-Original Message-
From:   Derek fowler [SMTP:[EMAIL PROTECTED]]
Sent:   Sunday, January 20, 2002 10:08 AM
To: [EMAIL PROTECTED]
Subject:[newbie] wolfenstien.
   
Hi,  Anyone know how I can get wolfenstien to run??
   
I have got the linux instalation. but cant get it to install
properly.
   
Derek
   
  File: message.footer 
   
   
*
   * This email and any files sent with it are intended only for the
named recipient. If you are not the named recipient please
telephone/email the sender immediately. You should not disclose the
content or take/retain/distribute any copies.
*
   *
   
   
Norwich Union Life  Pensions Limited
Registered Office 2 Rougier Street
York YO90 1UU
Registered in England Number 3253947
A member of the Norwich Union Marketing Group
which is regulated by the Personal Investment Authority.
Member of the Association of British Insurers.
   
For further Enquires 01603 622200
   
   
=_1011521192-762-1715
Want to buy your Pack or Services from MandrakeSoft?
Go to http://www.mandrakestore.com
 
  =_1011524884-762-1722
  Want to buy your Pack or Services from MandrakeSoft?
  Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] NVIDIA - Making Head-Way!

2001-12-14 Thread Steven Spears

I don't actually mind fighting with this video card. I learn a lot about 
Linux in the process, but my wife is growing restless and wants her UT! So, I 
have 'till Saturday to get it to work, and if I can't, I have to order her an 
ATI Radeon card. My brother has one and the 3D support outt'a the box is 
phenomenal! But I will still fight with the card in one of my other boxes 
just to say I beat the thing! LOL 

Thanks for all the help everyone has given. It's been very helpful and 
enlightening.

Thanks,

Steve Spears



On Thursday 13 December 2001 09:54 pm, you wrote:
 On Fri, 14 Dec 2001 01:21:10 +0100

 Harm Bathoorn [EMAIL PROTECTED] frantically pecked out this 
message:
  On Thursday 13 December 2001 23:21, you wrote:
   Chromium does gives the same error message and none of the 3D
   Screensavers work. I'm officially stumped. Other than changing the
   refresh rates somehow, I'm at a lost. :)
 
  Hey don't give in!!!
  I was there too, somehow everything worked out. Trouble is I'm not sure
  how  no voodoo, that's for sure! I burned no chickens or other
  poultry:) I did try to sweet talk my PC though (I'm just as human as the
  rest) an' it didn't work. Putting the case on your windowsill (on the
  second store)and then threatening it, helps! But like somebody said: if
  it starts vommiting peasoup: call an excorcist. If he looks like somebody
  you've seen before, somewhere: shove your's over the edge and buy a new
  one. And don't invite this guy next time unless you want new wallpaper!:)

 man! with all the trouble you's guys are having with Voodoo cards and
 Nvidia cards I don't think I'll be looking at either one of those cards.
 Now, on the other hand the GForce cards are looking very nice. what with
 64MB of vid ram and other what-nots they come with. AND Mandrake likes
 those cards.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] NVIDIA - Making Head-Way!

2001-12-14 Thread Steven Spears

Patch? I haven't head of a patch. I assumed that because they have a version 
of the driver for 8.1 that I didn't need the patch. Do I need the patch, and, 
if so, where do get it. 

Shows how much I know. LOL

Steve




On Friday 14 December 2001 11:08 am, you wrote:
 Steven Spears wrote:
  Chromium does gives the same error message and none of the 3D
  Screensavers work. I'm officially stumped. Other than changing the
  refresh rates somehow, I'm at a lost. :)
 
  Thanks,
 
  Steve

 Steve, you are using v8.1 of Mandrake, right? If so...you did apply the
 patches to the Nvidia drivers, correct?



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] NVIDIA - Making Head-Way!

2001-12-14 Thread Steven Spears

My brother isntalled 8.1, installed UT and it works much better than my 
Xpert2000.  Radeon is my choice if I have to upgrade my wife's video card. 

Steve



On Friday 14 December 2001 11:15 am, you wrote:


 Steven Spears wrote:
  I don't actually mind fighting with this video card. I learn a lot about
  Linux in the process, but my wife is growing restless and wants her UT!
  So, I have 'till Saturday to get it to work, and if I can't, I have to
  order her an ATI Radeon card. My brother has one and the 3D support
  outt'a the box is phenomenal! But I will still fight with the card in one
  of my other boxes just to say I beat the thing! LOL
 
  Thanks for all the help everyone has given. It's been very helpful and
  enlightening.
 
  Thanks,
 
  Steve Spears

 Mandrake-Linux now has 3D support for the ATI Radeon out of the box? Wow,
 didn't know that! ;-)



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] NVIDIA - Making Head-Way!

2001-12-14 Thread Steven Spears

No, I was just commenting on the Radeon and mentioned that my card is an 
Expert2000.  My wife's is the Nvidia. 

Steve


On Friday 14 December 2001 03:51 pm, you wrote:
 An ATi Xpert2000? Have you been trying to apply nVidia drivers for
 a _this_ Xpert2000?!

 Miark


 - Original Message -
 From: Steven Spears [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, December 14, 2001 12:59 PM
 Subject: Re: [newbie] NVIDIA - Making Head-Way!

  My brother isntalled 8.1, installed UT and it works much better than my
  Xpert2000.  Radeon is my choice if I have to upgrade my wife's video
  card.
 
  Steve
 
  On Friday 14 December 2001 11:15 am, you wrote:
   Steven Spears wrote:
I don't actually mind fighting with this video card. I learn a lot
about Linux in the process, but my wife is growing restless and wants
her UT! So, I have 'till Saturday to get it to work, and if I can't,
I have to order her an ATI Radeon card. My brother has one and the 3D
support outt'a the box is phenomenal! But I will still fight with the
card in one of my other boxes just to say I beat the thing! LOL
   
Thanks for all the help everyone has given. It's been very helpful
and enlightening.
   
Thanks,
   
Steve Spears
  
   Mandrake-Linux now has 3D support for the ATI Radeon out of the box?
   Wow, didn't know that! ;-)

 ---
-

  Want to buy your Pack or Services from MandrakeSoft?
  Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] NVIDIA - Making Head-Way!

2001-12-13 Thread Steven Spears

I've made some head-way. I see the splashscreen now and it says that the 
driver is installed and I'm running 4.? X. 

All of the NVIDIA stuff went in without problems and I edit the correct 
config file. I think I'm close but don't understand what the error in the 
last part of this message means. 

Thanks,

Steve


I try to run Unreal Tounrament and this is what I get. 

Hope this makes sense!



[wriker@chili ut]$ ./ut
Unreal engine initialized
Bound to SDLDrv.so
Joystick [0] : Unknown Joystick
SDLClient initialized.
Bound to Render.so
Lighting subsystem initialized
Rendering initialized
LoadMap: Entry
Bound to Fire.so
Case-insensitive search: Botpack - ..\System\BotPack.u
Bound to IpDrv.so
Game class is 'UTIntro'
Level is Level Entry.MyLevel
Bringing Level Entry.MyLevel up for play (0)...
InitGame:
Base Mutator is Entry.Mutator0
Browse: 
CityIntro.unr?Name=Player?Class=Botpack.TMale2?team=255?skin=SoldierSkin
s.blkt?Face=SoldierSkins.Othello
LoadMap: 
CityIntro.unr?Name=Player?Class=Botpack.TMale2?team=255?skin=SoldierSki
ns.blkt?Face=SoldierSkins.Othello
Case-insensitive search: genfluid - ..\Textures\GenFluid.utx
Collecting garbage
Purging garbage
-0.0ms Unloading: Package Render
Garbage: objects: 16417-16416; refs: 224677
Game class is 'UTIntro'
Level is Level CityIntro.MyLevel
Bringing Level CityIntro.MyLevel up for play (0)...
InitGame: 
?Name=Player?Class=Botpack.TMale2?team=255?skin=SoldierSkins.blkt?Face
=SoldierSkins.Othello
Base Mutator is CityIntro.Mutator1
Initialized moving brush tracker for Level CityIntro.MyLevel
Created and initialized a new SDL viewport.
Bound to UWeb.so
Team 255
Login: Player
Case-insensitive search: SoldierSkins - ..\Textures\Soldierskins.utx
Possessed PlayerPawn: TMale2 CityIntro.TMale0
Input system initialized for SDLViewport0
Opening SDL viewport.
Bound to SDLGLDrv.so
Loaded render device class.
Initializing SDLGLDrv...
binding libGL.so.1
Resizing SDL viewport. X: 640 Y: 480
OpenGL
appError called:
Couldn't set video mode: Couldn't find matching GLX visual

Executing UObject::StaticShutdownAfterError
Executing USDLClient::ShutdownAfterError
Executing USDLViewport::ShutdownAfterError
USDLGLRenderDevice::ShutdownAfterError
Signal: SIGIOT [iot trap]
Aborting.
Exiting.
Name subsystem shut down




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] NVIDIA - Making Head-Way!

2001-12-13 Thread Steven Spears

I will check into this probability. 

Thanks,

Steve



On Thursday 13 December 2001 08:31 am, you wrote:
 Could that be a problem with refresh rates and available displays that
 your monitor can handle? I.E. - It's trying to set the refresh as high
 as it will go (which can be up to 120Hz!) and your monitor can only
 handle, for instance, 85Hz at your current display resolution? (Most
 monitors don't do more than 85Hz, IIRC). This has been a problem with
 Win2k/XP and nVidia drivers for that OS on recent games too, and I'm
 just wondering if the same thing is happening for your setup on
 Mandrake.

 --- Steven Spears [EMAIL PROTECTED] wrote:
  I've made some head-way. I see the splashscreen now and it says that
  the
  driver is installed and I'm running 4.? X.
 
  All of the NVIDIA stuff went in without problems and I edit the
  correct
  config file. I think I'm close but don't understand what the error in
  the
  last part of this message means.
 
  Thanks,
 
  Steve
 
 
  I try to run Unreal Tounrament and this is what I get.
 
  Hope this makes sense!
 
 
 
  [wriker@chili ut]$ ./ut
  Unreal engine initialized
  Bound to SDLDrv.so
  Joystick [0] : Unknown Joystick
  SDLClient initialized.
  Bound to Render.so
  Lighting subsystem initialized
  Rendering initialized
  LoadMap: Entry
  Bound to Fire.so
  Case-insensitive search: Botpack - ..\System\BotPack.u
  Bound to IpDrv.so
  Game class is 'UTIntro'
  Level is Level Entry.MyLevel
  Bringing Level Entry.MyLevel up for play (0)...
  InitGame:
  Base Mutator is Entry.Mutator0
  Browse:

 CityIntro.unr?Name=Player?Class=Botpack.TMale2?team=255?skin=SoldierSkin

  s.blkt?Face=SoldierSkins.Othello
  LoadMap:

 CityIntro.unr?Name=Player?Class=Botpack.TMale2?team=255?skin=SoldierSki

  ns.blkt?Face=SoldierSkins.Othello
  Case-insensitive search: genfluid - ..\Textures\GenFluid.utx
  Collecting garbage
  Purging garbage
  -0.0ms Unloading: Package Render
  Garbage: objects: 16417-16416; refs: 224677
  Game class is 'UTIntro'
  Level is Level CityIntro.MyLevel
  Bringing Level CityIntro.MyLevel up for play (0)...
  InitGame:

 ?Name=Player?Class=Botpack.TMale2?team=255?skin=SoldierSkins.blkt?Face

  =SoldierSkins.Othello
  Base Mutator is CityIntro.Mutator1
  Initialized moving brush tracker for Level CityIntro.MyLevel
  Created and initialized a new SDL viewport.
  Bound to UWeb.so
  Team 255
  Login: Player
  Case-insensitive search: SoldierSkins - ..\Textures\Soldierskins.utx
  Possessed PlayerPawn: TMale2 CityIntro.TMale0
  Input system initialized for SDLViewport0
  Opening SDL viewport.
  Bound to SDLGLDrv.so
  Loaded render device class.
  Initializing SDLGLDrv...
  binding libGL.so.1
  Resizing SDL viewport. X: 640 Y: 480
  OpenGL
  appError called:
  Couldn't set video mode: Couldn't find matching GLX visual
 
  Executing UObject::StaticShutdownAfterError
  Executing USDLClient::ShutdownAfterError
  Executing USDLViewport::ShutdownAfterError
  USDLGLRenderDevice::ShutdownAfterError
  Signal: SIGIOT [iot trap]
  Aborting.
  Exiting.
  Name subsystem shut down
 
   Want to buy your Pack or Services from MandrakeSoft?
 
  Go to http://www.mandrakestore.com

 __
 Do You Yahoo!?
 Check out Yahoo! Shopping and Yahoo! Auctions for all of
 your unique holiday gifts! Buy at http://shopping.yahoo.com
 or bid at http://auctions.yahoo.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] NVIDIA - Making Head-Way!

2001-12-13 Thread Steven Spears

Chromium does gives the same error message and none of the 3D Screensavers 
work. I'm officially stumped. Other than changing the refresh rates somehow, 
I'm at a lost. :)

Thanks,

Steve



On Thursday 13 December 2001 11:33 am, you wrote:
 Steven Spears wrote:
  I've made some head-way. I see the splashscreen now and it says that the
  driver is installed and I'm running 4.? X.
 
  All of the NVIDIA stuff went in without problems and I edit the correct
  config file. I think I'm close but don't understand what the error in the
  last part of this message means.
 
  Thanks,
 
  Steve

 Don't use Unreal Tournament here, so I'm not sure. However, it sounds game
 specific. Can you try something else? For example, Chromium should work now
 if you have everything set up correctly. Its under the KDE menu, Amusement,
 then Arcade. If its not there, use the software manager to install it from
 your Mandrake CD's. See if it runs correctly, including full screen. (note
 that you have to run startx from a command line - if you use the
 graphical logon, there is a problem with KDM and it won't let full-screen
 3D games 'n such work)... You can also try some of he 3D screensavers...
 Let us know! ;-)



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] NVIDIA - Making Head-Way!

2001-12-13 Thread Steven Spears

Yes, check and double checked. :)

Steve



On Thursday 13 December 2001 11:40 am, you wrote:
 do you have load glx  in the Module section of the XF86Config-4
 file?

 On Wednesday 12 December 2001 06:04 pm, you wrote:
  I've made some head-way. I see the splashscreen now and it says that the
  driver is installed and I'm running 4.? X.
 
  All of the NVIDIA stuff went in without problems and I edit the correct
  config file. I think I'm close but don't understand what the error in the
  last part of this message means.
 
  Thanks,
 
  Steve
 
 
  I try to run Unreal Tounrament and this is what I get.
 
  Hope this makes sense!
 
 
 
  [wriker@chili ut]$ ./ut
  Unreal engine initialized
  Bound to SDLDrv.so
  Joystick [0] : Unknown Joystick
  SDLClient initialized.
  Bound to Render.so
  Lighting subsystem initialized
  Rendering initialized
  LoadMap: Entry
  Bound to Fire.so
  Case-insensitive search: Botpack - ..\System\BotPack.u
  Bound to IpDrv.so
  Game class is 'UTIntro'
  Level is Level Entry.MyLevel
  Bringing Level Entry.MyLevel up for play (0)...
  InitGame:
  Base Mutator is Entry.Mutator0
  Browse:
  CityIntro.unr?Name=Player?Class=Botpack.TMale2?team=255?skin=SoldierSkin
  s.blkt?Face=SoldierSkins.Othello
  LoadMap:
  CityIntro.unr?Name=Player?Class=Botpack.TMale2?team=255?skin=SoldierSki
  ns.blkt?Face=SoldierSkins.Othello
  Case-insensitive search: genfluid - ..\Textures\GenFluid.utx
  Collecting garbage
  Purging garbage
  -0.0ms Unloading: Package Render
  Garbage: objects: 16417-16416; refs: 224677
  Game class is 'UTIntro'
  Level is Level CityIntro.MyLevel
  Bringing Level CityIntro.MyLevel up for play (0)...
  InitGame:
  ?Name=Player?Class=Botpack.TMale2?team=255?skin=SoldierSkins.blkt?Face
  =SoldierSkins.Othello
  Base Mutator is CityIntro.Mutator1
  Initialized moving brush tracker for Level CityIntro.MyLevel
  Created and initialized a new SDL viewport.
  Bound to UWeb.so
  Team 255
  Login: Player
  Case-insensitive search: SoldierSkins - ..\Textures\Soldierskins.utx
  Possessed PlayerPawn: TMale2 CityIntro.TMale0
  Input system initialized for SDLViewport0
  Opening SDL viewport.
  Bound to SDLGLDrv.so
  Loaded render device class.
  Initializing SDLGLDrv...
  binding libGL.so.1
  Resizing SDL viewport. X: 640 Y: 480
  OpenGL
  appError called:
  Couldn't set video mode: Couldn't find matching GLX visual
 
  Executing UObject::StaticShutdownAfterError
  Executing USDLClient::ShutdownAfterError
  Executing USDLViewport::ShutdownAfterError
  USDLGLRenderDevice::ShutdownAfterError
  Signal: SIGIOT [iot trap]
  Aborting.
  Exiting.
  Name subsystem shut down



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] NVidia

2001-12-12 Thread Steven Spears

Paul:

Thanks for the tip!


This was done with the stock kernel. My wife would kill me if I messed with 
her Linux! She never has any problems and it never has to be shutdown. I was 
lucky enough to get her to let me do this so she could play Unreal 
Tournament. 

I will give this a try and see if it works. 

Thanks, 

Steve



On Tuesday 11 December 2001 09:28 pm, you wrote:
 This happenned to me as well.  Did you by any chance update her kernel
 (the kernel module is compiled for the stock kernel).

 What I did was download the source rpm and then (as root):

 rpm --rebuild NVIDIA_kernel.src.rpm
 rpm -ivh /usr/src/RPM/RPMS/i686/NVIDIA_kernel...rpm

 then install the NVIDIA_GLX.rpm

 -Paul Rodríguez

 On Tue, 2001-12-11 at 22:09, Steven Spears wrote:
  Hello:
 
  I'm trying to install the new NVidia drivers on my wife's machine and I'm
  having a bit of a problem. When I install the rpm for 8.1 it says this:
 
  Preparing...###
  [100%] 1:NVIDIA_kernel 
  ### [100%] modprobe: Can't locate
  module NVdriver
 
  NVdriver installed successfully
 
 
  I'm using this command: rpm -ivh NVIDIA*
 
  Any help or points to the proper location for help would be greatly
  appreciated. I've already tried going through the archives to no avail.
 
  Thanks,
 
  Steve
 
 
  =_1008126640-29021-1628
  Want to buy your Pack or Services from MandrakeSoft?
  Go to http://www.mandrakestore.com

 
 _
 Do You Yahoo!?
 Get your free @yahoo.com address at http://mail.yahoo.com
 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] NVidia

2001-12-12 Thread Steven Spears

Pual:

Also, is there a way to know for sure that the driver was loaded?

Steve




On Tuesday 11 December 2001 09:28 pm, you wrote:
 This happenned to me as well.  Did you by any chance update her kernel
 (the kernel module is compiled for the stock kernel).

 What I did was download the source rpm and then (as root):

 rpm --rebuild NVIDIA_kernel.src.rpm
 rpm -ivh /usr/src/RPM/RPMS/i686/NVIDIA_kernel...rpm

 then install the NVIDIA_GLX.rpm

 -Paul Rodríguez

 On Tue, 2001-12-11 at 22:09, Steven Spears wrote:
  Hello:
 
  I'm trying to install the new NVidia drivers on my wife's machine and I'm
  having a bit of a problem. When I install the rpm for 8.1 it says this:
 
  Preparing...###
  [100%] 1:NVIDIA_kernel 
  ### [100%] modprobe: Can't locate
  module NVdriver
 
  NVdriver installed successfully
 
 
  I'm using this command: rpm -ivh NVIDIA*
 
  Any help or points to the proper location for help would be greatly
  appreciated. I've already tried going through the archives to no avail.
 
  Thanks,
 
  Steve
 
 
  =_1008126640-29021-1628
  Want to buy your Pack or Services from MandrakeSoft?
  Go to http://www.mandrakestore.com

 
 _
 Do You Yahoo!?
 Get your free @yahoo.com address at http://mail.yahoo.com
 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] NVidia

2001-12-12 Thread Steven Spears

Okay, then it didn't go. I downloaded the source and rebuilt it and then 
installed it and the GLX. Everything went in okay this time. I didn't get the 
can't find module error. 

I went to Mandrake User and followed the instructions there on how to install 
the driver. Under 8.1 I was told I had to run XFdrake after installing, pick 
a resolution and then restart X. I did that but nothing changed. Then I read 
on Nvidia's site that I should edit the X86Config-4 file, chaning the driver 
from nv to nvidia, then add glx to the modules secition. I tried both 
ways and still did not see the NVidia splash screen. 

I'm sorta' lost now. The driver installed without error. I've tried both ways 
of telling X about the new driver, and now have no idea what I should do 
next. 

I appreciate the help and so does my wife. Any additional help is apprciated. 

Thanks,

Steve






On Wednesday 12 December 2001 08:20, you wrote:
 Steven Spears wrote:
  Pual:
 
  Also, is there a way to know for sure that the driver was loaded?
 
  Steve

 Sure, when you do a startx you will get an Nvidia splash screen with
 their logo... ;-)




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] NVidia

2001-12-12 Thread Steven Spears

Did the lsmod and it did show up at the top of the list, but it says that 
it's unused. Interesting. Does unused mean though the driver is there and 
loaded it's not actually being used because something has yet to tell it to 
be used. Just guessing; I have no clue! LOL 

Thanks,

Steve




On Tuesday 11 December 2001 20:33, you wrote:
 you could also run /sbin/lsmod and you should see NVdriver under the list,
 if so it's loaded

 On Wednesday 12 December 2001 18:39, you wrote:
  Paul:
 
  Thanks for the tip!
 
 
  This was done with the stock kernel. My wife would kill me if I messed
  with her Linux! She never has any problems and it never has to be
  shutdown. I was lucky enough to get her to let me do this so she could
  play Unreal Tournament.
 
  I will give this a try and see if it works.
 
  Thanks,
 
  Steve
 
  On Tuesday 11 December 2001 09:28 pm, you wrote:
   This happenned to me as well.  Did you by any chance update her kernel
   (the kernel module is compiled for the stock kernel).
  
   What I did was download the source rpm and then (as root):
  
   rpm --rebuild NVIDIA_kernel.src.rpm
   rpm -ivh /usr/src/RPM/RPMS/i686/NVIDIA_kernel...rpm
  
   then install the NVIDIA_GLX.rpm
  
   -Paul Rodríguez
  
   On Tue, 2001-12-11 at 22:09, Steven Spears wrote:
Hello:
   
I'm trying to install the new NVidia drivers on my wife's machine and
I'm having a bit of a problem. When I install the rpm for 8.1 it says
this:
   
Preparing...   
### [100%] 1:NVIDIA_kernel
### [100%] modprobe: Can't
locate module NVdriver
   
NVdriver installed successfully
   
   
I'm using this command: rpm -ivh NVIDIA*
   
Any help or points to the proper location for help would be greatly
appreciated. I've already tried going through the archives to no
avail.
   
Thanks,
   
Steve
   
   
=_1008126640-29021-1628
Want to buy your Pack or Services from MandrakeSoft?
Go to http://www.mandrakestore.com
  
   _
   Do You Yahoo!?
   Get your free @yahoo.com address at http://mail.yahoo.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] NVidia

2001-12-12 Thread Steven Spears

Yes, X does work fine. 


On Tuesday 11 December 2001 20:45, you wrote:
 does X even start for you ?

 On Wednesday 12 December 2001 20:48, you wrote:
  Did the lsmod and it did show up at the top of the list, but it says that
  it's unused. Interesting. Does unused mean though the driver is there and
  loaded it's not actually being used because something has yet to tell it
  to be used. Just guessing; I have no clue! LOL
 
  Thanks,
 
  Steve
 
  On Tuesday 11 December 2001 20:33, you wrote:
   you could also run /sbin/lsmod and you should see NVdriver under the
   list, if so it's loaded
  
   On Wednesday 12 December 2001 18:39, you wrote:
Paul:
   
Thanks for the tip!
   
   
This was done with the stock kernel. My wife would kill me if I
messed with her Linux! She never has any problems and it never has to
be shutdown. I was lucky enough to get her to let me do this so she
could play Unreal Tournament.
   
I will give this a try and see if it works.
   
Thanks,
   
Steve
   
On Tuesday 11 December 2001 09:28 pm, you wrote:
 This happenned to me as well.  Did you by any chance update her
 kernel (the kernel module is compiled for the stock kernel).

 What I did was download the source rpm and then (as root):

 rpm --rebuild NVIDIA_kernel.src.rpm
 rpm -ivh /usr/src/RPM/RPMS/i686/NVIDIA_kernel...rpm

 then install the NVIDIA_GLX.rpm

 -Paul Rodríguez

 On Tue, 2001-12-11 at 22:09, Steven Spears wrote:
  Hello:
 
  I'm trying to install the new NVidia drivers on my wife's machine
  and I'm having a bit of a problem. When I install the rpm for 8.1
  it says this:
 
  Preparing...
  ### [100%]
  1:NVIDIA_kernel ###
  [100%] modprobe: Can't locate module NVdriver
 
  NVdriver installed successfully
 
 
  I'm using this command: rpm -ivh NVIDIA*
 
  Any help or points to the proper location for help would be
  greatly appreciated. I've already tried going through the
  archives to no avail.
 
  Thanks,
 
  Steve
 
 
  =_1008126640-29021-1628
  Want to buy your Pack or Services from MandrakeSoft?
  Go to http://www.mandrakestore.com

 _
 Do You Yahoo!?
 Get your free @yahoo.com address at http://mail.yahoo.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] NVidia

2001-12-12 Thread Steven Spears

I dont' know if this is a dumb question or not, but does it make a difference 
which version of X is running? Like XFree 3.? Vs 4.1.?

Steve



On Wednesday 12 December 2001 09:05, you wrote:
 Yes, X does work fine.

 On Tuesday 11 December 2001 20:45, you wrote:
  does X even start for you ?
 
  On Wednesday 12 December 2001 20:48, you wrote:
   Did the lsmod and it did show up at the top of the list, but it says
   that it's unused. Interesting. Does unused mean though the driver is
   there and loaded it's not actually being used because something has yet
   to tell it to be used. Just guessing; I have no clue! LOL
  
   Thanks,
  
   Steve
  
   On Tuesday 11 December 2001 20:33, you wrote:
you could also run /sbin/lsmod and you should see NVdriver under the
list, if so it's loaded
   
On Wednesday 12 December 2001 18:39, you wrote:
 Paul:

 Thanks for the tip!


 This was done with the stock kernel. My wife would kill me if I
 messed with her Linux! She never has any problems and it never has
 to be shutdown. I was lucky enough to get her to let me do this so
 she could play Unreal Tournament.

 I will give this a try and see if it works.

 Thanks,

 Steve

 On Tuesday 11 December 2001 09:28 pm, you wrote:
  This happenned to me as well.  Did you by any chance update her
  kernel (the kernel module is compiled for the stock kernel).
 
  What I did was download the source rpm and then (as root):
 
  rpm --rebuild NVIDIA_kernel.src.rpm
  rpm -ivh /usr/src/RPM/RPMS/i686/NVIDIA_kernel...rpm
 
  then install the NVIDIA_GLX.rpm
 
  -Paul Rodríguez
 
  On Tue, 2001-12-11 at 22:09, Steven Spears wrote:
   Hello:
  
   I'm trying to install the new NVidia drivers on my wife's
   machine and I'm having a bit of a problem. When I install the
   rpm for 8.1 it says this:
  
   Preparing...
   ### [100%]
   1:NVIDIA_kernel ###
   [100%] modprobe: Can't locate module NVdriver
  
   NVdriver installed successfully
  
  
   I'm using this command: rpm -ivh NVIDIA*
  
   Any help or points to the proper location for help would be
   greatly appreciated. I've already tried going through the
   archives to no avail.
  
   Thanks,
  
   Steve
  
  
   =_1008126640-29021-1628
   Want to buy your Pack or Services from MandrakeSoft?
   Go to http://www.mandrakestore.com
 
  _
  Do You Yahoo!?
  Get your free @yahoo.com address at http://mail.yahoo.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] NVidia

2001-12-12 Thread Steven Spears

Tried Chromium (one of my favorites) and UT, neither worked. 

I will have to start them from Command line and see if they give me an 
indication. 

Steve



On Wednesday 12 December 2001 10:15, you wrote:
 Is it possible that it's working, except for the splash
 screen? I dunno, but you may try running a 3D game, like
 tuxracer, or a 3D screensaver (plenty under xscreensaver)
 and see what happens.

 Miark




 - Original Message -
 From: Steven Spears [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, December 12, 2001 8:05 AM
 Subject: Re: [newbie] NVidia

  Yes, X does work fine.
 
  On Tuesday 11 December 2001 20:45, you wrote:
   does X even start for you ?
  
   On Wednesday 12 December 2001 20:48, you wrote:
Did the lsmod and it did show up at the top of the list, but it says
that it's unused. Interesting. Does unused mean though the driver is
there and loaded it's not actually being used because something has
yet to tell it to be used. Just guessing; I have no clue! LOL
   
Thanks,
   
Steve
   
On Tuesday 11 December 2001 20:33, you wrote:
 you could also run /sbin/lsmod and you should see NVdriver under
 the list, if so it's loaded

 On Wednesday 12 December 2001 18:39, you wrote:
  Paul:
 
  Thanks for the tip!
 
 
  This was done with the stock kernel. My wife would kill me if I
  messed with her Linux! She never has any problems and it never
  has to be shutdown. I was lucky enough to get her to let me do
  this so she could play Unreal Tournament.
 
  I will give this a try and see if it works.
 
  Thanks,
 
  Steve
 
  On Tuesday 11 December 2001 09:28 pm, you wrote:
   This happenned to me as well.  Did you by any chance update her
   kernel (the kernel module is compiled for the stock kernel).
  
   What I did was download the source rpm and then (as root):
  
   rpm --rebuild NVIDIA_kernel.src.rpm
   rpm -ivh /usr/src/RPM/RPMS/i686/NVIDIA_kernel...rpm
  
   then install the NVIDIA_GLX.rpm
  
   -Paul Rodríguez
  
   On Tue, 2001-12-11 at 22:09, Steven Spears wrote:
Hello:
   
I'm trying to install the new NVidia drivers on my wife's
machine and I'm having a bit of a problem. When I install the
rpm for 8.1 it says this:
   
Preparing...
### [100%]
1:NVIDIA_kernel ###
[100%] modprobe: Can't locate module NVdriver
   
NVdriver installed successfully
   
   
I'm using this command: rpm -ivh NVIDIA*
   
Any help or points to the proper location for help would be
greatly appreciated. I've already tried going through the
archives to no avail.
   
Thanks,
   
Steve
   
   
=_1008126640-29021-1628
Want to buy your Pack or Services from MandrakeSoft?
Go to http://www.mandrakestore.com
  
   _
   Do You Yahoo!?
   Get your free @yahoo.com address at http://mail.yahoo.com

 ---
-

  Want to buy your Pack or Services from MandrakeSoft?
  Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] NVidia

2001-12-12 Thread Steven Spears

I edited the XFConfig-4 file, not the XFConfig. Which is the appropriate? I 
think the documentation says the -4 file, I think. 

I think it's running the X ver 3.? 

I will have to check . 

Steve



On Wednesday 12 December 2001 10:21, you wrote:
 Steve,

 Both should work. But that brings up a good question:
 did you, by chance, edit the wrong XFree86 config file?

 Miark



 - Original Message -
 From: Steven Spears [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, December 12, 2001 8:16 AM
 Subject: Re: [newbie] NVidia

  I dont' know if this is a dumb question or not, but does it make a
  difference which version of X is running? Like XFree 3.? Vs 4.1.?
 
  Steve
 
  On Wednesday 12 December 2001 09:05, you wrote:
   Yes, X does work fine.
  
   On Tuesday 11 December 2001 20:45, you wrote:
does X even start for you ?
   
On Wednesday 12 December 2001 20:48, you wrote:
 Did the lsmod and it did show up at the top of the list, but it
 says that it's unused. Interesting. Does unused mean though the
 driver is there and loaded it's not actually being used because
 something has yet to tell it to be used. Just guessing; I have no
 clue! LOL

 Thanks,

 Steve

 On Tuesday 11 December 2001 20:33, you wrote:
  you could also run /sbin/lsmod and you should see NVdriver under
  the list, if so it's loaded
 
  On Wednesday 12 December 2001 18:39, you wrote:
   Paul:
  
   Thanks for the tip!
  
  
   This was done with the stock kernel. My wife would kill me if I
   messed with her Linux! She never has any problems and it never
   has to be shutdown. I was lucky enough to get her to let me do
   this so she could play Unreal Tournament.
  
   I will give this a try and see if it works.
  
   Thanks,
  
   Steve
  
   On Tuesday 11 December 2001 09:28 pm, you wrote:
This happenned to me as well.  Did you by any chance update
her kernel (the kernel module is compiled for the stock
kernel).
   
What I did was download the source rpm and then (as root):
   
rpm --rebuild NVIDIA_kernel.src.rpm
rpm -ivh /usr/src/RPM/RPMS/i686/NVIDIA_kernel...rpm
   
then install the NVIDIA_GLX.rpm
   
-Paul Rodríguez
   
On Tue, 2001-12-11 at 22:09, Steven Spears wrote:
 Hello:

 I'm trying to install the new NVidia drivers on my wife's
 machine and I'm having a bit of a problem. When I install
 the rpm for 8.1 it says this:

 Preparing...
 ### [100%]
 1:NVIDIA_kernel ###
 [100%] modprobe: Can't locate module NVdriver

 NVdriver installed successfully


 I'm using this command: rpm -ivh NVIDIA*

 Any help or points to the proper location for help would be
 greatly appreciated. I've already tried going through the
 archives to no avail.

 Thanks,

 Steve


 =_1008126640-29021-1628
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com
   
_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

 ---
-

  Want to buy your Pack or Services from MandrakeSoft?
  Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] NVidia

2001-12-12 Thread Steven Spears

I think it's 3.? If does require 4.? can I use the Mandrake Control center to 
update to 4? Or will I have to use a different method.

I'm going to try and start some of these programs from command line and see 
what error, if any, I get. 

Thanks a million,

Steve



On Wednesday 12 December 2001 10:31, you wrote:
 Steven Spears wrote:
  I dont' know if this is a dumb question or not, but does it make a
  difference which version of X is running? Like XFree 3.? Vs 4.1.?
 
  Steve

 Yes, for Mandrake 8.1, my understanding is that it needs to be Xfree 4.1.x

 BTW, the only dumb question is the one that wasn't asked... ;-)))



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] NVidia

2001-12-12 Thread Steven Spears

She's running 3.

How, through command line, do I upgrade to 4. 

I tried through control center, but it didn't work. 

Thanks,

Steve


On Wednesday 12 December 2001 04:15 pm, you wrote:
 Well I'll be damned. I stand corrected  :-)

 Miark



 - Original Message -
 From: Mark Stewart [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, December 12, 2001 1:18 PM
 Subject: RE: [newbie] NVidia

I think it's 3.? If does require 4.?
  
   The documentation does not say you need 4. However, the
   drivers are closed source, so there's no way to guarantee
   what will actually work.
 
  Actually the download page on Nvidia's website,
  http://www.nvidia.com/view.asp?PAGE=linux, says:
 
  STEP 4: Check dependencies
  The dependencies are listed in the README. It is important to note that
  the NVIDIA driver set requires XFree version 4.0.1 or greater.

 ---
-

  Want to buy your Pack or Services from MandrakeSoft?
  Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] NVidia

2001-12-11 Thread Steven Spears

Hello:

I'm trying to install the new NVidia drivers on my wife's machine and I'm 
having a bit of a problem. When I install the rpm for 8.1 it says this:

Preparing...### [100%]
   1:NVIDIA_kernel  ### [100%]
modprobe: Can't locate module NVdriver

NVdriver installed successfully


I'm using this command: rpm -ivh NVIDIA*

Any help or points to the proper location for help would be greatly 
appreciated. I've already tried going through the archives to no avail. 

Thanks,

Steve



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] Zoom USB Modem

2001-12-03 Thread Steven Spears

Hello, Gang:

Has anyone gotten a Zoom USB modem to work in Mandrake 8.1? My friend bought 
Mandrake on a whim and is trying to get it setup, but the only modem he has 
is this USB modem. I don't know the model number right off hand, but was 
wondering if anyone had any luck at all with USB modems.

Thanks,

Steve



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] kword on printing

2001-11-21 Thread Steven Spears

I don't know what is causing it, but I messed around with the fonts and found 
some that worked. I can't remember which ones, but from limited use, It looks 
like a font problem. Try some others and see what you get. 

Hope this helps, even if it's a little.

Steve


On Tuesday 20 November 2001 10:27 pm, you wrote:
 My son had a similar problem with a report for school.  I just tried it now
 and had the same problem.  Maybe it's a new feature, but for now, I'll
 stick with StarOffice 6.0 beta.

 Joe

 On Tuesday 20 November 2001 02:59 pm, you wrote:
  hi,
  i got my printing to work, woohoo!! you dont know how
  joyous that makes me. i printed the test page: perfect. printed a coupla
  slides i did with kpresenter: irreprochable. tried a kword document my
  girlfriend is working on: ek, the fonts are all squished
  together, and it is a mess. anybody has any idea what is happening?



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] Wine and Scriptwriting

2001-11-19 Thread Steven Spears

I was wondering if anyone on the list is good at getting programs working 
under Wine?

I have a program, MovieMaster, that I use to write movie scripts. I'm working 
on one now and need the program to write my drafts and final scripts. Problem 
is I can't get it to work under Wine, and I don't have a machine with Windows 
on it that I can access easily (I hate rebooting and who really wants to use 
Windows). 

If anyone knows of a site or people that might be interested in the 
challenge, please let me know. 

Steve



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] VNC

2001-11-17 Thread Steven Spears

Has anyone tried running a VNC server with Mandrake 8.1? I've tried but have 
had no luck, not that I claim to know what I'm going. But if anyone could 
point me to a site or where I could find some information, I would be 
thankful. 

Steve



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] VNC

2001-11-17 Thread Steven Spears

Thanks!

Actually, I found the site and some others that were helpful and now I have 
it up and running on my local network as well as over the net. It works 
pretty good for what I need it for.

All I had to do was edit one line and I was up and going. Oh, yeah, had to 
change the router to allow outside entry. Not too difficult. 

Again, thanks.

Steve


On Saturday 17 November 2001 12:33 pm, you wrote:
 Hi,

 try this one:

 http://www.uk.research.att.com/

  Has anyone tried running a VNC server with Mandrake 8.1? I've tried but
  have had no luck, not that I claim to know what I'm going. But if anyone
  could point me to a site or where I could find some information, I would
  be thankful.

 Ivo :)



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] Win Partition

2001-10-28 Thread Steven Spears

I've install 8.1 and have pretty good luck except for a few disappointing 
things. I'm having problems writing to my windows partion from within Linux. 
I've done nothing different than I did in 8.0 and it just doesn't seem to 
work. I have to be root to do it. I'm part of the root group, so it should 
let me in, right? 

Not sure what to do. I've made sure all of the permissions are set and the 
like, to no luck. Any help would be appreciated. 

Steve Spears



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] URGENT: konqueror

2001-10-22 Thread Steven Spears

For what it is worth, I had this problem and I tried the fix below and it 
seemed to work. 

My problem was Konqueror would just not open on different occasions. After a 
fresh boot, it would just sit there teasing me like it was going to open but 
then just wouldn't. Even if it was working fine for a couple of hours, poof, 
it would just stop opening: file manager or web. 

Now it works like it should, and I must say that I like the newest Konqueror 
very much.

Thanks,

Steve



On Sunday 21 October 2001 02:43 pm, you wrote:
 i am not fully sure i understand, konq doesn't launch for either file or
 web?

 you may want to try going to your home dir/.kde/share/config and try
 renaming the konqueror and konquerorrrc files (i usually just add -bad to
 the file that way i can easily restore it) and restart kde.  in my own
 experience 80-90% of all kde problems can be solved by rebuilding the
 config file for the app involved.  the fact that another user can run it
 makes this highly likely.

 tell us what that does (or does not) change.

 On Sunday 21 October 2001 08:29, you spoke unto me thusly:
  I made other user, then I started a new session with this new user, and
  konqueror worked very well.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com