Page 1 of 1

Re: Pictures

Posted: Sat Apr 19, 2008 8:39 pm
by Lantesh
If you go into synaptic package manager and install nvidia-settings that will give you the linux equivalent of nview in Windows. I don't know what's up with your other issues though.

Re: Pictures

Posted: Sat Apr 19, 2008 11:30 pm
by newW2
Did you run Envy from the menu? You can install the Nvidia drivers using this application.

If the horizontal sync / vertical refresh are off then there is xvidtune command.
Open a terminal and run the command
xvidtune
Click cancel in the box that pops up.
Now you have your monitors refresh rates in terminal.
Use them in your /etc/X11/xorg.conf
Open a terminal and:

Code: Select all

sudo gedit /etc/X11/xorg.conf
Find where it says section montor and add the h-sync and v-refresh from the xvidtune command (see following).

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
Horizsync 30-70
Vertrefresh 50-160
EndSection

When you bork the xorg-config file you can reset is. Try it on the install the isn't working if you can get to a tty screen (Alt+F1). Login and then type in:
sudo dpkg-reconfigure -phigh xserver-xorg
Note: this can be done from terminal if you can get to one.

I'm not sure what you mean by getting rid of the un-useable one, but if it's in a separate partition and you don't need any of the data you can reformat that partition using gparted. However, let us know what partition you installed on - post you /etc/fstab file.

Don't know about my space.

Re: Pictures

Posted: Sun Apr 20, 2008 8:41 am
by jokersloose
I use myspace and I found that when I downloaded pictures from my camera and then opened the upload page in myspace I couldn't "see" any of the pictures I just downloaded. For me I had to go and change the file format from .JPG to .jpg. Funny how something as simple as capital letters will lock ya up. LOL So you might check your file ext and see if it matches one of the formats myspace uses.

Hope this helps.

James