NVIDIA Question
by David St.Clair
This may be a dumb question, but why can't Redhat distribute NVIDIA binary
drivers?
In NVIDIA's licence (http://www.nvidia.com/object/nv_swlicense.html) it
says:
"2.1.2 Linux Exception. Notwithstanding the foregoing terms of Section
2.1.1, SOFTWARE designed exclusively for use on the Linux operating system
may be
copied and redistributed, provided that the binary files thereof are not
modified in any
way (except for unzipping of compressed files)."
So, what's keeping RedHat from putting the drivers in the distribution? If
it's a GPL
thing, would it be easy to just download it during installation or at
least give the option to the user?
Thanks,
--
David St.Clair
dstclair(a)cs.wcu.edu
1 year, 8 months
Mouse goes crazy
by Jonathan Villa
Ok, I have had Yarrow working well for a while now, but yesterday I
started experiencing some odd issues with my mouse. All of a sudden it
stops working correctly. The only thing that seems to fix is to kill X
and run mouse-test, then restart.
Any ideas?
Also, I have FC 1 running on a desktop which is hooked up to a KVM
switch. Whenever I go to another PC, and return, the same thing
happens, the mouse goes crazy.
???
1 year, 8 months
Mouse Wheel gone
by Christian Menzel
Since the latest xorg-X11 upgrade I receive the already mentioned XKB
error and the mouse wheel is not working anymore.
Has anybody seen this behavior?
Regards
Chris
7 years, 10 months
Re: NFS failure
by Fulko.Hew@sita.aero
Damian Menscher <menscher(a)uiuc.edu>@redhat.com on 04/07/2004 04:57:13 PM
wrote:
> On Wed, 7 Apr 2004, Jeff Elkins wrote:
>
> > I'm getting failure messages on my nfs mounts i.e. :
> >
> > mount to NFS server 'music.elkins' failed: server is down.
> >
> > nsfd appears to be running and I didn't see anything suspicious in the
logs.
> > The servers are up and running and have other clients connected.
>
> You didn't mention what steps you took to debug it:
>
> Can you ping the server?
> What is the output of rpcinfo -p servername?
> Does the server have access restrictions (firewall, TCP Wrappers, etc)?
I have the same symptoms...
rpcinfo says that nfs et.al. are running.
Something has changed in test 2, since the same PC running RH9
accesses that host just fine.
7 years, 10 months
/etc/inittab went away && wlan has weird device name
by Julian C. Dunn
I just did a yum update, updating to initscripts 8.31.1-1 (among other
things like a new kernel). When I rebooted, init complained that inittab
was missing, so I rebooted into rescue mode and found that there was
an /etc/inittab.rpmsave but no /etc/inittab. Has anyone else had this
problem?
Also, I'm using a Thinkpad T42 (2378RAU) and the wireless card shows up
as a weird device after boot:
dev8569 Link encap:Ethernet HWaddr 00:0E:35:FC:39:23
Does anyone know why?
- Julian
--
Julian C. Dunn, P.Eng.
Systems Administrator
e: julian.dunn(a)devlin.ca
p: 416-363-6316 x292
f: 416-363-6102
Devlin eBusiness Architects
185 Frederick St.
Toronto, ON
M5A 4L4
http://www.devlin.ca/
16 years, 11 months
autoconf breakage on x86_64.
by Sam Varshavchik
I don't know the right way to fix this, but something is definitely broken;
and something needs to be fixed, one way or the other. The question is what
exactly needs to be fixed.
Consider something like this:
LIBS="-lresolv $LIBS"
AC_TRY_LINK_FUNC(res_query, AC_MSG_RESULT(yes), AC_MSG_RESULT(no))
Here's what happens on x86_64:
gcc -o conftest -g -O2 -Wall -I.. -I./.. conftest.c -lresolv >&5
/tmp/ccW7EeDX.o(.text+0x7): In function `main':
/home/mrsam/src/courier/authlib/configure:5160: undefined reference to
`res_query'
collect2: ld returned 1 exit status
configure:5147: $? = 1
configure: failed program was:
[ blah blah blah ]
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char res_query ();
| int
| main ()
| {
| res_query ();
| ;
| return 0;
| }
The same exact test on FC1 x86 will work.
The reason appears to be that you have to #include <resolv.conf> on x86_64
in order to succesfully pull res_query() out of libresolv.so. You don't
need to do this on x86, and the test program generated by AC_TRY_LINK_FUNC
does not include any headers, but uses a manual prototype.
So, what now?
17 years
Please strip out the patch that brings up applications behind gnome-terminal
by Miles Lane
Hello,
I cannot understand why on earth xorg or Gnome
has been changed to render new application behind
gnome-terminal. Every time I run a program (surprise!)
I want to use it. I don't want to keep playing around
with gnome-terminal. So, can we please strip this
change out of Fedora Core?
Miles
17 years
USB Mass Storage Devices No Longer Automagically Mount
by Paul Dickson
This has been going on for a couple of weeks, but USB mass storage
devices are no longer automatically mounting. Previously they would
mount to /media/$BOOTLABEL/.
I have to manually do a: mount -o uid=500,gid=500 /dev/sdb1 /mnt
What package should I bugzilla this to?
-Paul
17 years, 1 month
Firefox is still crazy.
by Jim Bevier
I have all the updates as of today from Rawhide. For the last several days,
Firefox has not been displaying test correctly. When I open Firefox, I get
Fedora Core 5.91 release notes displayed. However, only the underlined and
bold text is displayed. If I scroll the page, all the text will appear and
looks fine. As soon as another program get focus, the text disappears
again. Clicking back on Firefox and scrolling the page will return the
text. Is this OS, Firefox, X11, or ? Any ideas? I have an X86_64 system
with NVIDIA card and use KDE.
Jim
17 years, 2 months