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

Notices


Reply
  Search this Thread
Old 09-21-2010, 04:14 PM   #1
pottzie
Member
 
Registered: Aug 2009
Posts: 150

Rep: Reputation: 15
startx fails on new install


Just doing my first install of Slakware. When I boot into the new install and give the command "startx", I get Fatal server error: No screens found. Several errors "inserting" and no kernel modesetting.
Like I say, this is my first go-round.
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 09-21-2010, 06:37 PM   #2
damgar
Senior Member
 
Registered: Sep 2009
Location: dallas, tx
Distribution: Slackware - current multilib/gsb Arch
Posts: 1,949
Blog Entries: 8

Rep: Reputation: 203Reputation: 203Reputation: 203
Are you using an Nvidia graphics card by any chance? Slackware doesn't like my gt220 out of the box so I do
Code:
wget http://www.nvidia.com/content/DriverDownload-March2009/confirmation.php?url=/XFree86/Linux-x86/256.53/NVIDIA-Linux-x86-256.53.run&lang=us&type=GeForce
to get the latest proprietary driver and then
Code:
sh NVIDIA*
Note that will only work for 32 bit with an NVIDIA card. For 64 bit with NVIDIA the first command would be
Code:
wget http://www.nvidia.com/content/DriverDownload-March2009/confirmation.php?url=/XFree86/Linux-x86_64/256.53/NVIDIA-Linux-x86_64-256.53.run&lang=us&type=GeForce
 
Old 09-21-2010, 07:19 PM   #3
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

Welcome to Slackware!

First thing I suggest that you look at 'How to Ask Questions the Smart Way' so in the future your queries provide information that will aid us in diagnosis of the problem.

Which version of Slackware? Which kernel?

Look at the '/var/log/Xorg.0.log' for errors?



Just a few more useful links;

SlackwareŽ Essentials
SlackwareŽ Basics
Linux Documentation Project
Rute Tutorial & Exposition
Linux Command Guide
Bash Reference Manual
Advanced Bash-Scripting Guide
Linux Newbie Admin Guide
LinuxSelfHelp
Getting Started with Linux

The above links and others can be found at 'Slackware-Links' . More than just SlackwareŽ links!
 
Old 09-21-2010, 08:22 PM   #4
pottzie
Member
 
Registered: Aug 2009
Posts: 150

Original Poster
Rep: Reputation: 15
Just downloaded Slackware 13.1 and installed it.
/varlog/Xorg.0.log returnssure wish I could just copy and paste, but without a GUI..?):
Xorg X Server1.7.7
(==)Operating System:Linux darkstar 2.6.33.4-smp #2smp
(==)using config file "/etc/x11/xog.conf
(==)ServerLayout "X.org Configured"
(**)|-->Screen "Screen0"" (0)
(**)| |-->Monitor "Monitor0"
(**)| |-->Device "Card0"
(**)| |Input Device"Mouse0"
(**)| |Input Device "Keyboard0"
(==)Automatically adding devices
(==)Automatically enabling devices
(WW)The directory "/usr/share/fonts/local" does not exist
(WW) " " "/usr/share/fonts/CID" " " "
(WW) " " "usr/share/fonts/local" " " "
(**)Font path set to:
/usr/share/fonts/TTF
" " " /OTF
/Type1
Then it goes:misc,75dpi/unscaled,100dpi,75 and 100 again, and ends with cyrillac.

As far as downloading, I'm hooked to a wireless usb, and unless I can get it to work through the command line, I'm stuck with what I have.
This computer can be a problem. I tried to install Linux Mint's Debian on it last week, only to discover that Debian doesn't work with the Intel chip. It's an older, and very generic Compaq PC. I had to look up the motherboard when I added some memory, and the model# is MS-6577 ver:3.1
 
Old 09-21-2010, 09:58 PM   #5
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
If your slackware installation is connected to the internet, just run

Code:
cat /var/log/Xorg.0.log | curl -F 'sprunge=<-' http://sprunge.us
That command should return a URL that you can give us here to let us see your full /var/log/Xorg.0.log file.

Adam
 
2 members found this post helpful.
Old 09-22-2010, 09:01 AM   #6
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
Your Compaq Presario with the MS-6577 ver:3.1 motherboard uses the Intel845GV chipset for graphics. The 82845G chip is problematic with later kernels that use KMS. http://www.linuxquestions.org/questi...ith-it-802465/

Your options are:
Slackware13.1 - Use the VESA driver, which will work, but will be a little slow and not allow for any fancy desktop effects. (Try copying the Graphics device section from /etc/X11/xorg.conf-vesa file to /etc/X11/xorg.conf).

Use an earlier version of Slackware with support for the Intel i810 driver and a kernel that did not have KMS. This will provide better graphics support.

Note: This problem runs across all distros.

Last edited by allend; 09-22-2010 at 09:03 AM.
 
Old 09-22-2010, 09:21 AM   #7
pottzie
Member
 
Registered: Aug 2009
Posts: 150

Original Poster
Rep: Reputation: 15
Yes, the Intel thing has bit me twice now, with this and the Debian try.
Strange that it worked with earlier kernels, but not a newer one.
Thanks. I also considered using a live cd from Ubuntu or Mint to access the Slackware partition and get wireless to function enough to let me download whatever it takes to get things working. I like the idea of going with an earlier version better, so I'll try that and see what happens.
 
Old 09-23-2010, 08:52 PM   #8
pottzie
Member
 
Registered: Aug 2009
Posts: 150

Original Poster
Rep: Reputation: 15
Got it! Slackware 13.0 works just fine.
Now how do I get wireless working? Oh well.....
Thanks everyone.
 
Old 09-24-2010, 07:41 AM   #9
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

Glad to see your up!

Start a new thread for the wireless issue(s). Or do a Search here on LQ as this problem has been covered many times. You may find information to aid in diagnosis of the problem by association.
 
  


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
StartX Fails Slider162 Linux - Newbie 6 12-06-2005 03:44 PM
StartX fails chromodoris Linux - Newbie 10 05-22-2005 12:15 AM
startx fails after nVidia driver install scius Fedora 11 04-27-2004 01:33 PM
startx fails tsitras Debian 3 03-16-2004 12:32 PM
startx fails after slackware 8.1 install frocco Slackware 6 06-22-2002 03:49 PM

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

All times are GMT -5. The time now is 07:23 PM.

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