[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: NVidia GeForce 6150 Go



consultores1 wrote:
> hello
>
> I am using 1 portatil compaq presario 3000 amd64x2, it has 1 nvidia
> geforce 6150 go video card; with lenny, i want to connect my laptop to
> my tv, but i can not do that because in my understanding i have to
> install the free nvidia module or the private module!
>
> The thing is, that the free module doesn't appear during the updates,
> and my preference is using only free software.
>
> Could someone please, tell me how could i connect my laptop to tv
> appropiatelly?

You don't specify what sort of output your laptop has or what sort
of input your TV has so it's difficult to answer the question.

I have a Nvidia GeForce 7600 GS which has DVI output, connected
to a Phillips HDTV using a DVI->HDMI adapter and a HDMI cable.
I am using the commercial Nvidia drivers for performance
primarily, the related config for X11 is
[..]
Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "vbe"
EndSection
[..]
Section "Monitor"
    Identifier     "Generic Monitor"
    HorizSync       28.0 - 51.0
    VertRefresh     43.0 - 60.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Generic Video Card"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Generic Video Card"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1920x1080" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Depending on the laptop, with the commercial Nvidia driver the
hot key that sends the display to the external output will not
function. Also I found that at least on my previous Toshiba
M5(which has a Nvidia Quadro NVS 110M), I had to enable the
2nd display in the BIOS before things like Twinview would work.

I tried at one point to get SVideo out of the Toshiba M5 to
my TV but could not get it working, I suspect it wasn't
supported by the driver.

I'm also using Etch, though the driver is the same in any
case.

nate


Reply to: