 |
 |
 |
 |
| 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. |

6th December 2008, 01:22 PM
|
 |
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!
|

6th December 2008, 01:30 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
Originally Posted by BenTrein
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
and
__________________
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
|

6th December 2008, 01:35 PM
|
 |
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!
|

6th December 2008, 01:53 PM
|
|
Registered User
|
|
Join Date: Dec 2006
Location: Liège/LLN, Belgium
Age: 27
Posts: 3

|
|
Quote:
Originally Posted by leigh123@linux
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.
|

6th December 2008, 01:54 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
Originally Posted by BenTrein
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
|

6th December 2008, 01:57 PM
|
 |
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!
|

6th December 2008, 02:02 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
Originally Posted by BenTrein
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
|

6th December 2008, 11:02 PM
|
|
Registered User
|
|
Join Date: Dec 2006
Location: Liège/LLN, Belgium
Age: 27
Posts: 3

|
|
No idea for my problem ?
|

7th December 2008, 06:59 AM
|
 |
Registered User
|
|
Join Date: Sep 2008
Location: Thailand
Age: 36
Posts: 355

|
|
Quote:
Originally Posted by leigh123@linux
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.
|

8th December 2008, 07:07 AM
|
|
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
|
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!
|

8th December 2008, 11:09 AM
|
|
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?
|

8th December 2008, 11:17 AM
|
|
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.
|

8th December 2008, 08:00 PM
|
|
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.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
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
|
|
|
Current GMT-time: 01:38 (Sunday, 19-05-2013)
|
|
 |
 |
 |
 |
|
|