DebianThis forum is for the discussion of Debian Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
There are less than 2 hours left to vote in the 2011 LinuxQuestions.org Members Choice Awards. Click here to go to the polls. Vote now and make sure your voice is heard! TIME IS RUNNING OUT!
I have ASUS 8600GTS video card and all needed files: nvidia-glx, nvidia-kernel, nvidia-kernel-common...
System seem's like hang up but <ctrl-alt-del> still working. log file with no problem.
THNKS :-)
nv - driver dosnt work cause its not work with GeForce 8xxx :-(
but i use vesa driver (without OpenGL :-(
About refresh rate: I have LCD 19" display with 1280x1024 resolution
[QUOTE=Waldemar Ciperovich;3168155]
but i use vesa driver (without OpenGL :-(
QUOTE]
And that one functions? om 1280x1024, or a different res?
Quote:
Originally Posted by Waldemar Ciperovich
THNKS :-)
About refresh rate: I have LCD 19" display with 1280x1024 resolution
Yes, but have you checked the display's specs with the resolution and the refresh rate you are actually using? I mean really checked what Xorg.log says and what the manual says? Don't be sloppy here!
[QUOTE=Waldemar Ciperovich;3168155]THNKS :-)
nv - driver dosnt work cause its not work with GeForce 8xxx :-(
QUOTE]
Are you sure about that? Where did you find that? AFAIK the nv driver is generic to all Nvidia cards, but it can be different for this type. Did you double check on that?
Sorry for my 'dumbt'
<ctrl-alt-F1> & <ctrl-alt-backspace> don't work.
nv driver say (in Xorg.0.log)
(II) Primary Device is: PCI 04:00:0
(EE) No devices detected.
Fatal server error:
no screens found
--------------------
xorg.conf (works only with vesa)
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Distribution: Fedora 16, Windows 7, Mint (Debian), Ubuntu Studio, XP
Posts: 377
Rep:
I had this problem with Lenny on some old hardware.
I tried editing the X server, to add vesa, also "sudo gedit /etc/X11/xorg.conf" but could not do sudo, I lost my root password... so I erased everything and re-installed just now, and somehow, it just works, so I am happy with it.
Ok, it is clearly a driver problem. Your refresh rates are not exotic. Your hardware is working. nv apparently doesn't recognize the card.
How exaclty did you install the nvidia driver?
The vga=788 only has to do with character size in a console (without X running). Since the vesa drive does work this cannot withold X from starting up. Removing the string vga=788 is a good idea anyway until everything else is working.
If you want small characters in your console, you have to play around in Grub to discoover what is supported. Check my web page on the T61 to see how to do that if you like.
But for now it seems to be more important to get your X working.
Incorrect values in those fields of your xorg.conf file can render you without any display image..
I would correct that before trying more exotic methods of repair..
the second thing I would try, would be to add at least one Mode..
I boot Linux by <single user mode> kernel image & login root in console. Then run NVIDIA-Linux-x86-173.??.?? (Nvidia proprietary driver). Then type <startx> in console == YAAHOOOO!!! It`s work!!! OpenGL work perfectly. But when i try to restart computer & boot in normal mode i have black screen & blinking console cursor ( horizontal line ). <Ctrl-Alt-F1> return me in console. Very strange is that i can`t <startx> even in <single user mode> (only when i install Nvidia driver one more time)
IMHO it`s about Graphical Login Screen.
P.S.: Sorry for my clumsy English.
IF you are running Debian or a Debian derivative such as Ubuntu, and have tried installing the nVidia drivers using the Debian packages you MUST purge the Debian packages before you can successfully install the driver using nVidias installer script
aptitude purge nvidia-glx
otherwise the nvidia driver will fail after each reboot and will require a re-install to work again.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.