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.

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #61  
Old 6th December 2008, 01:22 PM
BenTrein's Avatar
BenTrein Offline
Registered User
 
Join Date: Sep 2008
Location: Thailand
Age: 36
Posts: 355
Code:
$ cat /var/log/Xorg.0.log |grep EE
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
(EE) NVIDIA(0):     log file that the GLX module has been loaded in your X
(EE) NVIDIA(0):     server, and that the module is the NVIDIA GLX module.  If
(EE) NVIDIA(0):     you continue to encounter problems, Please try
(EE) NVIDIA(0):     reinstalling the NVIDIA driver.
And:

Code:
$ cat /var/log/Xorg.0.log |grep WW
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) AllowEmptyInput is on, devices using drivers 'kbd' or 'mouse' will be disabled.
(WW) Disabling Mouse0
(WW) Disabling Keyboard0
and

Code:
]$ uname -r
2.6.27.5-117.fc10.x86_64
and

Code:
$ rpm -qa |grep kernel
kernel-devel-2.6.27.5-117.fc10.x86_64
kernel-headers-2.6.27.5-117.fc10.x86_64
kernel-firmware-2.6.27.5-117.fc10.noarch
kernel-2.6.27.5-117.fc10.x86_64
kerneloops-0.12-1.fc10.x86_64
__________________
Greetz (and thanks for all the help!)
BenTrein

The internet isn't a highway, it's a swamp. The more you surf the more it draws you in!

Great authors suffer from Writer's Block. I cherrish my Writer's Blog!
  #62  
Old 6th December 2008, 01:30 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by BenTrein View Post
Code:
$ cat /var/log/Xorg.0.log |grep EE
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
(EE) NVIDIA(0):     log file that the GLX module has been loaded in your X
(EE) NVIDIA(0):     server, and that the module is the NVIDIA GLX module.  If
(EE) NVIDIA(0):     you continue to encounter problems, Please try
(EE) NVIDIA(0):     reinstalling the NVIDIA driver.
And:

Code:
$ cat /var/log/Xorg.0.log |grep WW
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) AllowEmptyInput is on, devices using drivers 'kbd' or 'mouse' will be disabled.
(WW) Disabling Mouse0
(WW) Disabling Keyboard0
and

Code:
]$ uname -r
2.6.27.5-117.fc10.x86_64
and

Code:
$ rpm -qa |grep kernel
kernel-devel-2.6.27.5-117.fc10.x86_64
kernel-headers-2.6.27.5-117.fc10.x86_64
kernel-firmware-2.6.27.5-117.fc10.noarch
kernel-2.6.27.5-117.fc10.x86_64
kerneloops-0.12-1.fc10.x86_64
What card do you have ?

post

Code:
su
lspci |grep VGA
and

Code:
su
lsmod |grep nv
__________________
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
  #63  
Old 6th December 2008, 01:35 PM
BenTrein's Avatar
BenTrein Offline
Registered User
 
Join Date: Sep 2008
Location: Thailand
Age: 36
Posts: 355
Code:
lspci |grep VGA
02:00.0 VGA compatible controller: nVidia Corporation GeForce 7100 GS (rev a1)
Code:
 lsmod |grep nv
nvidia               7956568  20 
i2c_core               29216  2 nvidia,i2c_nforce2
sata_nv                32520  4
And you may have guessed: My card is 7100 GS.
__________________
Greetz (and thanks for all the help!)
BenTrein

The internet isn't a highway, it's a swamp. The more you surf the more it draws you in!

Great authors suffer from Writer's Block. I cherrish my Writer's Blog!
  #64  
Old 6th December 2008, 01:53 PM
Defursac Offline
Registered User
 
Join Date: Dec 2006
Location: Liège/LLN, Belgium
Age: 27
Posts: 3
Quote:
Originally Posted by leigh123@linux View Post
Try 180.11

