Sponsored Content
Full Discussion: graphics drivers
Operating Systems Linux Ubuntu graphics drivers Post 302218303 by Texasone on Thursday 24th of July 2008 11:19:45 PM
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
 

9 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

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. 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

7. 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

8. 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

9. 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
gvid_no_claim_dev(5)						File Formats Manual					      gvid_no_claim_dev(5)

NAME
gvid_no_claim_dev - PCI Vendor/Device ID that the gvid graphics driver will not claim VALUES
Failsafe Default Allowed values Recommended values Specific to the device you wish to prevent from claiming. DESCRIPTION
This tunable specifies the PCI Vendor ID and/or Device ID of a graphics device that the HP graphics driver should not claim. The graphics driver was designed to be a general purpose driver for all PCI graphics cards. As a result, the driver will attempt to claim any PCI graphics display device found on the system. This can be a problem for graphics device developers who need their own graphics driver to claim their own graphics device. The value of will specify a PCI Vendor ID and/or Device ID of a graphics card that the gvid graphics driver should not claim. It is a 32 bit number, with the upper 16 bits containing the PCI Vendor ID and the lower 16 bits containing the PCI Device ID. Either the Vendor ID or Device ID can use a wildcard value of For example, if is set to the value the driver will ignore graphics devices with a PCI Vendor ID of and a Device ID of If is set to the driver will not claim any graphics cards with a Vendor ID of regardless of the Device ID. Who Is Expected to Change This Tunable? Anyone who wishes the graphics driver to ignore a specific graphics device. This will typically be someone writing their own graphics driver for their own hardware. Restrictions on Changing Changes to this tunable take effect at the next reboot. What Other Tunables Should Be Changed at the Same Time? None. WARNINGS
All HP-UX kernel tunable parameters are release specific. This parameter may be removed or have its meaning changed in future releases of HP-UX. Installation of optional kernel software, from HP or other vendors, may cause changes to tunable parameter values. After installation, some tunable parameters may no longer be at the default or recommended values. For information about the effects of installation on tun- able values, consult the documentation for the kernel software being installed. For information about optional kernel software that was factory installed on your system, see at AUTHOR
was developed by HP. Tunable Kernel Parameters gvid_no_claim_dev(5)
All times are GMT -4. The time now is 01:18 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy