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, 4 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, 4 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, 6 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, 6 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, 7 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?
16 years, 8 months
Enabling DPMS in new minimalistic xorg.conf?
by Michel Salim
I installed FC6t2 from scratch, and was impressed to see that for the
first time, my laptop's 1280x768 LCD was configured properly. I could
not, however, power down the LCD backlight.
"xset dpms force off" gives an error starting with:
server does not have extension for dpms option
xset: unknown option force
I notice that Option "dpms" is normally found in the "Monitor" section
of xorg.conf, however, this entire section is now missing. How do I
enable DPMS, and should this not be the default? Do I bugzilla on
system-config-display?
Thanks,
--
Michel Salim
http://www.cs.indiana.edu/~msalim
http://the-dubois-papers.blogspot.com/
16 years, 8 months
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
16 years, 8 months
Fedora Core 5 Test Update: kernel-2.6.17-1.2171_FC5
by Dave Jones
---------------------------------------------------------------------
Fedora Test Update Notification
FEDORA-2006-898
2006-08-07
---------------------------------------------------------------------
Product : Fedora Core 5
Name : kernel
Version : 2.6.17
Release : 1.2171_FC5
Summary : The Linux kernel (the core of the Linux operating system)
Description :
The kernel package contains the Linux kernel (vmlinuz), the core of any
Linux operating system. The kernel handles the basic functions
of the operating system: memory allocation, process allocation, device
input and output, etc.
---------------------------------------------------------------------
Update Information:
An update to 2.6.17.8rc1
---------------------------------------------------------------------
* Fri Aug 4 2006 Dave Jones <davej(a)redhat.com> [2.6.17-1.2171_FC5]
- 2.6.17.8rc1
* Wed Aug 2 2006 Dave Jones <davej(a)redhat.com>
- Readd patch to allow 460800 baud on 16C950 UARTs
* Sat Jul 29 2006 Dave Jones <davej(a)redhat.com>
- Silence noisy SCSI ioctl. (#200638)
* Fri Jul 28 2006 Dave Jones <davej(a)redhat.com>
- 2.6.17.7
* Thu Jul 27 2006 Rik van Riel <riel(a)redhat.com>
- reduce hypervisor stack use with -O2, this really fixes bug (#198932)
* Tue Jul 25 2006 Rik van Riel <riel(a)redhat.com>
- disable debug=y hypervisor build option because of stack overflow (#198932)
* Tue Jul 25 2006 Dave Jones <davej(a)redhat.com>
- Enable serio_raw (#199387)
* Sun Jul 16 2006 Dave Jones <davej(a)redhat.com>
- Support up to 4GB in the 586 kernel again.
* Sun Jul 16 2006 Dave Jones <davej(a)redhat.com>
- 2.6.17.6
* Fri Jul 14 2006 Dave Jones <davej(a)redhat.com>
- Reenable SMC NIC driver.
* Tue Jul 11 2006 Dave Jones <davej(a)redhat.com>
- 2.6.17.4
- Disable split pagetable lock
* Sat Jul 8 2006 Juan Quintela <quintela(a)redhat.com>
- enable CONFIG_CRASH on xen kernels.
- enable CONFIG_PCIDEV_BACKEND on xen kernels.
- make BLKDEV_FRONTEND a module on xen kernels.
- rebase with linux-2.6-xen-fedora 28918.
- Update to xen-unstable HV cset 10508.
- xen: credit scheduler is the default now.
* Wed Jul 5 2006 Dave Jones <davej(a)redhat.com>
- Get rid of stack backtrace on panic, which in most
cases actually caused a loss of info instead of a gain.
* Tue Jul 4 2006 Juan Quintela <quintela(a)redhat.com>
- new merge with xen upstream.
- xen kernel don't require xen userland.
- new xen kernel (same as rawhide one) with PAE support.
- removed xen0-PAE & xenU-PAE (see xen kernel).
* Fri Jun 30 2006 Dave Jones <davej(a)redhat.com>
- 2.6.17.3
- 2.6.17.2
- Fix the ALSA list_add bug.
* Mon Jun 26 2006 Dave Jones <davej(a)redhat.com>
- Enable fake PCI hotplug driver. (#190437)
- Enable gameport/joystick on i586 builds. (#196581)
* Sat Jun 24 2006 Dave Jones <davej(a)redhat.com>
- Enable profiling for 586 kernels.
* Fri Jun 23 2006 Dave Jones <davej(a)redhat.com>
- Make 'quiet' work again.
* Tue Jun 20 2006 Dave Jones <davej(a)redhat.com> [2.6.17-1.2139_FC5]
- Rebuild with slab debug off.
* Tue Jun 20 2006 Dave Jones <davej(a)redhat.com> [2.6.17-1.2138_FC5]
- 2.6.17.1
* Sun Jun 18 2006 Dave Jones <davej(a)redhat.com>
- 2.6.17
- Only print info about SMP alternatives on SMP kernels.
* Tue Jun 6 2006 Dave Jones <davej(a)redhat.com> [2.6.16-1.2133_FC5]
- Add a PPC64 kdump kernel.
* Mon Jun 5 2006 Dave Jones <davej(a)redhat.com> [2.6.16-1.2132_FC5]
- 2.6.16.20
* Thu Jun 1 2006 Dave Jones <davej(a)redhat.com>
- Reenable Xen builds.
* Tue May 30 2006 Dave Jones <davej(a)redhat.com>
- 2.6.16.19
* Sun May 28 2006 Dave Jones <davej(a)redhat.com>
- Fix unresolved symbol. (#193333)
* Sat May 27 2006 Dave Jones <davej(a)redhat.com>
- Improve list corruption debugging patch.
* Fri May 26 2006 Dave Jones <davej(a)redhat.com>
- Remove xenU initrd's when kernel is removed.
* Fri May 26 2006 Juan Quintela <quintela(a)redhat.com>
- Remove ARCH=xen reminiscences on spec file
---------------------------------------------------------------------
This update can be downloaded from:
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/5/
1ba1db173d82beb94e83a32f7a79fc4e445d07a3 SRPMS/kernel-2.6.17-1.2171_FC5.src.rpm
1ba1db173d82beb94e83a32f7a79fc4e445d07a3 noarch/kernel-2.6.17-1.2171_FC5.src.rpm
54e48dac0f32c7b31b9fc94fee1d57efb3f232d5 ppc/kernel-smp-devel-2.6.17-1.2171_FC5.ppc.rpm
3960ff9cfdf759cf67b06f76fda936b4c67f4e58 ppc/debug/kernel-debuginfo-2.6.17-1.2171_FC5.ppc.rpm
7d72fa97855ea1a648deb5adff77bc1e05f803ea ppc/kernel-devel-2.6.17-1.2171_FC5.ppc.rpm
9b25c81e78a82c4dd7bb5ba4929996807c8615cf ppc/kernel-smp-2.6.17-1.2171_FC5.ppc.rpm
8fb5e9d9448243dda53e0bd472fba061cb77cdcb ppc/kernel-2.6.17-1.2171_FC5.ppc.rpm
9320753350929e90cb0e2a5764211d43c78460fc ppc/kernel-doc-2.6.17-1.2171_FC5.noarch.rpm
bc8b68325b9e65d60bb351c2393288e9566781e4 x86_64/debug/kernel-debuginfo-2.6.17-1.2171_FC5.x86_64.rpm
9da52441140b071b0feafaff1653882302ecf505 x86_64/kernel-2.6.17-1.2171_FC5.x86_64.rpm
c740fe7290add0ba22deb9a971e519e382ae3d47 x86_64/kernel-xen-devel-2.6.17-1.2171_FC5.x86_64.rpm
9b142f4bd7230c00d1ceaba4f8c10ee31671abc6 x86_64/kernel-xen0-2.6.17-1.2171_FC5.x86_64.rpm
1f1c28438e992779529b220e65fe28e07b615cc9 x86_64/kernel-kdump-2.6.17-1.2171_FC5.x86_64.rpm
d7626f3656284404659b69737d0a208473e26e58 x86_64/kernel-xenU-devel-2.6.17-1.2171_FC5.x86_64.rpm
6775aacc5121066b7de28bfa4ba079d34adbc0e6 x86_64/kernel-xenU-2.6.17-1.2171_FC5.x86_64.rpm
a01941ff237a05f8f6d4f51fbe80a4646e4a0cda x86_64/kernel-xen0-devel-2.6.17-1.2171_FC5.x86_64.rpm
75e14d2eb6525e6f5d22074643f4949f76189a63 x86_64/kernel-xen-2.6.17-1.2171_FC5.x86_64.rpm
de751c10a27915bc23ea073d0f327167e7f18659 x86_64/kernel-kdump-devel-2.6.17-1.2171_FC5.x86_64.rpm
b2861e4292338e8154b8315f7356c9d213f7299a x86_64/kernel-devel-2.6.17-1.2171_FC5.x86_64.rpm
9320753350929e90cb0e2a5764211d43c78460fc x86_64/kernel-doc-2.6.17-1.2171_FC5.noarch.rpm
45ab2f6648c650ec1917078d33fa86c4059e48bd i386/kernel-2.6.17-1.2171_FC5.i586.rpm
efeaab57decd20dd4bda0d57bd8400442fa87956 i386/kernel-devel-2.6.17-1.2171_FC5.i586.rpm
dc6823b63f70155e5a2a2b9ce1bedf825d17ccf3 i386/debug/kernel-debuginfo-2.6.17-1.2171_FC5.i586.rpm
f0640cab7075531d93320b94aaba2c6d0a151cb0 i386/kernel-xenU-devel-2.6.17-1.2171_FC5.i686.rpm
9f80e451cce84438ed64d5e187c6287668fdfc76 i386/kernel-kdump-devel-2.6.17-1.2171_FC5.i686.rpm
a5dc7b2c38af7685092f45ff293beea352cb3608 i386/kernel-xen-2.6.17-1.2171_FC5.i686.rpm
530d533c843b32227307682149b175b17819ca3c i386/debug/kernel-debuginfo-2.6.17-1.2171_FC5.i686.rpm
6f26a4e716c29568c7947aaecbcd6c357377165c i386/kernel-xen0-devel-2.6.17-1.2171_FC5.i686.rpm
5a417b3ae833a63a6b7a986f42273d72d457c945 i386/kernel-devel-2.6.17-1.2171_FC5.i686.rpm
b9fad812eecb5396b57e8047a1ef8b26d2328563 i386/kernel-xen-devel-2.6.17-1.2171_FC5.i686.rpm
84bc354173a1abdb0268ccfc98160659a8d91db3 i386/kernel-2.6.17-1.2171_FC5.i686.rpm
a422a759a939ca19201d35de334db99fb06414a2 i386/kernel-kdump-2.6.17-1.2171_FC5.i686.rpm
011c185a17448fab5a38c0088af6569d7b58b359 i386/kernel-smp-devel-2.6.17-1.2171_FC5.i686.rpm
878aa0b4809cd5eabcb7091ed688d1f42dd7faf0 i386/kernel-xen0-2.6.17-1.2171_FC5.i686.rpm
4b524c764674fc7d60302e991708e186c26942ab i386/kernel-xenU-2.6.17-1.2171_FC5.i686.rpm
6167158304d00175ef17c6fa8508def444473dbc i386/kernel-smp-2.6.17-1.2171_FC5.i686.rpm
9320753350929e90cb0e2a5764211d43c78460fc i386/kernel-doc-2.6.17-1.2171_FC5.noarch.rpm
This update can be installed with the 'yum' update program. Use 'yum update
package-name' at the command line. For more information, refer to 'Managing
Software with yum,' available at http://fedora.redhat.com/docs/yum/.
---------------------------------------------------------------------
16 years, 8 months