Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
NVidia GeForce4 Ti 4200
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
Microft
n00b
n00b


Joined: 27 Oct 2002
Posts: 40
Location: Arnsberg, Germany

PostPosted: Wed Jan 29, 2003 6:52 pm    Post subject: NVidia GeForce4 Ti 4200 Reply with quote

Hi!

It's not the first time I use an NVidia-Card with Linux / Gentoo. In one PC I use a GeForce 2 and everything works right.

I built in the GeForce4 into another PC. After configuring X I started it and everything seemed to work. But when I want to use the console by pressing [Alt]-[Strg]-[F1] I get a very nice black screen. By pressing [F7] I can switch back to X. This is the first problem.

The second problem is, that when I use TwinView it seems to work right, too. I had the same output on TV and monitor. But when I now want to use the console evrything hang up. The same happens when I want to shut down.


Tim


Here my XF86Config

Code:

Section "Files"
    RgbPath   "/usr/X11R6/lib/X11/rgb"
EndSection

Section "InputDevice"
    Identifier "Keyboard1"
    Driver     "Keyboard"
    Option     "AutoRepeat"  "250 30"
    Option "XkbRules"  "xfree86"
    Option "XkbModel"  "pc105"
    Option "XkbLayout" "de"
EndSection

Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option      "Protocol"    "IMPS/2"
    Option      "Device"      "/dev/mouse"
    Option      "ZAxisMapping" "4 5"
    Option      "Button" "5"
EndSection

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

Section "Monitor"
    Identifier "MyMonitor"
    VendorName "Mitsubisi"
    ModelName  "Diamond Plus 120u"

    HorizSync  31-82
    VertRefresh 55-120
EndSection

Section "Device"
    Identifier  "NV AGP"
    VendorName  "nvidia"
    Driver   "nvidia"
EndSection

Section "Device"
    Identifier "NV AGP TwinView"
    VendorName "nvidia"
    Driver "nvidia"
    BusID       "PCI:1:0:0"

    Option "TwinView"
    Option "SecondMonitorHorizSync"   "31-82"
    Option "SecondMonitorVertRefresh" "55-120"
    Option "TwinViewOrientation"      "Clone"
    Option "MetaModes"                "1024x768,1024x768"
EndSection

Section "Screen"
    Identifier "Screen AGP"
    Device      "NV AGP"
    Monitor     "MyMonitor"
    DefaultColorDepth 24
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600" "640x480"
    EndSubsection
EndSection

Section "Screen"
    Identifier "Screen AGP TwinView"
    Device "NV AGP TwinView"
    Monitor "MyMonitor"
    DefaultColorDepth 24
    Subsection "Display"
        Depth       8
        Modes       "1024x768" "800x600" "640x400"
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600" "640x480"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "AGP"
    Screen      "Screen AGP"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Back to top
View user's profile Send private message
HeadHolio
Guru
Guru


Joined: 10 Aug 2002
Posts: 445

PostPosted: Wed Jan 29, 2003 7:35 pm    Post subject: Kernel options? Reply with quote

Once apon a time I had a similar problem, I was pointed to this https://forums.gentoo.org/viewtopic.php?t=11675&highlight= fix, maybe it will help you out as well.
Back to top
View user's profile Send private message
Microft
n00b
n00b


Joined: 27 Oct 2002
Posts: 40
Location: Arnsberg, Germany

PostPosted: Thu Jan 30, 2003 7:12 pm    Post subject: Reply with quote

This didn't help me. But a friend has the same problems as I with an nForce-card.

Is anyone here runnig a Ti4200? Or is it a general problem?


Tim
Back to top
View user's profile Send private message
Malakin
Veteran
Veteran


Joined: 14 Apr 2002
Posts: 1692
Location: Victoria BC Canada

PostPosted: Thu Jan 30, 2003 7:47 pm    Post subject: Reply with quote

I've used a couple of ti4200's with twinview, never had any problems.

You might try adding more metamodes:
Code:
Option "MetaModes"  "1024x768,1024x768; 800x600,800x600; 640x480,640x480;"
Back to top
View user's profile Send private message
drowwen
n00b
n00b


Joined: 12 Oct 2002
Posts: 22

PostPosted: Sat Feb 01, 2003 10:20 am    Post subject: same problem Reply with quote

Hi !

I have a GF4MX onboard (nForce2).

With this card, I can only use the nvidia display drivers.

Same effect : If I switch back to the text console, my display does not leave the graphic mode.

I can login (typing blind), but I only see a black screen.

There's definetly something wrong with the nvidia driver.

Does anyone can give me hint ?
Back to top
View user's profile Send private message
Microft
n00b
n00b


Joined: 27 Oct 2002
Posts: 40
Location: Arnsberg, Germany

PostPosted: Sat Feb 01, 2003 10:24 am    Post subject: Reply with quote

I used before a Geforce2 and had no problems too.

I've tried to run X with additional MetaModes, but the console is even invisible and when I use TwinView the system hangs up when I shutdown or stop X.

Accodring to a google search there are many people with my probem. And presently the only solution is using the nv-driver of XFree. This is even the official solution of SuSe.

Call me a little balky child, but I want the NVidia-driver :D

Tim
Back to top
View user's profile Send private message
akb
Guru
Guru


Joined: 25 Jan 2003
Posts: 314
Location: Wolfenbüttel/Germany

PostPosted: Sat Feb 01, 2003 2:18 pm    Post subject: Reply with quote

Well... whats the great difference between the nvidia driver and xfree's standard nv-driver? Or: is the xfree standard nv-driver able to gimme fast framerates with ut2003 and dvd etc, as it nvidias driver does? :-)
Back to top
View user's profile Send private message
Microft
n00b
n00b


Joined: 27 Oct 2002
Posts: 40
Location: Arnsberg, Germany

PostPosted: Sat Feb 01, 2003 2:30 pm    Post subject: Reply with quote

I'm not sure if I understand you.

I know that's the nVidia-Driver is better than the standrd xfree-nv-driver. That's the reason why I want to use the nVidia-driver.

Or was your comment meant sarcastic? Then, tell me how I use e.g. TwinView with the standard nv-driver!
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