Re: [Cooker] MPlayer team and mdk gcc

2001-08-29 Thread Steven Ponsford

On Wed, 29 Aug 2001 15:21:26 +0200
Guillaume Rousse [EMAIL PROTECTED] wrote:

Q Ainsi parlait Alex Hulse :
  I use MPlayer as a way of playing pertty much all my multimedia with
  linux. On the MPlayer website and in it's configure routine, it claims
  that the gcc 2.96 that ships with Mandrake is broken (something about
  MMX being done incorrectly...?). It also claims that the 3.01 shipped
  with Mandrake cooker is broken as it was compiled with gcc 2.96.
 
  Can you substantiate any of these claims? If it's not broken, I'd like
  to put them straight, and if it's true, then what's the state of play
  with having 3.01 compiled *ducks* properly.
 MPlayer compiled with 2.96 doesn't work, and just shows an empty black 
 screen. But compiled with gcc3.0.1, it works. That what i did for my MPlayer 
 rpm.
 Question for mdk rpm gurus: for package where configure doesn't support a 
 --with-gcc flag, is there a way to force compilation with a specific compiler 
 ?
 
 -- 
 Guillaume Rousse [EMAIL PROTECTED]
 GPG key http://bohm.snv.jussieu.fr/~rousse/gpgkey.html

Works with 2.96 just don't use -vo gl option.  Make sure you copied the
codecs.conf file to your ~/.mplayer directory.

I looked at the spec file and it has MMX disabled so that shouldn't cause
problems.  You might want to rpm -ivh MPlayer then goto the spec
file and remove the 'libstdc++3.0-devel' option from BuildRequires and if
your using gcc-2.96 replace --cc=gcc-3.01  with --cc=gcc in the
%configure line then rpm -bb MPlayer.spec.




Re: [Cooker] Nvidia failed on 2.4.8-10

2001-08-22 Thread Steven Ponsford

On Wed, 22 Aug 2001 22:52:44 +0200
guran [EMAIL PROTECTED] wrote:

Q Hi
 
 VERSION (rsync ftp.uninett.no)
 Mandrake Linux Cooker-i586 20010822 18:22 
 /ChangeLog/1.545/Wed Aug 22 12:48:38 2001//
 
 When I first installed, I automatically installed the NVIDIA drivers from my 
 deposit of tar.gz version, and everything looked fine.
 
 When I wrote startx, Xwindow failed to initialise the NVdriver.
 
 I am now running the default nv driver, anyone got better luck.
 
 regards
 guran
 -- 
 Mandrake 8.1 beta 2.4.8-10
 
Hi 
might be a broken xfs.  My xfs is broke in 2.4.8-9 and 10.  Had to use the old
FontPath /blah/blah instead of the FontPath unix/:-1 method of adding
fontpaths to XF86Config-4 and it started working.

Also if you're using devfs you'll need the patch for the NVIDIA drivers.
You can download the diff here http://www.cyber.com.au/users/ashridah/ and add
the following line to your modules.conf
# devfs alias for nvidia
alias /dev/nvidiactl NVdriver
and put this somewhere in your devfsd.conf
# Nvidia Stuff
LOOKUP nvidiactl MODLOAD
I think that's the proper way to autoload the nvidia driver.