graphics drivers


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu graphics drivers
# 8  
Old 07-08-2008
help with debian now

OK. I have officially moved off of Ubuntu and onto Debian Lenny. I like everything but I want alittle more wow factor. I have tried to install ATI drivers, but none have my card. I have tried open source and closed source, but still nothing.
At this point I'm not really sure of what to ask, but if anyone would like to help that would be nice. I have ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]. I even tried to cheat my way out by installing ubuntu gusty(the last Ubuntu edition to have working 3D) and copied the xorg.conf file over to the debian partition, but forgot that I need the drivers and modules from the Ubuntu, which I don't have. Any idea on how to get those drivers for the card. And the drivers at ATI's website are not my card so they were no help.
# 9  
Old 07-10-2008
i have problem mandriva linux graphic driver
have you any simple documentation?
# 10  
Old 07-25-2008
when cheating helps

ok, This is now solved for me atleast, I don't know if it will help for the person that posted above me though. Ok, here it goes. I have been trying to get mesa on this computer, with the radeon mobility 7500. i just redid the computer I am typing on with Debian LennyBeta 2, most recent version, and I have compiz and had compiz-fusion, until i deleted it. I had to add the repository:
Code:
deb http://download.tuxfamily.org/shames/debian-lenny/desktopfx/unstable/ ./

. and when I downloaded the files, a dependency called something like "mesa-util" was downloaded and that took care of the mesa drivers, I think. thou i also changed my xorg.conf file to this for the video driver:
Code:
Section "Device"
	Identifier "ATI Technologies, Inc. Radeon Mobility 7500 M7 (RV200 LW)"
	Driver "radeon"
	BusID "PCI:1:0:0"	
#	Identifier	"Configured Video Device"
#	newstuff
	Option 		"RenderAccel" "true"
	Option		"AGPMode" "4"
	Option		"AGPFastWrite" "true"
	Option		"EnablePageFlip" "True"
EndSection

And now it works perfectly.

though to Bazuka, I can not guarantee any success via this method for you, but it would be worth a shot. I would recommend making a small partition and installing Mandriva and trying it there before doing anything on your main partition if you don't feel like having to uninstall something if xorg goes wrong
# 11  
Old 07-31-2008
Texasone, another option you might try for the ATI driver is to install envyng from snaptic package manager and allow envy to select and configure xorg.conf. I use envy to set up some rather old video boards and have had much success with the results. As for changing the vdu on the laptop,I could not tell you but as there is a bug in the ati driver , you may continue to have problems with that particular setup. As before,please update with any results you may have. Good luck
# 12  
Old 08-01-2008
hey, thanks. I will go on tomorrow and put debian on the system and try that out. I'm still a newbie so is there any other file you want results from besides xorg.conf?
# 13  
Old 01-03-2009
I actually had a problem with my graphics card it would not work properly in the vanilla Heron set-up but after a couple of updates it's all working fine - don;t know why but I suspect a kernel upgrade has done the trick.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. OS X (Apple)

[Solved] links2 --enable-graphics from source, configure error: no graphics driver found.

Howdy I am trying to install links2 with graphics support on snow leopard 10.6.8 (xcode installed). I have had the program running last year, also installed from source - but then I had installed some image libraries with mac ports and fink - cannot reproduce that setup. Plus I would like to not... (6 Replies)
Discussion started by: butterbaerchen
6 Replies

2. High Performance Computing

Graphics cards

More and more applications which consist of computationally intensive tasks rely on the graphics card's capabilities in order to speed up the calculations. The question is how can one know whether the graphics card will have any influence for a proprietary application? (2 Replies)
Discussion started by: figaro
2 Replies

3. Programming

2D Graphics Lib

Hi, I am on Fedora9 and need to do some simple 2D graphics (for game development). I am looking for an ideal 2D library/package to be used with GCC. I have come accross GRX, libmxi and some OpenGL (The 3D), but none of which seems to be ok. I could not find any tutorial or support material... (1 Reply)
Discussion started by: nasersh
1 Replies

4. UNIX for Dummies Questions & Answers

Help, how do I find out what graphics card I have?

I am on an HP C8000 running B.11.11, I have no idea how to tell what graphics card I have...and the amount of memory it has, driver, etc. Also, how do I tell how much ram the box itself has, and other memory information like swap and processor speed and all that. Any help out there for me? ... (1 Reply)
Discussion started by: satraver
1 Replies

5. UNIX for Dummies Questions & Answers

drivers unix 5.01 is compatible with drivers epson fx-2190

Please, I'm From Argentina, And I Need To Know If The Drivers Of Program Unix, Version 5.01 Is Compatible Whit Drivers Of The Printer Epson Fx-2190 Thanks, And I Hope Yuor Answer. (0 Replies)
Discussion started by: juan alberghina
0 Replies

6. Programming

graphics commands ? ? ?

Graphics in UNIX :D well how to include "graphics.h" header file ? how to make the text output in colour in sh programming. please feed in back ....... thanking you alll imma (2 Replies)
Discussion started by: immanuelgangte
2 Replies

7. Programming

Graphics libraries

I want to know if under Linux there are some graphics libraries and/or functions for using simple graphics in the 'console' screen. For example with MS-DOS (when I was using Borland Turbo C++ v1.01, a very old version) there was the include file <graphics.h> that allowed to enter the graphic... (1 Reply)
Discussion started by: robotronic
1 Replies

8. UNIX Desktop Questions & Answers

Graphics programing

Hi all! I`m new in Unix (Linux) and i whant to ask something! What language should i use for Linux developing.I meen applications an GAME DEVELOPING! Should i use C,TCL ??? Please help me on this ...:( (1 Reply)
Discussion started by: Sebastyan
1 Replies

9. UNIX Desktop Questions & Answers

Graphics And Animation

DOES ANYBODY KNOW WHY C OR ANY OTHER UNIX LANGUAGE IS USED IN THREE DIMENSIONAL ANIMATION AND RENDERING (5 Replies)
Discussion started by: aloysius1001
5 Replies
Login or Register to Ask a Question