Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13
I started the thread at "No screens found" error - Debian 4.0 & Nvidia 9800GTX - LinuxQuestions.org and am wondering if any of you can help. Basically, I installed Debian ...
  1. #1
    Just Joined! computer_freak_8's Avatar
    Join Date
    Sep 2008
    Location
    Des Moines, Iowa, USA
    Posts
    54

    [SOLVED] "No screens found" error - Debian 4.0 & Nvidia 9800GTX

    I started the thread at
    "No screens found" error - Debian 4.0 & Nvidia 9800GTX - LinuxQuestions.org
    and am wondering if any of you can help.

    Basically, I installed Debian because I kind of like Ubuntu and thought I might give it a try since it is what Ubuntu is based off of.

    I keep getting a "No screens found" error. I am using an Nvidia 9800GTX GPU.

    I copied a working Xorg.conf file from Kubuntu - one that uses the "nv" (not "nvidia") driver.

    Several reboots, with "dpkg-reconfigure xserver-xorg" somewhere along the way; still no luck.

    Thanks,
    computer_freak_8

  2. #2
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    You will need to install the proprietry driver to get your video to work, the thing about debian is they are all about stability, so the nv driver on your etch isn't supporting such a new GPU

  3. #3
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,086
    Welcome to the forums!

    Yeah, I think the nVidia folks started supporting your card back around April of this year, so there should be no problem regarding support.

    You can download the official driver directly from their website, but there might be other ways to install it that would be more Debian oriented.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  4. #4
    Just Joined! computer_freak_8's Avatar
    Join Date
    Sep 2008
    Location
    Des Moines, Iowa, USA
    Posts
    54

    Yes, but...

    However, as I forgot to mention in this post, but did mention in the post at LinuxQuestions:

    I don't have internet without wvdial.

    I don't have wvdial installed.

    It would take internet to install wvdial...


    So I'm you-know-what outta luck! (As far as that part goes...)

    (I don't have the necessary development packages to install the nVidia driver.)

    Any ideas on how to fix this one?

  5. #5
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    you can install wvdial on the command line without X server running
    Code:
    su
    apt-get install wvdial
    just make sure you are using the debian etch cd as your software repository

  6. #6
    Just Joined! computer_freak_8's Avatar
    Join Date
    Sep 2008
    Location
    Des Moines, Iowa, USA
    Posts
    54

    Great! What next?

    Quote Originally Posted by coopstah13 View Post
    just make sure you are using the debian etch cd as your software repository
    Thanks, this is a great idea, but I don't know how.

    Could you please give me a step-by-step procedure?

    Thanks for your help,

    computer_freak_8

  7. #7
    Just Joined! computer_freak_8's Avatar
    Join Date
    Sep 2008
    Location
    Des Moines, Iowa, USA
    Posts
    54

    Maybe...

    I think I found it.

    I'll try

    Code:
    apt-cdrom add
    when I get time too.

    I let you know how it works.

    Thanks again,

    computer_freak_8

  8. #8
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    I believe all you have to do is insert the debian install disk and then run
    Code:
    apt-cdrom add
    you must be root to do this fyi

    edit: Beat me to it!

  9. #9
    Just Joined! computer_freak_8's Avatar
    Join Date
    Sep 2008
    Location
    Des Moines, Iowa, USA
    Posts
    54

    Okay...

    Okay, I got wvdial installed, but my wireless USB modem is not recognized!

    It appears to go fine through:
    Code:
    sudo modprobe -r usbserial
    sudo modprobe usbserial vendor=0x1199 product=0x0023
    but when I get to:
    Code:
    sudo dmesg|grep -i ttyUSB
    there is no output - it acts as though I simply pressed [Enter] on a blank prompt line.

    When I type:
    Code:
    sudo wvdial
    it says something like
    "could not find ttyUSB0" or "no device attached to ttyUSB0"
    or something along those lines.

    Any ideas what went wrong, or, better yet, how to fix it?


    Two more things,

    1. I know that wvdial.conf is set up correctly; I copied it from my (working) Ubuntu installation.

    2. I am trying to install the "kernel-source" package from the kernel source package; however, I get an error similar to "could not find... but is being referred to by another package... has no installation candidate"

    Thanks again!

  10. #10
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    I think the package you are looking for is build-essential, that is a meta package that will install all the things you need to compile kernel modules which includes the kernel headers

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •