Gentoo Forums
Gentoo Forums
Quick Search: in
NVidia Prob - Screens without usable configuration
View unanswered posts
View posts from last 24 hours

rackathon
 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
nalamar
n00b
n00b


Joined: 01 Sep 2005
Posts: 10

PostPosted: Fri Apr 07, 2006 8:00 am    Post subject: NVidia Prob - Screens without usable configuration Reply with quote

Hello,

i know there are some Howto`s in the www where often is wrote what to do against this message, but for me it doesnt help.

Ive got a nearly fresh installation of gentoo 2k6.0 with 2.6.15-r1 Kernel, compilied it with all necessary options, and installed nivida-glx and kernel.
After this is run nvidia-xconfig (this worked for me from an gentoo installation before, i dunno why not this time).

I`ve got 2 videocards, but just one is installed, just another to check, a gf2-mx400 and a gf4-mx440 (installed one), and on both are the same message
"screens found, but none have a useable configuration"
i added the defaultdepth 16 line, tried it with 8. I removed some of the screen-subsections to only have them with depth 16 and 24, nothing helped.
But i know this enviroment runs with nvidia, it does it on an older installtion.

Have someone pls some hints for me which misstake i make atm ?

Thx, Nala
Back to top
View user's profile Send private message
erik258
Veteran
Veteran


Joined: 12 Apr 2005
Posts: 2274
Location: Twin Cities, Minnesota, USA

PostPosted: Fri Apr 07, 2006 9:22 am    Post subject: how about your xorg.conf Reply with quote

Please post /etc/X11/xorg.conf so we can take a look.
Probably just a typo. ; )
Back to top
View user's profile Send private message
nalamar
n00b
n00b


Joined: 01 Sep 2005
Posts: 10

PostPosted: Fri Apr 07, 2006 9:50 am    Post subject: Reply with quote

Here it is ....

Code:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (root@tuxman)  Fri Apr  7 13:43:10 UTC 2006

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

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

Section "Module"
    Load           "record"
    Load           "extmod"
    Load           "dbe"
    Load           "glx"
    Load           "xtrap"
    Load           "freetype"
    Load           "type1"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

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

Section "Monitor"

   #DisplaySize     320   240   # mm
    Identifier     "Monitor0"
    VendorName     "PTS"
    ModelName      "miro P1772 F"
    HorizSync       30.0 - 70.0
    VertRefresh     50.0 - 160.0
    Option         "DPMS"
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     "SWcursor"              # [<bool>]
        #Option     "HWcursor"              # [<bool>]
        #Option     "NoAccel"               # [<bool>]
        #Option     "ShadowFB"              # [<bool>]
        #Option     "UseFBDev"              # [<bool>]
        #Option     "Rotate"                # [<str>]
        #Option     "VideoKey"              # <i>
        #Option     "FlatPanel"             # [<bool>]
        #Option     "FPDither"              # [<bool>]
        #Option     "CrtcNumber"            # <i>
        #Option     "FPScale"               # [<bool>]
        #Option     "FPTweak"               # <i>
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "NV11 [GeForce4 MX/MX 440]"
    videoram      65536
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    DefaultDepth    16
    SubSection     "Display"
        Viewport    0 0
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       4
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       8
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       15
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       16
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
    EndSubSection
EndSection

Back to top
View user's profile Send private message
at240
l33t
l33t


Joined: 12 Aug 2005
Posts: 603
Location: UK

PostPosted: Fri Apr 07, 2006 9:59 am    Post subject: Reply with quote

Which versions of nvidia-glx and nvidia-kernel are you using?
Back to top
View user's profile Send private message
nalamar
n00b
n00b


Joined: 01 Sep 2005
Posts: 10

PostPosted: Fri Apr 07, 2006 10:24 am    Post subject: Reply with quote

glx 1.0.6629-r7
kernel 1.0.6629-r5
Back to top
View user's profile Send private message
at240
l33t
l33t


Joined: 12 Aug 2005
Posts: 603
Location: UK

PostPosted: Fri Apr 07, 2006 10:37 am    Post subject: Reply with quote

OK, so did you run NVmakedevices.sh before launching X?
Back to top
View user's profile Send private message
nalamar
n00b
n00b


Joined: 01 Sep 2005
Posts: 10

PostPosted: Fri Apr 07, 2006 10:47 am    Post subject: Reply with quote

No i didn`t.

I did so now. Rebootet and startet X. There isnt this message atm, but theres now only a Black Screen, nothing else. KDE didnt start.
Did i forget something else ?

Nala
Back to top
View user's profile Send private message
at240
l33t
l33t


Joined: 12 Aug 2005
Posts: 603
Location: UK

PostPosted: Fri Apr 07, 2006 10:51 am    Post subject: Reply with quote

Unfortunately, that's exactly what I feared would happen. Basically, the version of nvidia-glx and -kernel you're using does not like 2.6.15 very much. So remove them, and unmask the latest -glx and -kernel and emerge them instead, and then go through the entire nvidia installation/configuration process (from the gentoo website) again, and see what happens. Good luck...
Back to top
View user's profile Send private message
nalamar
n00b
n00b


Joined: 01 Sep 2005
Posts: 10

PostPosted: Fri Apr 07, 2006 11:52 am    Post subject: Reply with quote

Ok, i got the latest driver and installed it ...

There isnt a NVmakedevices.sh anymore, is there ?

Anyways it seems to work now, just the OpenGL ScreensSavers dont ron ... but glxinfo says Direct Rending Yes ...

ill will test it no.

Thx for help
Back to top
View user's profile Send private message
at240
l33t
l33t


Joined: 12 Aug 2005
Posts: 603
Location: UK

PostPosted: Fri Apr 07, 2006 11:56 am    Post subject: Reply with quote

No, there's no NVmakedevices with the current drivers.

Did you actually switch the opengl with eselect opengl set nvidia or whatever the command is? My OpenGL screensavers work fine.

Glad you got it working. :D
Back to top
View user's profile Send private message
nalamar
n00b
n00b


Joined: 01 Sep 2005
Posts: 10

PostPosted: Fri Apr 07, 2006 12:08 pm    Post subject: Reply with quote

yep, i used exact this :

eselect opgengl set nvidia ...


Im still tesing :)
Back to top
View user's profile Send private message
srlinuxx
l33t
l33t


Joined: 22 Nov 2003
Posts: 627

PostPosted: Fri Apr 07, 2006 7:58 pm    Post subject: Reply with quote

Most of the time when I see that, it's cuz the sync and /or refresh rates are set too high. You could play with those some to see if you can get it to start. Also, I don't like Viewport very much. You could try replacing the default depth's with Modes and see what happens.
_________________
--You talk the talk, but do you waddle the waddle?
-Gentoo Monthly Screenshots
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 - 5 Hours
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