Re: Mplayer/Totem slow motion

2005-08-01 Thread antonio giulio
 I have installed 'stable' version of debian with mplayer, totem and
 mozilla-mplayer. These players show movies (mpg, avi, wmv, etc.)
 slowly... it seems a soccer replay:)

 glxinfo says dri is active?

It returns :

direct rendering: No

Actually I have not my notebook (repairing under guarantee - cpu
burning:)) and I have a strange amd64 with sis all-integrated card. I
don't know this system, and in xorg.conf (6.8.2) I put:

Section Device
Identifier  Scheda video generica
Driver  sis
Option  AGPSize   32
EndSection

and copied sis_drv.o in /usr/X11R6/lib/modules/drivers/ however it's
not working.
Maybe problem is in xorg.conf configuration?

Thanks,
Giulio



Re: Mplayer/Totem slow motion

2005-08-01 Thread Roberto Pariset
Il giorno lun, 01/08/2005 alle 09.08 +0200, antonio giulio ha scritto:
  I have installed 'stable' version of debian with mplayer, totem and
  mozilla-mplayer. These players show movies (mpg, avi, wmv, etc.)
  slowly... it seems a soccer replay:)
 
  glxinfo says dri is active?
 
 It returns :
 
 direct rendering: No
 
 Actually I have not my notebook (repairing under guarantee - cpu
 burning:)) and I have a strange amd64 with sis all-integrated card. I
 don't know this system, and in xorg.conf (6.8.2) I put:
 
 Section Device
 Identifier  Scheda video generica
 Driver  sis
 Option  AGPSize   32
 EndSection
 
 and copied sis_drv.o in /usr/X11R6/lib/modules/drivers/ however it's
 not working.
 Maybe problem is in xorg.conf configuration?
 
 Thanks,
 Giulio

are you using this?
http://www.winischhofer.at/linuxsispart3.shtml#download

however, sis has no 3d acceleration (dri). i think you should use
mplayer with -vo xv. it works file with movies, on my laptop. 

if it keep bothering you, try xfree, and see if the problem is the same,
or if it's just xorg.

so long,
rob


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



Re: Mplayer/Totem slow motion

2005-08-01 Thread antonio giulio
 are you using this?
 http://www.winischhofer.at/linuxsispart3.shtml#download

yes

 however, sis has no 3d acceleration (dri). i think you should use
 mplayer with -vo xv. it works file with movies, on my laptop.

and so DRI settings are unuseful?

With my xorg.conf settings movies seem ok now, but when I try to show
a video stream from mozilla-mplayer (tested with 2.7 and 3.0 version)
I have slow-motion again.

 if it keep bothering you, try xfree, and see if the problem is the same,
 or if it's just xorg.

Before I have used xfree 4.3 (from debian stable) and then xorg 6.8.2.
I have read various related infos about this, and they affirmed that
this problem was solved from new xorg or xfree 4.4.

Giulio



Re: Mplayer/Totem slow motion

2005-08-01 Thread Roberto Pariset
Il giorno lun, 01/08/2005 alle 12.05 +0200, antonio giulio ha scritto:
  however, sis has no 3d acceleration (dri). i think you should use
  mplayer with -vo xv. it works file with movies, on my laptop.
 
 and so DRI settings are unuseful?

i am afraid of so. i have given up on my laptop, but that's really
rubbish. oh wait, see what http://www.x.org/X11R6.8.2/doc/SiS2.html
says:

Option DRI boolean]

Although this option is accepted for all chipsets, it currently
only makes sense on the 300 series; DRI is only supported on
these chipsets. This option enables/disables DRI.

 With my xorg.conf settings movies seem ok now, but when I try to show
 a video stream from mozilla-mplayer (tested with 2.7 and 3.0 version)
 I have slow-motion again.

with all kind of streams, or just some streams? just in case it was a
codec issue...
another thing: are you using mplayer from a chroot, by any chance?

  if it keep bothering you, try xfree, and see if the problem is the same,
  or if it's just xorg.
 
 Before I have used xfree 4.3 (from debian stable) and then xorg 6.8.2.
 I have read various related infos about this, and they affirmed that
 this problem was solved from new xorg or xfree 4.4.
 
 Giulio

6.8.2 happens to be the latest release. new xorg is supposed next
release or latest release?

are you running sarge?

r.


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



sound on abit ax8

2005-08-01 Thread Lubos Vrbka

hi guys,

has anyone been able to setup alsa on abit ax8 mainboard? i might have 
missed something, but i'm not sure what... any comments are welcome...


lspci reports the card as VIA Technologies Inc., VT8233/A/8235/8237 AC97 
Audio Controller


i've got 2.6.11 kernel with OSS disabled and ALSA enabled (compiled into 
the kernel). OSS Mixer API, OSS PCM API and OSS Sequencer API are 
compiled into the kernel as well. controller for my card is also 
compiled in - it's VIA82C686A/B, 8233/8235 AC97 Controller from the PCI 
devices section.


