PDA

View Full Version : [ubuntu] Video Cards



daniell59
April 30th, 2011, 09:31 PM
Please forgive me if this is an inane question.
What is the significance of the different video cards.
I know that my system functions best with none selected in Visual Effects.
This is my Video Card. Asus EAH3450

Thanks

K_45
April 30th, 2011, 10:50 PM
That card with fglrx driver should work with desktop effects. There are a number of differences in GPU's, such as ROP's, texture units, clock speed, API support, but this shouldn't effect desktop effects. Ubuntu is not Windows in terms of resources (yet).

daniell59
April 30th, 2011, 11:05 PM
That card with fglrx driver should work with desktop effects. There are a number of differences in GPU's, such as ROP's, texture units, clock speed, API support, but this shouldn't effect desktop effects. Ubuntu is not Windows in terms of resources (yet).

Whenever I would choose anything except none, I would have a problem going from one window to another one. Why, I don't know.

K_45
April 30th, 2011, 11:11 PM
Have you tried the proprietary driver?

daniell59
April 30th, 2011, 11:17 PM
Have you tried the proprietary driver?

I think that I did.

K_45
April 30th, 2011, 11:23 PM
Enter


fglrxinfo

in a terminal, what is the output?

daniell59
April 30th, 2011, 11:26 PM
Enter


fglrxinfo

in a terminal, what is the output?

display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon HD 3400 Series
OpenGL version string: 3.2.9756 Compatibility Profile Context

K_45
April 30th, 2011, 11:30 PM
You are using the driver, but effects can't be enabled? What is the exact problem?

daniell59
April 30th, 2011, 11:32 PM
You are using the driver, but effects can't be enabled? What is the exact problem?

When I have more than one window open, and I want to go to another one, the response is very sluggish. It may take several seconds to respond.
When none is selected, I have no problme.

the-penguin
April 30th, 2011, 11:32 PM
It sounds like this could be the RAM, since the video card is supported and quite powerful.
How much RAM does your computer have?
If you don't know you can find it in the System Monitor, it's usually just listen as Memory.

regards,
Jason

daniell59
April 30th, 2011, 11:36 PM
it sounds like this could be the ram, since the video card is supported and quite powerful.
How much ram does your computer have?
If you don't know you can find it in the system monitor, it's usually just listen as memory.

Regards,
jason

4gig

K_45
April 30th, 2011, 11:36 PM
What are your system specs? PC/laptop?

Run
sudo lshw -html > results.html

Open the html file and note down the specs.

daniell59
April 30th, 2011, 11:42 PM
What are your system specs? PC/laptop?

Run
sudo lshw -html > results.html

Open the html file and note down the specs.

How do I open the HTML file?

K_45
April 30th, 2011, 11:48 PM
Firefox or Chromium. Double click on it.

daniell59
April 30th, 2011, 11:51 PM
Firefox or Chromium. Double click on it.

I am sorry but I am not following you. Do I double click in the terminal?

K_45
April 30th, 2011, 11:57 PM
Run


firefox results.html &

daniell59
May 1st, 2011, 12:00 AM
Run


firefox results.html &

Thanks for your input, I will read what you have suggested.