LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 06-16-2006, 08:46 AM   #1
eMcJagger
LQ Newbie
 
Registered: Jun 2006
Posts: 7

Rep: Reputation: 0
ATI drivers not working on Ubuntu 6.06


Hello,

Like apparently many people, I have been having great trouble getting the ATI graphics card in my Toshiba laptop to work properly in Dapper, though it seemed to work fine on Breezy. I have checked many many forums and HOWTOs, starting with wiki*cchtml*com/index*php/Ubuntu_Dapper_Installation_Guide, but nothing works. (Sorry, had to replace "." with "*" to get my post on, since I haven't yet posted 3 times and therefore am not permitted to post URLs. Sorry to hack around the policy, but I think my motives are legitimate.)


MAIN PROBLEM:

3d graphics seem to be okay; screensavers work, as does the openGL 3d viewport of my 3d animation application (Houdini). Currently fgl_glxgears doesn't work (see below), but it has worked at various stages of my fruitless fix attempts. One problem is that in Houdini and some other apps (eg. Cinelerra), parts of the UI are black. This wouldn't be so bad, but also, at random but frequent occasions while I'm interacting with the UI, the screen will just go black, then go to text-only login, and then go to a black screen with "_" at the top, at which point I have to manually turn the machine off. So I'm thinking the problem is with the 2d, not 3d, aspect of the drivers, if that's possible.

When I follow the instructions at wiki*cchtml*com/index*php/Ubuntu_Dapper_Installation_Guide (again, replace "*" with "."), I don't notice any errors, but after rebooting, fglrxinfo still says I'm using mesa3d, not ati (see below). Even after trying all the other tips I could find, I can never get fglrxinfo to show that I'm using ati.

Note that Houdini didn't work properly right away with Breezy but the problem was different; crazy triangular drawing artifacts all over the place instead of black and crashes. I fixed that by following the Breezy instructions here: wiki*kubuntu*org/BinaryDriverHowto/ATI.

Sorry to post a problem so similar to so many others out there, but I'm really at my wit's end. Note (in case you haven't already) that though I've been using Linux for a couple years, I'm not very savvy with sys-admin stuff. That's mainly why I've so loved Ubuntu -- very friendly to the non-technical. But I'm stuck. Any help much, much appreciated.


SYSTEM INFO:

Here is a bunch of info about my system that people seemed to find relevant on the forums I've checked. Let me know if you need more.


**********************************


Graphics card:

ATI Mobility Radeon 9000

Laptop model:

Toshiba Satellite A70


**********************************


Output from lsmod | grep fglrx:

fglrx 391756 8
agpgart 36784 2 fglrx,ati_agp


**********************************


Output from dmesg | grep fglrx:

[4294697.374000] [fglrx] Maximum main memory to use for locked dma buffers: 372 MBytes.
[4294697.374000] [fglrx] module loaded - fglrx 8.25.18 [May 18 2006] on minor 0
[4294716.316000] [fglrx:firegl_init_mask_ram] *ERROR* maskram_type not detected
[4294716.317000] [fglrx] Internal AGP support requested, but kernel AGP support active.
[4294716.317000] [fglrx] Have to use kernel AGP support to avoid conflicts.
[4294716.317000] [fglrx] AGP detected, AgpState = 0x1f00021b (hardware caps of chipset)
[4294716.318000] [fglrx] AGP enabled, AgpCommand = 0x1f000312 (selected caps)
[4294716.336000] [fglrx] total GART = 33554432
[4294716.336000] [fglrx] free GART = 17559552
[4294716.336000] [fglrx] max single GART = 17559552
[4294716.336000] [fglrx] total LFB = 60911616
[4294716.336000] [fglrx] free LFB = 52719616
[4294716.337000] [fglrx] max single LFB = 52719616
[4294716.337000] [fglrx] total Inv = 0
[4294716.337000] [fglrx] free Inv = 0
[4294716.337000] [fglrx] max single Inv = 0
[4294716.337000] [fglrx] total TIM = 0


**********************************


Output from fglrxinfo (again, replace "*" with "." for the Mesa project):

display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www*mesa3d*org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.4.1)


**********************************


Output from fgl_glxgears:

Using GLX_SGIX_pbuffer
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 144 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 33
Current serial number in output stream: 33


**********************************


/etc/X11/xorg.conf file:
Code:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
	FontPath	"/usr/share/X11/fonts/misc"
	FontPath	"/usr/share/X11/fonts/cyrillic"
	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/Type1"
	FontPath	"/usr/share/X11/fonts/100dpi"
	FontPath	"/usr/share/X11/fonts/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"type1"
	Load	"v4l"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"US"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"0"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"ATI MOBILITY RADEON 9000"
	Driver		"fglrx"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	HorizSync	28-50
	VertRefresh	43-75
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI MOBILITY RADEON 9000"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x800"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection
 
Old 06-18-2006, 02:13 PM   #2
smannell
Member
 
Registered: Feb 2005
Location: Kansas City
Distribution: Kubuntu 8.04
Posts: 72

Rep: Reputation: 15
Similar problems

I've been wrestling with ATI drivers for years, and always managed to get them working in Suse or Red Hat, but so far no luck in Kubuntu. It looks like you have the driver installed and the kernel module loading properly, but the 3-D part isn't being used. I cant' tell if this is because the driver itself is having problems or because X isn't configured properly. Do you have an older xorg.conf file from when things were working you can compare to your current setup? I don't see anything out of the ordinary in you xorg.conf file, but I'm not an expert by any means. Which method (1 or 2) did you use when following ATI's instructions? Sorry I couldn't offer more help.
 
Old 06-20-2006, 02:02 AM   #3
eMcJagger
LQ Newbie
 
Registered: Jun 2006
Posts: 7

Original Poster
Rep: Reputation: 0
I've tried both methods 1 and 2, in that order. Sorry, I'm not entirely sure which xorg.conf I started with -- I've got about 25 backups by now! But I think these are xorg.conf before I installed ubuntu 6.06, and then after I installed 6.06 but before I started hacking at the driver. In any case, I've grown so exasperated with this problem (been working on it pretty steadily for a week) that I think I'm just going to backup my home and reinstall Breezy -- a pity since Dapper does seem to have some nice features, but I'm at my wit's end and I really need proper graphics. Thanks for your input tho, and any more thoughts still appreciated.



BEFORE INSTALLING 6.06:
Code:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen         "Default Screen" 0 0
	InputDevice    "Generic Keyboard"
	InputDevice    "Configured Mouse"
	InputDevice    "Synaptics Touchpad"
EndSection

Section "Files"

        # paths to defoma fonts
	FontPath     "/usr/share/X11/fonts/misc"
	FontPath     "/usr/share/X11/fonts/cyrillic"
	FontPath     "/usr/share/X11/fonts/100dpi/:unscaled"
	FontPath     "/usr/share/X11/fonts/75dpi/:unscaled"
	FontPath     "/usr/share/X11/fonts/Type1"
	FontPath     "/usr/share/X11/fonts/CID"
	FontPath     "/usr/share/X11/fonts/100dpi"
	FontPath     "/usr/share/X11/fonts/75dpi"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
	Load  "GLcore"
	Load  "bitmap"
	Load  "ddc"
	Load  "dri"
	Load  "extmod"
	Load  "freetype"
	Load  "glx"
	Load  "int10"
	Load  "type1"
	Load  "vbe"
EndSection

Section "InputDevice"
	Identifier  "Generic Keyboard"
	Driver      "kbd"
	Option	    "CoreKeyboard"
	Option	    "XkbRules" "xorg"
	Option	    "XkbModel" "pc104"
	Option	    "XkbLayout" "us"
EndSection

Section "InputDevice"
	Identifier  "Configured Mouse"
	Driver      "mouse"
	Option	    "CorePointer"
	Option	    "Device" "/dev/input/mice"
	Option	    "Protocol" "ImPS/2"
	Option	    "Emulate3Buttons" "true"
	Option	    "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
	Identifier  "Synaptics Touchpad"
	Driver      "synaptics"
	Option	    "SendCoreEvents" "true"
	Option	    "Device" "/dev/psaux"
	Option	    "Protocol" "auto-dev"
	Option	    "HorizScrollDelta" "0"
EndSection

Section "Monitor"
	Identifier   "Generic Monitor"
	HorizSync    28.0 - 50.0
	VertRefresh  43.0 - 75.0
	Option	    "DPMS"
EndSection

Section "Device"
	Identifier  "ATI Technologies, Inc. Radeon Mobility 9100 U3 (R200 IGP)"
	Driver      "fglrx"
	Option	    "VideoOverlay" "on"
	Option	    "OpenGLOverlay" "off"
	BusID       "PCI:1:5:0"
EndSection

Section "Screen"
	Identifier "Default Screen"
	Device     "ATI Technologies, Inc. Radeon Mobility 9100 U3 (R200 IGP)"
	Monitor    "Generic Monitor"
	DefaultDepth     24
	SubSection "Display"
		Depth     1
		Modes    "1200x800"
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes    "1200x800"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes    "1200x800"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes    "1200x800"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1200x800"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1200x800"
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection
AFTER INSTALLING 6.06, BEFORE HACKING THE DRIVER:

Code:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
	FontPath	"/usr/share/X11/fonts/misc"
	FontPath	"/usr/share/X11/fonts/cyrillic"
	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/Type1"
	FontPath	"/usr/share/X11/fonts/100dpi"
	FontPath	"/usr/share/X11/fonts/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"ZAxisMapping"		"4 5"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"0"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"ATI Technologies, Inc. Radeon Mobility 9100 U3 (R200 IGP)"
	Driver		"fglrx"
	BusID		"PCI:1:5:0"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	HorizSync	28-50
	VertRefresh	43-75
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies, Inc. Radeon Mobility 9100 U3 (R200 IGP)"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x800"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection
 
Old 06-20-2006, 07:50 AM   #4
smannell
Member
 
Registered: Feb 2005
Location: Kansas City
Distribution: Kubuntu 8.04
Posts: 72

Rep: Reputation: 15
I feel your pain, I wasted three days on this same problem. What I discovered was that after a failed attempt at method #1, I needed to remove everything before trying method two. At the bottom of the page are tips for trouble shooting. One section gives instructions for removing the Breezy packages. You have to do this before trying to install the Dapper ones. I had a clean install of Kubuntu 6.06, but I followed these instructions for removing the old packages from the failed attempts. One of them was not uninstalling properly, and I had to manually delete a file and a directory. Once I got everything removed, I used method two and everything worked. However, if you use method two, make sure to not update the fglrx-kernel-source package. Adept will tell you there are updateds available, but DON'T install them. I made that mistake once as well. You may have already tried all this, but it is what worked for me. Looking at your xorg.conf files, it doesn't appear that the upgrade re-installed this file, as "fglrx" is still the driver listed. I wouldn't be surprised if there is a package left over from Breezy that is not getting removed. Good luck.
 
Old 06-20-2006, 02:02 PM   #5
eMcJagger
LQ Newbie
 
Registered: Jun 2006
Posts: 7

Original Poster
Rep: Reputation: 0
Mm, I tried to follow your advice but after I followed the tip at the bottom and removed all the old fglrx packages, find /usr/ -name "*fglrx*" -print showed that the following files were still installed:

Code:
/usr/share/doc/fglrx
/usr/share/fglrx
/usr/share/fglrx/fglrx-install.log
/usr/share/fglrx/fglrx-uninstall.sh
/usr/include/X11/extensions/fglrx_gamma.h
/usr/lib/fglrx
/usr/lib/fglrx/libfglrx_dm.a
/usr/lib/fglrx/libfglrx_dm.so.1.0
/usr/lib/fglrx/libfglrx_gamma.a
/usr/lib/fglrx/libfglrx_gamma.so.1.0
/usr/lib/fglrx/libfglrx_pp.a
/usr/lib/fglrx/libfglrx_pp.so.1.0
/usr/lib/fglrx/libfglrx_pp.so.1
/usr/lib/fglrx/libfglrx_gamma.so.1
/usr/src/modules/fglrx
/usr/src/modules/fglrx/debian/fglrx-kernel-2.6.15-23-686.postinst
/usr/src/modules/fglrx/debian/fglrx-kernel-2.6.15-25-686.postinst
/usr/src/modules/fglrx/libfglrx_ip.a.GCC2
/usr/src/modules/fglrx/libfglrx_ip.a.GCC3
/usr/src/modules/fglrx/libfglrx_ip.a.GCC4
/usr/src/fglrx-kernel-2.6.15-25-686_8.25.18-1+2.6.15-25.43_i386.deb
/usr/X11R6/lib/libfglrx_gamma.1
/usr/X11R6/lib/modules/dri/fglrx_dri.so
Do you know if any of these were the ones you had to remove?

In any case, regretful though I am to say it, I've pretty much given up hope on getting the ati graphics working on Dapper, and I'm now trying to back up my home to an external hard drive so I can reinstall Breezy -- which is also giving me problems! It seems that when I copy to the external drive, it takes up space on my root filesystem. I'm about to make another post about this, which will be the only other post by eMcJagger on this forum, if you're interested.

Many thanks for the help though.

Last edited by eMcJagger; 06-20-2006 at 02:03 PM.
 
Old 06-20-2006, 06:20 PM   #6
smannell
Member
 
Registered: Feb 2005
Location: Kansas City
Distribution: Kubuntu 8.04
Posts: 72

Rep: Reputation: 15
I know at one point I deleted the /usr/src/modules/fglrx directory. If you still end up doing a re-install, I would strongly recommend making /home a separate partition. Then you can leave it alone when you update or change operating systems and never have to worry about losing data during an upgrade, although you'll still probably want to ocassionally back things up. I even use the same /home partition and user account for both Suse and my Kubuntu experiment so that I always have access to my personal data.

If you have enough free space on the drive, it is possible to do this before you upgrade and you won't have to restore any data. Of course it is always a good idea to back up anything important before playing with partitions. It looks like you got your external hard drive issue figured out so you now have a good backup.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Need HELP please-Ubuntu provided drivers vs. ATI official drivers smiley_lauf Ubuntu 2 02-12-2006 11:30 AM
Nedd HELP please-Ubuntu provided drivers vs. ATI official drivers smiley_lauf Ubuntu 1 02-11-2006 09:01 AM
ATI Driver installed. Ubuntu 5.10. not working javb Ubuntu 3 01-22-2006 06:51 PM
USB not working ! AMD64/Ubuntu/ATI ricardo06 Linux - Hardware 0 07-30-2005 07:31 PM
ATI Drivers in Ubuntu - refuses to install? Waerner Linux - Newbie 5 07-15-2005 08:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 10:27 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration