Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
help with nvidia and a toshiba satellite
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
BassDemon
Tux's lil' helper
Tux's lil' helper


Joined: 14 Jan 2004
Posts: 75

PostPosted: Mon Oct 11, 2004 5:52 pm    Post subject: help with nvidia and a toshiba satellite Reply with quote

hey all. I have a toshiba satellite laptop with a nvidia geforce fx inside it. it was running the 2.6.1 kernel and all was well. But i decided to move up to 2.6.8 and I cannot get X to display above 640x480. I config my kernel, relinked /usr/src/linux, emerge nvidia-kernel nvidia-glx. X -configure. But whenever X starts it's only in 640x480. And doesn't nvidia autodetect the screen res? So I tried manually setting the res to something like 1024x768 just to see if it would go higher. then i get this error:

Code:
(EE) NVIDIA(0): No modes remaining for display device DFP-0


Also, could moving to xorg possibly fix this problem or is it just a driver issue? thanks for any help.

bassdemon
Back to top
View user's profile Send private message
pdub
n00b
n00b


Joined: 11 Oct 2004
Posts: 1
Location: Potsdam, NY

PostPosted: Mon Oct 11, 2004 6:34 pm    Post subject: Reply with quote

I just installed Gentoo, and I'm currently using xorg, as per recommendation by a more avid and experienced linux user (according to him, xorg, simply put, will benefit a linux user more). I am using a P25-S609 Toshiba laptop on xorg, and using the prompting, wizard-like xorgconfig program, got X and KDE to run just fine. I used xorgconfig at the command prompt and pretty much made up settings for my LCD and such that happened to work, and chose the nvidia GeForce driver they have included.

So, basically, the first thing I would try is to switch over to xorg and see if that fixes your prob. Then use the wizard if you have to, or if you'd rather configure xorg.conf manually, make sure that your monitor driver is set to "nv" instead of "vga" or "vesa" and you will be using Gentoo's provided GeForce driver.

According to nvidia, they have a better driver on their site designed specifically for linux, but I haven't gotten it to work yet. That driver, once installed, can be called from xorg.conf by setting the driver to "nvidia" instead of "nv", however it requires nvidia's kernel-linking module that I can't seem to figure out how to install. Gentoo's provided "nv" driver does seem to work extremely well, just doesn't have all the features.

Hope that could be a help. Say, what model Toshiba do you have? It may be a good idea for us to keep in touch on here, since most of the Toshiba Satellites have similar issues/solutions, and we might be able to help eachother out a lot. Any other questions, or if you'd like me to post my xorg.conf or anything else, just let me know!
_________________
I am P-Dub
Back to top
View user's profile Send private message
BassDemon
Tux's lil' helper
Tux's lil' helper


Joined: 14 Jan 2004
Posts: 75

PostPosted: Mon Oct 11, 2004 6:40 pm    Post subject: Reply with quote

well the thing is that the 'nv' driver does not have 3d acceleration. so i'd rather use the nvidia official driver. and so far it's been great. i was thinking about going to xorg cause i use it on my other machines and know that it's the way linux is going .but for this other machine (the toshiba) i just want to get X working and it already has xfree on it. so unless it's specifically an xfree problem i'd rather stay where it is.

it's a 5205-S119 if that helps. thanks.

bassdemon
Back to top
View user's profile Send private message
yuza
Apprentice
Apprentice


Joined: 17 Dec 2003
Posts: 210
Location: Rome, in front of my comp...

PostPosted: Mon Oct 11, 2004 9:06 pm    Post subject: Reply with quote

I really suggest you to switch to xorg... it's the future of Linux on desktop....
By the way which version of the driver are you using? What about posting your XF86Config...
Back to top
View user's profile Send private message
BassDemon
Tux's lil' helper
Tux's lil' helper


Joined: 14 Jan 2004
Posts: 75

PostPosted: Mon Oct 11, 2004 9:17 pm    Post subject: Reply with quote

well i'm working on the xorg switch. have to update a whole bunch of stuff. i use xorg on every other linux machine i own so this is just the one from the past that hasnt been updated in a while.
driver versions:
nvidia-kernel-4496-r4
nvidia-glx-4496-r2

Old drivers. This is on the working 2.6.1 kernel. The only drivers that will work are these. Any other combination newer/older will not work with X. I have no idea why. This laptop just seems REALLY finicky about nvidia drivers. Here's my working XF86Config. It's just the default X -configure with a DefaultDepth line added and some of the lower bit depths removed. thanks.

Code:

Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
        Load  "extmod"
        Load  "dri"
        Load  "dbe"
        Load  "record"
        Load  "xtrap"
        Load  "glx"
        Load  "speedo"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/mouse"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "DigitalVibrance"           # <i>
        #Option     "PageFlip"                  # [<bool>]
        #Option     "Dac8Bit"                   # [<bool>]
        #Option     "NoLogo"                    # [<bool>]
        #Option     "Overlay"                   # [<bool>]
        #Option     "UBB"                       # [<bool>]
        #Option     "Stereo"                    # <i>
        #Option     "WindowFlip"                # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "VideoKey"                  # <i>
        #Option     "NvAGP"                     # <i>
        #Option     "IgnoreEDID"                # [<bool>]
        #Option     "NoDDC"                     # [<bool>]
        #Option     "ConnectedMonitor"          # <str>
        #Option     "ConnectedMonitors"         # <str>
        #Option     "TVStandard"                # <str>
        #Option     "TVOutFormat"               # <str>
        #Option     "RenderAccel"               # [<bool>]
        #Option     "CursorShadow"              # [<bool>]
        #Option     "CursorShadowAlpha"         # <i>
        #Option     "CursorShadowXOffset"       # <i>
        #Option     "CursorShadowYOffset"       # <i>
        #Option     "UseEdidFreqs"              # [<bool>]
        #Option     "FlatPanelProperties"       # <str>
        #Option     "TwinView"                  # [<bool>]
        #Option     "TwinViewOrientation"       # <str>
        #Option     "SecondMonitorHorizSync"    # <str>
        #Option     "SecondMonitorVertRefresh"  # <str>
        #Option     "MetaModes"                 # <str>
        #Option     "UseInt10Module"            # [<bool>]
        #Option     "SwapReady"                 # [<bool>]
        #Option     "NoTwinViewXineramaInfo"    # [<bool>]
        #Option     "NoRenderExtension"         # [<bool>]
        #Option     "UseClipIDs"                # [<bool>]
        #Option     "CIOverlay"                 # [<bool>]
        #Option     "TransparentIndex"          # <i>
        #Option     "OverlayDefaultVisual"      # [<bool>]
        #Option     "NvEmulate"                 # <i>
        #Option     "NoBandWidthTest"           # [<bool>]
        #Option     "CustomEDID-CRT-0"          # <str>
        #Option     "CustomEDID-CRT-1"          # <str>
        #Option     "CustomEDID-DFP-0"          # <str>
        #Option     "CustomEDID-DFP-1"          # <str>
        #Option     "CustomEDID-TV-0"           # <str>
        #Option     "CustomEDID-TV-1"           # <str>
        #Option     "TVOverScan"                # <f>
        #Option     "IgnoreDisplayDevices"      # <str>
        #Option     "MultisampleCompatibility"  # [<bool>]
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "Unknown Board"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Depth     16
        EndSubSection
        SubSection "Display"
                Depth     24
        EndSubSection
        DefaultDepth    24
EndSection
Back to top
View user's profile Send private message
yuza
Apprentice
Apprentice


Joined: 17 Dec 2003
Posts: 210
Location: Rome, in front of my comp...

PostPosted: Tue Oct 12, 2004 11:00 pm    Post subject: Reply with quote

Have you tried to specify the resolution you want in XF86Config? Something like...

Code:

SubSection "Display"
   Depth      24
        Modes      "1024x768"
EndSubSection


in the Screen section.
Also I really think you should upgrade your nvidia driver if you want to use it with 2.6.8...
Back to top
View user's profile Send private message
BassDemon
Tux's lil' helper
Tux's lil' helper


Joined: 14 Jan 2004
Posts: 75

PostPosted: Wed Oct 13, 2004 12:04 am    Post subject: Reply with quote

yes i have tried to specify the resolution i want. i also tried 1024x768 exactly what's in your post. and i get the error that is at the very top of my post.

Code:

(EE) NVIDIA(0): No modes remaining for display device DFP-0

thanks.
Back to top
View user's profile Send private message
BassDemon
Tux's lil' helper
Tux's lil' helper


Joined: 14 Jan 2004
Posts: 75

PostPosted: Wed Oct 13, 2004 12:10 am    Post subject: Reply with quote

well i think it's fixed. i changed to a 2.6.8 kernel AND i changed to xorg AND i emerged the newest nvidia drivers. it's working now. thanks for all the help everyone.

bassdemon
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