Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora Resources > Guides & Solutions (No Questions)
FedoraForum Search

Forgot Password? Join Us!

Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that.

Reply
 
Thread Tools Search this Thread Display Modes
  #616  
Old 8th February 2007, 03:34 AM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
Many minor mods:
Code:
    Option         "AddARGBGLXVisuals" "True"
That should come last in the "Device" section.
Code:
    Load           "glx"
Also add underneath that:
Code:
    Load           "dbe"
    Load           "extmod"
Are you using the Livna packaged drivers or the ones directly from nVidia?

Also, have you installed the libs-32bit package?
Firewing1

Quote:
Originally Posted by Thecowking
Hmm after I had a biref adventure with beryl I lost the ability to have direct openGl rendering. I even bought a new Gfx card and formatted my hdd, but for some reason the bug followed me.

I've got a Geforce 6200 in my box now, set it up on a clean Fedora install just like this thread says, but for some reason, I cannot get it to renger opengl directly. Which mean none of my games work properly. As we say in manchester, it's a bit of a bugger.

So I'm appealing to the infinite wisdom of this forum in the hopes it can save me. For your viewing pleasure I'll throw down my xorg.conf file here too

Here's hoping someone can spot the glaring error I've missed and will provide the one stop solution which makes me lok like an idiot but solves my problems
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
Reply With Quote
  #617  
Old 8th February 2007, 06:21 AM
tmick Offline
Registered User
 
Join Date: Jan 2006
Location: Utah
Age: 47
Posts: 301
Firewing, I am having the same problem as Thecowking except when I reboot I have to run the command
Code:
metacity --replace&
to get my window borders back. I have a GForce 200 MX with the 96xx drivers installed I am on kernel version 2.6.19-1.2895.fc6xen #1 SMP Wed Jan 10 19:47:12 EST 2007 i686 athlon i386 GNU/Linux. Here is my xorg.conf file:
[/CODE]# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nv"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "800x600" "640x480" "640x480"
EndSubSection
EndSection
[/CODE]
let me know if you see anything wrong please.
thanks
__________________
Tim :eek:
Smolt profile
Reply With Quote
  #618  
Old 8th February 2007, 08:10 AM
Thecowking Offline
Registered User
 
Join Date: Dec 2006
Location: Nottingham, Gun city UK
Age: 31
Posts: 102
Quote:
Originally Posted by Firewing1
Code:
    Load           "glx"
Also add underneath that:
Code:
    Load           "dbe"
    Load           "extmod"
Are you using the Livna packaged drivers or the ones directly from nVidia?

Also, have you installed the libs-32bit package?
Firewing1
Which section do these mods go? inserting them into device causes a no screen error, so I think I got that one wrong :P

I'm using the pre-packaged drivers from linva, just a yum install job, just like in the main post.
__________________
Registered Linux user number 441218

Last edited by Thecowking; 8th February 2007 at 08:13 AM.
Reply With Quote
  #619  
Old 8th February 2007, 09:29 AM
Malebolgia Offline
Registered User
 
Join Date: Jan 2007
Posts: 6
Quote:
Originally Posted by Firewing1
Unless you're doing virtualization, you don't need xen... You can remove it like this:
Code:
su -
yum remove kernel-xen
Reboot and things should turn out better.
Firewing1

Well, I tried it out, but now my system locks up right before the fedora loading screen gets to 100% This would be the screen right before you log in.
Reply With Quote
  #620  
Old 8th February 2007, 11:40 AM
Malebolgia Offline
Registered User
 
Join Date: Jan 2007
Posts: 6
Update

Looks like I tracked it down to a IRQbalance issue. I uninstalled and reinstalled and that seems to have fixed it. I am enjoying twinview as we speak. Thanks a lot!
Reply With Quote
  #621  
Old 8th February 2007, 12:42 PM
Peter_APIIT Offline
Registered User
 
Join Date: Dec 2006
Location: Malaysia
Age: 27
Posts: 260
How to install NVIDIA GeForce 7100 gs driver to my computer with using of FC 6. Not only that, how to enable or activate the 3D desktop effects on FC 6.

Your help is greatly appreciated by me and others.


Thanks in advance.
Reply With Quote
  #622  
Old 8th February 2007, 12:48 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by Peter_APIIT
How to install NVIDIA GeForce 7100 gs driver to my computer with using of FC 6. Not only that, how to enable or activate the 3D desktop effects on FC 6.

Your help is greatly appreciated by me and others.


Thanks in advance.
I suggest that you read post #1 of this thread
No one is going to do it for you so get looking.
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #623  
Old 8th February 2007, 11:12 PM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
Quote:
Originally Posted by Thecowking
Which section do these mods go? inserting them into device causes a no screen error, so I think I got that one wrong :P

