LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Idiot's Guide in Installing Nvidia and Monitor Drivers and Flashplayer in Opera (https://www.linuxquestions.org/questions/linux-software-2/idiots-guide-in-installing-nvidia-and-monitor-drivers-and-flashplayer-in-opera-543396/)

jlconferido 04-04-2007 05:11 PM

Idiot's Guide in Installing Nvidia and Monitor Drivers and Flashplayer in Opera
 
Hi! I just installed Ubuntu 6.10 and I am happy except that since I am a newbie, I find the interface a little bit overwhelming. Now, there are things that I want to fix in Ubuntu and i followed the ubuntuguide and for some reason I can not make it work or is It just me? Are the things we suppose to do should be done in terminal? Can someone show me the things that I should do "step by step"?

1. I am using a 7600 GS graphics card. How do I install the drivers? How do I know that the drivers are installed already?

2. How do I set the resolution? The drag down bar in Screen Resolution seems to be stuck in one setting? Should I install the driver for my monitor? I am using an LG 17-inch CRT.

3. I am an Opera user. My problem is I can not install the Flash Player correctly and I thin that you have to intall a component called Open Motif, how do I do this?

Quote:

Install OpenMotif in Opera
Go to http://www.opera.com/linux/docs/plugins/install/motif/ to download OpenMotif openmotif_2.1.30-5_i386.deb
sudo dpkg -i --force-all openmotif_2.1.30-5_i386.deb
I tried the guide but to no avail. An error always show up. I tried Synaptic Package Manager and its always say: dependency is not satisfiable: xlib6g.

Here is the guide on how to istall Flash Player.

Quote:

Installation instructions
.tar.gz installation
Click the "Download .tar.gz" link. A dialog box will appear asking you where to save the file.
Save the .tar.gz file to your desktop and wait for the file to download completely.
Unpackage the file. A directory called install_flash_player_9_linux will be created.
In terminal, navigate to this directory and type ./flashplayer-installer to run the installer. Click Enter. The installer will instruct you to shut down your browser(s).
Once the installation is complete, the plug-in will be installed in your Mozilla browser. To verify, launch Mozilla and choose Help > About Plug-ins from the browser menu.
.rpm installation
Click the "Download .rpm" link. A dialog box will appear asking you where to save the file.
Save the .rpm file to your desktop and wait for the file to download completely.
In terminal, navigate to the desktop and type # rpm -Uvh . Click Enter. (Note: This must be done as a root user). The installer will instruct you to shut down your browser(s).
Once the installation is complete, the plug-in will be installed in your Mozilla browser. To verify, launch Mozilla and choose Help > About Plug-ins from the browser menu.
After downloading, it says that I should go to terminal and navigate to the directory where I saved the file, how do i navigate in terminal to go to desktop and run the program?

Sorry for these questions, I tried searching but could not find the right answer. I hope someone here is kind enough to teach a complete idiot to resolve my problems. Thanks in advance! Sorry if I posted here and not in the newbie thread.

Wim Sturkenboom 04-04-2007 11:43 PM

With regards to your video card, you can follow the instructions HOWTO: Install the Nvidia driver on Edgy Eft.
With regards to the resolution:
Edit your X11 configuration file (/etc/X11/xorg.conf; you need root privileges) and change HorizSync and VertRefresh in the section monitor to match the specs of your monitor. The bold values below need to be changed (the given values match my monitor).
Code:

Section "Monitor"
#DisplaySize      320  240    # mm
Identifier  "Monitor0"
VendorName  "DEL"
ModelName    "DELL P790"
HorizSync    31.0 - 92.0
VertRefresh  50.0 - 150.0
Option      "DPMS"
EndSection

Next locate the section screen and check/modify it
Code:

Section "Screen"
Identifier "Screen0"
Device    "Card0"
Monitor    "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport  0 0
Depth    1
EndSubSection
SubSection "Display"
Viewport  0 0
Depth    4
EndSubSection
SubSection "Display"
Viewport  0 0
Depth    8
EndSubSection
SubSection "Display"
Viewport  0 0
Depth    15
EndSubSection
SubSection "Display"
Viewport  0 0
Depth    16
EndSubSection
SubSection "Display"
Viewport  0 0
Depth    24
modes    "1280x960" "1024x768" "800x600"
EndSubSection
EndSection

Find the default depth and the associated subsection (both are in bold above). Add the desired resolutions in the associated subsection (example of added resolution in red).

I can't 100% help you with regards to the opera question. I've installed EasyUbuntu on my Dapper Drake system. It gives access to some stuff (like flash and codecs) that is not available through Ubuntu. You can try to install flash from there.

PS: I don't have an Ubuntu system at hand, so can't tell you how to edit the X11 configuration without using vi

jlconferido 04-05-2007 03:02 AM

@Wim Sturkenboom

Thanks a lot! :)


All times are GMT -5. The time now is 03:13 AM.