View previous topic :: View next topic |
Author |
Message |
dponch n00b


Joined: 25 Nov 2003 Posts: 28 Location: somewhere in Belgium
|
Posted: Sun Dec 14, 2003 10:36 pm Post subject: nvidia drivers problem |
|
|
Hi,
I've just emerged xfree, nvidia-kernel and so on ... I edited my /etc/X11/XF86Config and switched the driver from "nv" to "nvidia".
I also uncommented the Load "glx" line. So now I'm able to launch startx with nvidia drivers! Ok!?
I've done this once before and all was fine!
Today, when I quit X, my console seems to be in strike ... in fact, my screen goes crazy, I can't see anything clearly, just some white lines through the screen ...
When I switch from "nvidia" to "nv" in the config file, no more problem...
Anyone had the problem before? What's the solution?
Thanks _________________ never give up 'til the bell rings ... |
|
Back to top |
|
 |
Helena Veteran


Joined: 02 Apr 2003 Posts: 1114 Location: Den Dolder, The Netherlands
|
Posted: Mon Dec 15, 2003 11:33 am Post subject: |
|
|
I'm having a similar problem with a mobile GeForce chip on my laptop (not solved yet), but not with any other nVidia chips (on desktops). Have you commented outand followed the other instructions in nVidia's readme? Are you using the 44.96 driver? |
|
Back to top |
|
 |
jcc Apprentice


Joined: 30 May 2003 Posts: 233 Location: Fort de France, Martinique
|
Posted: Mon Dec 15, 2003 11:54 am Post subject: |
|
|
try using nvidia's builtin agp driver instead of linux's agpgart... |
|
Back to top |
|
 |
Nick W l33t


Joined: 07 Dec 2003 Posts: 684
|
Posted: Mon Dec 15, 2003 11:57 am Post subject: |
|
|
Did you emerge nvidia-glx?
Nick |
|
Back to top |
|
 |
dponch n00b


Joined: 25 Nov 2003 Posts: 28 Location: somewhere in Belgium
|
Posted: Mon Dec 15, 2003 3:42 pm Post subject: |
|
|
Nick W wrote: | Did you emerge nvidia-glx?
Nick |
I did. But nothing changed ...
So what are the correct lines I have to comment out in the XF86Config file? I followed the instructions given in the gentoo doc ... _________________ never give up 'til the bell rings ... |
|
Back to top |
|
 |
Nick W l33t


Joined: 07 Dec 2003 Posts: 684
|
Posted: Mon Dec 15, 2003 3:59 pm Post subject: |
|
|
This is what my modules section looks like:
Code: |
# **********************************************************************
# Module section -- this section is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"
# This loads the DBE extension module.
Load "dbe" # Double buffer extension
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
# This loads the Type1 and FreeType font modules
Load "type1"
Load "speedo"
# Load "freetype"
# Load "xtt"
# This loads the GLX module
Load "glx"
# This loads the DRI module
# Load "dri"
EndSection
|
...and the card section:
Code: |
Section "Device"
Identifier "NickVidCard"
Driver "nvidia"
VideoRam 131072
# Option "NvAGP" "1"
# Insert Clocks lines here if appropriate
EndSection
|
Is your /usr/src/linux symlink pointing to the right kernel src?
Nick |
|
Back to top |
|
 |
mike4148 l33t

Joined: 09 Sep 2003 Posts: 641
|
Posted: Mon Dec 15, 2003 11:24 pm Post subject: |
|
|
I have the same problem here; I think it's a bug in the 4496 drivers. On my laptop, the fix is as simple as power-cycling the DFP. |
|
Back to top |
|
 |
dponch n00b


Joined: 25 Nov 2003 Posts: 28 Location: somewhere in Belgium
|
Posted: Tue Dec 16, 2003 3:56 pm Post subject: |
|
|
Yes, the @linux points to the right kernel src.
But in my config, the Videoram line is not commented out! Should I hace to comment it out?
I have a Nvidia Geforce4 440 Mx 64MB
Thanks _________________ never give up 'til the bell rings ... |
|
Back to top |
|
 |
dkaplowitz Guru


Joined: 22 Nov 2003 Posts: 596 Location: Philadelphia, PA
|
Posted: Tue Dec 16, 2003 4:59 pm Post subject: |
|
|
Is it preferable to use nVidia's driver over what you get with emerge nvidia-kernel and nvidia-glx? _________________ http://dkap.info |
|
Back to top |
|
 |
delompemo n00b


Joined: 10 Sep 2003 Posts: 21 Location: amsterdam
|
Posted: Thu Dec 18, 2003 6:43 pm Post subject: |
|
|
nVidia's driver is what you get with emerge nvidia-kernel and nvidia-glx |
|
Back to top |
|
 |
olav Apprentice


Joined: 24 Aug 2003 Posts: 194 Location: Norway
|
Posted: Thu Dec 18, 2003 6:58 pm Post subject: |
|
|
Try disabling acpi support in your kernel. |
|
Back to top |
|
 |
pilla Bodhisattva


Joined: 07 Aug 2002 Posts: 7732 Location: Underworld
|
Posted: Thu Dec 18, 2003 7:45 pm Post subject: |
|
|
have you run the opengl-update thing (I don't have a nvidia machine right now, and can't remeber the correct command name)? _________________ "I'm just very selective about the reality I choose to accept." -- Calvin |
|
Back to top |
|
 |
maxcow Tux's lil' helper

Joined: 04 Jul 2003 Posts: 126
|
Posted: Thu Dec 18, 2003 7:47 pm Post subject: |
|
|
the latest drivers don't support a framebuffer console, so:
Code: | emerge /usr/portage/media-video/nvidia-kernel/nvidia-kernel-1.0.4363-r3.ebuild |
|
|
Back to top |
|
 |
|