Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Well I guess I'm officially a Linuxian . I managed to get the Slackware 10.1 installed, hurray! but there some problems when I run Xwindows. It boots into Xwindows alright when I enter the startx command, but that's when things get a bit screwy. It runs like there's some kind of interference, like poor reception on a television, lots of squiggly lines, particularily when I move the mouse cursor and when a new window is opening. Another problem is when I move the mouse, it makes a buzzing noise. One other thing I would like to address at this time is that I don't seem to able to control my sound volume, it seems to be set at full bore. I went into the sound control area but there's no volume control there. I hope someone can help me out with these problems and I'm also hopeful that they don't require too much of a major configuration to fix them, being a and all.
Thanks in Advance
conductor
Oh one more thing I'm curious about. The OS installed using the first two disks of the four disk set but it didn't ask for the third and fourth disks. Does anyone know what's on these last two disks? I thought they would be part of the full install
congrats conductor! like roninja said, you might wanna run xorgconfig to set up your x system...
log out of x and as root, type:
xorgconfig
and it will walk you through the setup process. you might wanna know your monitor specs first, such as vert and horizontal refresh rates, and which video card you have...if you don't know that, you can just choose 0 which is VESA, i think, which should work for you. it's mostly a question and answer thing, so it's not all that difficult.
if you have problems, let us know, we're always happy to help
I've discovered something else but I'm not sure if this relates to the Linux OS. When I reboot back into Windows and go online I have to refresh my IE browser everytime. Could the Linux OS be interfering with or resetting my Windows network settings?
It seems to be alright now, I guess it was just my IE browser acting up. But now I've got more problems, sorry to be such a bother but I'm a taurus and I when I get my teeth into something I'm like a pit-bull, I just can't put it down until I've got it beat. Ok so what's happened since the last time I was here is that I went into xorgconfig and changed all of the settings to try and get rid of the video problems I was having which I managed to do, the only problem then was my mouse wouldn't work so I went back into xorgconfig again and changed the settings again but then I couldn't get back into Xwindows at all, I kept getting fatal errors so I got fed up and reinstalled the system, but this time I chose Gnome instead of KDE thinking the problem may have been the KDE program, needless to say it wasn't, I still had the squiggly lines running up the screen so I went back into xorgconfig yet one more time and just made a few changes which seemed to do the trick. Now the problem is definitely Gnome it caused a fatal error when it was loading and I don't really care for it anyways, so now that I've apparently got my video problems resolved, how can I reset Xwindows to come up in KDE? One more thing, when I first reinstalled the system and booted into Linux I typed in alsa at the root prompt and I was taken to the mixer but after the fatal error with Gnome when I typed alsa at the prompt again I received a bash - bad command reply, so what's up with that? whew! Time to take a breath. Like I said, sorry about all the questions but I'm determined to get this darn thing running smoothly.
Thanks Again & again & again &..................
conductor
In the graphical login screen is somewhere a thing called session. There you can choose another windowmanager. Choose the one you want and login as you always do. It will ask you if you want to make it the default (so say yes). This works on a user-by-user basis (so every user can choose it's own window manager).
after you boot up and log in, at the prompt type xwmconfig and it will present you with a list of all the window manager/env. on slack...click on the one you want, then type startx and you're in
whatever one you choose, lets say kde, thats the one that will start when you type startx from now on, until you choose another from xmwconfig...
from my experience, the squiggly lines are coming from either the refresh rates are wrong of the video card is set to the wrong one. Both of which can be fixed from xorgconf.
But as for
Quote:
I guess it was just my IE browser acting up.
It probably was. Now quit using that nasty bug infested virus sucking browswer
Enjoy slack, I'm getting ready to install 10.1 myself
What do I type at the root prompt to access my Xwindows screen resolutions, size, colors etc.? Right now my screens are defaulted to 640 x 480 and theres no other choices available to me inside the Xwindows. I've tried reconfiguring my monitor in xorgconfig again and guess what......I couldn't access Xwindows...fatal errors again!....This is getting a wee bit frustrating.
Thanks detpenguin. At least xwmconfig took care of one problem
And thanks to you too cadkins. I'll definitely take your browser advice into consideration once I've got everything else operating properly.
I'm starting to get a little leary of xorgconfig. Is there any way I can reset my xconfigs back to their original settings once I've reconfigured them? I've tried accessing "/usr/etc/X11/whatever" but all I get is "Permission Denied". Obviously there's a bit of a learning curve when it comes to the root access commands eh? Someone in another forum mentioned a root command guide somewhere, know anything about it?
Originally posted by conductor
I'm starting to get a little leary of xorgconfig. Is there any way I can reset my xconfigs back to their original settings once I've reconfigured them? I've tried accessing "/usr/etc/X11/whatever" but all I get is "Permission Denied". Obviously there's a bit of a learning curve when it comes to the root access commands eh? Someone in another forum mentioned a root command guide somewhere, know anything about it?
You Know I'll be Back
conductor
The actually fille that xorgconf creates is called /etc/X11/xorg.conf. Since this is a text file you need to oppen it with your favorite text editor, for example vim:
Code:
#vim /etc/X11/xorg.conf
If you don't know how to use vim you need to learn at some point or another anyway. There are just 3-4 commands you need to know to actually be able to use it. Try reading this first:
All the lines are well commented and it should be fairly simple to change one without going through the entire xorgconf process again. Just make sure you backup your xorg.conf file before making any changes to it and read the comments carefully.
vim is ok, but i found it a bit confusing...i like to use pico, so to edit your xorg.conf file, type:
su
password
pico /etc/X11/xorg.conf
and it will open...you can scroll down to find what you wanna change. it's pretty straightforward, like sh1ft points out.
your monitor problems seem to be due to the horiz and vert sync rates...and can be one of the trickier things in slack to configure...but once it's configured you're good to go....can you maybe post your xorg.conf file?
*edit:
you might wanna check these sites out, too...
I seem to have everything up and running fine except for that dammed screen size resolution. It keeps defaulting to 640 x 480 in the Xwindow with the only other option being 320 x whatever, but I want to go the other way, preferrably 800 x 600 I've tried just about everything in the xorgconfig including entering the horiz & vert sync rates from my monitor's paperwork. I don't understand why I'm not getting more screen size options when I'm in Xwindows.
I went into xorgsetup from the root prompt but that's only a very limited configuration which doesn't include screen resolution. Surely there's a root command that will take me to another screen resolution setup area. Anyways, like I said, I've tried just about everything in xorgconfig to resolve this little thorn, but not everything, so I guess I'll go back in and try some different settings. Trial & Error, Trial & error.
conductor
Oh by the way I tried the vim but it didn't solve this problem and it was very confusing.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.