LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This 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


Reply
  Search this Thread
Old 06-04-2006, 07:12 PM   #16
Rojon
Member
 
Registered: Aug 2005
Location: UK
Distribution: Slackware
Posts: 41

Rep: Reputation: 15

Quote:
Been there, done that... It acts like its installing something, it even says something like "installation complete", but nothing else... no shortcuts or icons, the 2xclicking the executable does nothing at all.
Maybe try and start opera from the command line..

$ opera

.. see if that works. Or maybe locate where is was installed and try executing it using the full path.
 
Old 06-04-2006, 07:18 PM   #17
btmiller
Senior Member
 
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 4,290

Rep: Reputation: 378Reputation: 378Reputation: 378Reputation: 378
Try opening up a terminal and typing "opera" (no quotes) and see if that launches Opera. If not, become root with su (see ethics's post) and type "updatedb" (again no quotes). When that's done exit back to your normal user. Then type "locate opera" and type the full path to the executable (if you can't tell what it is, post the locate results here). Linux programs by default don't put icons on the desktop or make menu entries -- you can do that yourself later.

You really shouldn't have this much problem with the Nvidia driver. I've used it on a number of 5000 series Nvidia cards without any trouble at all. Is the machine itself locking up? Or is it just X? I.e. can you restart or kill X with CTRL+ALT+Bkspace after it has frozen?

The nv drivers (gereic) should be able to do much better than 1024x768 as well (I run them at 1900x1200 on my machine at work). Maybe you sshould try them?
 
Old 06-04-2006, 07:18 PM   #18
JimBass
Senior Member
 
Registered: Oct 2003
Location: New York City
Distribution: Debian Sid 2.6.32
Posts: 2,100

Rep: Reputation: 49
Take things one step at a time. Open a terminal, do as you were told earlier, and type in su. Give the root password, then edit the xorg.conf file, changing vesa to nvidia, and adding the additional resolutions you want. Save the file, then reopen it just to make sure the changes you made have been saved. If nvidia and the larger resolutions are there, then either ctrl-backsapace or ctrl-alt-backspace will close x windows, leaving you at terminal only. If you are not signed in, sign in as your regular user, not root. Then issue the command startx. That will fire up xwindows again, with the new configuration.

Peace,
JimBass
 
Old 06-04-2006, 08:19 PM   #19
snurfle
LQ Newbie
 
Registered: Jun 2006
Posts: 11

Original Poster
Rep: Reputation: 0
Great.
Opera at the cmdline says:
ERROR: ld.so: object 'libjvm.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libawt.so' from LD_PRELOAD cannot be preloaded: ignored.
Then it launches, but closes almost immediately.

System still hangs when I change resolution using drakx11 or through the MCC; total freeze... ctrl-backspace does nothing... hell, even the 'numlock' light doesn't work.

But now, I have 1600 resolution, but the monitor still displays 1024 @ 60 Hz. So I have to slide the picture into view by running the mouse off the edge of the screen!
I can't change it back, either... keeps locking the system when I try to change it back!

Maybe the FX-5200 isn't supported? Just a guess-- it's only got 256 Meg, maybe it's time to upgrade if I want to keep running Linux.
 
Old 06-04-2006, 08:37 PM   #20
snurfle
LQ Newbie
 
Registered: Jun 2006
Posts: 11

Original Poster
Rep: Reputation: 0
OK... I put everything back to 1024x768, 60 Hz. I'm just going to leave it there... it's too much of a hassle to try and change it.
Should I try and go back to the default video drivers that came with mandriva? I only ask because the graphics are really slow and choppy with the ones from nvidia.
And as far as opera goes, I can just use foxfire. It's not that big a deal; I just got used to opera for windows; it works pretty slick there.

But anyway, thanks for all your help. Sorry it turned out to be a waste of time!
 
Old 06-04-2006, 11:50 PM   #21
btmiller
Senior Member
 
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 4,290

Rep: Reputation: 378Reputation: 378Reputation: 378Reputation: 378
The Opera problem sounds like you don't have the Java runtime installed or it's not picking it up. You mighjt want to get it from java.sun.com sometime. Anyhow, I like Firefox quite a bit more than Opera, so I think you've made a good choice :-).

Anyhow, good luck with it now. Maybe you'll get your X woes straightened out once you're more familiart with Linux and have a chance to experiment with it more.
 
Old 06-05-2006, 05:09 AM   #22
Rojon
Member
 
Registered: Aug 2005
Location: UK
Distribution: Slackware
Posts: 41

Rep: Reputation: 15
I had a nvidia FX5200 128M on my desktop and it worked fine with the driver I downloaded from the nvidia website.

You could try running 'xorgconfig' and configuring X from scratch. It's a text based configuration tool that will ask you a bunch of questions. You will need all the details of your hardware such as the monitor's refresh rates, etc. Keep a copy of your old 'xorg.conf' file just incase it all goes pear-shaped though.

I recommend xorgconfig because I use Slackware, not sure what Mandriva has to offer.

Cheers

Last edited by Rojon; 06-06-2006 at 06:57 AM.
 
Old 06-05-2006, 06:10 AM   #23
Michael_aust
Member
 
Registered: Aug 2005
Location: Lancashire (United Kingdom)
Distribution: Debian Etch, on 686 machine.
Posts: 509

Rep: Reputation: 31
snurfl have you considered being super lazy, hea dover to the 'mandriva irc room on freenode and ask to some post there xorg configuration who has it set to 1280x1024 or what ever resolution you want to pastebin then just change the line saying driver: from nv or vesa to nvidia.
 
Old 06-05-2006, 07:18 AM   #24
ethics
Senior Member
 
Registered: Apr 2005
Location: London
Distribution: Arch - Latest
Posts: 1,522

Rep: Reputation: 45
http://www.nvidia.com/object/linux_d..._1.0-8762.html are you following all of the steps here?

Make sure you are in run level 3 (ie not an X run level)

As for opera type
Code:
opera
into a terminal, what output (if any) do you get?
 
Old 06-05-2006, 09:34 AM   #25
Rojon
Member
 
Registered: Aug 2005
Location: UK
Distribution: Slackware
Posts: 41

Rep: Reputation: 15
Quote:
into a terminal, what output (if any) do you get?
snurfle posted the output from trying 'opera' on the command line already..

Quote:
Opera at the cmdline says:
ERROR: ld.so: object 'libjvm.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libawt.so' from LD_PRELOAD cannot be preloaded: ignored.
Then it launches, but closes almost immediately.
 
Old 06-06-2006, 06:54 AM   #26
snurfle
LQ Newbie
 
Registered: Jun 2006
Posts: 11

Original Poster
Rep: Reputation: 0
Xorgconfig took care of the video trouble immediately. Nice recommendation, Rojon.

I messed around with Opera a bit, and it seems to be working fine now. That was just a noob mistake... once it fired up, I had closed the terminal window from which I had launched it. Duh!

Seems to be running sweet now!

Thanks for all your assistance, gang.

Now- are there any more 'secrets' I should know about, or will things become apparent the more I use it?
 
Old 06-06-2006, 07:07 AM   #27
Rojon
Member
 
Registered: Aug 2005
Location: UK
Distribution: Slackware
Posts: 41

Rep: Reputation: 15
If you want a shortcut for opera you can right click on the desktop (KDE) and create a new link to an application. In the pop up window type 'Opera' under the 'General' tab, and under the 'Application' tab, type 'opera' in the command box (or the full path to where Opera is installed). That should place an icon on the desktop that links to Opera. Look in the properties of any other icons and you will see how it's done (you can change the icon as well).

Linux will always bring it's fair share of problems when you start using it but nothing that can't be sorted. Just remember most problems can be fixed some way or another.

Cheers
 
Old 06-06-2006, 07:35 AM   #28
snurfle
LQ Newbie
 
Registered: Jun 2006
Posts: 11

Original Poster
Rep: Reputation: 0
Thanks... That's exactly what I had done!
I'm sure I'll end up leaning heavily on this site as I go along. Although, I really haven't seen anything too hateful (other than the video setup!).
 
  


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
Is Java Installed Properly tahirghafoor Linux - Newbie 3 04-17-2006 07:48 AM
You do not have PyGtk-2 properly installed flamah Linux - Newbie 5 01-06-2005 12:13 PM
Help me, Ive been tryin for 8 hours to get this installed Phoenix_SPLX Mandriva 7 06-16-2004 12:32 AM
font not installed properly mw55309 Linux - Newbie 0 08-14-2003 05:39 AM
Dunno if I installed kernel properly - ch 5 amp2000 Linux From Scratch 8 03-28-2002 01:23 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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