Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
| 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
04-12-2007, 05:33 PM
|
#1
|
|
Member
Registered: Apr 2007
Distribution: Windows, Ubuntu 8.04, starting Slackware
Posts: 45
Rep:
|
OpenSUSE rocks, just a few questions though
Ok I installed OpenSUSE on my computer and it works great. I have a few questions however. I am unfamiliar with the KDE desktop environment and need a little help with some minor issues. First, I am annoyed with the fact that when I open a Word Document (no not a microsoft word document, just one with words) I cannot use the mouse wheel to scroll down. My second problem is that I have no audio. I have an old Sound Blaster Live! card installed and the motherboard has an audio jack, and after trying both I still get nothing. Suggestions please.
|
|
|
|
04-12-2007, 06:13 PM
|
#2
|
|
Member
Registered: Apr 2007
Distribution: Windows, Ubuntu 8.04, starting Slackware
Posts: 45
Original Poster
Rep:
|
re:
Also where can I get DVD playback capability? Or does it come pre-installed?
|
|
|
|
04-12-2007, 06:15 PM
|
#3
|
|
LQ Newbie
Registered: Apr 2007
Distribution: Sabayon, Ubuntu
Posts: 4
Rep:
|
Check to see if your system recognizes your sound card and that all your channels are unmuted.
|
|
|
|
04-12-2007, 06:23 PM
|
#4
|
|
Member
Registered: Feb 2007
Distribution: Vector
Posts: 318
Rep:
|
DVD playback capability comes precompiled into the programs you use... like VLC, mplayer, xine. check if you have any of those installed. if not check if they are available in your distro repositories.
as for sound, if in doubt, run "alsaconf" and see what it finds.
it will also unmute any devices that were muted.
i advise you using SB Live! card over the onboard one because SB Live! has a true driver for ALSA and has hardware mixing. (mixing allows more than one program to use the card at the same time)
as for scrolling, does scrolling work in any other programs? if not see if your X server is configured to accept scroll wheel events.
|
|
|
|
04-12-2007, 06:47 PM
|
#5
|
|
Member
Registered: Apr 2007
Distribution: Windows, Ubuntu 8.04, starting Slackware
Posts: 45
Original Poster
Rep:
|
re:
I. AM. AN. IDIOT. The SB Live! card comes with several audio in and out jacks (several for in several for out) and I hooked up my speakers to the wrong output!! As for the X server how do I open that (new to KDE, sorry).
|
|
|
|
04-12-2007, 07:02 PM
|
#6
|
|
Member
Registered: Feb 2007
Distribution: Vector
Posts: 318
Rep:
|
Quote:
|
Originally Posted by nerdman978
I. AM. AN. IDIOT. The SB Live! card comes with several audio in and out jacks (several for in several for out) and I hooked up my speakers to the wrong output!! As for the X server how do I open that (new to KDE, sorry).
|
X server is what manages all the beautiful things on your screen, it is the server of the graphical output.
KDE, Gnome, Xfce, etc. are just graphical environment packages but they all use X.
since i do not know what configuration method your distro uses, and i dont know if you are using Xorg or xfree86 for your X server i will just give you this portion of my xorg.conf:
Code:
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
thats the configuration for my ps/2 mouse with scroll wheel.
use that in your xorg.conf (found in /etc/X11/)
or in xfree86 configuration file but i dont remember where that usually is, since most distros are switched to Xorg these days.
|
|
|
|
04-12-2007, 07:39 PM
|
#7
|
|
Member
Registered: Apr 2007
Distribution: Windows, Ubuntu 8.04, starting Slackware
Posts: 45
Original Poster
Rep:
|
re:
ok I found the file for the xorg.conf but I cannot edit it. What now?
|
|
|
|
04-12-2007, 07:43 PM
|
#8
|
|
Member
Registered: Feb 2007
Distribution: Vector
Posts: 318
Rep:
|
Quote:
|
Originally Posted by nerdman978
ok I found the file for the xorg.conf but I cannot edit it. What now?
|
...ever tried the root account? kinda helps sometimes lol
to enter root in terminal/console just type "su" and it will prompt for a password.
"sudo" may or may not be configured on your system... you can always try.
*EDIT*
just a note, for n00bs it is actually easier when they are constantly logged in as root since you dont have to worry about stuff not working because of permissions. once you get comfortable with the system, start transferring your settings over to your regular account (most settings can be transferred by copying over the .appname directories from one home directory to the other)
Last edited by r00tb33r; 04-12-2007 at 07:46 PM.
|
|
|
|
04-12-2007, 07:49 PM
|
#9
|
|
Member
Registered: Apr 2007
Distribution: Windows, Ubuntu 8.04, starting Slackware
Posts: 45
Original Poster
Rep:
|
Oops. By "I cannot edit it" doesn't mean I cannot open it, it means I cannot delete or add text to it. Yes I did try that code in the command line.
|
|
|
|
04-12-2007, 07:57 PM
|
#10
|
|
Member
Registered: Feb 2007
Distribution: Vector
Posts: 318
Rep:
|
Quote:
|
Originally Posted by nerdman978
Oops. By "I cannot edit it" doesn't mean I cannot open it, it means I cannot delete or add text to it. Yes I did try that code in the command line.
|
in the terminal, as root run the following:
Code:
chmod 777 /etc/X11/xorg.conf | nano /etc/X11/xorg.conf
you can substitute any text editor of your choice instead of nano, such as kwrite or gedit...
|
|
|
|
04-12-2007, 08:12 PM
|
#11
|
|
Member
Registered: Apr 2007
Distribution: Windows, Ubuntu 8.04, starting Slackware
Posts: 45
Original Poster
Rep:
|
Ok I followed all the instructions but still no scrolling.
|
|
|
|
04-12-2007, 08:20 PM
|
#12
|
|
Member
Registered: Feb 2007
Distribution: Vector
Posts: 318
Rep:
|
Quote:
|
Originally Posted by nerdman978
Ok I followed all the instructions but still no scrolling.
|
you never said whether or not scrolling works somewhere and not in some programs?
do you not have scrolling working anywhere at all?
|
|
|
|
04-12-2007, 08:21 PM
|
#13
|
|
Member
Registered: Apr 2007
Distribution: Windows, Ubuntu 8.04, starting Slackware
Posts: 45
Original Poster
Rep:
|
No scrolling. At all. None of programs let me scroll. None.
|
|
|
|
04-12-2007, 08:35 PM
|
#14
|
|
Member
Registered: Feb 2007
Distribution: Vector
Posts: 318
Rep:
|
Quote:
|
Originally Posted by nerdman978
No scrolling. At all. None of programs let me scroll. None.
|
what kind of mouse is it then?
|
|
|
|
04-12-2007, 08:41 PM
|
#15
|
|
Member
Registered: Apr 2007
Distribution: Windows, Ubuntu 8.04, starting Slackware
Posts: 45
Original Poster
Rep:
|
re:
Razer Copperhead First Edition (yes it does kick ass)
Its the only one I have so...
Well after changing that xorg.conf file I'm going to restart and see if that helps.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:38 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|