Sunday, December 16, 2007

Firefox Image Preview

I can't believe there isn't a fix for this. Because there really should be.

I hope the people over at Ubuntu Hoary decide to research it a little bit more.

Here's a general idea of what I'm talking about:



When I click on the folder option, my ONLY CHOICE is "all files" I don't have the choice to choose image preview or anything. However in my image programs like f-spot, and gimp, I have this availability....

Wednesday, December 12, 2007

Screen Resolution Woes

I simply cannot believe Gutsy Gibbon has done this TWICE to me in the past month.

My xserver will just give up and die. In fact, I don't even know if it is that. Somehow when I start up my computer, it will tell me the resolution is off, and will ask me to configure it.

Ubuntu will automatically default to low graphics mode with a Vesa video card driver, and no matter what I do, I can't change it back! It bothers the crap out of me. the first time, I just reinstalled ubuntu because there are absolutely no resolutions out there for this!

This time, on my eee pc it did it to me, and all I did was in the grub menu, boot in recovery mode, and then typed reboot.

now if that doesn't solve it for you, I did the quick fix found here first, but it didn't seem to do anything. Good luck!

Monday, December 3, 2007

dvd playback 2

I finally got everything to work fine.

Same way I did in Feisty. So even if Gutsy will automatically install restricted drivers and extras, THEY DON'T WORK. Funny how a guy can write a python script, and have it work for every nvidia driver, yet ubuntu still can't figure out how to do it themselves.

I would enable the restricted driver (nvidia) and it would install totally fine. Then it would restart, and it would shoot me into low graphics mode, an 800 resolution shitty display, and it was trying to tell me that my nvidia driver was a vesa. bull shit.

anyway, I just went with envy, and everything works fine.

Found here:

http://albertomilone.com/nvidia_scripts1.html

Sunday, December 2, 2007

DVD Playback

I think Gutsy Gibbon is the worst release ubuntu has offered yet. Edgy gave me headaches, feisty was fine, but I am on my 4th fresh install of gutsy. NOTHING WORKS.

This is how I got DVD play back to work:

sudo apt-get install ubuntu-restricted-extras


also make sure you have libdvdcss2, and some other things.

I currently am unable to get menus working for dvds, and VLC will close if you try to load the dvd normally, but if I go to a certain title it will play. WTF? I never had any issues in my previous installations of ubuntu!!!!

Monday, November 26, 2007

Getting Internet to Work Linksys WUSB54Gv4


This is the best instructional on how to get internet to work with a linksys wusb54gv4 in Ubuntu Gutsy Gibbon without ndiswrapper! This solution should be credited to AlexMono94

It looks like:



HOWTO: Linksys WUSB54G V4 in Gusty

Okay, after a whole week of trying I finally have the Linksys WUSB54G V4 working in Gutsy without ndiswrapper.

This should work with a fresh install of Gutsy or an upgrade from Feisty

You will need the following packages:
  • build-essential - which you can get from an Ubuntu CD. (Edgy/Feisty/Gutsy etc.)
  • linux-headers-'uname -r' - which you can get from a quick search at packages.ubuntu.com
The first thing you will need to do is find a way of getting the RT2570 CVS driver on to your computer from http://rt2x00.serialmonkey.com/rt2570-cvs-daily.tar.gz.

First of all extract the contents of the archive into your home folder.

Then in the the terminal:

Code:
cd rt2570-cvs-xxxxxxxxxx
(where xxxxxxxxxx is what that part of the folder name which you extracted. (it changes depending on the date)

and then change into the module directory:

Code:
cd Module
after that make the source code:

Code:
make
and then install as root

Code:
sudo make install
That covers installing the driver. Now if all goes well you will need to blacklist the default driver that comes with Gutsy.

Code:
sudo gedit /etc/modprobe.d/blacklist
at the bottom add "blacklist rt2500usb" (without the quoatation marks)

Then restart and manually configure your network by clicking the network monitor and choosing "manual configuration" and click "wireless connection" and then properties. Untick "enable roaming mode" and fill in the details as necessary then press ok and be sure to check the box next to wireless configuration.. And restart again and check if you are connected.

If you are not connected, in the terminal:

Code:
sudo gedit /etc/network/interfaces
and change all occurrences of "rausb1" to "rausb0" and then yet again, restart.