Displaying 20 results from an estimated 10000 matches similar to: "Best way to configure proprietary NVidia driver on CentOS ?"
2008 Sep 17
4
Run a more recent kernel than 2.6.18 on CentOS?
Hi,
Usually I'm not one to complain about "old" version of the CentOS kernel
and/or software, since I appreciate CentOS' stability. So this might be
the exception that confirms the rule. I've been jumping through several
burning loops these past days to configure my little MSI Wind netbook,
and I'm currently considering going for a more recent kernel. There's no
2014 Dec 14
3
Broadcom wireless card: installation script for Linux-STA driver
Hi,
I just installed CentOS 6.6 on my HP Pavilion DM1 laptop. The wireless
card is only poorly supported in the default setup, so I decided to
write an installation script for the Linux-STA driver, which works
perfectly.
https://github.com/kikinovak/centos/blob/master/6.x/broadcom-sta/broadcom-sta.sh
Grab the files:
# git clone https://github.com/kikinovak/centos
Run the script:
# cd
2007 Aug 04
2
Data corruption on external hard disk
Hi,
I'm using CentOS 5 on all my computers here (work + home) and I'm very
satisfied with it.
Some time ago I purchased a 300 GB external hard drive to store films,
music, pictures and documents. Since there's no Windows machine around
here (small South French village, town hall and public library use Linux
:o)), I replaced the FAT filesystem on the disk by an ext2 filesystem.
2017 Sep 05
3
Kernel 4.12 and nVidia Driver
I tried to move to the latest stable kernel (4.12) so I could take
advantage of my newest custom system (Intel Core I7 6-core; 64 GB RAM;
MSI nVidia graphics card; 2 - 120 GB SSD; 2 - 4TB WD Black) on a UEFI
Asrock mother board.
I've had the machine for 3-months but I couldn't get it to work until I
found out that the Nouveau driver was causing me all the 'hardware'
issues. I
2007 Jun 10
1
Problems with UserDir directive on CentOS 5
Hi,
I'm currently setting up a local LAMP server to test various apps.
Starting from the out-of-the-box configuration of Apache, I test it, and
it's OK: http://localhost shows Apache's default page OK in Firefox.
Now I edit /etc/httpd/conf/httpd.conf and replace 'UserDir disabled' by
'UserDir public_html'.
I restart Apache.
Then, as a normal user (kikinovak):
$
2009 Apr 06
4
DKMS and new(er) Nvidia-drivers
I got the DKMS-system working and now have the Nvidia-drivers v173.08
installed (using rpmforge as suggested previously). Unfortunately this
particular driver version gives me screen artifacts so as to make the screen
more or less unreadable.
Nvidia's proprietary drivers are now up to v180.44 and this version is fine
with my test system.
I really like the DKMS-system, as it enables me
2009 Jun 16
5
nvidia dual monitor setup centos howto
I had some trouble setting up dual monitors on centos with an nvidia
card. I managed to track stuff down, so I thought I'd make it public
on the list. I have an nvidia quadro nvs 290 in a Dell, recently
installed centos5. Same stuff should apply for other nvidia cards.
I needed nvidia-x11-drv.x86_64. It is available from rpmforge.
Installing rpmforge is described on this
2008 Nov 25
2
adduser vs. useradd
Hi,
To add a user to the system on the commandline, I usually use the
adduser command.
# adduser newuser
And that's it. I've been using that command probably out of an old
habit, since I've been a long-time Slackware user before. But now I
wanted to dig a bit deeper, and some details puzzle me.
Whereas on Slackware, 'adduser' is an interactive shell script to create
a
2008 Dec 03
3
What ever happened to the dkms atheros drivers/
My OQO boxes have the AR5413 wifi chipset, so for the first time in
quite a while, I again need to run madwifi. So I went looking for the
dkms madwifi rpms, but could not find them. They use to be on rpmforge,
as I recall. dkms is there.
So have I lost some memory cells or have these rpms taken a hike?
2018 Sep 17
2
Very weird problem with handling symbolic links
Hi everyone,
I just discovered something very weird on a vanilla CentOS 7
installation. If I create a link to /tmp as a normal user, it looks like
I can't remove this link anymore. Here's what this looks like:
$ mkdir test_link
$ cd test_link/
$ ln -s /tmp/ link_to_tmp
$ ls -l
total 0
lrwxrwxrwx. 1 kikinovak kikinovak 5 Sep 17 10:56 link_to_tmp -> /tmp/
$ rm link_to_tmp/
2014 Oct 11
2
Hi again & problem with minimal CentOS and Github
Hi everybody,
I'm back to CentOS after a long period during which I've been using
mainly Slackware. I still use Slackware for teaching and for my local
clients (on servers and desktops), but right now, I'm planning to update
my own documentation about CentOS, which is still based on version 5.x.
First things first. For the moment I have a sandbox server in my office
with a
2009 May 04
2
yum update installed xen and pae kernels
Why???
I was/am running kernel 2.6.18-128.1.6.el5
I did a yum update and watched 2.6.18-128.1.6.el5xen and
2.6.18-128.1.6.el5PAE being installed, with PAE listed first in my
/boo/grub/menu.lst
I also see:
Installing:
kmod-fuse i686 2.7.4-1.el5.rf
rpmforge 26 k
replacing dkms-fuse.noarch 2.7.4-1.nodist.rf
kmod-fuse-PAE i686
2009 Jul 06
2
Trouble running 'alsamixer' as normal user on headless box with minimal system
Hi,
I just transformed an old Pentium III 500 into a headless jukebox. It's
installed in the basement, near the stereo. There's only a base CentOS
system on it (GNOME unchecked, package customization checked and then
everything unchecked). From there on, I just installed the ALSA utils,
and vorbis-tools. The machine is only supposed to do one thing (and to
do it well, UNIX philosophy
2009 Sep 19
1
Apache: confusion about virtual hosts and DNS on a local network
Hi,
I set up a webserver with Apache on one of the machines on the local
network. There's a DNS configured for the LAN, with a dummy domain name
(presbytere.local), and every machine is pingable by its hostname. The
webserver runs on the machine 'buildbox'.
The webserver actually has two (static) websites on it, for testing and
fiddling purposes. Each site's pages are stored
2014 Dec 13
1
Remote Git vs. GNOME on CentOS 6.6: cannot open display
Hi,
I just installed a fresh CentOS 6.6 desktop. It's a client's machine, it
is physically installed on a testbench in my office. Usually, when I
perform installations, I start with the base system on the testbench,
and once networking is configured, I SSH into it and then do all the
fine-tuning remotely.
My configuration files, scripts and HOWTOs are all stored in a Github
2015 Mar 23
4
Facebook CentOS group close to 15.000 members!
Le 23/03/2015 17:26, Les Mikesell a ?crit :
> There is a real simple answer to privacy on facebook. Just don't post
> anything there that you would not want to be public. Just like this
> mail list.
I recently joined that list and wanted to publish a simple link to my
technical blog dedicated to CentOS (http://kikinovak.wordpress.com).
There's no commercial interest behind it,
2008 Sep 13
5
Changing hostname?
Hi,
I recently made a CentOS install on a machine with an unsupported
network card. I had to add the driver for it later, once I finished the
install. For now I have this:
[kikinovak at localhost ~]$ hostname --fqdn
localhost.localdomain
Q: how would I change this to something like calimero.local?
Here's what I *would* do, but I prefer to ask before.
1) edit /etc/sysconfig/network and
2008 Mar 31
4
atrpms nvidia cannot load
Hi guys - brand new 5.1 install here and quite happy - but...
The nv driver did not work at all for me, fritzy stripes and dots. This is a
GeForce 7300 LE which was working happily dual-head under FC6 with the livna
nvidia RPMs
So I looked around and it seemed like the ATRpms repo via yum was the best
option for CentOS. This is what I installed, it worked great with the
xorg.conf from the
2007 Jun 01
1
XFCE-4.4, Samba shares, Beryl
Hi,
I have CentOS 5 with the XFCE-4.4 window manager installed. (BTW, I've
tried many XFCE-centered distros before, and CentOS offers by far the
cleanest implementation).
Two questions for that.
1) I've seen various HOWTO's about how to display Samba shares with the
Thunar file manager. Did anyone manage to do this with CentOS?
2) Is there some HOWTO about configuring that nice
2007 May 28
1
Problems setting up legacy NVidia card
Hi,
Here's my video card:
$ lspci | grep -i vga
01:00.0 VGA compatible controller: nVidia Corporation NV15 [GeForce2
GTS/Pro] (rev a3)
Until now, I've used it on Slackware (10.0, 10.2, 11.0) and Debian
(Sarge, Etch), and I've always managed to set it up fine.
First, I checked if there were any precompiled nvidia drivers in the
various repos (rpmforge, ...), but there seemed to