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
  Search this Thread
Old 10-13-2004, 06:57 PM   #1
Sherlok
Member
 
Registered: Oct 2004
Posts: 34

Rep: Reputation: 15
Argh.. GUI problem (Newb)


Ok, well this is my first venture into the world of linux and/or unix systems. Basically I went with slackware on a friends recomendation and so far it's been good. The OS boots great and I get to the command prompt fine. I've created a user for myself, and it's all good.

or atleast it was.

Basically I'm trying to get the damned thing to boot with KDE, but it refuses. I've searched and searched and got nothing.

First I editied the inittab file, as well as the other mentioned in the faq, nothing boots.

I used xwmconfig, then startx, but it says startx is a bad command.

I then figured, alright we'll try this. I went into that second file we're told to edit in teh faq, basically a bunch of if/then statements to choose the GUI. Well I tried to run the then statement, figuring maybey I could ghetto launch it. Well that was slightly better, I atleast got an error of substance:

Error while loading libraries: libcll.so.6: Cannot open shared object: file: No such file or directory.

Ok well that's interesting. It then proceeded to kick me back to login.

Something else of interest, (i'm using LILO to boot). Every time I boot it finds something wrond with my hda1 partition:

hda1 was not cleanly unmounted: forced check

then it does it's whole check thing and reboots.

then it goes through it with hda3, reboots and i get to login.

Umm...any help would be appreciated, I'm kind of strapped for time. I'm using the campuses lab computers, so I can't sit here for too long, that'll teach me to test things on my rooms only operational comp...hehe.

Also being that this is a lab computer, I have only access to my pen drive, and possible a floppy drive (there's only 2). So as far as re-doing my iso's or anything, i'm kinda screwed there, hopeflly that isn't the problem.

Thanks in advance for any help.

Last edited by Sherlok; 10-13-2004 at 07:00 PM.
 
Old 10-13-2004, 08:05 PM   #2
judas_iscariote
LQ Newbie
 
Registered: Oct 2004
Posts: 5

Rep: Reputation: 0
Reinstall your OS.
your libraries dependencies,are totally broken.
 
Old 10-13-2004, 08:37 PM   #3
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
What filesystem are you using? Does it works if you startx instead of trying to start in runlevel 4? (Maybe you got startx is not a valid command when you used su, you should use su - instead that will load the enviroment vars).
 
Old 10-13-2004, 09:26 PM   #4
Sherlok
Member
 
Registered: Oct 2004
Posts: 34

Original Poster
Rep: Reputation: 15
W00t I got it.

indeed I needed to reinstall my OS. What I think it was, was that i took too much on myself and did the custom package installation, going through each one.

Boy I never felt dumber lol

I redid my partitions and everything and full installed.

THe only guff I have right now is I still need to configure my mouse correctly (no mouse wheel support yet.

Other then that this seems great. The KDE GUI is very, very welcoming I love it. The fact that I'm posting on this forum not even 30 minutes after I started the re-install is a testament to how great this OS is.

If you guys could answer a few questions, I know this thread is dead but for anyone taht stumbles onto it.

How do i change my resolution? Also can anyone recommend a program to use to get my hotmail mail in the KDE mail client (I used hotmail popper in windows to get it into thunderbird). Also does anyone recommend changing any settings or any programs? Should I keep the default komander browser or replace it with something like mozilla?

Also my campass uses a program or a network called direct connect. The program I sued was called DC++. Is there a linux equivalent to that program?

Thanks in advance.
 
Old 10-13-2004, 09:40 PM   #5
WMD
Member
 
Registered: Jul 2004
Location: Florida
Distribution: Slackware, Debian
Posts: 484

Rep: Reputation: 30
Quote:
THe only guff I have right now is I still need to configure my mouse correctly (no mouse wheel support yet).
Edit /etc/X11/xorg.conf. Find the line for your mouse and make it say "IMPS/2". That'll get the wheel going.
 
Old 10-13-2004, 09:44 PM   #6
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
To change the resolution also edit /etc/X11/xorg.conf, find lines that says something like Modes "800x600" "640x480" and edit them to suit your needs. Ie: Modes: "1280x1024" "800x600" "640x480"
There are Direct Connect clients for linux, I google a little and found this two: http://www.softservice.com.pl/ldcc/ and http://dcgui.berlios.de/index.php
But i'm sure there are more
 
Old 10-13-2004, 10:14 PM   #7
Sherlok
Member
 
Registered: Oct 2004
Posts: 34

Original Poster
Rep: Reputation: 15
Yea I've found clients, and thanks a lot for the mouse thing....just a quick question if you're still here:

# Section "InputDevice"
# Identifier "Mouse2"
# Driver "mouse"
# Option "Protocol" "MouseMan"
# Option "Device" "/dev/mouse2"
# EndSection


which part do I edit exactly?

thanks for the resolution thing, i'll try that next.

Just gotta get used to compiling programs now..lol

Edit: I have the resolutions up to 1280, but does that mean I'm using that resolution? because it listed the others as well.

Last edited by Sherlok; 10-13-2004 at 10:21 PM.
 
Old 10-13-2004, 11:42 PM   #8
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
Section "InputDevice"
Identifier "Mouse2"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse2"
Option "ZAxisMapping" "4 5"
EndSection

It seems you've to mouses, am i right?

To see which resolution you're running, run xdpyinfo
 
Old 10-13-2004, 11:58 PM   #9
Sherlok
Member
 
Registered: Oct 2004
Posts: 34

Original Poster
Rep: Reputation: 15
hey thanks, i'm in 1024. The other file lists up to 1280 as one of my modes...but in KDE it wouldn't let me go above 1024....got any suggestions?

I guess I do have 2 mouses...but really I have one, should I remove an entry?
 
Old 10-14-2004, 12:05 AM   #10
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
If that works, don't remove it

Check if there are a Modes line that you haven't edited because there's one for each Depth (8,16,24,32).
Also be sure that the Horizontal and Vertical Syncs are right.
 
Old 10-14-2004, 12:27 AM   #11
Sherlok
Member
 
Registered: Oct 2004
Posts: 34

Original Poster
Rep: Reputation: 15
ok lets see if I can do this, first here's what's in /etc/X11/xorg.conf:

Code:
Identifier  "Screen 1"
    Device      "** ATI Radeon (generic)               [radeon]"
    Monitor     "My Monitor"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
And this is what I see in my properties:

http://users.rowan.edu/~reyesc86/images/snapshot1.png

So basically, it's saying 12870 in one place and not letting me choose it. Sorry if this frustrates u guys but I'm clueless...lol
 
Old 10-14-2004, 12:53 AM   #12
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
Well i've never used KDE panel to change resolution so i can't help you there. Did you restart the X server after changing the settings? The config file seems ok
 
Old 10-14-2004, 01:00 AM   #13
Sherlok
Member
 
Registered: Oct 2004
Posts: 34

Original Poster
Rep: Reputation: 15
I didn't even change teh config, that's how it was.

What's another way to change the resolution?
 
Old 10-14-2004, 01:17 AM   #14
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
If it doesn't go to 1280 then it's a problem with the refresh rate, find those values and change them according to the ones your monitor use.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Argh! SuSE 9.2 and 9.3 installer problem girlboxer5 Linux - Newbie 5 06-03-2005 11:32 AM
The first step to ascending newb status, acknowledging you're a newb :P LordRaven LinuxQuestions.org Member Intro 1 08-24-2004 05:05 PM
Argh, me == 101% newb sdpeelejr Fedora 2 04-02-2004 08:20 PM
Argh, dependency problem Ztyx Debian 6 01-18-2004 02:07 PM
Red Hat 8.0 - newb - Gui ?!! xconspirisist Linux - Newbie 2 12-23-2002 03:39 PM

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

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