Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] kde looks fu with nvidia drivers
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
MaheS
Tux's lil' helper
Tux's lil' helper


Joined: 26 May 2003
Posts: 149
Location: West-Flanders - Belgium - Europe - Earth

PostPosted: Tue Jul 12, 2005 6:47 pm    Post subject: [solved] kde looks fu with nvidia drivers Reply with quote

I installed the nvidia drivers, and now kdm and kde are totaly fu.

This is how my kdm looks like with the nvidia driver:
http://www.pheatus.com/jan/nvidia-kdm.jpg

This is how my kde looks like with the nvidia driver:
http://www.pheatus.com/jan/nvidia-kde.jpg

This is how kde should look like (with the nv driver):
http://www.pheatus.com/jan/nv-kde.png


/etc/X11/xorg.conf:
http://www.pheatus.com/jan/xorg.conf
lspci | grep VGA:
http://www.pheatus.com/jan/lspci_grep

Anybody who has any ideas?


Last edited by MaheS on Sat Jul 16, 2005 8:55 am; edited 1 time in total
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54420
Location: 56N 3W

PostPosted: Tue Jul 12, 2005 7:30 pm    Post subject: Reply with quote

MaheS,

Can we have your /var/log/Xorg.0.log file when the nvidia driver is running please ?
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
mem7
Tux's lil' helper
Tux's lil' helper


Joined: 17 Dec 2003
Posts: 85
Location: Spokane, Washington

PostPosted: Tue Jul 12, 2005 7:38 pm    Post subject: Reply with quote

Try removing the "VideoRam 32768" line.
_________________
NeoGeo, PC Engine, and NES for life!
Back to top
View user's profile Send private message
MaheS
Tux's lil' helper
Tux's lil' helper


Joined: 26 May 2003
Posts: 149
Location: West-Flanders - Belgium - Europe - Earth

PostPosted: Tue Jul 12, 2005 8:43 pm    Post subject: Reply with quote

mem7 wrote:
Try removing the "VideoRam 32768" line.


This doesn't change a thing!!:(
Back to top
View user's profile Send private message
MaheS
Tux's lil' helper
Tux's lil' helper


Joined: 26 May 2003
Posts: 149
Location: West-Flanders - Belgium - Europe - Earth

PostPosted: Tue Jul 12, 2005 8:46 pm    Post subject: Reply with quote

NeddySeagoon wrote:
Can we have your /var/log/Xorg.0.log file when the nvidia driver is running please ?


http://www.pheatus.com/jan/Xorg.0.log
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54420
Location: 56N 3W

PostPosted: Tue Jul 12, 2005 10:48 pm    Post subject: Reply with quote

MaheS,

Your system is confused
Code:
(WW) NVIDIA(0): config file hsync range 30-70kHz not within DDC hsync ranges.
(WW) NVIDIA(0): config file vrefresh range 50-150Hz not within DDC vrefresh ranges.
(II) NVIDIA(0): My Monitor: Using hsync range of 30.00-70.00 kHz
(II) NVIDIA(0): My Monitor: Using vrefresh range of 50.00-150.00 Hz

It reports the the X server is running at 1280 x 1024.

Please make the following changes to your xorg.conf
Your Monitor Section:-
Code:
Section "Monitor"
    Identifier  "My Monitor"
#    HorizSync   30-70
#    VertRefresh 50-150
EndSection
This will make the graphics card and ask the monitor for its capabilities. If the monitor is older than 1998, it may not be capable of working this way and X will revert to a safe 640x480 display.

Code:
Section "Device"
    Identifier  "** NVIDIA (generic)                   [nv]"
    Driver      "nvidia"
#    VideoRam   32768
EndSection
The nvidia drive will probe the card for this information.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
MaheS
Tux's lil' helper
Tux's lil' helper


Joined: 26 May 2003
Posts: 149
Location: West-Flanders - Belgium - Europe - Earth

PostPosted: Tue Jul 12, 2005 11:23 pm    Post subject: Reply with quote

Still the same problem!!!

Current files :


Xorg.0.log :
http://www.pheatus.com/jan/Xorg.0.log_2
xorg.conf :
http://www.pheatus.com/jan/xorg.conf_2
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54420
Location: 56N 3W

PostPosted: Wed Jul 13, 2005 4:55 pm    Post subject: Reply with quote

MaheS,

