Driver "fglrx", 3D acceleration and Ati Radeon 7500

Guillermo Latorre superwillyfoc at rastafurbi.org
Wed Feb 22 20:27:31 UTC 2006


¡Hello everyone!

I use Ubuntu Dapper, recently upgraded, on my Thinkpad T41 laptop. 
I was using Breezy and no problems with 3D acceleration on my ATI Radeon
7500 Mobility. When I installed Ubuntu, the card was succesfully
installed by
Ubuntu during the system installation process. 

That systema was Breezy. Now I have upgraded to Ubuntu Dapper and I have
lost the 3D acceleration. 

I have read many manuals and "ATI and fglrx for 3D" How-to's  but I
can't get it working.
The problem is I can't start a X session with "fglrx" driver
in /etc/X11/xorg.conf, but it works prefect with "ati" and "radeon"
drivers. The system tries to start X but it can't, and get a "no screens
found" error.
No screens found!!


I have installed linux-restricted-modules-2.6.15-15-686,
xserver-xorg-driver-ati and xorg-driver-fglrx.

When I try to insert the fglrx module, I get:

root at Will:/home/guille # modprobe fglrx
FATAL: Error inserting fglrx (/lib/modules/2.6.15-15-686/misc/fglrx.ko):
No such device

I attach my /etc/X11/xorg.conf file and the /var/log/Xorg.0.log that I
get when I try to start gdm with the "Driver "fglrx"" activated.


It is strange, because when I try to start a X session with "fglrx" it
causes an error "Device not found. No screens found", but then I change
the driver to "ati" and watching the /var/log/Xorg.0.log file I don't
see any "screen error", only errors or something about the Synaptic
Touchpad...

Is that the Xorg log file I need (/var/log/Xorg.0.log) to see what is
happening and what are the errors?


Can you help me?  

Thank you very much,

Guille

-------------- next part --------------

# /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      0  "aticonfig Screen 0" 0 0
	InputDevice    "Generic Keyboard"
	InputDevice    "Configured Mouse"
	InputDevice    "Synaptics Touchpad"
EndSection

Section "Files"

	# path 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/100dpi"
	FontPath     "/usr/share/X11/fonts/75dpi"
	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" "pc105"
	Option	    "XkbLayout" "es"
EndSection

Section "InputDevice"
	Identifier  "Configured Mouse"
	Driver      "mouse"
	Option	    "CorePointer"
	Option	    "Device" "/dev/input/mice"
	Option	    "Protocol" "ExplorerPS/2"
	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 "Monitor"
	Identifier   "Monitor genérico"
	HorizSync    28.0 - 49.0
	VertRefresh  43.0 - 72.0
	Option	    "DPMS"
EndSection

Section "Monitor"
	Identifier   "aticonfig Monitor 0"
EndSection

Section "Device"
	Identifier  "ATI Technologies, Inc. Radeon Mobility M7 LW [Radeon Mobility 7500]"
	Driver      "ati"
	BusID       "PCI:1:0:0"
EndSection

Section "Device"
	Identifier  "ATI Graphics Adapter 0"
#	Driver      "fglrx"
	Driver      "ati"
	BusID       "PCI:1:0:0"
        Option "VideoOverlay" "on"
        Option "OpenGLOverlay" "off"
        Option "UseInternalAGPGART" "no"
EndSection

Section "Screen"
	Identifier "Default Screen"
	Device     "ATI Technologies, Inc. Radeon Mobility M7 LW [Radeon Mobility 7500]"
	Monitor    "Monitor genérico"
	DefaultDepth     24
	SubSection "Display"
		Depth     1
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier "aticonfig Screen 0"
	Device     "ATI Graphics Adapter 0"
	Monitor    "aticonfig Monitor 0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection

-------------- next part --------------
A non-text attachment was scrubbed...
Name: Xorg.0.log
Type: text/x-log
Size: 39617 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20060222/fe4b2ec8/attachment.bin>


More information about the ubuntu-users mailing list