The package is called linux32
http://www.novell.com/products/linuxpackages/enterpriseserver/x86-64/lin
ux32.html
-Alain.
-----Original Message-----
From: Black, Alain [mailto:ablack@bloodsystems.org]
Sent: Monday, August 29, 2005 9:31 AM
To: Mag Gam
Cc: Bernd Paysan; suse-amd64(a)suse.com
Subject: RE: [suse-amd64] MPlayer amd64
It's installed in /usr/bin in all of my SuSE and SLES 64bit
installations. I do not know what package it is from. I would have to
use a web search engine to find this but I have to run to a meeting
right now.
I'll search after the meeting if you don't have any luck finding it.
-Alain.
-----Original Message-----
From: Mag Gam [mailto:magawake@gmail.com]
Sent: Friday, August 26, 2005 2:20 PM
To: Black, Alain
Cc: Bernd Paysan; suse-amd64(a)suse.com
Subject: Re: [suse-amd64] MPlayer amd64
Wow! thanks for the responses.
./linux32 bash does not even work...where are you getting this linux32
script/binary from?
Has anyone able to compile MPlayer on AMD64 with fullscreen
capabalities?
If not, can you please try?
TIA!
On 8/26/05, Black, Alain <ablack(a)bloodsystems.org> wrote:
> linux32 bash
>
> Then uname will not report the 64bit architecture anymore.
>
> Then you can " CC="gcc -m32" ./configure"
>
> Give that a shot.
>
> -----Original Message-----
> From: Bernd Paysan [mailto:bernd.paysan@gmx.de]
> Sent: Friday, August 26, 2005 11:56 AM
> To: suse-amd64(a)suse.com
> Subject: Re: [suse-amd64] MPlayer amd64
>
> On Friday 26 August 2005 14:57, Mag Gam wrote:
> > Nope that does not work either...
> >
> > CC="gcc -m32" ./configure --host=i686-unknown-linux-gnu
>
> Just looked, MPlayer's configure uses uname to get the architecture,
and
>
> doesn't use the config.guess from autoconfig - and therefore also
> doesn't have the override parameters. A possibility would be to put a
> fake uname into some location that's before /bin in the path.
>
> --
> Bernd Paysan
> "If you want it done right, you have to do it yourself"
> http://www.jwdt.com/~paysan/
>
> --
> Check the List-Unsubscribe header to unsubscribe
> For additional commands, email: suse-amd64-help(a)suse.com
>
>
--
Check the List-Unsubscribe header to unsubscribe
For additional commands, email: suse-amd64-help(a)suse.com
It's installed in /usr/bin in all of my SuSE and SLES 64bit
installations. I do not know what package it is from. I would have to
use a web search engine to find this but I have to run to a meeting
right now.
I'll search after the meeting if you don't have any luck finding it.
-Alain.
-----Original Message-----
From: Mag Gam [mailto:magawake@gmail.com]
Sent: Friday, August 26, 2005 2:20 PM
To: Black, Alain
Cc: Bernd Paysan; suse-amd64(a)suse.com
Subject: Re: [suse-amd64] MPlayer amd64
Wow! thanks for the responses.
./linux32 bash does not even work...where are you getting this linux32
script/binary from?
Has anyone able to compile MPlayer on AMD64 with fullscreen
capabalities?
If not, can you please try?
TIA!
On 8/26/05, Black, Alain <ablack(a)bloodsystems.org> wrote:
> linux32 bash
>
> Then uname will not report the 64bit architecture anymore.
>
> Then you can " CC="gcc -m32" ./configure"
>
> Give that a shot.
>
> -----Original Message-----
> From: Bernd Paysan [mailto:bernd.paysan@gmx.de]
> Sent: Friday, August 26, 2005 11:56 AM
> To: suse-amd64(a)suse.com
> Subject: Re: [suse-amd64] MPlayer amd64
>
> On Friday 26 August 2005 14:57, Mag Gam wrote:
> > Nope that does not work either...
> >
> > CC="gcc -m32" ./configure --host=i686-unknown-linux-gnu
>
> Just looked, MPlayer's configure uses uname to get the architecture,
and
>
> doesn't use the config.guess from autoconfig - and therefore also
> doesn't have the override parameters. A possibility would be to put a
> fake uname into some location that's before /bin in the path.
>
> --
> Bernd Paysan
> "If you want it done right, you have to do it yourself"
> http://www.jwdt.com/~paysan/
>
> --
> Check the List-Unsubscribe header to unsubscribe
> For additional commands, email: suse-amd64-help(a)suse.com
>
>
I am new to Suse 9.3 x86_64 and I like it very much.
I would love to have suspend resume work on my laptop. I was delighted
to see that Suse 9.3 x86_64 seems to have support for it in KPowerSave
"Suspend to Disk" menu. However, when I run it, the screen writes some
text but never goes blank and system never shuts down entirely. I then
do a hard reset by holding down the power key. When I reboot it appears
to just start as if it were never suspended. What am I missing? Thanks.
--
Regards,
Farrukh
linux32 bash
Then uname will not report the 64bit architecture anymore.
Then you can " CC="gcc -m32" ./configure"
Give that a shot.
-----Original Message-----
From: Bernd Paysan [mailto:bernd.paysan@gmx.de]
Sent: Friday, August 26, 2005 11:56 AM
To: suse-amd64(a)suse.com
Subject: Re: [suse-amd64] MPlayer amd64
On Friday 26 August 2005 14:57, Mag Gam wrote:
> Nope that does not work either...
>
> CC="gcc -m32" ./configure --host=i686-unknown-linux-gnu
Just looked, MPlayer's configure uses uname to get the architecture, and
doesn't use the config.guess from autoconfig - and therefore also
doesn't have the override parameters. A possibility would be to put a
fake uname into some location that's before /bin in the path.
--
Bernd Paysan
"If you want it done right, you have to do it yourself"
http://www.jwdt.com/~paysan/
Was anyone able to configure Mplayer with full screen on AMD64
processors? I am getting these errors when I run ./configure
============ Checking for X11 ============
#include <X11/Xlib.h>
#include <X11/Xutil.h>
int main(void) { (void) XCreateWindow(0,0,0,0,0,0,0,0,0,0,0,0); return 0; }
cc /tmp/mplayer-conf-19026-31791.c -o
/tmp/mplayer-conf-18745-31791.o -I/usr/X11/include -L/usr/X11R6/lib
-lXext -lX11
-lnsl
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.5/../../../../x86_64-suse-linux/bin/ld:
skipping incompatible /usr/X11R6/lib/libXe
xt.so when searching for -lXext
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.5/../../../../x86_64-suse-linux/bin/ld:
skipping incompatible /usr/X11R6/lib/libXe
xt.a when searching for -lXext
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.5/../../../../x86_64-suse-linux/bin/ld:
cannot find -lXext
collect2: ld returned 1 exit status
ldd /tmp/mplayer-conf-18745-31791.o
ldd: /tmp/mplayer-conf-18745-31791.o: No such file or directory
Result is: no
##########################################
============ Checking for Xv ============
Result is: no
##########################################
Hello,
I'm setting up a Tyan 2895 with dual 250's, 2 SATA HD, 2 GB Kingston RAM,
BIOS 1.01.
At the end of the SuSE install, you're given the option to test the
connection to the Internet, and download the latest release notes. Both
work fine. Then you're given the choice to perform an online update via
YOU. This is when things get weird: Most of the time (I've done this a few
times), after a while of downloading the updates, the process will just
freeze. I found out that what happens is that both ethernet ports simply
stop receiving. When I get to another virtual console, I cannot ping the
nearby machines (request times out). Both ports simply stop working. It is
necessary to physically cut the power for the ports to work again. So far,
it only happens with YOU. I know the switch and cables are not to blame
(and neither the internet connection) for this problem does not happen
while installing 9.3 on a 2885 on the same segment.
Any ideas?
Thanks
________________________________________
Ricardo R Palma
SYNOPSIS SA
Telef. (+51 1) 275-4941 / 275-4708 / 275-7523
email : rrpalma(a)synopsis.ws
www.synopsis.ws
Hi there,
Well I'm at it again, you may remember my troubles with getting the
NVidia drivers to work on an HP xw9300 workstation with SuSE 9.2 back in
April. The machine is back in my office again, and I'm giving it
another shot. I'm also posting this message in the nvnews forums, but I
was hoping I might get some help here too (Thanks in advance Kevin and
the rest of you):
I'm trying to get the 7676 x86-64 driver running on SuSE 9.3 on an HP
xw9300 (dual Opteron 250s, 8 GB RAM, nForce Professional 2200 chipset.
I've been experiencing two different lockups. One involves only an Xid:
Aug 24 16:53:16 ekk2 kernel: NVRM: Xid: 25, L1 -> L0
Aug 24 16:53:16 ekk2 kernel: NVRM: Xid: 13, 0005 beef3097 00004097
00001748 00000000 00000002
This error locks up my opengl app momentarily, but the X server has
always recovered so far.
The other error I get starts with this message in the log:
Aug 24 17:05:26 ekk2 kernel: NVRM: not remapping 0x1000 bytes, 0x3c00000
total
Aug 24 17:05:26 ekk2 kernel: NVRM: VM: nv_vm_malloc_pages: failed to sg
map pages
Aug 24 17:05:26 ekk2 kernel: ----------- [cut here ] --------- [please
bite here ] ---------
Aug 24 17:05:26 ekk2 kernel: Kernel BUG at pageattr:154
Aug 24 17:05:26 ekk2 kernel: invalid operand: 0000 [1] SMP
Aug 24 17:05:26 ekk2 kernel: CPU 1
This error is more serious (and it seems to be more frequent too), as
the X server never recovers and I have to shut down remotely. For some
reason nvidia-bug-report.sh never finishes with the second error either.
I've attached a bug report generated after the Xid error (bug report at
http://www.nvnews.net/vbulletin/attachment.php?attachmentid=13077).
Please let me know if you have any insight.
Thank you,
Ken
Hi,
just a short question, is this mailing list also intended for discussion
about the 10.0 Beta version or should anything with regard to this topic
go to the relevant bug system? I just checked, that my problem with the
4GB BIOS memory remapping on my A8V is still there, even with Beta 2,
and wanted to report this to the appropriate folks.
Ciao
Siegbert