Check the README file in /usr/share/doc/... and make sure version 6629 supports your chip.
Recent version of the driver do not.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
MaheS
Tux's lil' helper
Tux's lil' helper


Joined: 26 May 2003
Posts: 149
Location: West-Flanders - Belgium - Europe - Earth

PostPosted: Wed Jul 13, 2005 11:14 pm    Post subject: Reply with quote

My card:
Code:

#cat /proc/pci | grep VGA
VGA compatible controller: nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro] (rev 21)


in the appendix A (supported nvidia graphics chips) from the readme file(/usr/share/doc/nvidia-kernel-1.0.6629-r4/README.gz):

Code:

RIVA TNT2 Model 64/Model 64 Pro


So that means my card is supported??
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54420
Location: 56N 3W

PostPosted: Thu Jul 14, 2005 6:15 pm    Post subject: Reply with quote

MaheS,

Yes. In what context does that appear (I don't have 6629 any more)?
It loks promising though.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
TemplarKnight
Guru
Guru


Joined: 14 Jun 2005
Posts: 311
Location: Greece/patras/

PostPosted: Thu Jul 14, 2005 11:28 pm    Post subject: Reply with quote

MaheS,

I have the exact same problem with you. My card is: geforce 4 MX 440 (says in the README that is supported).
If you solve it pliz let me know!
Back to top
View user's profile Send private message
TemplarKnight
Guru
Guru


Joined: 14 Jun 2005
Posts: 311
Location: Greece/patras/

PostPosted: Fri Jul 15, 2005 12:34 pm    Post subject: Reply with quote

I think your problem is described here and is due to the nvidia 1.0.6629 drivers.
https://forums.gentoo.org/viewtopic-t-333781-start-0-postdays-0-postorder-asc-highlight-nvidia.html
I followed the instructions and now i've got nvidia 3d support (using the nvidia 1.0.6111 driver).

hope it helps
:roll:
Back to top
View user's profile Send private message
mikegpitt
Advocate
Advocate


Joined: 22 May 2004
Posts: 3224

PostPosted: Fri Jul 15, 2005 3:32 pm    Post subject: Reply with quote

I had this problem way back:
https://forums.gentoo.org/viewtopic-t-282514-highlight-.html

I have a RIVA TNT2 also. I would recommend upgrading to the ~x86 drivers.
Back to top
View user's profile Send private message
MaheS
Tux's lil' helper
Tux's lil' helper


Joined: 26 May 2003
Posts: 149
Location: West-Flanders - Belgium - Europe - Earth

PostPosted: Sat Jul 16, 2005 8:54 am    Post subject: Reply with quote

I used nvidia-kernel-1.0.7167-r1 and nvidia-glx-1.0.7167-r2, the problem is solved, when i returned to an older kernel, I couldn't modprobe the nvidia module!

But now I got it up and running ;) Thx everybody!

Maybe somebody should tell the gentoo developpers that this version of the nvidia kernel & glx are buggy!!! (with a tnt2)
Back to top
View user's profile Send private message
mikegpitt
Advocate
Advocate


Joined: 22 May 2004
Posts: 3224

PostPosted: Sat Jul 16, 2005 3:25 pm    Post subject: Reply with quote

MaheS wrote:
I used nvidia-kernel-1.0.7167-r1 and nvidia-glx-1.0.7167-r2, the problem is solved, when i returned to an older kernel, I couldn't modprobe the nvidia module!

But now I got it up and running ;) Thx everybody!

Maybe somebody should tell the gentoo developpers that this version of the nvidia kernel & glx are buggy!!! (with a tnt2)
Whenever you switch to a different kernel you need to recompile your nvidia drivers, so that is why it didn't work with the other kernel.

There was a bug report filed about the nvidia problems, so I suppose the gentoo developers know, but I think the only thing they can do is make the ~x86 drivers x86, but they haven't been fully tested yet.
Back to top
View user's profile Send private message
MaheS
Tux's lil' helper
Tux's lil' helper


Joined: 26 May 2003
Posts: 149
Location: West-Flanders - Belgium - Europe - Earth

PostPosted: Sat Jul 16, 2005 3:33 pm    Post subject: Reply with quote

I recompiled it!!!

It's just the version of the nvidia drivers I was using didn't work with my card, I had to unmask a newer version! ;) So the bug is solved by nvidia, I onlywonder why the gentoo developers still keep a buggy version as 'normal' in the portage??
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum