LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-16-2005, 10:48 AM   #1
Lintux
Member
 
Registered: Jan 2005
Distribution: Slack
Posts: 35

Rep: Reputation: 15
Blank Screen


Yo,

I gave up trying to install Slack 10.1 a couple weeks ago, now I am trying to do it again...


I installed Slackware, did everything correctly. For the kernel I used : bare.i

After the installation was succesfully finished I took out the CD and rebooted my rig.

Grub came up, I chose Linux.

Linux Loaded, and I was in the command prompt, or bash I think it's called.

While at the c prompt I logged in as root, and added a user with 'adduser', and filled that all out. I did that without a problem.

Than, I restarted, and logged in as root, and typed 'startx', it didn't work, it brought me to a blank screen. So I rebooted again.

After rebooting again I logged in as root and typed 'xorgsetup', I went through that, and tried 'startx' again, but again, it brought me back to a blank screen. So I rebooted again.

After rebooting, I logged in as root again and typed 'xorgconf' and went through everything. This is where I think I must of made a mistake.

My rig:

P4 2.4 ghz
Nvidia GeForce FX 5200
Soundblaster Live!
Realtek Ethernet Card
Logitech Wireless Mouse + Keyboard Combo
Samsung SyncMaster 955DF

So for the mouse I chose #1 (Auto), and for Keyboard I chose 7 (Microsoft Natural).

For the monitor there were not correct Vertical + Horizontal ranges that fitted my monitor, so I entered my own after searching the internet for the correct ranges, which are:


Vertical = 50-160
Horizontal = 30-85

Then came time (or was it before ?) to configure my Graphics Card. I went through the list and came upon "Nvidia Geforce" as a driver, so I used that. Then I changed the default 24 bit resolution to 1152 x 864 pixles. And then I wrote it to the xorg file.

So I restarted (just to be sure) and logged in as root, typed 'startx', and it brought me to a blank screen. So I restarted again, logged in as my User account and typed 'startx' and that brought me to a blank screen.


I am really confused, I'm kind of a Linux noob I guess, I've been using it for about 7 months.

Any help is greatly appreciated !

Thanks.
 
Old 02-16-2005, 11:16 AM   #2
mdg
Member
 
Registered: Sep 2003
Distribution: Slackware
Posts: 626

Rep: Reputation: 38
I would change the resolution to a more standard setting, like 1024x768 or 1280x1024. The manual for your monitor doesn't mention the setting you have (1152 x 864), maybe it's not valid.
 
Old 02-16-2005, 11:32 AM   #3
Lintux
Member
 
Registered: Jan 2005
Distribution: Slack
Posts: 35

Original Poster
Rep: Reputation: 15
Alright, I will try that, but I normally use 1152 x 864 in other Linux distros + Windows... But I will try it.
 
Old 02-16-2005, 11:37 AM   #4
Lintux
Member
 
Registered: Jan 2005
Distribution: Slack
Posts: 35

Original Poster
Rep: Reputation: 15
Changed it to 1024 x 864, it did not work, I recieved a blank screen when trying to start x.
 
Old 02-16-2005, 01:19 PM   #5
samac
Senior Member
 
Registered: Mar 2004
Location: Kirkwall, Orkney
Distribution: Linux Mint 20.3 - Cinnamon
Posts: 1,425

Rep: Reputation: 139Reputation: 139
edit xorg.conf driver to "nv" (open source 2d nvidia driver)
or "vesa" (generic driver)

either of these should work

Then download nvidia drivers from their website.

if you are still in console mode (runlevel 3) log in as root and run the nvidia installer
modify xorg.conf or run xorgconf then startx.

If it works you will see a nvidia spalsh screen.
 
Old 02-16-2005, 01:26 PM   #6
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
are you using the 66xx version of the nvidia driver?
 
Old 02-16-2005, 01:56 PM   #7
mdarby
Member
 
Registered: Nov 2004
Location: Columbus, Ohio
Distribution: Slackware-Current / Debian
Posts: 795

Rep: Reputation: 30
As an aside: If X ('startx') fails on you, you can do 'alt-ctl-backspace' to kill X. It will save you from rebooting.
 
Old 02-16-2005, 02:10 PM   #8
Lintux
Member
 
Registered: Jan 2005
Distribution: Slack
Posts: 35

Original Poster
Rep: Reputation: 15
Okay. I've edited my xorg configuration file twice and tried both vesa and the nv drivers. Both did not work. The vesa driver totally shut off my monitor, and the NV just made it go blank.

Jeeze what the heck is up with this!
 
Old 02-16-2005, 02:26 PM   #9
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
take a look at " /var/log/xorg.0.log "
it's there to log what's happening when X is started.

see any clues/warnings/errors ?

egag
 
Old 02-16-2005, 02:56 PM   #10
Lintux
Member
 
Registered: Jan 2005
Distribution: Slack
Posts: 35

Original Poster
Rep: Reputation: 15
/var/log/xorg.0.log
No such file or directory
 
Old 02-16-2005, 03:01 PM   #11
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
oops...." /var/log/Xorg.0.log "

a big X

egag
 
Old 02-16-2005, 03:20 PM   #12
Lintux
Member
 
Registered: Jan 2005
Distribution: Slack
Posts: 35

Original Poster
Rep: Reputation: 15
/var/log/Xorg.0.log
Permission Denied (In root)
 
Old 02-16-2005, 03:23 PM   #13
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
When you type :
/var/log/Xorg.0.log

...followed by <enter>, the shell believe it is a command and try to execute it, as Xorg.0.log has not executable permission, even root can not execute it

try :
tail /var/log/Xorg.0.log

instead or :
tail -150 /var/log/Xorg.0.log

...to see the 150 last lines

Last edited by keefaz; 02-16-2005 at 03:24 PM.
 
Old 02-16-2005, 03:25 PM   #14
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
look at " #ls -l /var/log/*.log ?
what are the permissions on that file ?

( should be -rw-r--r-- )
if not , do a " #chmod 644 /var/log/*.log "

guess the info is needed.

EDIT : ah...keefaz.....i didn't think of that....

egag

Last edited by egag; 02-16-2005 at 03:28 PM.
 
Old 02-16-2005, 03:46 PM   #15
Lintux
Member
 
Registered: Jan 2005
Distribution: Slack
Posts: 35

Original Poster
Rep: Reputation: 15
okay,


tail /var/log/xorg.0.log

worked, and opened the file.

In the file there were tons of errors (I am guessing) because it went through about 20 pages of text.
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Suse 9.0 Blank screen instead of login in screen damoncf Linux - Distributions 4 02-24-2007 08:49 PM
Blank screen even before BIOS screen on boot josce Linux - Laptop and Netbook 3 01-04-2005 08:27 AM
Blank Screen Mau Mandriva 4 11-29-2004 01:24 AM
Blank screen after initial install screen? CRCool75 Linux - Newbie 2 11-16-2004 09:32 PM
Blank screen - screen saver ??? cstehle Linux - Newbie 8 03-13-2002 09:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:05 AM.

Main Menu
Advertisement
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
Open Source Consulting | Domain Registration