Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 08-03-2007, 04:03 PM   #1 (permalink)
Alpha Geek
 
dissel's Avatar
 
Join Date: Feb 2006
Location: Kolkata
Posts: 519
Default Open Suse 10.2 Query

In Open suse 10.2 I am running KDE, How can I switch in GNOME,when I log in it never showed any login screen where the session option available and it never ask username and password also.

How I can enable all this feature ?

I configure my network card via Yast-->Network Cards-->Traditional method with ifup--->Address-->
and put the IP address and subnet mask...but where to put the dns address ?

The setting must be according this page
http://www.calcuttatelephones.com/da...tall/mu03.html

Can any please help.......

I download opera (Opensuse 10.2 version) from opera website and save it to desktop,how can I install it ?

Last edited by dissel; 08-03-2007 at 04:10 PM.
dissel is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 08-03-2007, 04:20 PM   #2 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Open Suse 10.2 Query

Quote:
Originally Posted by dissel
In Open suse 10.2 I am running KDE, How can I switch in GNOME,when I log in it never showed any login screen where the session option available and it never ask username and password also.
Open KDE Control Centre, go to Login and disable Automatic login

Quote:
Originally Posted by dissel
I configure my network card via Yast-->Network Cards-->Traditional method with ifup--->Address-->
and put the IP address and subnet mask...but where to put the dns address ?
I dunno much about the GUI way but CLI way is
Code:
su
nano -w /etc/resolv.conf
Now type in your DNS servers here in following format
Quote:
nameserver 202.88.130.15
nameserver 202.88.130.5
replace 202.88.130.15 and 202.88.130.5 with whatever you have.
Quote:
Originally Posted by dissel
I download opera (Opensuse 10.2 version) from opera website and save it to desktop,how can I install it ?
rpm -ivh <path to file>
It's better to use package manager rather.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 08-03-2007, 05:23 PM   #3 (permalink)
TheSaint
 
NucleusKore's Avatar
 
Join Date: Jun 2004
Location: Antigua
Posts: 3,444
Default Re: Open Suse 10.2 Query

A) If its like 10.1 than the name server settings are in the Yast-->Network Cards-->Traditional method with ifup--->Address-->
Where you give the ip and subnet mask, below that you will see a hostname and nameserver button, click on that and enter it there

B) Otherwise,
1. Open a shell, by pressing alt and F2, and typing konsole or xterm and clicking ok.
2. Type su, press enter, feed your root password and press enter.
3. Then type at the prompt

vi /etc/resolv.conf

and press enter

4. Press the insert key once
and type the following if it isn't already there, otherwise simply go to the appropriate line with the arrow keys and edit

nameserver 125.22.47.125
nameserver 202.56.250.5

where the ip addresses are of your primary and secondary dns lookup addresses. I have used mine as an example here.

5. Then press the escape key once and type

:wq

and press enter

6. now type

service network restart

and press enter

7. press ctrl and D twice in succession to exit
__________________
http://www.neville.in
http://www.linuxrocks.in
"The Future Is Open"
NucleusKore is offline  
Old 08-03-2007, 07:17 PM   #4 (permalink)
Alpha Geek
 
dissel's Avatar
 
Join Date: Feb 2006
Location: Kolkata
Posts: 519
Default Re: Open Suse 10.2 Query

@NucleusKore
Thank you Sir, Thanks a lot for your nice help....as I know you are dedicated Suse user.
Yes my problem solve with GUI way which you described.

@tech_your_future

Where is the KDE Control Center ?
I found Configure Desktop/Personal Settings, where System Administration--->Login Manger--->(After enabling Administrator Mode)--->Convenience

It display the Auto Login Disabled.

here is the screenshot



What I do now ? I want every time it ask me for user name and password and also give me the option like choosing desktop environment.....like a proper linux behaviour.
dissel is offline  
Old 08-03-2007, 07:31 PM   #5 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,182
Default Re: Open Suse 10.2 Query

^^Here is how you do it. Go to yastmodules->security and users->user management->choose the user u want to disable autologin->expert options->login settings and disable autologin.

Source
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher
phreak0ut is offline  
Old 08-03-2007, 08:00 PM   #6 (permalink)
Alpha Geek
 
dissel's Avatar
 
Join Date: Feb 2006
Location: Kolkata
Posts: 519
Default Re: Open Suse 10.2 Query

@phreak0utt

Thanks it working now.....great.

In yast I add Video Lan player Repository,

Acording to this page http://www.videolan.org/vlc/download-suse.html

but can't get the player. I add the packman repo too but nothin work....I can't play any MP3 or
any divx file.



So please help me...How can I do all this ?

I followed this post http://www.thinkdigit.com/forum/show...09&postcount=1

I also download the vlc rpm file but nothin works.
dissel is offline  
Old 08-03-2007, 09:22 PM   #7 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,182
Smile Re: Open Suse 10.2 Query

I don't know if you really went through till the last post. Even after installing the w32codec, mp3s and videos didn't work on my system either. You need to have all the xine libraries installed. Go to YaST and type xine in Software Management. Check all that shows up as xine. You also need your CDs/DVD handy, so keep it ready. Just install and you will be able to play your audio and video. Coming to the VLC part, I had to play around a bit with the repo link before it finally installed on my system. Since you have got the repo right and ON, go back to Software Management and type vlc. You should see the dependencies there. Check all of 'em and install. You might be interested with this site as well
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher
phreak0ut is offline  
Old 08-03-2007, 09:36 PM   #8 (permalink)
Debian Rocks!
 
freebird's Avatar
 
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
Smile Re: Open Suse 10.2 Query

Quote:
Originally Posted by dissel
In Open suse 10.2 I am running KDE, How can I switch in GNOME,when I log in it never showed any login screen where the session option available and it never ask username and password also.
Try installing GDM(gnome desktop manager) instead of most prolly installed kdm from Yast2 pkg manager.Also there is something like "switchdesk" command to set gnome2 default.U can check some file like
/etc/sysconfig/desktop to edit and replace kde to gnome.

If you are going to use gnome or gnome apps @ minimum,U should try getting gstreamer0.10 plugins.with VLC player,it seems weird,i cant help u directly coz not using susee linux.
but..you can try installing VLC player via CLI by downloading VLC player and using rpm -ivh foobar.rpm cmd.
It though shows the dependencies that needs to be sorted out and u may manually download and install
http://download.videolan.org/pub/vid...uSE/10.2/i586/
__________________
"The day windows users wake up to reality, it will be doomsday for Microsoft."UNIX like OS are more secure.get urself out 4m M$ http://whylinuxisbetter.net http://tinyurl.com/2amjjc http://fsf.org
freebird is offline  
Old 08-03-2007, 10:33 PM   #9 (permalink)
Alpha Geek
 
dissel's Avatar
 
Join Date: Feb 2006
Location: Kolkata
Posts: 519
Default Re: Open Suse 10.2 Query

Quote:
Originally Posted by phreak0utt
I don't know if you really went through till the last post. Even after installing the w32codec, mp3s and videos didn't work on my system either. You need to have all the xine libraries installed. Go to YaST and type xine in Software Management. Check all that shows up as xine. You also need your CDs/DVD handy, so keep it ready. Just install and you will be able to play your audio and video. Coming to the VLC part, I had to play around a bit with the repo link before it finally installed on my system. Since you have got the repo right and ON, go back to Software Management and type vlc. You should see the dependencies there. Check all of 'em and install. You might be interested with this site as well
@phreak0utt
I tried to search the Yast Software Management XINE & VLC.....
In Xine some component are installed,when I try to install remaining those it pop up that it will conflict with other.

and when the VLC turn....it shows all components are need to install...and when tick them up....it pop up conflict warning...I ignore and continue...after some time it ain't install at all.


As this web link suggest here http://en.opensuse.org/YaST_package_repository
I add the Packman,Guru,VLC VideoLan Client,suser-jengelh,Scorot,GnuCash
repository to my yast software source.

So,now my yast look like this


and the software updater in the task bar stated 56 update available....
but when I update my system it says :-

Dependency Resolution Failed



What the wrong I did ?
dissel is offline  
Old 08-03-2007, 10:51 PM   #10 (permalink)
Alpha Geek
 
hailgautam's Avatar
 
Join Date: Feb 2006
Location: Hyderabad
Posts: 745
Default Re: Open Suse 10.2 Query

hey, you have to install the xine and all the related stuff - they would be available on the DVD itself and should not be a problem, By the way what application you are using to play mp3 and dvds, in my system I am not able to use Totem Player - which was the default player.- to play anything - it says that no codecs are available, I use Kaffine for video and Amarok for mp3.
__________________
Change is Nature, the part that we can influence; and it starts when we decide.

Where you going?
With Luck forward.
hailgautam is offline  
Old 08-03-2007, 11:01 PM   #11 (permalink)
TheSaint
 
NucleusKore's Avatar
 
Join Date: Jun 2004
Location: Antigua
Posts: 3,444
Default Re: Open Suse 10.2 Query

Please note the difference between xine-lib and libxine. If you are confused, remove xine-lib and whatever comes off with it. The install libxine, kaffeine, and w32. Should work
__________________
http://www.neville.in
http://www.linuxrocks.in
"The Future Is Open"
NucleusKore is offline  
Old 09-03-2007, 12:57 AM   #12 (permalink)
Alpha Geek
 
dissel's Avatar
 
Join Date: Feb 2006
Location: Kolkata
Posts: 519
Default Re: Open Suse 10.2 Query

At last.....I can enable all the multimedia stuff in Suse 10.2.

I Install all the package of VLC by force download....and VLC play all the Video/Audio.

Then I go to install 'g streamer010 ugly' and all it's plug in....[I remember the Ubuntu stuff]
Now I can play MP3 in Amarok/Helix player/Totem

divx movie can be played with Totem,Kafine.
Kafine can be able to play dvd.
Only totem can't play DVD-Video.
To enable full Multimedia stuff it takes near about 6-hours for a noob like me.

Last edited by dissel; 09-03-2007 at 01:05 AM.
dissel is offline  
Old 10-03-2007, 08:45 PM   #13 (permalink)
Alpha Geek
 
dissel's Avatar
 
Join Date: Feb 2006
Location: Kolkata
Posts: 519
Default Re: Open Suse 10.2 Query

Hi,
I have a .bin file....Is there any way to convert it as a .rpm file so I can use it in SUSE ?

I have Fat32 partition which contained some file size between 600 MB to 2 GB of each...whenever I try to delete those it takes more than 5 min,and dialog box appear saying like 'request in progresses'. Is there any way to make fast delete processes ?

In SUSE where I can enable the NFS service ?

I want to download the AVG from here http://free.grisoft.com/doc/5390/lng...i-spyware-free

but it always says "Error 404"...Is there any repository available for AVG ?
dissel is offline  
Old 10-03-2007, 10:30 PM   #14 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,182
Talking Re: Open Suse 10.2 Query

Quote:
Originally Posted by dissel
I want to download the AVG from here http://free.grisoft.com/doc/5390/lng...i-spyware-free

but it always says "Error 404"...Is there any repository available for AVG ?
Why do you want an anti-virus for linux? You are just letting it suck up more of your disk space and memory. There is a thread as to why you don't need an anti-virus for your linux box. Search for that.
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher
phreak0ut is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +5.5. The time now is 10:04 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2