Fedora This forum is for the discussion of the Fedora Project.
Notices
Welcome to
LinuxQuestions.org , a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free.
Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please
contact us . If you need to reset your password,
click here .
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
10-26-2010, 09:36 AM
#1
Member
Registered: Feb 2008
Location: holland, near assen. (tt city)
Distribution: Mint deb 64, Ubu. server ed, wrt's, android [aka cyanogenmod], ? of chang. server in slack again
Posts: 206
Rep:
NVIDIA FEDORA 13 3D Fails
I have worked on fedora 10 and the installation of that to nvidia was simple
just install kmod-nvidia and reboot
than fedora 11 came out same story.
now fedora did some nouvau expiriments on fedora 12 and 13.
the howto on fedora 12 did work perfectly at that time at fedora 12
http://www.nvnews.net/vbulletin/showthread.php?t=141586
no problem.
the howto does work fine on fedora 13 i installed and did run glxgears and nexuiz fine on one monitor
but on fedora 13 when i enable both monitors
glxgears and nexuiz (for testing) does not work anymore.
i did disable and enable nvidia-config-display and did so much more.
so on one monitor setting 3D is enabled.
but when i enable both monitors 3D does not run anymore.
Code:
$ glxgears
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 137 (NV-GLX)
Minor opcode of failed request: 4 ()
Resource id in failed request: 0x7600002
Serial number of failed request: 35
Current serial number in output stream: 35
and the nexuiz 3D test
Code:
Your system currently is not capable of hardware accelerated 3D. Therefore nexuiz-sdl cannot run.
Usually the cause of this error is that there are no Free Software drivers for your graphics card, please contact your graphics card manufacturer and kindly ask them to provide Free Software support for your card.
my settings are following
Code:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 260.19.12 (mockbuild@hephaestus.wilsonet.com) Thu Oct 14 21:58:05 EDT 2010
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
FontPath "/usr/share/fonts/default/Type1"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from data in "/etc/sysconfig/keyboard"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbLayout" "us"
Option "XkbModel" "pc105"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "FUS B17-2"
HorizSync 30.0 - 83.0
VertRefresh 55.0 - 76.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8200"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "1"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "CRT: 1280x1024_75 +1280+0, DFP: 1280x1024_75 +0+0; CRT: nvidia-auto-select +0+0, DFP: NULL"
SubSection "Display"
Depth 24
EndSubSection
EndSection
automaticly generated like always.
manualy edited like howto said from fedora 12
grub.conf
Code:
#boot=/dev/sdb
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.34.7-61.fc13.x86_64)
root (hd0,0)
kernel /vmlinuz-2.6.34.7-61.fc13.x86_64 ro root=/dev/mapper/vg_vlippc-lv_root rd_LVM_LV=vg_vlippc/lv_root rd_LVM_LV=vg_vlippc/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet "nouveau.modeset=0 vga=0x318″
initrd /initramfs-2.6.34.7-61.fc13.x86_64.img
blacklist.conf
Code:
#Nouveau for nvidia 3d
blacklist nouveau
so it should work or am i doing something wrong or is there something changed again in fedora 13 nouveau?
10-26-2010, 01:21 PM
#2
Guru
Registered: Aug 2005
Location: Ann Arbor Mi.
Distribution: OpenSUSE 11.4 & Scientfic Linux 6.1
Posts: 7,279
it looks like your xorg.conf has only one monitor and screen set up
set up the second monitor
10-27-2010, 06:23 AM
#3
Member
Registered: Feb 2008
Location: holland, near assen. (tt city)
Distribution: Mint deb 64, Ubu. server ed, wrt's, android [aka cyanogenmod], ? of chang. server in slack again
Posts: 206
Original Poster
Rep:
i checked same layout again.
/etc/X11/xorg.conf but im realy looking at both monitors ans use them at same time Right Now.
this xorg.conf is autogenerated by nvidia-settings.
setted at twinview like you see in xorg.conf
10-27-2010, 01:53 PM
#5
Guru
Registered: Aug 2005
Location: Ann Arbor Mi.
Distribution: OpenSUSE 11.4 & Scientfic Linux 6.1
Posts: 7,279
falcom
there is also the official fedora how to guide .That leigh123linux keeps up to date
"F13, F12 & F11 Nvidia driver guides"
http://forums.fedoraforum.org/showthread.php?t=204752
1 members found this post helpful.
10-27-2010, 05:25 PM
#6
Member
Registered: May 2009
Posts: 77
Rep:
Quote:
Originally Posted by
John VV
yeap is the same !!
10-30-2010, 09:05 AM
#7
Member
Registered: Feb 2008
Location: holland, near assen. (tt city)
Distribution: Mint deb 64, Ubu. server ed, wrt's, android [aka cyanogenmod], ? of chang. server in slack again
Posts: 206
Original Poster
Rep:
what are then the best settings for my xorg.conf
this is realy the one xorg.conf on both monitor settings?
i don't understand yes it does seems its setted to one monitor when i compare whit previous settings of fedora 12 and so on.
but it's realy working! only 3D does not.?
and i realy want to use software like google earth/celestia/compiz "aso"
and games like nexiuz but i failed!?
"i did not like fedora's new graphics drivers nouveau but im now realy gonna hate it"
Last edited by R03L; 10-30-2010 at 09:07 AM .
10-30-2010, 10:02 AM
#8
Member
Registered: Feb 2008
Location: holland, near assen. (tt city)
Distribution: Mint deb 64, Ubu. server ed, wrt's, android [aka cyanogenmod], ? of chang. server in slack again
Posts: 206
Original Poster
Rep:
[SOLVED]
Nvidia drivers are absolute
i did remove the configuration and nvidia drivers and rebooted.
i installed mesa driver expirimental via YUM and rebooted
both monitors as 3d is working fine now on the new nouveau driver
only thing i still need to do is switch both monitors becouse they are otherwise arround ><
so don't use nvidia's driver or rpmfusion's drivers on fedora 13 anymore
and only install
Code:
sudo yum install mesa-dri-drivers-experimental.x86_64
: Mesa-based DRI drivers (experimental)
reboot and your almost done!
compiz working
nexuiz working
glxgears working
glxinfo say's
Code:
glxinfo
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions:
GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGIS_multisample,
GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group,
GLX_INTEL_swap_event
client glx vendor string: Mesa Project and SGI
client glx version string: 1.4
client glx extensions:
aso
nouveau for non french person's should mean NEW
[solved]
10-30-2010, 10:13 AM
#9
Member
Registered: Feb 2008
Location: holland, near assen. (tt city)
Distribution: Mint deb 64, Ubu. server ed, wrt's, android [aka cyanogenmod], ? of chang. server in slack again
Posts: 206
Original Poster
Rep:
it's still a little slow compare to nvidia's driver
but it's working.
compiz-fusion behave's verry slow and i don't use emerald theme manager becouse of trouble like desktop in colour and other buggy stuff.
nexuiz "aso" are working fine though.
11-12-2010, 08:54 AM
#10
Member
Registered: Feb 2008
Location: holland, near assen. (tt city)
Distribution: Mint deb 64, Ubu. server ed, wrt's, android [aka cyanogenmod], ? of chang. server in slack again
Posts: 206
Original Poster
Rep:
i did see a small bug under my OLD USER account,
that whit 2 monitors afther installing mesa-dri-drivers-experimental.x86_64
my both monitors where clones of the wrong side of the desktop.
so i added in kde 4 whit right mouse button, the panel start
and made the clone of the left side at my KDE you can also choose right side ofcourse.
so i have the PANEL start back like standart.
but the settings did not save default after rebooting the same story starts again and this stay's this way.
so i switched to ROOT user at login screen.
i become clone of the standart desktop side whit the PANEL
so i change my settings @ root user to LEFT side and have both monitors.
so i was thinking and i was wright.
i did not remove my old user account to spare my files that i still need.
and created an new user account.
and no settings needed beside to switch your both plugs of the monitor.
to be exact to understand what i meen.
you can software base change these settings. from rigt to left.
"if it saves as default i still neet do find out whit a small reboot or login screen"
11-12-2010, 09:11 AM
#11
Member
Registered: Feb 2008
Location: holland, near assen. (tt city)
Distribution: Mint deb 64, Ubu. server ed, wrt's, android [aka cyanogenmod], ? of chang. server in slack again
Posts: 206
Original Poster
Rep:
and indead the default settings i saved are saved after reboot whit creating a new user.
11-12-2010, 10:03 AM
#12
Guru
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: PocketWriter/MinimalX
Posts: 5,057
try removing the "vga=" parameter from your grub.cfg
thta's the only way I could get the nVidia driver to work on mine
11-12-2010, 11:21 AM
#13
Member
Registered: Feb 2008
Location: holland, near assen. (tt city)
Distribution: Mint deb 64, Ubu. server ed, wrt's, android [aka cyanogenmod], ? of chang. server in slack again
Posts: 206
Original Poster
Rep:
reminder
every time i notice afther expirimental driver nvidia graphics nouveau
[
ABOVE ]
i notice that my videocard is hanging lots of times
i cant do anything anymore and also webcams are hanging so my grapics are haging.
afther some update of kpackagekit i ended on 70% when this is happening so rebooted.
fixed a duplicate on yum afther that i did yum update again to fully update today. im a user of firefox.
rebooted today to mutch..
i started whit starting firefox whit copy'd configuration.
this problem above did always be there .
but i started firefox to begin whit
and it was haging again reboot
and again reboot
and again.reboot
i notice that firefox is a little buggy combination whit expirimental driver.
so i am trying to reinstall firefox while removing full configuration and folders.
only thing is that i make a little backup of flashplayer for 64bit linux ko
Code:
sudo yum remove firefox.x86_64 beagle-firefox.x86_64 mozilla-adblockplus.noarch mozilla-noscript.noarch
Code:
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Removing:
beagle-firefox x86_64 0.3.9-19.fc14 @fedora 203 k
firefox x86_64 3.6.12-1.fc14 @updates 17 M
mozilla-adblockplus noarch 1.1.3-1.fc14 @fedora 499 k
mozilla-noscript noarch 2.0.3.5-1.fc14 @updates 1.8 M
Transaction Summary
================================================================================
maybe it's one of those 4 its possible to
beagle was always responding.
so now i am running firefox completly blank without the other 3 to see if there no problem there.
in ad-block beagle or no script!
Like some sort of bug or buggy code
----------
im running
firefox blank right now
still i did not see any of the bug in this post.
but time shall see!
11-12-2010, 11:38 AM
#14
Member
Registered: Feb 2008
Location: holland, near assen. (tt city)
Distribution: Mint deb 64, Ubu. server ed, wrt's, android [aka cyanogenmod], ? of chang. server in slack again
Posts: 206
Original Poster
Rep:
and it did again hang whit notice that i did close youtube for testing libflashplayer.so for 64bit linux
version of firefox
Code:
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101027 Fedora/3.6.12-1.fc14 Firefox/3.6.12
dom.ipc.plugins.enabled.libflashplayer.so
Code:
Shockwave Flash
File: libflashplayer.so
Version:
Shockwave Flash 10.0 r45
MIME Type Description Suffixes Enabled
application/x-shockwave-flash Shockwave Flash swf Yes
application/futuresplash FutureSplash Player spl Yes
11-12-2010, 11:39 AM
#15
Member
Registered: Feb 2008
Location: holland, near assen. (tt city)
Distribution: Mint deb 64, Ubu. server ed, wrt's, android [aka cyanogenmod], ? of chang. server in slack again
Posts: 206
Original Poster
Rep:
also using
Code:
Installed plugins
Find more information about browser plugins at mozilla.org.
Help for installing plugins is available from plugindoc.mozdev.org.
Shockwave Flash
File: libflashplayer.so
Version:
Shockwave Flash 10.0 r45
MIME Type Description Suffixes Enabled
application/x-shockwave-flash Shockwave Flash swf Yes
application/futuresplash FutureSplash Player spl Yes
Skype Buttons for Kopete
File: skypebuttons.so
Version:
Mime Type x-skype for Skype Buttons
MIME Type Description Suffixes Enabled
application/x-skype Skype Buttons Yes
IcedTea NPR Web Browser Plugin (using IcedTea6 1.9.1 (fedora-44.1.9.1.fc14-x86_64))
File: IcedTeaPlugin.so
Version:
The IcedTea NPR Web Browser Plugin (using IcedTea6 1.9.1 (fedora-44.1.9.1.fc14-x86_64)) executes Java applets.
MIME Type Description Suffixes Enabled
application/x-java-vm IcedTea class,jar Yes
application/x-java-applet IcedTea class,jar Yes
application/x-java-applet;version=1.1 IcedTea class,jar Yes
application/x-java-applet;version=1.1.1 IcedTea class,jar Yes
application/x-java-applet;version=1.1.2 IcedTea class,jar Yes
application/x-java-applet;version=1.1.3 IcedTea class,jar Yes
application/x-java-applet;version=1.2 IcedTea class,jar Yes
application/x-java-applet;version=1.2.1 IcedTea class,jar Yes
application/x-java-applet;version=1.2.2 IcedTea class,jar Yes
application/x-java-applet;version=1.3 IcedTea class,jar Yes
application/x-java-applet;version=1.3.1 IcedTea class,jar Yes
application/x-java-applet;version=1.4 IcedTea class,jar Yes
application/x-java-applet;version=1.4.1 IcedTea class,jar Yes
application/x-java-applet;version=1.4.2 IcedTea class,jar Yes
application/x-java-applet;version=1.5 IcedTea class,jar Yes
application/x-java-applet;version=1.6 IcedTea class,jar Yes
application/x-java-applet;jpi-version=1.6.0_20 IcedTea class,jar Yes
application/x-java-bean IcedTea class,jar Yes
application/x-java-bean;version=1.1 IcedTea class,jar Yes
application/x-java-bean;version=1.1.1 IcedTea class,jar Yes
application/x-java-bean;version=1.1.2 IcedTea class,jar Yes
application/x-java-bean;version=1.1.3 IcedTea class,jar Yes
application/x-java-bean;version=1.2 IcedTea class,jar Yes
application/x-java-bean;version=1.2.1 IcedTea class,jar Yes
application/x-java-bean;version=1.2.2 IcedTea class,jar Yes
application/x-java-bean;version=1.3 IcedTea class,jar Yes
application/x-java-bean;version=1.3.1 IcedTea class,jar Yes
application/x-java-bean;version=1.4 IcedTea class,jar Yes
application/x-java-bean;version=1.4.1 IcedTea class,jar Yes
application/x-java-bean;version=1.4.2 IcedTea class,jar Yes
application/x-java-bean;version=1.5 IcedTea class,jar Yes
application/x-java-bean;version=1.6 IcedTea class,jar Yes
application/x-java-bean;jpi-version=1.6.0_20 IcedTea class,jar Yes
VLC Multimedia Plug-in
File: libvlcplugin.so
Version:
Version 1.1.4 The Luggage, copyright 1996-2007 The VideoLAN Team
http://www.videolan.org/
MIME Type Description Suffixes Enabled
audio/mpeg MPEG audio mp2,mp3,mpga,mpega Yes
audio/x-mpeg MPEG audio mp2,mp3,mpga,mpega Yes
video/mpeg MPEG video mpg,mpeg,mpe Yes
video/x-mpeg MPEG video mpg,mpeg,mpe Yes
video/mpeg-system MPEG video mpg,mpeg,mpe,vob Yes
video/x-mpeg-system MPEG video mpg,mpeg,mpe,vob Yes
audio/x-mpegurl MPEG audio m3u Yes
video/mp4 MPEG-4 video mp4,mpg4 Yes
audio/mp4 MPEG-4 audio mp4,mpg4 Yes
audio/x-m4a MPEG-4 audio m4a Yes
application/mpeg4-iod MPEG-4 video mp4,mpg4 Yes
application/mpeg4-muxcodetable MPEG-4 video mp4,mpg4 Yes
video/x-msvideo AVI video avi Yes
video/quicktime QuickTime video mov,qt Yes
application/x-ogg Ogg stream ogg Yes
application/ogg Ogg stream ogg Yes
application/x-vlc-plugin VLC plug-in vlc Yes
video/x-ms-asf-plugin Windows Media Video asf,asx Yes
video/x-ms-asf Windows Media Video asf,asx Yes
application/x-mplayer2 Windows Media Yes
video/x-ms-wmv Windows Media wmv Yes
video/x-ms-wvx Windows Media Video wvx Yes
audio/x-ms-wma Windows Media Audio wma Yes
application/x-google-vlc-plugin Google VLC plug-in Yes
audio/wav WAV audio wav Yes
audio/x-wav WAV audio wav Yes
audio/3gpp 3GPP audio 3gp,3gpp Yes
video/3gpp 3GPP video 3gp,3gpp Yes
audio/3gpp2 3GPP2 audio 3g2,3gpp2 Yes
video/3gpp2 3GPP2 video 3g2,3gpp2 Yes
video/divx DivX video divx Yes
video/flv FLV video flv Yes
video/x-flv FLV video flv Yes
video/x-matroska Matroska video mkv Yes
audio/x-matroska Matroska audio mka Yes
application/xspf+xml Playlist xspf xspf Yes
video/webm WebM video webm Yes
audio/webm WebM audio webm Yes
Thread Tools
Search this Thread
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
All times are GMT -5. The time now is 05:45 PM .
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know .
Latest Threads
LQ News