Code:
su
yum erase *nvidia* livna-config-display
yum install dkms kernel-devel kernel-headers gcc wget
wget http://www.dfm.uninsubria.it/compiz/fusion-testing/nvidia/i386/nvidia-x11-drv-180.11-1.fc10.i386.rpm
yum --nogpgcheck install nvidia-x11-drv-180.11-1.fc10.i386.rpm
Reboot
Thank you for your answer, leigh123
Too bad ! it didn't work ... still black screen. Somebody on a french spoken fedora-forum told me my xorg.conf was weird. He thinks it's been token from an other installation, actually it is not.
  #65  
Old 6th December 2008, 01:54 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by BenTrein View Post
Code:
lspci |grep VGA
02:00.0 VGA compatible controller: nVidia Corporation GeForce 7100 GS (rev a1)
Code:
 lsmod |grep nv
nvidia               7956568  20 
i2c_core               29216  2 nvidia,i2c_nforce2
sata_nv                32520  4
And you may have guessed: My card is 7100 GS.
Are you using selinux ?


Post

Code:
ldd /usr/bin/glxinfo

and

Code:
cat /etc/X11/xorg.conf
__________________
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
  #66  
Old 6th December 2008, 01:57 PM
BenTrein's Avatar
BenTrein Offline
Registered User
 
Join Date: Sep 2008
Location: Thailand
Age: 36
Posts: 355
Used EasyLife to turn Selinux off. Still looking for a new firewall. Until then I won't store any sensitive info on my computer.

Code:
$ ldd /usr/bin/glxinfo
	linux-vdso.so.1 =>  (0x00007fffd1fff000)
	libGL.so.1 => /usr/lib64/nvidia/libGL.so.1 (0x0000000000110000)
	libm.so.6 => /lib64/libm.so.6 (0x0000003fc1200000)
	libc.so.6 => /lib64/libc.so.6 (0x0000003fc0e00000)
	libX11.so.6 => /usr/lib64/libX11.so.6 (0x0000003fc3600000)
	libGLcore.so.1 => /usr/lib64/nvidia/libGLcore.so.1 (0x00007f13c8d3a000)
	libnvidia-tls.so.1 => /usr/lib64/nvidia/tls/libnvidia-tls.so.1 (0x0000000000405000)
	libXext.so.6 => /usr/lib64/libXext.so.6 (0x0000003fc5600000)
	libdl.so.2 => /lib64/libdl.so.2 (0x0000003fc1600000)
	/lib64/ld-linux-x86-64.so.2 (0x0000003fbfa00000)
	libxcb-xlib.so.0 => /usr/lib64/libxcb-xlib.so.0 (0x0000003fc4200000)
	libxcb.so.1 => /usr/lib64/libxcb.so.1 (0x0000003fc4a00000)
	libXau.so.6 => /usr/lib64/libXau.so.6 (0x0000003fc3a00000)
	libXdmcp.so.6 => /usr/lib64/libXdmcp.so.6 (0x0000003fc4600000)
Code:
$ cat /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder58)  Wed Nov 26 11:21:13 PST 2008

# Xorg configuration created by system-config-display

Section "ServerLayout"
    Identifier     "single head configuration"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
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"

# keyboard added by rhpxl
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbModel" "pc105+inet"
    Option         "XkbLayout" "us"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Viewport    0 0
        Depth       24
    EndSubSection
EndSection
But it's getting late where I am (Thailand). I will continue this in 12 to 20 hours time. Not yet sure what's happening tomorrow.
__________________
Greetz (and thanks for all the help!)
BenTrein

The internet isn't a highway, it's a swamp. The more you surf the more it draws you in!

Great authors suffer from Writer's Block. I cherrish my Writer's Blog!
  #67  
Old 6th December 2008, 02:02 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by BenTrein View Post
Used EasyLife to turn Selinux off. Still looking for a new firewall. Until then I won't store any sensitive info on my computer.