after boot, i have appropriate(?) lines in dmesg:
Advanced Linux Sound Architecture Driver Version 1.0.8 (Thu Jan 13 
09:39:32 2005 UTC).

via82xx: Assuming DXS channels with 48k fixed sample rate.
 Please try dxs_support=1 or dxs_support=4 option
 and report if it works on your machine.
ALSA device list:
  #0: VIA 8237 with ALC658 at 0xe600, irq 22

then, i can use my soundcard via OSS (how come? i didn't compile the OSS 
in. is it coming from the emulation?) strangely, only root can access 
the mixer (/dev/mixer) and dsp (/dev/dsp), although my user is a member 
of the audio correct group. changing permissions of these 2 files helps. 
why adding user to a group doesn't solve it?


i tried alsaconf to find my card - didn't find anything. also, alsamixer 
fails:

function sdl_ctl_open failed for default: No such file or directory

what's going on here? do i need to remove the abovementioned OSS 
emulation parts of the kernel and compile them as modules? or does the 
problem lie somewhere else? the answer is probably obvious, but i can't 
see it...


thank you for any hint.

best regards,

--
Lubos
[EMAIL PROTECTED]


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



Re: nvu HTML editor

2005-08-01 Thread A J Stiles
On Saturday 30 July 2005 03:54, Alexander Rapp wrote:
 Alexander Rapp wrote:
 A J Stiles wrote:
 Has anyone managed to get nvu to work?  What need I do?
 I am trying to build nvu from debian sources with gcc-4.0 right now.
 Finished and it seems to work fine, so try with a newer gcc.
 -- Alexander Rapp

I upgraded gcc to version 4.0.2 and now I get this:

make[5]: Entering directory 
`/home/adam/downloads/mozilla/security/nss/lib/pki'
gcc -o Linux2.6_x86_64_glibc_PTH_64_OPT.OBJ/asymmkey.o -c -O2 -fPIC -DLINUX1_2 
-D_XOPEN_SOURCE -DLINUX2_1 -ansi -Wall -pipe -DLINUX-Dlinux -D_POSIX_SOURCE 
-D_BSD_SOURCE -DHAVE_STRERROR -DXP_UNIX -DNSS_3_4_CODE -UDEBUG -DNDEBUG 
-D_REENTRANT -I/home/adam/downloads/mozilla/dist/include  
-I../../../../dist/public/nss -I../../../../dist/private/nss 
-I../../../../dist/include -I/home/adam/downloads/mozilla/dist/include/nspr 
-I/home/adam/downloads/mozilla/dist/include/dbm 
-I../../../../dist/public/nspr  asymmkey.c
In file included from ../../../../dist/private/nss/nsspki1.h:57,
 from nsspki.h:56,
 from asymmkey.c:39:
../../../../dist/private/nss/oiddata.h:46: error: array type has incomplete 
element type
make[5]: *** [Linux2.6_x86_64_glibc_PTH_64_OPT.OBJ/asymmkey.o] Error 1
make[5]: Leaving directory `/home/adam/downloads/mozilla/security/nss/lib/pki'
make[4]: *** [libs] Error 2
make[4]: Leaving directory `/home/adam/downloads/mozilla/security/nss/lib'
make[3]: *** [libs] Error 2
make[3]: Leaving directory `/home/adam/downloads/mozilla/security/manager'
make[2]: *** [tier_40] Error 2
make[2]: Leaving directory `/home/adam/downloads/mozilla'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/home/adam/downloads/mozilla'
make: *** [build] Error 2

What did I do wrong this time?  Looks as though all the files are the nvu 
tree, so not something I missed downloading.  Or do I need to update glibc 
now as well?

-- 
AJS
delta echo bravo six four at earthshod dot co dot uk


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



Re: AMD64 + Sarge i386

2005-08-01 Thread Dale E. Martin
 Hi everyone. I'm using the i386 port of Sarge on an AMD64. I'm trying
 to load the powernow-k8 module, but I get the following error:
 
 FATAL: Error inserting powernow_k8
 (/lib/modules/2.6.8-2-386/kernel/arch/i386/kernel/cpu/cpufreq/powernow-k8.ko):
 No such device

I had to update the bios on my machine (which is a Shuttle SN95G5 v1)
before this module would load.  It did exactly as you report, I upgraded
the bios, and now the module loads and powernowd appears to work.  Note
that this is running the x86 kernel and distribution at this time.

Take care,
  Dale
-- 
Dale E. Martin - [EMAIL PROTECTED]
http://the-martins.org/~dmartin


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



Re: Mplayer/Totem slow motion

2005-08-01 Thread Thomas Halva Labella


Roberto Pariset wrote:

however, sis has no 3d acceleration (dri). i think you should use
mplayer with -vo xv. it works file with movies, on my laptop.
  

and so DRI settings are unuseful?


i am afraid of so. i have given up on my laptop, but that's really
rubbish. oh wait, see what http://www.x.org/X11R6.8.2/doc/SiS2.html
says:

Option DRI boolean]

Although this option is accepted for all chipsets, it currently
only makes sense on the 300 series; DRI is only supported on
these chipsets. This option enables/disables DRI.
  

Why is that? Why is only that series supported? I could not find any
ansewer so far... (BTW: I have a SiS M760 card :-( )

Halva



signature.asc
Description: OpenPGP digital signature


Is there a working boot.img.gz for installing with an USB stick?

2005-08-01 Thread Joost Kraaijeveld
Hi all,

Is there a working boot.img.gz for installing Debian AMD64 with an USB stick 
available? 

I found one on the Internet (from early june from looking at the timestamp) but 
that one, if used in the rescue mode, stops while setting up syslogd and 
refuses to continue...

Groeten,

Joost Kraaijeveld
Askesis B.V.
Molukkenstraat 14
6524NB Nijmegen
tel: 024-3888063 / 06-51855277
fax: 024-3608416
e-mail: [EMAIL PROTECTED]
web: www.askesis.nl 



Repeatable segfault with Apache 1.3.33

2005-08-01 Thread Gavin Hamill
I found this whilst commissioning + testing our codebase on a fresh dual-Xeon 
Dell PowerEdge 1850

Here's the distilled version that I'd like feedback on...

Make sure Apache will process .htaccess files by setting 'AllowOverride All' 
on line 323 of /etc/apache/httpd.conf' 

Now mkdir /var/www/test and create /var/www/test/.htaccess with the following 
three lines:

RewriteEngine On
RewriteCond %{REQUEST_URI} ^/sr-snap_(.*)_uk_(..)..html$ [NC]
RewriteRule ^.*$ http://www.foobarbaz.com/%2/detail_%1.html [R=301,L]

And point a web browser at /test on that machine... check 
your /var/log/apache/error.log to see if you get:

[Mon Aug  1 14:28:36 2005] [notice] child pid 8528 exit signal Segmentation 
fault (11)
[Mon Aug  1 14:28:36 2005] [notice] child pid 8529 exit signal Segmentation 
fault (11)

ii  apache 1.3.33-6 versatile, high-performance HTTP server

Linux oregano 2.6.8-11-em64t-p4-smp #1 SMP Wed Jun 1 01:23:42 CEST 2005 x86_64 
GNU/Linux

Cheers,
Gavin.


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



cdrdao not in the testing/unstable

2005-08-01 Thread Alexander Jede
Hi list,
I wanted to install gnomebaker on my etch (testing) platform.
That for I have to install cdrdao, but I can't find it in the testing
nor in the unstable tree.
Where can I get cdrdao for debian?
thanks alex


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



Re: Is there a working boot.img.gz for installing with an USB stick?

2005-08-01 Thread Goswin von Brederlow
Joost Kraaijeveld [EMAIL PROTECTED] writes:

 Hi all,

 Is there a working boot.img.gz for installing Debian AMD64 with an USB stick 
 available? 

 I found one on the Internet (from early june from looking at the timestamp) 
 but that one, if used in the rescue mode, stops while setting up syslogd and 
 refuses to continue...

 Groeten,

From cdimage.debian.org?

MfG
Goswin


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



Re: cdrdao not in the testing/unstable

2005-08-01 Thread Goswin von Brederlow
Alexander Jede [EMAIL PROTECTED] writes:

 Hi list,
 I wanted to install gnomebaker on my etch (testing) platform.
 That for I have to install cdrdao, but I can't find it in the testing
 nor in the unstable tree.
 Where can I get cdrdao for debian?
 thanks alex

Look for the bugreport in the BTS, fetch the included patch and
compile it yourself.

MfG
Goswin


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



Re: cdrdao not in the testing/unstable

2005-08-01 Thread Jean-Luc Coulon (f5ibh)

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Le 01.08.2005 18:42:39, Alexander Jede a écrit :

Hi list,
I wanted to install gnomebaker on my etch (testing) platform.
That for I have to install cdrdao, but I can't find it in the testing
nor in the unstable tree.
Where can I get cdrdao for debian?
thanks alex


Get the the source of cdrdao with apt-get source. You will have to use  
a deb-src line pointing to a 32bit depository for that.


Then get the patch attached to the second messages in this thread:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=249642

Apply the patch

Build the package

Install the package

Enjoy

Jean-Luc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFC7lbpXit3lz9m7V4RAjSqAKC8nkneW2gR4QG7IkkAAORumnl8OgCfQc0J
4bgXH5iIsFOcccrDaRo2i5I=
=g48N
-END PGP SIGNATURE-