LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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
 
LinkBack Search this Thread
Old 05-01-2008, 07:48 PM   #1
UNI
LQ Newbie
 
Registered: May 2008
Posts: 14

Rep: Reputation: 0
Starting KDE


Should the KDE desktop come up from boot or do I need to type something into the prompt to make it start?
If both can be done please enlighten me.
Thanks
 
Old 05-01-2008, 08:14 PM   #2
Franklin
Senior Member
 
Registered: Oct 2002
Distribution: Slackware, WinXP, Windows 7
Posts: 1,243

Rep: Reputation: 48
run xwmconfig at the prompt.

choose kde (or what ever)

then startx will get kde running (if X is configured correctly)

If everything starts as hoped and you wish to start from KDM, see /etc/inittab and change the default runlevel from 3 to 4.
 
Old 05-01-2008, 08:24 PM   #3
UNI
LQ Newbie
 
Registered: May 2008
Posts: 14

Original Poster
Rep: Reputation: 0
x configured wrong

So I startx and I get this

(EE) AIGLX: DRI module not loaded

fatal server error:
could not open default font 'fixed'
giving up
xinit: Connection reset by peer (errno 104): unable to connect to xserver
xinit: No Such Process (errno 3): Server Error
 
Old 05-01-2008, 08:47 PM   #4
Franklin
Senior Member
 
Registered: Oct 2002
Distribution: Slackware, WinXP, Windows 7
Posts: 1,243

Rep: Reputation: 48
Well, you will need to configure X. You haven't provided much info regarding your system so I will suggest you run, as root:

xorgsetup

This will hopefully generate a working /etc/X11/xorg.conf file for you.
Then run startx again and see if it works.

If not, you will need to post some info regarding your system. The output of lspci would be a good start.

Good luck.
 
Old 05-01-2008, 08:52 PM   #5
onebuck
Moderator
 
Registered: Jan 2005
Location: Midwest USA, Central Illinois
Distribution: SlackwareŽ
Posts: 9,367
Blog Entries: 1

Rep: Reputation: 755Reputation: 755Reputation: 755Reputation: 755Reputation: 755Reputation: 755Reputation: 755
Hi,

You need to configure your 'X'. You could use the 'vesa' by copying the '/etc/X11/xorg.conf-vesa' to the '/etc/X11/xorg.conf'.

Code:
~#cp -p /etc/X11/xorg.conf-vesa /etc/X11/xorg.conf
If you want your system to render better with your hardware then you should run 'xorgsetup' or 'xorgconfig'.

Last edited by onebuck; 05-02-2008 at 06:32 AM. Reason: correct error
 
Old 05-01-2008, 09:57 PM   #6
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-13.37
Posts: 1,955

Rep: Reputation: 326Reputation: 326Reputation: 326Reputation: 326
Quote:
Originally Posted by onebuck
If you want your system to render better with your hardware then you should run 'xorgsetup' or 'xorgsetup'.
I'm assuming you meant to type 'xorgsetup' or 'xorgconfig'.
 
Old 05-02-2008, 06:33 AM   #7
onebuck
Moderator
 
Registered: Jan 2005
Location: Midwest USA, Central Illinois
Distribution: SlackwareŽ
Posts: 9,367
Blog Entries: 1

Rep: Reputation: 755Reputation: 755Reputation: 755Reputation: 755Reputation: 755Reputation: 755Reputation: 755
Hi,

I just made a slip with my editor. Did not proof the post. Thanks!
 
Old 05-03-2008, 03:03 PM   #8
UNI
LQ Newbie
 
Registered: May 2008
Posts: 14

Original Poster
Rep: Reputation: 0
So I copy the file /etc/X11/xorg.conf-vesa to /etc/X11/xorg.conf
Then run 'xorgsetup' and 'xorgconfig'
Then I point xwmconfig to KDE
Startx yields the same result:

(EE) AIGLX: DRI module not loaded

fatal server error:
could not open default font 'fixed'
giving up
xinit: Connection reset by peer (errno 104): unable to connect to xserver
xinit: No Such Process (errno 3): Server Error

I'm probably doing something wrong
I just installed slackware a week ago so I'm no linux guru.
Baby steps would be appreciated If anyone has the time.
 
Old 05-03-2008, 03:07 PM   #9
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 4,035

Rep: Reputation: Disabled
What if you just copy the VESA configuration:
Code:
cp -p /etc/X11/xorg.conf-vesa /etc/X11/xorg.conf
and then see what happens when you start X using the command
Code:
startx
... only if that shows a working X desktop, run xorgsetup and generate a xorg.conf that is tailored to your hardware.

Eric
 
Old 05-03-2008, 03:20 PM   #10
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-13.37
Posts: 1,955

Rep: Reputation: 326Reputation: 326Reputation: 326Reputation: 326
UNI, the goal is not to run xorgsetup AND xorgconfig. Try Alien Bob's suggestion to see if X will load properly when using the VESA configuration (do NOT run xorgsetup or xorgconfig). If that works, then you know at least SOMETHING will work if all else fails. The VESA configuration is not, however, the optimal solution, even if it does work. What video card are you using (nVidia, ATI, intel, VIA, ...) and what model, if you can figure that out (try `lspci -vv` as root). `xorgsetup` tries to create an xorg.conf file automatically by detecting your hardware. After the VESA config file works, try running `xorgsetup` as root, and then typing `startx` to see if X loads. If it doesn't, then xorgsetup isn't going to work for you, in which case you should try running `xorgconfig` (which requires that you know a lot about your hardware -- you may have to google your parts, for example -- your video card, monitor, etc.), which will generate an xorg.conf file.

The goal is not to do everything I said above. You should follow the instructions until you find something that works. If you can't get anything to work you can always use the VESA config (if that works, that is), but it's definitely not optimal, and you will almost definitely be able to do better. At this point you have provided us with very little information about your hardware, and it's difficult to troubleshoot with precious little information.
 
Old 05-04-2008, 04:02 PM   #11
UNI
LQ Newbie
 
Registered: May 2008
Posts: 14

Original Poster
Rep: Reputation: 0
Here is my system info
I swapped out the video card long ago and it currently has Nvidia Geforce4 TI 4200 with AGP8x
I can't seem to find the specs for it at nvidia or bfgtech
 
Old 05-04-2008, 04:42 PM   #12
mRgOBLIN
Slackware Contributor
 
Registered: Jun 2002
Location: New Zealand
Distribution: Slackware
Posts: 961

Rep: Reputation: 208Reputation: 208Reputation: 208
Also make sure you are using the intended xorg.conf file. Take a look at the first few lines of /var/log/Xorg.0.log and check that it has something like
Code:
(==) Using config file: "/etc/X11/xorg.conf"
If you are running as the root user and have an xorg.conf file in your current (probably /root/) directory X will use that first. Many people seem to get caught out on this.

After a quick check of the man page, when running X as root this is the path search order.

Code:
<cmdline>
/etc/X11/<cmdline>
/tmp/Xorg-KEM/etc/X11/<cmdline>
$XORGCONFIG
/etc/X11/$XORGCONFIG
/tmp/Xorg-KEM/etc/X11/$XORGCONFIG
$HOME/xorg.conf
/etc/X11/xorg.conf-4
/etc/X11/xorg.conf

where <cmdline> is the path specified with the -config command line option

Last edited by mRgOBLIN; 05-04-2008 at 04:46 PM. Reason: An addition
 
Old 05-04-2008, 04:56 PM   #13
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-13.37
Posts: 1,955

Rep: Reputation: 326Reputation: 326Reputation: 326Reputation: 326
You seem to have a legacy video card -- the latest drivers available are 96.43.05, which may or may not compile (probably will on Slackware 12.0, maybe not on Slackware 12.1 unless they are radically different than the newer drivers). If you wish to try the (legacy) proprietary drivers, they're located here for you: http://www.nvidia.com/object/linux_d..._96.43.05.html (GeForce 4 MX Series). You may also wish to try using the opensource nvidia drivers -- but I know nothing about them or how to use them. Does X start properly using the VESA xorg.conf file?
 
Old 05-04-2008, 06:47 PM   #14
Franklin
Senior Member
 
Registered: Oct 2002
Distribution: Slackware, WinXP, Windows 7
Posts: 1,243

Rep: Reputation: 48
IIRC, "nv" would be the kernel driver for nVidia cards. You would replace "vesa" with "nv" in the device section of xorg.conf.

If the vesa driver is crapping out though, I'm not sure nv would work any better but it might be worth a try.
 
Old 05-05-2008, 04:05 PM   #15
UNI
LQ Newbie
 
Registered: May 2008
Posts: 14

Original Poster
Rep: Reputation: 0
Thanks to those who helped me figure out what was wrong. They were all really good sugestions.

Problem:
I was recieving a font error. So I tried to reinstall slackware. During the second installation I saw an error saying yatta yatta yatta font corrupted. Basically saying dl slackware again. It turned out there was some dirt on my disk. I cleaned the disk off did a compete reinstall then I could startx with the 'vesa' configuration and try other suggestions.

Thanks again,
 
  


Reply

Tags
kde, starting


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
KDE not starting Pooh Linux - Newbie 4 10-12-2006 12:45 PM
KDE Not starting meetmefar Mandriva 4 12-04-2005 07:20 PM
Starting KDE litenin Linux - Newbie 7 11-13-2004 06:41 AM
starting kde sopiaz57 Linux - Newbie 7 07-24-2004 01:12 AM
starting kpppd w/ ximian or starting ximian w/ kde ergo_sum Linux - Newbie 8 12-02-2003 05:35 AM


All times are GMT -5. The time now is 10:14 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