3D effects on RHEL6 OC

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat 3D effects on RHEL6 OC
# 1  
Old 04-24-2011
3D effects on RHEL6 OC

Hello,
I just installed RHEL6 OC on my T61p. It's great!
Just for fun I'd like to use some fancy cool Desktop effects. I tried to enable 3D Desktop effects from OC Welcome Center but it gave me error message:
Accelerated 3D graphics is not available. Desktop effects require hardware 3D support.
Does anyone aware if I could fix it or someone knows about cool Desktop package I could use to play?
Thanks,
# 2  
Old 04-24-2011
Well, do you have hardware accelerated 3D graphics? What is your card? What drivers do you use?
# 3  
Old 04-24-2011
The T61P had a PCI Express x16 NVIDIA Quadro FX 570M. Try installing the proprietary NVIDIA driver instead of the nouveau driver.
# 4  
Old 04-24-2011
Quote:
Originally Posted by fpmurphy
The T61P had a PCI Express x16 NVIDIA Quadro FX 570M. Try installing the proprietary NVIDIA driver instead of the nouveau driver.
thanks for reply.
My video card is: nVidia Corporation G84M [Quadro FX 570M]
I could see it from Control Center -> System -> Display.
If I click on 'Configure' button I see a list of models of video cards and the one selected is:
nv - nVidia Riva 128, RIVA TNT, GeForce, nForce and QUADRO cards.
Sorry ... but I don't know how to install propriety Nvidia driver. someone told me that I should use 'Restricted Drivers Manager' ... but I can't find it on my system. Where could I find propriety nvidia driver and how to install it on my rhel6 OC?
I do appreciate your help.
# 5  
Old 04-24-2011
On RH 6 there's a bit of an issue installing the proprietary driver.

You must add the following to your /boot/grub/menu.lst file:
on a line that starts with: kernel /vmlinuz-2.6....
Code:
rdblacklist=nouveau

Then in the /etc/modprobe.d/modprobe.conf file, add this line:

Code:
blacklist nouveau

You will then need to reboot.

After reboot you should go here:

http://www.nvidia.com/object/unix.html

Download the appropriate driver for your adapter and architecture. Follow the instructions for installation. An additional reboot may be required.

Last edited by mark54g; 04-24-2011 at 12:49 PM.. Reason: clarity of where to add rdblacklist
This User Gave Thanks to mark54g For This Post:
# 6  
Old 04-24-2011
Quote:
Originally Posted by mark54g
On RH 6 there's a bit of an issue installing the proprietary driver.

You must add the following to your /boot/grub/menu.lst file:
on a line that starts with: kernel /vmlinuz-2.6....
Code:
rdblacklist=nouveau

Then in the /etc/modprobe.d/modprobe.conf file, add this line:

Code:
blacklist nouveau

You will then need to reboot.

After reboot you should go here:

Unix Drivers Portal Page

Download the appropriate driver for your adapter and architecture. Follow the instructions for installation. An additional reboot may be required.
hi mark54g,
Thanks for reply.
I did all steps you mentioned ( I didn't modprobe.conf file so I created it myself).
I downloaded driver. When I started to installed it first complaint that I don't have gcc. I installed gcc. After that it started to complain that it needs kernel sources ... but apparently I don't have it. Didn't think that just installing driver would request kernel sources ... anyway currently thinking to get those sources.
Thanks,

---------- Post updated at 10:09 PM ---------- Previous update was at 09:28 PM ----------

Quote:
Originally Posted by susja
hi mark54g,
Thanks for reply.
I did all steps you mentioned ( I didn't modprobe.conf file so I created it myself).
I downloaded driver. When I started to installed it first complaint that I don't have gcc. I installed gcc. After that it started to complain that it needs kernel sources ... but apparently I don't have it. Didn't think that just installing driver would request kernel sources ... anyway currently thinking to get those sources.
Thanks,
finally I was able to install driver.
Thanks a lot and appreciate your help
# 7  
Old 04-25-2011
The driver needs the kernel sources because it actually creates elements specific to your kernel. I'm glad it worked for you.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. What is on Your Mind?

Remove filter effects from downloaded videos?

Does anyone know a way to remove filter effects from videos downloaded from YouTube or elsewhere, preferably with software that runs in Windows 7? Thank you in anticipation. (1 Reply)
Discussion started by: quadphonic
1 Replies

2. Ubuntu

Ubuntu encryption and its effects

How will Full Disk encryption effect how open-source software is compiled and run using ubuntu 14.04. Are there alternatives that are recommended? Thank you :). (0 Replies)
Discussion started by: cmccabe
0 Replies

3. Red Hat

Effects of /etc/fstab file!

Hi Folks! I accidentally overwrote in /etc/fstab file. Can you guys please tell me, what impact it would have created, when I restarted the machine(RHEL6). I executed this command : # blkid /dev/vda5 > /etc/fstab (17 Replies)
Discussion started by: nixhead
17 Replies

4. Red Hat

3d effects in rhel6

I installed rhel 6.0 in my laptop but it is not upporting 3d graphics of rhel6 and i am getting an error message "Accelerated 3d graphics not available Desktop effects require hardware 3D support." my laptop is dll studio 1558 and my graphic card is ATI Radeon 5470 with 1 gb dedicated ram. (6 Replies)
Discussion started by: nileshgupta
6 Replies

5. Windows & DOS: Issues & Discussions

Sound Effects Dolby,SRS in Linux

Hello all. Can anyone tell me if there is any alternative to Window$ Media Player for LINUX(Linux Mint). What am searching for is a player with sound processing capabilities.(Bass,Equaliser,SRS,Dolby,etc..) Thanks. (1 Reply)
Discussion started by: coolatt
1 Replies

6. Cybersecurity

Effects on data size during encrypted transfer

Hi There, I wonder if any one can help me. I want to transfer a file from one site to another over an encrypted link. I want to know if there will be any imcrease in the data that will travel on the link? For example, I want to transfer a 1 GB file from one site to another, using an encrypted... (4 Replies)
Discussion started by: ahmerin
4 Replies

7. UNIX for Dummies Questions & Answers

Effects of grep -o when it's not available

I'm on a Solaris box that doesn't have -o as an option for grep (trying to return match only). Is there any way to get this functionality without the -o option? I've tried both sed and awk doing something like: echo "this is a test" | awk '/test/' or echo "this is a test | sed '/test/p'... (8 Replies)
Discussion started by: earnstaf
8 Replies
Login or Register to Ask a Question