LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Could some enlighten me!!!! (https://www.linuxquestions.org/questions/linux-newbie-8/could-some-enlighten-me-13897/)

CyberDrake 02-09-2002 10:52 AM

Could some enlighten me!!!!
 
Greetings fellow Linux users!
Brace yourself cuz i'm gonna ask some really noob questions. So please bear with me. With your cooperation i hope i would succesfully be able to dump MS from my system :D BTW i use RH 7.2!
Here are my queries:
1. In Gnome and KDE how do we get rid of those extra unwanted packages. Example Abiword,gnumeric,etc....Is there any MS equivalent Add/remove program utility in there. If some please guide me!
2. Does linux have an answer to Adobe Photoshop or better still is a linux version available?
3. Since i hate java enabled browsers like Mozilla and Netscape. Are there any alternative efficient browsers which could match IE?
4. Are there any tweaks/tricks i could implement in my OS, which would boost my system while using Linux?
5. Which is better Grub or Lilo as a boot loader?Why?

Well as of know these is my small list of questions......hopefully once these get answered i might pop in again with some more. :D

Thanks and have a nice day-
Mark

acid_kewpie 02-09-2002 11:06 AM

1) 'gnorpm' for a gui, or just 'rpm -e Abiword' on a console.

2) try 'gimp' it's the best by a very long way.

3) how about: just don't use the java plugin???

4) well, yeah there are hundreds of things... mainly removing unwanted services via whatever control centre you like.

5) depends what 'better' means. lilo is easier and prettier and works fine.

CyberDrake 02-09-2002 11:19 AM

Quote:

Originally posted by acid_kewpie
1) 'gnorpm' for a gui, or just 'rpm -e Abiword' on a console.

Thanks for replying Chris! Ok gnorpm allows one to uninstall stuff....but there isnt any decription given, explaining what each program does. I mean i got to know what i am going to delete before hand right! Is there another GUI way of getting to know the description of a program before deleting!

Also how can one switch between Gnome and KDE.!!

acid_kewpie 02-09-2002 11:21 AM

rpm -qi packagename will give a description of a package

to change from kde to gnome, use switchdesk.

oh yeah next to the 'uninstall' button in gnorpm there's a 'query' button, which erm.. queries teh selected package ;-)

CyberDrake 02-09-2002 03:09 PM

Umm..everything seems to go fine as of know..pheeew! But one thing is really bothering me. Is the Genius netscroll+ mouse supported in Linux. If yes, could someone direct my attention to the download page!
I am desperate for those drivers :D

acid_kewpie 02-09-2002 03:12 PM

R U THERE?
 
what's so special about the mouse? if it's just a scroll wheel yuo're after, that's easy. you shold be able to configure it with mouseconfig, or simplay make the pointer section in /etc/X11/XF86Config-4 look a bit like...

Code:

# **********************************************************************
# Pointer section
# **********************************************************************

Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/psaux"
    Option "ZAxisMapping" "4 5"
EndSection

as you can guess it's the ZAxisMapping that deals with it..

CyberDrake 02-09-2002 03:21 PM

Well I had this info in that file by default:
-----------------------------------------------
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
-----------------------------------------------

But still i'm not able to scroll.....................:( Do I have to modify something in here!

acid_kewpie 02-09-2002 03:30 PM

well, the mouse might be using M$ intellimouse stuff, which is what IMPS/2 is for. try that.

CyberDrake 02-09-2002 03:47 PM

I dont get it. My mind is playin' up. Each time i modify the above said file by changing PS/2 to IMPS/2 and then i try and save it. I get hit by "Cant save file. Discard changes" message. Aaaaaaaaaaaaaarg! Help!

acid_kewpie 02-09-2002 03:54 PM

you need to be root.

CyberDrake 02-09-2002 04:11 PM

Quote:

Originally posted by acid_kewpie
you need to be root.
Ok logged in as root, modified and saved the file. BUT the problem still persists. I am still unable to scroll. :smash:


All times are GMT -5. The time now is 01:35 PM.