LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 06-24-2003, 09:07 AM   #31
jchristman
Member
 
Registered: Mar 2003
Distribution: Fedora Core 3
Posts: 125

Rep: Reputation: 15

when you download them, make sure you just send them to /home/bruce/
and make sure there names stay the same. If not your browser is changing them and puting them into the temp and changing there names when this happens it will also drop off the .rpm at the end of the file. If you have to right click on the links and try the save link as to get it to save the file correctly. Or just try a differant browser to download them .
 
Old 06-24-2003, 09:39 AM   #32
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
jchristman,

The browser was the problem. Changed from Konqueror to Mozilla and got to select where to save them. I have all four rpm's now (you said glut not needed).

Now, is there any particular order in which I should install them? And do I do the install Zac said on post #28 or the one you said on post #29?

Thanks!
 
Old 06-24-2003, 09:44 AM   #33
jchristman
Member
 
Registered: Mar 2003
Distribution: Fedora Core 3
Posts: 125

Rep: Reputation: 15
If you have not installed any before use post #28 other wise use #29
The differance is that the rpm -ivh means just install it.
the rpm -Uvh means if there is version already installed then Upgrade to the new version and this will not overwrite older files.

istall them alphabetically

alib
lirc
glut (this is not needed in redhat 9) a newer version is already installed.
xine-libs
xine
 
Old 06-24-2003, 09:56 AM   #34
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
How can I check to see what Konqueror might have done?
 
Old 06-24-2003, 10:02 AM   #35
jchristman
Member
 
Registered: Mar 2003
Distribution: Fedora Core 3
Posts: 125

Rep: Reputation: 15
all that Konqueror does is download and save the files with its own temp name. so if you downloaded them you can just delete the files out of tmp they just al start with a - k if there are none there then it didnot complete the download, so dont worry about it. There is a setting in konqueror to change the way it downloads files but I cannot remeber where it is at.
 
Old 06-24-2003, 10:07 AM   #36
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Thanks for all your help. I will attempt the install of xine now.

Personally, I have a DVD player and a TV. However, my Chinese friend who is my contact at the store where I buy parts to build and repair computers wants it for his Linux box, which he installed the day after me. I am trying to help him, and since it is so difficult reading Chinese menus, I am installing on my system first so I can tell him how to do it, and help if needed.

Will post back and let you know if I was able to get it working.

Thanks for your help!
 
Old 06-24-2003, 10:23 AM   #37
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
jchristman,

I installed the rpm's.

How do I run the program?

Thanks!
 
Old 06-24-2003, 10:53 AM   #38
zmedico
Member
 
Registered: Feb 2002
Location: Mission Viejo, California, USA
Distribution: Gentoo
Posts: 707

Rep: Reputation: 30
You can just type "xine" on the command line. Maybe there's also a shortcut in the K-menu under "Sound & Video". I associate video files with xine in the Konqueror file manager so I can just click on the files. That's Konqueror->Settings->Configure Konqueror->File Associations and the you can type in a pattern like .avi and it will show you the existing assciation so you can modify it.
 
Old 06-24-2003, 04:48 PM   #39
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Before I went to bed last night, I found xine in /usr/bin

By clicking on the icon in there, it launched. Somewhere in the process, I closed the actual player part, and now all I get is the cute little xine splash screen. I'll read some other xine threads to see if I can find out how to fix my problem.

The DVD's that I'm inserting have 2 folders, audio-ts and video-ts. No files show up in the audio folder; the video folder has .bup, .ifo, and .vob files. Show hidden files is checked.

Also, Xine didn't show as a shortcut in the K-menu under "Sound & Video" until I rebooted Linux. I thought Linux didn't have to reboot to show an installed program. Boy, do I have a lot to learn, eh? (Like how to make the KDE desktop come up on reboot, instead of Gnome -and what's the difference anyway?) How do you make stuff you select stick? Will try to run linuxconf and get that option from manual or whatever to automatic.

Thanks for your help.
 
Old 06-24-2003, 08:05 PM   #40
zmedico
Member
 
Registered: Feb 2002
Location: Mission Viejo, California, USA
Distribution: Gentoo
Posts: 707

Rep: Reputation: 30
Quote:
Originally posted by Chinaman
By clicking on the icon in there, it launched. Somewhere in the process, I closed the actual player part, and now all I get is the cute little xine splash screen.
right-click on the video output area and then choose the first option: "GUI visibility"

Quote:
Originally posted by Chinaman
Also, Xine didn't show as a shortcut in the K-menu under "Sound & Video" until I rebooted Linux. I thought Linux didn't have to reboot to show an installed program.
At the most, you would have to restart KDE. A reboot is definitely overkill.

Quote:
Originally posted by Chinaman
(Like how to make the KDE desktop come up on reboot, instead of Gnome -and what's the difference anyway?)
The program "switchdesk"
 
Old 06-25-2003, 08:31 AM   #41
jchristman
Member
 
Registered: Mar 2003
Distribution: Fedora Core 3
Posts: 125

Rep: Reputation: 15
To change your desktop to always default to KDE

run
cat /etc/sysconfig/desktop
DESKTOP="GNOME"

change this var to = KDE
This will always make it start by default.
 
Old 06-25-2003, 08:47 AM   #42
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
jchristman,


i hosed my whole system today

just finished a low level format

am about to reinstall rh9

any advice before i start?

/bruce
 
Old 06-25-2003, 11:15 AM   #43
jchristman
Member
 
Registered: Mar 2003
Distribution: Fedora Core 3
Posts: 125

Rep: Reputation: 15
Do a custom install and partion your harddrive manually based upon usage and what you will be doing with the system and if you are the only one using it.
 
Old 06-25-2003, 11:20 AM   #44
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Okay. I did that.

Now, I am installing all the packages, but they will all be running, also, right? Can I stop stop some from running so my system is more efficient?

Still have the xine rpm's from you - it worked okay, but still needed setup. Think I can do it fine.

Just inserted CD#3.
 
Old 06-25-2003, 12:59 PM   #45
jchristman
Member
 
Registered: Mar 2003
Distribution: Fedora Core 3
Posts: 125

Rep: Reputation: 15
If you installed all the rpms this will only cause it to take up more space, and some more services will run. What you dont want just use the redhat-config-packages and remove the them. If you want to leave them on there just to play with thats fine. As for the services once you get the machine up and running run
ps aux
and figure out what you want dont want that is and what you want that is not like http, ftp, dns, dhcp, etc....
I will help if you want.
 
  


Reply



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
RedHat 9 and Xine Player akrusm Linux - Software 2 05-10-2004 09:37 PM
how to install xine on redhat 9 sasquash Linux - Software 8 05-01-2004 08:23 PM
xine & RedHat 9 GomiCowboy Linux - Networking 0 09-16-2003 07:42 PM
Does xine work for RedHat 9 PionexUser Linux - Software 1 09-04-2003 07:31 PM
Install xine on Redhat 9 Enlightened Linux - Software 4 07-03-2003 05:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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