I'm using the pre-packaged drivers from linva, just a yum install job, just like in the main post.
Into the "Module" section
Quote:
Originally Posted by tmick
Firewing, I am having the same problem as Thecowking except when I reboot I have to run the command
Code:
metacity --replace&
to get my window borders back. I have a GForce 200 MX with the 96xx drivers installed I am on kernel version 2.6.19-1.2895.fc6xen #1 SMP Wed Jan 10 19:47:12 EST 2007 i686 athlon i386 GNU/Linux. Here is my xorg.conf file:
[/CODE]# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nv"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "800x600" "640x480" "640x480"
EndSubSection
EndSection
[/CODE]
let me know if you see anything wrong please.
thanks
It seems the driver hasn't configured your xorg.conf, which is why there are no window borders... What happens when you type:
Code:
su -
service nvidia-glx restart
Firewing1
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
Reply With Quote
  #624  
Old 9th February 2007, 02:32 AM
tmick Offline
Registered User
 
Join Date: Jan 2006
Location: Utah
Age: 47
Posts: 301
service nvidia-glx restart
Disabling nvidia-glx driver [ OK ]
Checking for nvidia kernel module [ OK ]
Enabling nvidia-glx driver [ OK ]
My xorg.conf now looks like :

# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
Option "AddARGBGLXVisuals" "True"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "1024x768" "800x600" "800x600" "640x480" "640x480"
EndSubSection
EndSection

but still has jerky performance with 3 d games but the borders seem to work
__________________
Tim :eek:
Smolt profile

Last edited by tmick; 9th February 2007 at 02:37 AM. Reason: adding new xorg.conf
Reply With Quote
  #625  
Old 9th February 2007, 10:56 AM
Thecowking Offline
Registered User
 
Join Date: Dec 2006
Location: Nottingham, Gun city UK
Age: 31
Posts: 102
Hmm I tried disabling SE linux, and it worked!

So I'll not touch it again, lest it explode and kill me
__________________
Registered Linux user number 441218
Reply With Quote
  #626  
Old 9th February 2007, 11:09 AM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by tmick
service nvidia-glx restart
Disabling nvidia-glx driver [ OK ]
Checking for nvidia kernel module [ OK ]
Enabling nvidia-glx driver [ OK ]
My xorg.conf now looks like :

# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
Option "AddARGBGLXVisuals" "True"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "1024x768" "800x600" "800x600" "640x480" "640x480"
EndSubSection
EndSection

but still has jerky performance with 3 d games but the borders seem to work
Try adding this to your xorg.conf it should help

Section "Module"
Load "extmod"
Load "glx"
EndSection
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #627  
Old 9th February 2007, 11:50 AM
Dubious Dave Offline
Registered User
 
Join Date: Feb 2006
Location: Tampa, Fl. USA
Posts: 323
I just got my Geforce Fx5500 working (mostly) using this and other resources. The only thing left is to change the resolution from 800x600 to something higher. I haven't been able to do that through nvidia-settings, because it does not offer anything other than 800x600 for some reason. I'm still working it.

A couple notes:

1) I never did find a libs-32bit package in livna.org ( I use the 96xx version.), but I did install the devel.
2) FC6 (apparently) enables "compiz", by default. This has been reported to be cleared by disabling SELinux, however you can also add a short section in xorg.conf to disable it. That is the method I used.
3) When selecting the video card in display-config (?), I selected the line that spells out "nvidia", but described a generic card vs the one the abbreviated "nv" and listed my class of video card.
__________________
The only thing more dangerous than action without thought is thought without action.
Reply With Quote
  #628  
Old 9th February 2007, 01:30 PM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
Quote:
Originally Posted by Dubious Dave
I just got my Geforce Fx5500 working (mostly) using this and other resources. The only thing left is to change the resolution from 800x600 to something higher. I haven't been able to do that through nvidia-settings, because it does not offer anything other than 800x600 for some reason. I'm still working it.

A couple notes:

1) I never did find a libs-32bit package in livna.org ( I use the 96xx version.), but I did install the devel.
Quote:
Originally Posted by Dubious Dave
2) FC6 (apparently) enables "compiz", by default. This has been reported to be cleared by disabling SELinux, however you can also add a short section in xorg.conf to disable it. That is the method I used.
Sometimes adding "Mode" lines in your Screen section can help - I know for example listing all the modes manually is needed sometimes for Wine to work on non-native resolutions.
Quote:
Originally Posted by Dubious Dave
3) When selecting the video card in display-config (?), I selected the line that spells out "nvidia", but described a generic card vs the one the abbreviated "nv" and listed my class of video card.
I'm not sure, but I think this is system-config-display issue - I'll take a look into it either way
Firewing1
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
Reply With Quote
  #629  
