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 ...
- 09-09-2008 #1
[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
- 09-09-2008 #2
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
- 09-09-2008 #3forum.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.
- 09-09-2008 #4
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?
- 09-10-2008 #5
you can install wvdial on the command line without X server running
just make sure you are using the debian etch cd as your software repositoryCode:su apt-get install wvdial
- 09-10-2008 #6
- 09-10-2008 #7
Maybe...
I think I found it.
I'll try
when I get time too.Code:apt-cdrom add
I let you know how it works.
Thanks again,
computer_freak_8
- 09-10-2008 #8
I believe all you have to do is insert the debian install disk and then run
you must be root to do this fyiCode:apt-cdrom add
edit: Beat me to it!
- 09-11-2008 #9
Okay...
Okay, I got wvdial installed, but my wireless USB modem is not recognized!
It appears to go fine through:
but when I get to:Code:sudo modprobe -r usbserial sudo modprobe usbserial vendor=0x1199 product=0x0023
there is no output - it acts as though I simply pressed [Enter] on a blank prompt line.Code:sudo dmesg|grep -i ttyUSB
When I type:
it says something likeCode:sudo wvdial
"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!
- 09-11-2008 #10
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