Code:
$ ldd /usr/bin/glxinfo
	linux-vdso.so.1 =>  (0x00007fffd1fff000)
	libGL.so.1 => /usr/lib64/nvidia/libGL.so.1 (0x0000000000110000)
	libm.so.6 => /lib64/libm.so.6 (0x0000003fc1200000)
	libc.so.6 => /lib64/libc.so.6 (0x0000003fc0e00000)
	libX11.so.6 => /usr/lib64/libX11.so.6 (0x0000003fc3600000)
	libGLcore.so.1 => /usr/lib64/nvidia/libGLcore.so.1 (0x00007f13c8d3a000)
	libnvidia-tls.so.1 => /usr/lib64/nvidia/tls/libnvidia-tls.so.1 (0x0000000000405000)
	libXext.so.6 => /usr/lib64/libXext.so.6 (0x0000003fc5600000)
	libdl.so.2 => /lib64/libdl.so.2 (0x0000003fc1600000)
	/lib64/ld-linux-x86-64.so.2 (0x0000003fbfa00000)
	libxcb-xlib.so.0 => /usr/lib64/libxcb-xlib.so.0 (0x0000003fc4200000)
	libxcb.so.1 => /usr/lib64/libxcb.so.1 (0x0000003fc4a00000)
	libXau.so.6 => /usr/lib64/libXau.so.6 (0x0000003fc3a00000)
	libXdmcp.so.6 => /usr/lib64/libXdmcp.so.6 (0x0000003fc4600000)
Code:
$ cat /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder58)  Wed Nov 26 11:21:13 PST 2008

# Xorg configuration created by system-config-display

Section "ServerLayout"
    Identifier     "single head configuration"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
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"

# keyboard added by rhpxl
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbModel" "pc105+inet"
    Option         "XkbLayout" "us"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Viewport    0 0
        Depth       24
    EndSubSection
EndSection
But it's getting late where I am (Thailand). I will continue this in 12 to 20 hours time. Not yet sure what's happening tomorrow.

Try adding the module paths .


Code:
su
gedit /etc/X11/xorg.conf
Code:
Section "Files"
	ModulePath   "/usr/lib64/xorg/modules/extensions/nvidia"
	ModulePath   "/usr/lib64/xorg/modules/drivers"
	ModulePath   "/usr/lib64/xorg/modules"
EndSection

All the other output is normal .
__________________
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
  #68  
Old 6th December 2008, 11:02 PM
Defursac Offline
Registered User
 
Join Date: Dec 2006
Location: Liège/LLN, Belgium
Age: 27
Posts: 3
No idea for my problem ?
  #69  
Old 7th December 2008, 06:59 AM
BenTrein's Avatar
BenTrein Offline
Registered User
 
Join Date: Sep 2008
Location: Thailand
Age: 36
Posts: 355
Quote:
Originally Posted by leigh123@linux View Post
Try adding the module paths .
I did, rebooted, and now I get the following good news:

Code:
glxinfo|grep render
direct rendering: Yes
OpenGL renderer string: GeForce 7100 GS/PCI/SSE2
    GL_NVX_conditional_render, GL_SGIS_generate_mipmap, GL_SGIS_texture_lod,
I will now first install Google Earth, and see what happens. Will it be slow or not?

Edit: On startup GE doesn't complain it's in GL mode, but it does occasionally (er, no often) hang for half a second. I'll try other features later, but it seems to have worked. Thanks a lot Leigh!
__________________
Greetz (and thanks for all the help!)
BenTrein

The internet isn't a highway, it's a swamp. The more you surf the more it draws you in!

Great authors suffer from Writer's Block. I cherrish my Writer's Blog!

Last edited by BenTrein; 7th December 2008 at 07:23 AM.
  #70  
Old 8th December 2008, 07:07 AM
bleeter Offline
Registered User
 
Join Date: Feb 2005
Posts: 11
Heyas!
I still can't seem to figure out what my off-colour issue is. Tried native and the 'fusion drivers, both seem to display the same issue when playing back videos.
http://users.on.net/~bleeter/pix/Par...off_colour.png

Purple trees and grass, orange skies... can't recall off the top of my head what colour people's faces are, apart from it not being right. All movie playback programs (Totem, VLC, MPlayer) exhibit the same issue, so I'm fairly certain it's neither and application or content problem.

Quote:
Model: GeForce 9600 GT
Video BIOS: 62.94.11.00.66
Quote:
Section "Files"
ModulePath "/usr/lib64/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib64/xorg/modules/drivers"
ModulePath "/usr/lib64/xorg/modules"
EndSection

Section "ServerFlags"
Option "AIGLX" "on"
EndSection

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

Section "Extensions"
Option "Composite" "Enable"
EndSection
Quote:
model name : Intel(R) Core(TM)2 Duo CPU E7300 @ 2.66GHz
Quote:
2.6.27.5-117.fc10.x86_64
I've been poking around here for a couple of days, and on the nVidia forum too, with no real 'result'. Maybe it's just because the search terms I've been trying have been too general :/ If I'm reading the README correctly, http://us.download.nvidia.com/XFree8...hapter-23.html , it's probably to do with the Composite extension. But what to do about it has me all at sea. HALP!
  #71  
Old 8th December 2008, 11:09 AM
amitshahc Offline
Registered User
 
Join Date: Oct 2008
Posts: 22
can any one reply me for my thread
http://forums.fedoraforum.org/showthread.php?t=206616

One question: when it is said to restatx X server.

what is the best way to restart X server without rebooting the system. i do init 3 and then init 5.
is there any other command to do so?
__________________
Amit Shah
http://toolnext.com
  #72  
Old 8th December 2008, 11:17 AM
bleeter Offline
Registered User
 
Join Date: Feb 2005
Posts: 11
Quote:
what is the best way to restart X server without rebooting the system. i do init 3 and then init 5.
is there any other command to do so?
Logout should do it, as should a CTRL+ALT+BACKSPACE. If you're a single user system, init 3 then 5 should be fine, though you may want to pause at 3 to ensure no stray runlevel 5 processes that interact with X are still hanging around, that can (in some circumstances) mess with stuff.
  #73  
Old 8th December 2008, 01:49 PM
ever-free Offline
Registered User
 
Join Date: Apr 2007
Location: Germany
Posts: 7
IMPORTANT, READ THIS: No entries for mouse and keyboard in the xorg.conf
Link: https://fedoraproject.org/wiki/Featu...devInputDriver

It seems most people don't know it.
  #74  
Old 8th December 2008, 08:00 PM
vallimar Offline
Registered User
 
Join Date: Jul 2008
Posts: 800
I've mentioned it a couple times, but the nvidia-xconfig adds the "core" devices since it doesn't know about the evdev changes and most people just cut-n-paste what they are given or what they had.
  #75  
Old 9th December 2008, 01:49 PM
amitshahc Offline
Registered User
 
Join Date: Oct 2008
Posts: 22
all u people can go through
http://forums.fedoraforum.org/showthread.php?p=1127403

and can learn by tracking my posts, how did is face the problem and solved it.
__________________
Amit Shah
http://toolnext.com
Closed Thread

Tags
drivers, fedora 14, fedora 15, fedora 16, guide, nvidia

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
rescue after failed nvidia driver install? restore nouveau or basic video driver? Icm76 Using Fedora 11 14th January 2012 03:23 AM
Nvidia set up guides. sepoto Using Fedora 2 5th March 2011 05:11 AM
nVidia Driver Guides & Autoten: Thanks! Hobashira Fedora Focus 0 12th November 2010 07:29 AM
msi n220gt series not working with Nvidia driver guides top of page davidvandoren Hardware & Laptops 0 7th September 2010 06:52 PM
FC11 nVidia No Sound After RPMFusion nVidia Driver Load basimmer Using Fedora 0 16th October 2009 12:46 AM


Current GMT-time: 01:38 (Sunday, 19-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