Old 9th February 2007, 04:37 PM
tmick Offline
Registered User
 
Join Date: Jan 2006
Location: Utah
Age: 47
Posts: 301
@ leigh123:
tried adding suggested code and restarted then checked the xorg.conf file it now looks like:
Code:
# Xorg configuration created by system-config-display

Section "ServerLayout"
	Identifier     "single head configuration"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "nv"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1024x768" "1024x768" "800x600" "800x600" "640x480" "640x480"
	EndSubSection
EndSection
and my xorg.conf.backup file looks like:

Code:
# Xorg configuration created by system-config-display

Section "ServerLayout"
	Identifier     "single head configuration"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "nv"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1024x768" "1024x768" "800x600" "800x600" "640x480" "640x480"
	EndSubSection
EndSection

Section "Module"
Load "extmod"
Load "glx"
EndSection
I think I'm going to try Thecowking's trick and disable SELinux and see if that straightens it out. I have gone through this with each kernel upgrade and in reviewing my notes on past upgrades there has been an nvidia-glx selinux policy update after each one. I was hoping they got that resolved but maybe not
@Firewing:
I seem to remember reading you are part of a project that concerns the nvidia drivers and xorg could you check into the possibility of SElinux conflicts and what was done in the past to resolve them?
@Thecowking:
If disabling SELinux allowed the games to work would you please file a bug on it in bugzilla so they can get this fixed?
__________________
Tim :eek:
Smolt profile
Reply With Quote
  #630  
Old 9th February 2007, 06:13 PM
tmick Offline
Registered User
 
Join Date: Jan 2006
Location: Utah
Age: 47
Posts: 301
I found a partail answer, I posted this question http://forums.fedoraforum.org/showth...098#post741098 and recieved this link: http://www.nvnews.net/vbulletin/showthread.php?t=72490
and recieved these results: [root@red1 ~]# chcon -t texrel_shlib_t /usr/lib/xorg/modules/drivers/nvidia_drv.so
[root@red1 ~]# chcon -t texrel_shlib_t /usr/lib/xorg/modules/extensions/libglx.so.1.0.9631
chcon: /usr/lib/xorg/modules/extensions/libglx.so.1.0.9631: No such file or directory
[root@red1 ~]# chcon -t texrel_shlib_t /usr/lib/tls/libnvidia-tls.so.1
chcon: /usr/lib/tls/libnvidia-tls.so.1: No such file or directory
[root@red1 ~]# chcon -t texrel_shlib_t /usr/lib/libGLcore.so.1.0.9631
chcon: /usr/lib/libGLcore.so.1.0.9631: No such file or directory
[root@red1 ~]# locate libGLcore.so.*
[root@red1 ~]# locate libglx.so.*
[root@red1 ~]# locate libglx.so
/usr/lib/xorg/modules/extensions/libglx.so
/usr/lib/xorg/modules/extensions/nvidia/libglx.so
/usr/lib/xorg/modules/extensions/nvidia/libglx.so.1.0.9631
[root@red1 ~]# locate libGLcore.so
/usr/lib/nvidia/libGLcore.so
/usr/lib/nvidia/libGLcore.so.1
/usr/lib/nvidia/libGLcore.so.1.0.9631
/usr/lib/nvidia/libGLcore.so.1.0.9631.#prelink#.CvswVs
/usr/lib/xorg/modules/extensions/libGLcore.so
[root@red1 ~]#
[root@red1 ~]# chcon -t texrel_shlib_t /usr/lib/xorg/modules/extensions/nvidia/libglx.so.1.0.9631
[root@red1 ~]# locate libnvida
[root@red1 ~]# chcon -t texrel_shlib_t /usr/lib/nvidia/libGLcore.so.1.0.9631

I think it's SELinux blocking the glx stuff again
__________________
Tim :eek:
Smolt profile
Reply With Quote
Reply

Tags
cards, core, fedora, nvidia, work

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Getting ATi cards to work in Fedora Firewing1 Guides & Solutions (No Questions) 785 24th January 2010 07:30 PM
Is there a list of videro cards that work well with Fedora Core 7? mrappe Hardware & Laptops 2 14th September 2007 03:34 PM
can't get Fedora Core 6 to work with nvidia cards, help sf_basilix Installation and Live Media 16 18th January 2007 02:49 PM
Wireless cards work with Fedora core 5 axiom Using Fedora 0 27th July 2006 08:04 PM
Nvidia cards on Fedora Core 3 ravalox Fedora Core 3 Test Releases 8 7th November 2004 02:53 AM


Current GMT-time: 17:03 (Tuesday, 21-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat