LinuxQuestions.org
View the Most Wanted LQ Wiki articles.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices

Reply
 
LinkBack Search this Thread
Old 05-28-2008, 11:25 AM   #1
Waldemar Ciperovich
LQ Newbie
 
Registered: May 2006
Posts: 14

Rep: Reputation: 0
I have Black Screen during Xserver start.


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.
 
Old 05-28-2008, 10:40 PM   #2
jlinkels
Senior Member
 
Registered: Oct 2003
Location: Bonaire
Distribution: Debian Etch/Lenny/Squeeze
Posts: 3,337

Rep: Reputation: 286Reputation: 286Reputation: 286
A little more information would do no harm if you ask a complicated question like this.

I bet that ctrl-alt-del still works. Does ctrl-alt-F1 bring into a console?

Did you try to replace driver "nvidia" with driver "nv" in your xorg.conf? What happened?

If you check your Xorg.log.0 file, what resolution and refresh rate is eventually used? Can your monitor handle that?

Did you try to lower horizontal and vertical refresh rate in xorg.conf, and did you try to lower resolution to something really low?

jlinkels
 
Old 05-29-2008, 10:05 AM   #3
Waldemar Ciperovich
LQ Newbie
 
Registered: May 2006
Posts: 14

Original Poster
Rep: Reputation: 0
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
 
Old 05-29-2008, 04:01 PM   #4
jlinkels
Senior Member
 
Registered: Oct 2003
Location: Bonaire
Distribution: Debian Etch/Lenny/Squeeze
Posts: 3,337

Rep: Reputation: 286Reputation: 286Reputation: 286
[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 View Post
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?

jlinkels
 
Old 05-31-2008, 09:41 AM   #5
Waldemar Ciperovich
LQ Newbie
 
Registered: May 2006
Posts: 14

Original Poster
Rep: Reputation: 0
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

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

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

Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us,ru(winkeys)"
Option "XkbVariant" "nodeadkeys"
Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Samsung"
ModelName "SyncMaster 940 Fn"
HorizSync 31.5 - 67.0
VertRefresh 50.0 - 75.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "vesa"
VendorName "NVIDIA Corporation"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection

Last edited by Waldemar Ciperovich; 05-31-2008 at 10:21 AM.
 
Old 05-31-2008, 09:37 PM   #6
noxious
Member
 
Registered: May 2004
Location: Ohio, USA
Distribution: LinuxMint Gloria, Ubuntu 9.10
Posts: 299

Rep: Reputation: 30
Your /boot/grub/menu.lst file probably has a line that specifies an incorrect resolution during the boot process.

this is mine from my ubuntu box:

## ## End Default Options ##

title Ubuntu 8.04, kernel 2.6.24-17-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-17-generic root=UUID=baa3ede9-b3b4-45db-afb2-5c02d97eb447 ro splash vga=788
initrd /boot/initrd.img-2.6.24-17-generic
quiet

The "vga=788" is the text you're looking for. You could probably just put "" in place of it, or maybe get rid of it completely.
 
Old 06-03-2008, 04:04 PM   #7
Novatian
Member
 
Registered: Feb 2008
Location: Australia
Distribution: Fedora 16, Windows 7, Mint (Debian), Ubuntu Studio, XP
Posts: 377

Rep: Reputation: 30
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.

http://forums.debian.net/viewtopic.php?p=149587#149587
 
Old 06-03-2008, 09:07 PM   #8
jlinkels
Senior Member
 
Registered: Oct 2003
Location: Bonaire
Distribution: Debian Etch/Lenny/Squeeze
Posts: 3,337

Rep: Reputation: 286Reputation: 286Reputation: 286
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.

jlinkels
 
Old 06-05-2008, 01:26 AM   #9
lurko
Member
 
Registered: Jun 2006
Location: Ontario, Canada
Distribution: Debian Squeeze
Posts: 445

Rep: Reputation: 35
have you run "m-a auto-install nvidia" (as root/with sudo)?

to find out if the nvidia driver(module) is loaded in your kernel, run:
$lsmod | grep nvidia

It probably won't be listed though if you're still specifying vesa as the driver in xorg.conf.

Have a look here for the lowdown on Debian and Nvidia's driver:
http://wiki.debian.org/NvidiaGraphicsDrivers
 
Old 06-05-2008, 03:23 PM   #10
farslayer
Guru
 
Registered: Oct 2005
Location: Willoughby, Ohio
Distribution: linuxdebian
Posts: 7,230
Blog Entries: 5

Rep: Reputation: 185Reputation: 185
According to the Specifications sheet for that display the correct refresh rates are

HorizSync 30-81
VertRefresh 56-75


http://www.samsung.com/fi/products/m...leafleteng.pdf

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..

Code:
Section "Screen"

        Identifier       "Screen0"
        Device           "Device0"
        Monitor          "Monitor0"
        DefaultDepth      24

	SubSection "Display"
		Depth		24
		Modes		"1280x1024" 
	EndSubSection
EndSection

Last edited by farslayer; 06-05-2008 at 03:30 PM.
 
Old 06-10-2008, 08:32 AM   #11
Waldemar Ciperovich
LQ Newbie
 
Registered: May 2006
Posts: 14

Original Poster
Rep: Reputation: 0
I tried $lsmod | grep nvidia
and there is nothing. IMHO nvidia.ko dosn`t loaded. But modules.dep have this string.
 
Old 06-15-2008, 11:58 AM   #12
Waldemar Ciperovich
LQ Newbie
 
Registered: May 2006
Posts: 14

Original Poster
Rep: Reputation: 0
I tried recompile kernel & nvidia kernel module. It still not work == Black screen & hang up
"acpi=off" in boot string not help :-(
 
Old 07-14-2008, 09:13 AM   #13
Waldemar Ciperovich
LQ Newbie
 
Registered: May 2006
Posts: 14

Original Poster
Rep: Reputation: 0
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.
 
Old 07-14-2008, 10:42 AM   #14
farslayer
Guru
 
Registered: Oct 2005
Location: Willoughby, Ohio
Distribution: linuxdebian
Posts: 7,230
Blog Entries: 5

Rep: Reputation: 185Reputation: 185
you never listed what Distro you are running.

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.
 
Old 07-14-2008, 11:45 AM   #15
Waldemar Ciperovich
LQ Newbie
 
Registered: May 2006
Posts: 14

Original Poster
Rep: Reputation: 0
I running Debian 4.0etch & regular upgrade them.
Thnks. It`s work. :-)

Last edited by Waldemar Ciperovich; 07-14-2008 at 12:24 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Ubuntu 7.04 won't start - black screen... jamiepane Ubuntu 2 09-08-2007 02:41 AM
Black Screen when start XFree86 4.2 zorro_kwh Slackware 9 06-15-2007 09:37 AM
black screen when I start X lpoht Linux - Newbie 1 06-23-2004 07:57 AM
logging out of xserver gives black screen jorjur1980 Linux - Newbie 1 03-02-2004 07:25 AM
blue screen after Xserver start ikinad Linux - General 1 10-04-2003 03:34 AM


All times are GMT -5. The time now is 10:48 AM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration