m-a question

2007-02-07 Thread Zachary Rizer
When using module assistant to install a package (e.g. nvidia driver, some 
wireless driver, whatever), it only compiles a module for that 
currently-running kernel, correct?  



So, then, after a dist-upgrade, in which I have installed a new kernel, when 
the machine is rebooted into this 
new kernel, I must re-run m-a to install the modules for the new kernel?

Is there any way around this?  I have to install my wireless drivers with m-a, 
so if I reboot into a new kernel, I have no connectivity and have to be 
physically at the machine.

Thanks,
Zaq







Re: m-a question

2007-02-07 Thread Zachary Rizer
- Original Message 
From: Lennart Sorensen [EMAIL PROTECTED]
To: Zachary Rizer [EMAIL PROTECTED]
Cc: debian-amd64@lists.debian.org
Sent: Wednesday, February 7, 2007 10:48:58 AM
Subject: Re: m-a question

On Wed, Feb 07, 2007 at 07:14:35AM -0800, Zachary Rizer wrote:
 When using module assistant to install a package (e.g. nvidia driver, some 
 wireless driver, whatever), it only compiles a module for that 
 currently-running kernel, correct?  

It only does so by default.  You can give it a list of kernel versions
to compile for.

 So, then, after a dist-upgrade, in which I have installed a new kernel, when 
 the machine is rebooted into this 
 new kernel, I must re-run m-a to install the modules for the new kernel?
 
 Is there any way around this?  I have to install my wireless drivers with 
 m-a, so if I reboot into a new kernel, I have no connectivity and have to be 
 physically at the machine.

m-a a-i -t -l 2.6.18-4-k7 nvidia

That works even before booting a new kernel.  Well it works for _most_
modules, a few are a bit broken in their build system I believe, or at
least some used to be.

You can list multiple versions, comma seperated (as far as I remember)

--
Len Sorensen


Thank you, Len.  That worked like a charm.  :) 






Re: Free-NX on Amd64

2006-01-12 Thread Zachary Rizer
--- Charles de Miramon [EMAIL PROTECTED]
wrote:

 Hello,
 
 Has anybody successfully installed the Free-NX
 server on an unstable amd64
 box ? I have not found any compiled deb on the Net
 and I'm looking for some
 help and feedback.
 
 Cheers,
 Charles
 

Charles,

I investigated this last Summer.  There are no amd64
packages.  FreeNX is not a free product.  Download the
trial version from nomachine.com, and it will run
(with a proper ia32-libs installation or 32bit chroot
with proper symlinks) in the native amd64 code.

Good luck,

Zaq


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



Re: Cups On 64bit - Is it running?

2005-11-22 Thread Zachary Rizer
--- studio-64 [EMAIL PROTECTED] wrote:

 Hi
 When I try cups admin in my browser I get '
 connection refused on 
 locakhost:631' even as root.
 
 I assume it's not running, How do I start it?
 
 I have this in init.d:
 ***
 64studio:/etc/init.d# update-rc.d cupsys defaults
   System startup links for /etc/init.d/cupsys
 already exist.
 ***
 
 I assume its started at boot time, but I cant access
 it from the browser.
 
 Any ideas?
 
 Cheers
 Bob

Check if it's running: 
# ps wauxf|grep cups

If not, start it:
# /etc/init.d/cupsys start

HTH,
Zaq


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



Re: Cups On 64bit - Is it running?

2005-11-22 Thread Zachary Rizer
--- studio-64 [EMAIL PROTECTED] wrote:

 Hi I've tried this:
 64studio:~# vi
 64studio:~# /etc/init.d/cupsys stop
 64studio:~# /etc/init.d/cupsys start
 64studio:~#
 
 
 I dont seem to get any output to say what it's
 doing.

Five-minute Unix crash course:  
Unix doesn't bother to tell you (generally) when
something succeeded.  Only when something fails. 
Think No news is good news.

If it doesn't report anything after the 'start'
command, it has started successfully.  Re-try
connecting to it with the web browser. 

 Here is the admin part of conf:
 
 *
 AuthType Basic
 AuthClass System
 
 ## Restrict access to local domain
 Order Deny,Allow
 Deny From All
 Allow From 127.0.0.1

Perhaps add your machine's IP address to the Allow
From directive, as mentioned by someone else.

 
 #Encryption Required
 /Location
 
 Cheers
 
 Bob
 
 
 
 
 Zachary Rizer wrote:
  --- studio-64 [EMAIL PROTECTED] wrote:
  
  
 Hi
 When I try cups admin in my browser I get '
 connection refused on 
 locakhost:631' even as root.
 
 I assume it's not running, How do I start it?
 
 I have this in init.d:
 ***
 64studio:/etc/init.d# update-rc.d cupsys defaults
   System startup links for /etc/init.d/cupsys
 already exist.
 ***
 
 I assume its started at boot time, but I cant
 access
 it from the browser.
 
 Any ideas?
 
 Cheers
 Bob
  
  
  Check if it's running: 
  # ps wauxf|grep cups
  
  If not, start it:
  # /etc/init.d/cupsys start
  
  HTH,
  Zaq
  
 
 -- 
 
 
 
  Bearmusic
  hearmymusic.co.uk
 http:www.hearmymusic.co.uk
 
 
 


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



Re: Quake 4

2005-10-26 Thread Zachary Rizer
--- Corey Hickey [EMAIL PROTECTED] wrote:

 Kaneda Langley wrote:
  I second this, quake 4 is working on my system as
 well now.
  
  I reinstalled the ia32-libs, made sure the
 libsdl1.2debian-oss package
  was installed and ran quake 4 with
  
  quake4 +set s_driver oss +set s_numberOfSpeakers 2
 
 Thanks for the feedback. Is it necessary for you to
 use +set s_driver
 oss? If so, I'll put a note in the howto. I was
 under the impression
 that doom3 and quake4 would use oss automatically if
 alsa was unavailable.
 
 -Corey

It's not necessary. OSS is the default.  While we're
on the subject of sound...I occassionally get sound
stuttering issues on my machine with both Q4 and D3. 
It's entirely intermittent, and some days are worse
than others, but when it does it, I quit the game and
restart it.  If it doesn't do it during the intro id
movie, it won't do it for the duration of the session.

Anyone else seen this behavior?  And, are you guys
using snd-ioctl32?  

Zaq


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



OpenGL games in Amd64

2005-10-21 Thread Zachary Rizer
I've recently come to the realization that OpenGL
games such as Quake*, Doom3, and Enemy Territory, can
be run successfully in the main amd64 root.  I was
previously running these games from within the 32bit
chroot.

In order for a successful setup like this, what lib
packages must you have installed?  What does your
/etc/ld.so.conf look like?  What version of the nvidia
packages are you using? Does it matter?  I cannot
download the nvidia-glx-ia32 package, apt tells me
it's not downloadable (but it says it's already the
newest version).

I've recently repaired a lot of my issues, according
to other excellent posts to this list, but I'm still
getting segfaults upon loading the libGL.so.1.  My
7676 nvidia packages were compiled a month or more
ago, when my libs were sort of messed up...maybe I
should recompile them?

Thanks, sorry for all the confusing questions.

Zaq


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



Re: libc6 ia32-libs

2005-10-21 Thread Zachary Rizer
--- Lennart Sorensen [EMAIL PROTECTED]
wrote:
--snip--
 
 Any chance this is one of the things
 LD_ASSUME_KERNEL=x.y.z thingy deals with?
 
 Len Sorensen
 

I'm unaware of this LD_ASSUME_KERNEL 'thingy', what is
it?

And, to the other comment about libc being 'too new'
or 'too old' is there a way to figure out which it is,
and how to fix it?

Zaq


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



Re: nvidia in 32bits chroot

2005-10-05 Thread Zachary Rizer
--- Levi Bard
[EMAIL PROTECTED] wrote:

  Because they don't exist.
 
  The only native amd64 linux games I know of is
 UT2K4
  (notwithstanding bizarre open source games).
 
 http://www.quakeforge.net/files.php
 http://icculus.org/quake3/
 
 Bizarre open source games...

Ah, I had forgotten about the Q3 source.  But Doom 3? 
I have not heard that you can run Doom 3 natively. 
Last I heard, from id themselves, they *might* do it
in the distant future.


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



Re: Kernel Headers for 2.6.11

2005-09-21 Thread Zachary Rizer
 In a chroot, you still need nvidia-kernel-foo in
 order to install the 
 nvidia-glx package.

I've created an i386 .deb of nvidia-glx and
nvidia-kernel-source, and, you're right, the -glx
package requires an i386 nvidia-kernel-7676.deb ...

 
 Look into 'equivs', to generate an nvidia-kernel
 package to suit yoru 
 needs, and allow nvidia-glx to install.

No idea how to make this work ... is it as difficult
as it seems?  Plus, doesn't the
nvidia-glx-ia32_1.0.7676-1_amd64.deb package provide
the necessary libs to satisfy OpenGL-wanting
applications within the sid-ia32 chroot to operate? 
They're placed in /emul ... can I copy them to the
chroot's /usr/lib directory?

Thanks SO MUCH for your help. :)

Zaq


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



Re: amaroK: No engine works

2005-09-21 Thread Zachary Rizer
--- Johannes Klug [EMAIL PROTECTED] wrote:
 
 Am I the only one having problems with amaroK?
 Sometimes it crashes after selecting an engine,
 sometimes it appears to 
 hang, and it does not play a single note all of
 the time.

No, you're not the only one.  My amarok has been
giving me grief as well.  I used to use the xine
engine, which worked like a dream, now that's entirely
broken and I must use the gstreamer engine, which,
imo, is dreadfully slow.  Track changes take a few
seconds.

 Any advice for me?

Here's the best I can do, as I'm also a bit confused
by amarok's wretched behavior:

QUICK SOLUTION:
killall amarokapp
rm ~/.kde/share/config/amarokrc
rm -rf ~/.kde/share/apps/amarok
restart amarok -- set the engines as you wish.

repeat until you find an engine that works.

SAFE SOLUTION:
killall amarokapp

then, some ideas -

modify ~/.kde/share/config/amarokrc to use another
engine, keep trying other options until you find one
that works.

strace amarok -- watch debugging output (wasn't very
helpful for me, but it's a thought)

rm ~/.kde/share/apps/amarok/xine-config
I had to do this a few times, as the xine config was
corrupt (or something) causing amarok to bomb.

HTH

 Thank you!
 Johannes

You're welcome.

Zaq


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



Re: nvidia + openGL + java

2005-09-21 Thread Zachary Rizer
--- Hugh Waite [EMAIL PROTECTED] wrote:

 When I ran an example,
 it
 crashed giving a segfault in the libGL.so file. This
 was currently
 provided by nvidia-glx so I removed it and the
 program ran fine (without
 hardware acceleration I expect). I compiled my own
 nvidia-glx package 
 (version 7174) using standard apt-get source
 --compile but the same 
 error occurs

Have you tried any other OpenGL applications within
your chroot?  If glxgears or some-such application
also gives a segfault, you can be certain there's some
problem with the nvidia-glx package you installed.  

Otherwise, maybe it's specific to the jogl?

Just a thought.

Also, perhaps try stracing the segfault.

Zaq


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



Re: Kernel Headers for 2.6.11

2005-09-21 Thread Zachary Rizer
--- Lennart Sorensen [EMAIL PROTECTED] 
 
 Requirements for libs yes, but won't make the
 package system happy.
 
 Using the equivs package means you can install the
 proper i386
 nvidia-glx package in the chroot, without having to
 build an i386 kernel
 package as well, since the equivs package will
 provide the dependancy it
 needs.
 
 ie:
 /tmp/nvidia-kernel-equivs.control:
 Section: misc
 Priority: optional
 Standards-Version: 3.5.10
 
 Package: nvidia-kernel-equivs
 Version: 1.0.7174
 Maintainer: Len Sorensen
 [EMAIL PROTECTED]
 Provides: nvidia-kernel-1.0.7174
 Architecture: all
 Description: Fake package for nvidia-kernel-modules
  Fake package to satisfy nvidia-glx dependancies for
 chroot use.
 
 debdev1:~# equivs-build
 /tmp/nvidia-kernel-equivs.controlA
 stuff happens
 Out comes: nvidia-kernel-equivs_1.0.7174_all.deb
 
 Install with dpkg -i and you satisfy the
 requirements of the chroot to
 then install nvidia-glx.
 
 Change names and version numbers to match your
 needs.
 
 Len Sorensen

Len, you are fantastic.  Thanks SO MUCH!  It works
perfectly and I've learned quite a bit.

nvidia   4368492  12 
-
 
NVRM version: NVIDIA Linux x86_64 NVIDIA Kernel Module
 1.0-7676  Fri Jul 29 13:15:16 PDT 2005
GCC version:  gcc version 4.0.2 20050917 (prerelease)
(Debian 4.0.1-8)

I'll test out some 32bit games when I get home.

Thanks again,
Zaq
 


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



Re: unreal tournament 2004

2005-09-20 Thread Zachary Rizer
--- Corey Hickey [EMAIL PROTECTED] wrote:

 Dean Hamstead wrote:
  im running debian-amd64 sid also
  nvidia gefore 6600gt pcie
  nvidia drivers 1.0-7676 (previous versions dont
 like my card)
  k 2.6.12-1-amd64-k8
  
  3d acceleration is working
  glxgears gives 3000+fps

What method(s) have you used to install the latest
nvidia drivers?  I can't get a working sid and chroot
operation set up.



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



Re: nvidia_drv in lib64 folder

2005-08-12 Thread Zachary Rizer
--- Lennart Sorensen [EMAIL PROTECTED]
wrote:

 There is a lovely nvidia-kernel-source package in
 non-free.  Use it.

 nvidia-glx and nvidia-kernel-source

nvidia-glx isn't available in non-free.

My sources.list -

deb http://amd64.debian.net/debian sid main contrib
non-free

But:
apt-get install --reinstall nvidia-glx

* Reinstallation of nvidia-glx is not possible, it
cannot be downloaded.

 
 I even have a howto at:
 http://www.tinyplanet.ca/~lsorense/debian/
 

Tried using this howto ... what is m-a?  And much of
this seems XFree-centric.  Can we use these nvidia
packages with Xorg?


Zaq Rizer



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



Re: nvidia_drv in lib64 folder

2005-08-12 Thread Zachary Rizer
--- Lennart Sorensen [EMAIL PROTECTED]
wrote:

 On Fri, Aug 12, 2005 at 08:34:03AM -0700, Zachary
 Rizer wrote:
  nvidia-glx isn't available in non-free.
  
  My sources.list -
  
  deb http://amd64.debian.net/debian sid main
 contrib
  non-free
  
  But:
  apt-get install --reinstall nvidia-glx
  
  * Reinstallation of nvidia-glx is not possible, it
  cannot be downloaded.
 
 Try adding sarge non-free and then try.  It seems to
 have it at the
 moment.
 
 Other option is to use the new packages from
 experimental and rebuild
 them on amd64.  That should work too.  Someone
 mentioned on the list
 recently where to get the packages from experimental
 and how to build
 them on amd64 as far as I remember.
 
 Anything is better than the nvidia installer.
 
  Tried using this howto ... what is m-a?  And much
 of
  this seems XFree-centric.  Can we use these nvidia
  packages with Xorg?
 
 That I don't know yet.  I have mainly stayed with
 sarge.
 
 Len Sorensen
 

Well, I went another route (I'm notoriously
impatient).  It succeeded (or so it seems, so far) so
I figured I'd post here for other people to reference.
 The most recent nvidia packages in debian-am64[sid]
were version 6229, released back in late April of 05. 
Currently, the version is 7667, released a few weeks
back.  I ran the nvidia-installer from nvidia.com, and
it actually worked.

Details:
[EMAIL PROTECTED] uname -a
Linux fortunato 2.6.12-1-amd64-k8 #1 Wed Aug 10
03:17:19 CEST 2005 x86_64 GNU/Linux

[EMAIL PROTECTED] cat /proc/driver/nvidia/version
NVRM version: NVIDIA Linux x86_64 NVIDIA Kernel Module
 1.0-7667  Fri Jun 17 07:14:03 PDT 2005
GCC version:  gcc version 4.0.2 20050806 (prerelease)
(Debian 4.0.1-4)

I'm remote, but I modprobe'd the newly installed
module, and then restarted Xorg (gdm, actually), and
it started up just fine.  No errors, no bad warnings.

I'll see if it'll run ET or Q3 tonight; that will be
the real test...

Zaq Rizer


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



Re: Servers inside the chroot

2005-07-08 Thread Zachary Rizer
--- Lennart Sorensen [EMAIL PROTECTED]
wrote:

 On Fri, Jul 08, 2005 at 06:40:05AM -0400, Zaq Rizer
 wrote:
  The package contains statically-compiled 32bit
 binaries.  It runs (the
  server process, I mean) in native amd64 code,
 except that when a client
  tries to connect, after it authenticates via SSH,
 it bails because it
  cannot find the aforementioned libstdc file, since
 it expects this
  common 32bit library.  I tried moving the
 directory into my 32bit
  chroot, and running it from there, but that seems
 to cause an entire
  'nother set of issues.  (e.g., the server process
 won't even start).
  I'll look into it more today, I'd love to get it
 working and write up a
  howto for other debian-amd64 folks.
 
 Not very 'static' if they expect libstdc++ shared
 object to be around
 are they?
 
 Is your ia32 libs dir in /etc/ld.so.conf?
 
 Did you run ldconfig after adding them?
 
 Does ldd /some/32bit/binary show all needed libs as
 found?
 
 Len Sorensen
 
 

Oh my, a forehead slapper.  At some point, I had
commented out all my 32bit libs from ld.so.conf.  I
removed the comments, reran ldconfig, checked ldd
bin/* in my NX directory, and it works!

Thanks so much!

I'll put together a write-up at some point for other
debian-amd64 users interested in using FreeNX.

~Zaq

p.s. - It lives up to the hype, and even after using
it for just 5 minutes, I'd say it's worth the 50
(pound) license.

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


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



Servers inside the chroot

2005-07-07 Thread Zachary Rizer
Can you run a server process inside the 32bit chroot
and access it from other machines?  My understanding
of the boundaries of the chroot are a little fuzzy. 
I'd like to run the FreeNX server, but it won't work
in amd64 mode because of a missing
libstdc++-libc6.2-2.so.3, which is present in the
sid-ia32 chroot.

Other suggestions (such as a possible provider of this
file in amd64) are welcome.

Thanks,
Zaq Rizer


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



Re: Servers inside the chroot

2005-07-07 Thread Zachary Rizer
--- Thomas Steffen [EMAIL PROTECTED]
wrote:

 On 7/7/05, Zachary Rizer [EMAIL PROTECTED] wrote:
  Can you run a server process inside the 32bit
 chroot
  and access it from other machines?
 
 Yes, you can. The chroot may have a different file
 system, but it sees
 exactly the same network.

The server doesn't seem to want to run in the chroot,
or if it's running, I can't get to it from outside...
see below.

 
 However, usually you don't have an init process
 running inside of the
 chroot environment, so it is a bit difficult to
 kick start the
 server. The best way is to write an init script for
 the normal system,
 that calls chroot on the init script in the chroot
 system.
 
  I'd like to run the FreeNX server, but it won't
 work
  in amd64 mode because of a missing
  libstdc++-libc6.2-2.so.3, which is present in the
  sid-ia32 chroot.
 
 Should work. But you have to make sure to mount /tmp
 within your
 chroot (and maybe parts of /var ?), because X11
 usually communicates
 via named pipes on localhost.

The lib in question is in /usr/lib...what about it?  I
can't bind mount that.

 
 Thomas
 

Thanks for the help!


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



Re: apt problems of a new user

2005-04-27 Thread Zachary Rizer
--- [EMAIL PROTECTED] wrote:
 Being new to the 64bit and especially Debian world,
 I was amazed about the comfortable Debian installer.
 Everything worked smoothly, but now I ran into a
 problem installing KDE.
 
 I added to my sources.list, so that it looks the
 following:
 
 deb
 http://ftp.de.debian.org/debian-amd64/debian-pure64
 sarge main contrib non-free
 deb-src
 http://ftp.de.debian.org/debian-amd64/debian-pure64
 sarge main contrib non-free
 
 Now I went to
 --\ Not installed packages
   --\ kde
 --\ main
 and selected kdebase with a +
 pikdebase +49.2kB none  4:3.3.2-1
   
 Now it tells me, that this depends on two broken
 packages, namely:
 pBA   kdelibs-bin +3084kB none  4:3.3.2-4
 pBA   kdelibs4+28,6MB none  4:3.3.2-4
 
 Both depend on libcupsys2-gnutls10 (= 1.1.23-1)
 [NOT AVAILABLE]
 
 Did I do anything wrong?

Don't worry, you didn't break anything.

KDE3.4 is in sid (unstable) currently, not in sarge.
 So by adding sources for 3.4 to your sources.list,
you're saying, I want package x,y, and z. And debian
says Oh, ok.  But I need version2.443 of library Q
from sid.  You don't have it.

 
 Another question: Can I run KDE3.4 on Sarge by just
 adding this line to my sources.list?
 deb http://people.debian.org/~killer/amd64 ./

See the above discussion.  Short answer: Not really.

To run sarge is to run slightly older packages, but to
be more comfortable.  It's more stable than sid. 
Note: unstable generally means changes a lot in
debian, not sir crash-a-lot.

~Zaq

 
 Thanks a lot,
 Frank


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



Re: apt problems of a new user

2005-04-27 Thread Zachary Rizer
--- Frank Siegert [EMAIL PROTECTED] wrote:
  Don't worry, you didn't break anything.
  
  KDE3.4 is in sid (unstable) currently, not in
 sarge.
   So by adding sources for 3.4 to your
 sources.list,
  you're saying, I want package x,y, and z. And
 debian
  says Oh, ok.  But I need version2.443 of library
 Q
  from sid.  You don't have it.
 
 Thanks a lot for your answer.
 If I understand it correctly, I should be able to
 install KDE 3.3.2 on Sarge, which was actually
 everything I wanted to do in my first intend. So why
 do these errors still appear, did I do anything that
 would have caused an installation of KDE 3.4?

Copy-paste your complete /etc/apt/sources.list file
and we'll see what we can find out.

~Z

 
 The answer about KDE 3.4 is clear, on Sarge I can't
 install it.
 
 Thanks,
 Frank

__
 Mit WEB.DE FreePhone mit hoechster Qualitaet ab 0
 Ct./Min.
 weltweit telefonieren!
 http://freephone.web.de/?mc=021201
 
 


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



Re: Trouble getting nvidia driver running

2005-04-05 Thread Zachary Rizer
I had a similar issue -- have you made sure that
/usr/lib64 is a symlink to /usr/lib and *not* a
directory?

Zaq Rizer

--- Jacob Bresciani [EMAIL PROTECTED]
wrote:

 I seem to remember a problem where nvidia didnt put
 the glx driver in
 the right place and a softlink needed to be inserted
 to fix it. But that
 involved one of either
 /usr/X11R6/lib64/modules/extensions/libglx.so
 or /usr/X11R6/lib/modules/extensions/libglx.so not
 existing (can't
 remember which) and after the apt-get dist-upgrade I
 ran this morning
 the lib64 no longer exists.
 
 I also just noticed I'm running the 6629 driver,
 downloading the new one
 and will try it.
 
 Another thing, your refresh rates are set kinda low
 for HorizSync and
 VertRefresh. they are comming out in the logs as
 being 28.00-49.00 kHz
 and 43.00-72.00 respectively. personally I'd change
 at least VertRefresh
 to 60-85 at least but it might be right for your
 monitor.
 
 A bad refresh rate would let X start but could
 result in some monitors
 turning off as a self protect measure.
 
 
 On Tue, 2005-04-05 at 15:47 -0400, Lennart Sorensen
 wrote: 
  On Tue, Apr 05, 2005 at 11:58:43AM -0700, Jacob
 Bresciani wrote:
   don't supposed you could cut and paste the X-Log
 into here so I can have
   a look?
   
   I'm currently using the same setup (just drop
 the -deluxe from the
   motherboard, and a standard IDE disk) although I
 compiled my own kernel
   and used the NVIDIA driver from www.nvidia.com.
 Every thing works here.
   
   I am thinking it's a bad resolution/refresh rate
 thing but then it
   doesn't make sense that the nv driver works.
   
   Is their anything in dmesg? or syslog. Just
 wondering if the module is
   failing to load.
  
  Well here is the log.  I did see one error when I
 checked again about
  failed to load GLcore, which is odd since
 nvidia-glx clearly appears to
  contain a GLcore file.  I wonder if it is in the
 wrong dir or something.
  
  I ran startx and waitied about 10s after the
 screen turned off, and hit
  control+alt+backspace.
  
  XFree86.0.log
  XFree86 Version 4.3.0.1 (Debian 4.3.0.dfsg.1-12
 2005022119 [EMAIL PROTECTED])
  Release Date: 15 August 2003
  X Protocol Version 11, Revision 0, Release 6.6
  Build Operating System: Linux 2.6.10-9-amd64-k8
 x86_64 [ELF] 
  Build Date: 20 February 2005
  
  This version of XFree86 has been extensively
 modified by the Debian
  Project, and is not supported by the XFree86
 Project, Inc., in any
  way.  Bugs should be reported to the Debian Bug
 Tracking System; see
  URL: http://www.debian.org/Bugs/Reporting .
  
  We strongly encourage the use of the reportbug
 package and command
  to ensure that bug reports contain as much useful
 information as
  possible.
  
  Before filing a bug report, you may want to
 consult the Debian X FAQ:
 XHTML version:
 file:///usr/share/doc/xfree86-common/FAQ.xhtml
plain text version:
 file:///usr/share/doc/xfree86-common/FAQ.gz
  
  Module Loader present
  OS Kernel: Linux version 2.6.11-9-amd64-k8
 ([EMAIL PROTECTED]) (gcc version 3.4.4
 20050314 (prerelease) (Debian 3.4.3-12)) #1 Sun Apr
 3 18:09:29 CEST 2005 T
  Markers: (--) probed, (**) from config file, (==)
 default setting,
   (++) from command line, (!!) notice, (II)
 informational,
   (WW) warning, (EE) error, (NI) not
 implemented, (??) unknown.
  (==) Log file: /var/log/XFree86.0.log, Time: Tue
 Apr  5 11:43:59 2005
  (==) Using config file: /etc/X11/XF86Config-4
  (==) ServerLayout Default Layout
  (**) |--Screen Default Screen (0)
  (**) |   |--Monitor Generic Monitor
  (**) |   |--Device NVIDIA Corporation NV34
 [GeForce FX 5200]
  (**) |--Input Device Generic Keyboard
  (**) Option XkbRules xfree86
  (**) XKB: rules: xfree86
  (**) Option XkbModel pc104
  (**) XKB: model: pc104
  (**) Option XkbLayout us
  (**) XKB: layout: us
  (==) Keyboard: CustomKeycode disabled
  (**) |--Input Device Configured Mouse
  (WW) The directory /usr/lib/X11/fonts/cyrillic
 does not exist.
  Entry deleted from font path.
  (WW) The directory /usr/lib/X11/fonts/CID does
 not exist.
  Entry deleted from font path.
  (**) FontPath set to

unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi
  (==) RgbPath set to /usr/X11R6/lib/X11/rgb
  (==) ModulePath set to /usr/X11R6/lib/modules
  (--) using VT number 7
  
  (WW) Open APM failed (/dev/apm_bios) (No such file
 or directory)
  (II) Module ABI versions:
  XFree86 ANSI C Emulation: 0.2
  XFree86 Video Driver: 0.6
  XFree86 XInput driver : 0.4
  XFree86 Server Extension : 0.2
  XFree86 Font Renderer : 0.4
  (II) Loader running on linux
  (II) LoadModule: bitmap
  (II) Loading
 /usr/X11R6/lib/modules/fonts/libbitmap.a
  (II) Module bitmap: vendor=The XFree86 Project
  compiled for 4.3.0.1, module version = 1.0.0
  Module 

Notice: nvidia-kernel patches required.

2005-03-29 Thread Zachary Rizer
The nvidia-* packages in sid/amd64 have a couple of
small issues that I have discovered and would like to
point out to everyone else for future reference.  

Firstly, it is imperitave that you upgrade to a
2.6.11+ kernel (whether a debian image or roll your
own).  Previous kernels have a bad implementation of
change_page_attr.  The complete text from nvidia is
available here:
ftp://download.nvidia.com/XFree86/Linux-x86_64/1.0-7167/README.txt

Secondly, many users have reported bad performance
under OpenGL applications (games).  Not all games, but
a good majority of them.  I'm not certain what the
cause is, directly, but nvidia has provided a patch. 
Actually, two patches.  They are available here:
http://www.nvnews.net/vbulletin/attachment.php?attachmentid=10788
and here:
http://www.nvnews.net/vbulletin/attachment.php?attachmentid=10794

Since debian-amd64 has its own custom implementation
of nvidia-kernel-source (and, as far as I know, you
cannot simply install the NVIDIA-*pkg.run file) you'll
have to apply the first patch to
/usr/src/modules/nvidia-kernel/nv/os-agp.c
and the second patch to 
/usr/src/modules/nvidia-kernel/nv/nv.c,
after you have untarred the
nvidia-kernel-source.tar.gz file that you have
downloaded from apt-get.

It would be best if we could have the maintainer patch
these himself and move them back upstream.  I have not
yet contacted him myself because I'm uncertain as to
whether these patches are universal (meaning perhaps
they won't work for everyone or make matters worse for
other folks).

Regards,
Zaq Rizer


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



Re: hibernate / ACPI suspend: help needed

2005-03-22 Thread Zachary Rizer
--- Rurik Wahlin [EMAIL PROTECTED] wrote:
 Hi
 
 I've installed debian pure 64 on a laptop (acer
 Aspire 1522WLMi) a few
 weeks ago. My previous experience with linux are
 pretty limited, but I've
 managed to get most of the system working. Now I'm
 trying to get hibernate
 to work on it wothout much success. I first tried
 the suspend2 patch on
 kernel 2.6.10, giving compilation errors, but later
 a post on their
 website said that it's not supposed to work. I'm now
 trying with the older
 ACPI suspend. I compile the kernel (2.6.8, now, I
 had additional problems
 with 2.6.10) setting:
 
 #
 # Power management options
 #
 CONFIG_PM=y
 CONFIG_SOFTWARE_SUSPEND=y
 
 I run the hibernate script configured for suspend to
 disk: UseACPISleep 4
 
 The computer shuts down without any visual
 errormessages, (the hibernate
 log file is also not indicating any problems), but
 when starting the
 computer using grub:
 
 title   Debian GNU/Linux, kernel 2.6.8
 Resume
 root(hd0,4)
 kernel  /vmlinuz-2.6.8 root=/dev/hda6 ro
 resume=/dev/hda7
 initrd  /initrd.img-2.6.8
 savedefault
 boot
 
 it starts as if no hibernate had been performed
 except for the lack of a
 swap partition.
 
 Any sugestions? Am I doing something wrong? Has
 anyone managed to get the
 suspend function to work? I really need it.
 
 I have the AMD Athlon 64 3000+, 1GB RAM and using a
 swap partition of 2GB.
 
 Best regards,
 Rurik Wahlin
 
 
 -- 
 To UNSUBSCRIBE, email to
 [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 
 

It's my understanding that you should probably be
using 2.6.11.4 for your situation -- if I'm not
mistaken, it has more acpi features.  


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



Re: hibernate / ACPI suspend: help needed

2005-03-22 Thread Zachary Rizer
--- Rurik Wahlin [EMAIL PROTECTED] wrote:
 Hi
 
 This may be a stupid question, but when I search for
 a new kernel using
 apt-cache search I only find 2.6.10. I thought it
 might be because I only
 have 'unstable' in the source list and not
 'testing'. But when I search
 for 2.6.11 kernel in all distributions on the debian
 home page I don't
 find any packages. How do I get the 2.6.11 kernel
 and sources for debian?
 
 Best regards,
 Rurik Wahlin
 

1) 2.6.11 isn't in unstable yet (aka sid). 
2) unstable is more recent packages than testing (aka
sarge).

fyi.

 On Tue, 22 Mar 2005, Zachary Rizer wrote:
 
 
  It's my understanding that you should probably be
  using 2.6.11.4 for your situation -- if I'm not
  mistaken, it has more acpi features.
 
 
 
 -- 
 To UNSUBSCRIBE, email to
 [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 
 


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



Re: OpenOffice.org

2005-03-17 Thread Zachary Rizer
--- A J Stiles [EMAIL PROTECTED] wrote:
 Has anybody managed to get OpenOffice.org -- either
 the Debian source package, 
 or the 2.0 release candidate -- to compile
 successfully on AMD64?
 
As far as I know, openoffice.org will not compile on
amd64.  See the HOWTO/FAQ.

Not sure about v2.0.  Did you try it yourself?
 What did you have to do to make it work?

Maybe ask the OOo people themselves.

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


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



powernowd / stock kernels

2005-03-04 Thread Zachary Rizer
Hi all,

Is it possible to run powernowd with the stock kernel?
 I'm getting the following when I try to start it:

-- snip --

Starting powernowd: Error writing file governor:
Invalid argument
Couldn't get per-cpu data: Illegal seek
PowerNowd encountered and error and could not start.
Please make sure that:
 - You are running a v2.5/v2.6 kernel or later
 - That you have sysfs mounted /sys
 - That you have the core cpufreq and
cpufreq-userspace
   modules loaded into your kernel
 - That you have the cpufreq driver for your cpu
loaded,
   and that it works. (check dmesg for errors)
If all of the above are true, and you still have
problems,
please email the author: [EMAIL PROTECTED]
invoke-rc.d: initscript powernowd, action start
failed.

-- snip --

System information:
Linux fortunado 2.6.8-10-amd64-k8 #1 Fri Jan 28
04:54:33 CET 2005 x86_64 GNU/Linux

Motherboard is an Nforce3 250

Proc:
model name  : AMD Athlon(tm) 64 Processor 3000+

/sys _is_ mounted, and:

[EMAIL PROTECTED]/etc/init.d]$ lsmod|grep power
powernow_k810440  0
freq_table  5064  1 powernow_k8
processor  18236  2 thermal,powernow_k8

Ideas?

Thanks!
Zaq




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



Re: powernowd / stock kernels

2005-03-04 Thread Zachary Rizer
Please disregard previous email -- I just realized
powernowd is only on XP-M processors, and that what
I'm looking for is Cool 'n Quiet. 

My mistake!

~Z
--- Zachary Rizer [EMAIL PROTECTED] wrote:

 Hi all,
 
 Is it possible to run powernowd with the stock
 kernel?
  I'm getting the following when I try to start it:
 
 -- snip --
 
 Starting powernowd: Error writing file governor:
 Invalid argument
 Couldn't get per-cpu data: Illegal seek
 PowerNowd encountered and error and could not start.
 Please make sure that:
  - You are running a v2.5/v2.6 kernel or later
  - That you have sysfs mounted /sys
  - That you have the core cpufreq and
 cpufreq-userspace
modules loaded into your kernel
  - That you have the cpufreq driver for your cpu
 loaded,
and that it works. (check dmesg for errors)
 If all of the above are true, and you still have
 problems,
 please email the author: [EMAIL PROTECTED]
 invoke-rc.d: initscript powernowd, action start
 failed.
 
 -- snip --
 
 System information:
 Linux fortunado 2.6.8-10-amd64-k8 #1 Fri Jan 28
 04:54:33 CET 2005 x86_64 GNU/Linux
 
 Motherboard is an Nforce3 250
 
 Proc:
 model name  : AMD Athlon(tm) 64 Processor 3000+
 
 /sys _is_ mounted, and:
 
 [EMAIL PROTECTED]/etc/init.d]$ lsmod|grep power
 powernow_k810440  0
 freq_table  5064  1 powernow_k8
 processor  18236  2 thermal,powernow_k8
 
 Ideas?
 
 Thanks!
 Zaq
 
 
 
 
 -- 
 To UNSUBSCRIBE, email to
 [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 
 


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



Re: powernowd / stock kernels

2005-03-04 Thread Zachary Rizer
Aha! You're right.

Works like a charm here as well. 

Thank you Thomas!


--- T.J. Zeeman [EMAIL PROTECTED] wrote:

 Hi,
 
 On Fri, 2005-03-04 at 11:06 -0800, Zachary Rizer
 wrote:
  Please disregard previous email -- I just realized
  powernowd is only on XP-M processors, and that
 what
  I'm looking for is Cool 'n Quiet. 
  
  My mistake!
 
 Actually, no mistake at all. I have an AMD64 and run
 powernowd to have
 cpu-scaling (as provided by the CnQ-feature in the
 cpu).
 
 I got it to run on a Debian kernel-image after I put
 powernowd-k8 and
 cpufreq-userspace in /etc/modules. It was apparently
 necessary to have
 these loaded forcedly to get the powernowd daemon to
 run.
 
 regards,
 Thomas
 
 


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



Re: powernowd / stock kernels

2005-03-04 Thread Zachary Rizer
Mike,

Sure thing.  It's a Soltek SL-K8AN2E-GR.

Detailed info is here:
http://www.newegg.com/app/viewProductDesc.asp?description=13-180-061depa=0

Regards,
Zaq

--- Michael Wagener [EMAIL PROTECTED] wrote:

 Hi,
 
 would you mind posting your type of mainboard?
 I have CnQ running but sometimes the machine locks
 up hard when the
 CPU tries to throttle up. Throttling down and
 running full-speed w/o
 powernowd works fine though :-|
 
 I'm trying to hunt this down and assuming a
 Board/BIOS/CMOS problem.
 
 I am using a AMD64 3500+ on a MSI K8T Neo2 board
 (last BIOS).
 
 Thank you,
 Mike
 
 Aha! You're right.
 
 Works like a charm here as well. 
 
 Thank you Thomas!
 
 
 --- T.J. Zeeman [EMAIL PROTECTED] wrote:
 
   
 
 Hi,
 
 On Fri, 2005-03-04 at 11:06 -0800, Zachary Rizer
 wrote:
 
 
 Please disregard previous email -- I just
 realized
 powernowd is only on XP-M processors, and that
   
 
 what
 
 
 I'm looking for is Cool 'n Quiet. 
 
 My mistake!
   
 
 Actually, no mistake at all. I have an AMD64 and
 run
 powernowd to have
 cpu-scaling (as provided by the CnQ-feature in the
 cpu).
 
 I got it to run on a Debian kernel-image after I
 put
 powernowd-k8 and
 cpufreq-userspace in /etc/modules. It was
 apparently
 necessary to have
 these loaded forcedly to get the powernowd daemon
 to
 run.
 
 regards,
 Thomas
 
 
 
 
 
 
   
 
 
 
 -- 
 To UNSUBSCRIBE, email to
 [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 
 


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



Sound stuttering in Doom 3.

2005-02-28 Thread Zachary Rizer
I know there are many more pressing issues than this,
but if anyone has experienced this, perhaps you could
assist.

I have Doom 3 installed in /var/chroot/sid-ia32, as
well as the nvidia-glx and necessary alsa packages. 
Other GL-based games perform terrificly.  Doom 3,
however, has this annoying clicking sound throughout
the game.  It beings when the game is launched and
does not stop until /quit.  

p.s., I've determined that running things such as this
from inside of screen, for some reason, slaughters
performance.  Not sure why, but it's a nice tip to
other users.


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



Re: Sound stuttering in Doom 3.

2005-02-28 Thread Zachary Rizer
I don't have logging turned on; what are the command
line flags to enable logging?  

~Z

--- Levi Bard
[EMAIL PROTECTED] wrote:

  I have Doom 3 installed in /var/chroot/sid-ia32,
 as
  well as the nvidia-glx and necessary alsa
 packages.
  Other GL-based games perform terrificly.  Doom 3,
  however, has this annoying clicking sound
 throughout
  the game.  It beings when the game is launched and
  does not stop until /quit.
 
 Is there any useful output on the console when you
 run doom?  I had
 difficulty even getting sound in the first place
 (crappy onboard sound
 chipset...), but now it works nicely with no
 chopping.  It might also
 be that the game is taking so large a chunk of your
 system resources
 that it's having trouble keeping up with playing the
 sound.
 
 -- 
 Debianista!
 
 
 -- 
 To UNSUBSCRIBE, email to
 [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 
 


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