Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Xorg warning?
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
miqorz
Veteran
Veteran


Joined: 04 Apr 2004
Posts: 1170
Location: Pissing into the wind.

PostPosted: Tue Jul 27, 2004 5:04 am    Post subject: Xorg warning? Reply with quote

Code:

(WW) NV(0): Failed to set up write-combining range (0xd8000000,0x4000000)


I hope this doesn't sound stupid..

But what does this mean? I get it when I startx..
Back to top
View user's profile Send private message
dice
Guru
Guru


Joined: 21 Apr 2002
Posts: 577

PostPosted: Tue Jul 27, 2004 5:09 am    Post subject: Reply with quote

I'm not sure what the warning means, but I am wondering why you're using the nv driver instead of nvidia.
Back to top
View user's profile Send private message
miqorz
Veteran
Veteran


Joined: 04 Apr 2004
Posts: 1170
Location: Pissing into the wind.

PostPosted: Tue Jul 27, 2004 5:24 am    Post subject: Reply with quote

Look in the kernel forum..

I have a thread no one has responded to about me not being able to get the drivers to work.

https://forums.gentoo.org/viewtopic.php?t=202781&highlight=
Back to top
View user's profile Send private message
phranzee
Guru
Guru


Joined: 22 Nov 2003
Posts: 397
Location: katowice/pl

PostPosted: Tue Jul 27, 2004 6:23 am    Post subject: Reply with quote

miqorz wrote:
Look in the kernel forum..

I have a thread no one has responded to about me not being able to get the drivers to work.

https://forums.gentoo.org/viewtopic.php?t=202781&highlight=
https://forums.gentoo.org/viewtopic.php?p=1381496#1381496
_________________
signature fault
post dumped ;]
Back to top
View user's profile Send private message
malone
Apprentice
Apprentice


Joined: 19 Feb 2004
Posts: 159
Location: The p-n junction.

PostPosted: Tue Jul 27, 2004 3:38 pm    Post subject: Reply with quote

The warning isn't an nvidia driver issue, it's a result of vesafb in the kernel. If you look in your kernel sources, in /usr/src/linux/drivers/video you'll find a file named vesafb.c. About half way through the file you'll find
Code:
        /* limit framebuffer size to 16 MB.  Otherwise we'll eat tons of
         * kernel address space for nothing if the gfx card has alot of
         * memory (>= 128 MB isn't uncommon these days ...) */
        if (vesafb_fix.smem_len > 16 * 1024 * 1024)
                vesafb_fix.smem_len = 16 * 1024 * 1024;

This is the cause of the warning. Basically your framebuffer is being limited to 16MB != your vid card memory. There was a thread not too long ago about this (and other things) with solutions here. The warning really isn't a problem ... but there's a performance boost if this is working.
_________________
malone
Back to top
View user's profile Send private message
malone
Apprentice
Apprentice


Joined: 19 Feb 2004
Posts: 159
Location: The p-n junction.

PostPosted: Tue Jul 27, 2004 3:44 pm    Post subject: Reply with quote

Here's the link from the thread i mentioned above that details a couple different solutions to the problem.
_________________
malone
Back to top
View user's profile Send private message
miqorz
Veteran
Veteran


Joined: 04 Apr 2004
Posts: 1170
Location: Pissing into the wind.

PostPosted: Tue Jul 27, 2004 3:51 pm    Post subject: Reply with quote

Well my card is a 64mb card and I swtched my vga line to 792 and I still get it.

I'll try the solution on that page or turn off frame buffer.
Back to top
View user's profile Send private message
miqorz
Veteran
Veteran


Joined: 04 Apr 2004
Posts: 1170
Location: Pissing into the wind.

PostPosted: Wed Jul 28, 2004 12:00 am    Post subject: Reply with quote

All these pages suggest it's an ATI only thing.. yet I have an NVidia card. o_O
Back to top
View user's profile Send private message
malone
Apprentice
Apprentice


Joined: 19 Feb 2004
Posts: 159
Location: The p-n junction.

PostPosted: Wed Jul 28, 2004 5:12 am    Post subject: Reply with quote

What's the output of
Code:
cat /proc/mtrr

_________________
malone
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