<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Fbianco</id>
	<title>ThinkWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Fbianco"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Fbianco"/>
	<updated>2026-05-06T07:59:57Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Additional_options_for_the_radeon_driver&amp;diff=31416</id>
		<title>Additional options for the radeon driver</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Additional_options_for_the_radeon_driver&amp;diff=31416"/>
		<updated>2007-07-21T14:02:01Z</updated>

		<summary type="html">&lt;p&gt;Fbianco: typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Options for the [[radeon]] driver are documented on the radeon(4x) man page.&lt;br /&gt;
&lt;br /&gt;
==External Monitors==&lt;br /&gt;
&lt;br /&gt;
First of all, suppose you want to plug in your laptop into a projector occasionally, but you&lt;br /&gt;
don't want to restart X when you do so.&lt;br /&gt;
The easiest thing is to not use any of the CRT2 options and use &lt;br /&gt;
&lt;br /&gt;
Option &amp;quot;MonitorLayout&amp;quot; &amp;quot;LVDS,NONE&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The vga port will carry the same signal as the laptop display&lt;br /&gt;
(at least on my T42p). If the projector does not support the resolution, you can change it using xrandr.&lt;br /&gt;
&lt;br /&gt;
===Using Xinerama===&lt;br /&gt;
&lt;br /&gt;
You can use '''MergedFB''' to provide dualhead '''Xinerama'''-like setups. MergedFB's pseudo-Xinerama is not Xorg server's Xinerama. You don't have to enable Xorg server's Xinerama to use MergedFB's pseudo-Xinerama. However, applications compiled with Xinerama support (Gentoo users USE=&amp;quot;xinerama&amp;quot;) can interpret pseudo-Xinerama hints, for example, to maximize to a single monitor instead of spanning two monitors.&lt;br /&gt;
&lt;br /&gt;
The following (partial) '''Xorg''' config will make the Radeon card use '''1024x768''' on the internal lcd display and '''1280x1024''' on the external ('''Note''': only one screen/monitor section is needed (it controls the setup of the internal monitor) even though we have two displays):&lt;br /&gt;
'''N.B.:''' Modes used in the ''MetaModes'' also have to be present in the ''screen'' modes section.&lt;br /&gt;
&lt;br /&gt;
 Section &amp;quot;Device&amp;quot;&lt;br /&gt;
         Identifier      &amp;quot;ATI&amp;quot;&lt;br /&gt;
         Driver          &amp;quot;radeon&amp;quot;&lt;br /&gt;
         '''# accelration'''&lt;br /&gt;
         Option          &amp;quot;AGPMode&amp;quot; &amp;quot;4&amp;quot;&lt;br /&gt;
         Option          &amp;quot;EnablePageFlip&amp;quot; &amp;quot;on&amp;quot;&lt;br /&gt;
         Option          &amp;quot;RenderAccel&amp;quot; &amp;quot;on&amp;quot;&lt;br /&gt;
         '''# enable (partial) PowerPlay features'''&lt;br /&gt;
         Option          &amp;quot;DynamicClocks&amp;quot; &amp;quot;on&amp;quot;&lt;br /&gt;
         '''# use bios hot keys on thinkpad (aka fn+f7)'''&lt;br /&gt;
         Option          &amp;quot;BIOSHotkeys&amp;quot; &amp;quot;on&amp;quot;&lt;br /&gt;
         '''# enable radeon specific xinerama'''&lt;br /&gt;
         Option          &amp;quot;MergedFB&amp;quot; &amp;quot;true&amp;quot;&lt;br /&gt;
         Option          &amp;quot;CRT2Position&amp;quot; &amp;quot;RightOf&amp;quot;&lt;br /&gt;
         Option          &amp;quot;CRT2Hsync&amp;quot; &amp;quot;50-75&amp;quot;&lt;br /&gt;
         Option          &amp;quot;CRT2VRefresh&amp;quot; &amp;quot;30-82&amp;quot;&lt;br /&gt;
         Option          &amp;quot;MetaModes&amp;quot; &amp;quot;1024x768-1280x1024&amp;quot;&lt;br /&gt;
         Option          &amp;quot;MergedNonRectangular&amp;quot; &amp;quot;true&amp;quot;&lt;br /&gt;
         BusID           &amp;quot;PCI:1:0:0&amp;quot;&lt;br /&gt;
 EndSection&lt;br /&gt;
 Section &amp;quot;Monitor&amp;quot;&lt;br /&gt;
         Identifier &amp;quot;InternalLCD&amp;quot;&lt;br /&gt;
         Option &amp;quot;DPMS&amp;quot;&lt;br /&gt;
 EndSection&lt;br /&gt;
 Section &amp;quot;Screen&amp;quot;&lt;br /&gt;
         Identifier &amp;quot;Default Screen&amp;quot;&lt;br /&gt;
         Device &amp;quot;ATI&amp;quot;&lt;br /&gt;
         Monitor &amp;quot;InternalLCD&amp;quot;&lt;br /&gt;
         DefaultDepth 24&lt;br /&gt;
         SubSection &amp;quot;Display&amp;quot;&lt;br /&gt;
                 Depth 24&lt;br /&gt;
                 Modes &amp;quot;1024x768&amp;quot;&lt;br /&gt;
         EndSubSection&lt;br /&gt;
 EndSection&lt;br /&gt;
&lt;br /&gt;
Note: The '''CRT2''' directives always applies for the external monitor regardless of type (LCD, CRT...). The option '''MergedNonRectangular''' is needed to force the screens into two different sizes.&lt;br /&gt;
&lt;br /&gt;
===External Monitors and Docking Stations/Port Replicators===&lt;br /&gt;
I seems that '''Xorg''' incorectly discovers the external displays when connected to a docking station/port replicator - the only solution to this problem (at least that I know of) is to start the laptop (and boot all the way into X) prior to inserting it in the dock.&lt;br /&gt;
&lt;br /&gt;
It also happens that if you are attempting to use the mergedFB trick to&lt;br /&gt;
do dual head with out a docking station, you have to start X on the laptop&lt;br /&gt;
LCD first, then plug a monitor into the VGA port.  If the external monitor&lt;br /&gt;
is already plugged in, the internal LCD will be blank.&lt;br /&gt;
&lt;br /&gt;
I found that if I add '''Option &amp;quot;MonitorLayout&amp;quot; &amp;quot;LVDS, CRT&amp;quot;''' to my xorg.conf file - I don't have the 'blank' LCD panel problem when I plug the external monitor in before powering up.  (Radeon 9600 M10 [RV350] with xorg 7.0.0).  However - if you want anything other than 'Clone' mode of MergeFB, then you also have to make sure your &amp;quot;Modes&amp;quot; line in the &amp;quot;Screen&amp;quot; section contains the both modes defined in your MetaModes option.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Option          &amp;quot;MonitorLayout&amp;quot; &amp;quot;LVDS, CRT&amp;quot;&lt;br /&gt;
Option          &amp;quot;MetaModes&amp;quot; &amp;quot;1024x768-1280x1024&amp;quot;&lt;br /&gt;
....&lt;br /&gt;
SubSection &amp;quot;Display&amp;quot;&lt;br /&gt;
                Depth 24&lt;br /&gt;
                Modes &amp;quot;1024x768&amp;quot; &amp;quot;1280x1024&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This also resulted in my Notebook having a Virtual screen size of &amp;quot;2304x1024&amp;quot; when the external monitor is connected - but only 1024x768 when it's not connected. Until I did this - even with the external monitor disconnected - the virtual screen size was &amp;quot;2304x1024&amp;quot; and windows would open where I couldn't get to them.&lt;br /&gt;
&lt;br /&gt;
===External Monitors and FireGL Boards with x.org 7===&lt;br /&gt;
x.org release 7, the modular release, broke mergedfb mode with FireGL boards (t4xp systems). Dual screen displays hard locked the machine in certain cases. This is fixed in x.org cvs. Fedora Core 5 (and possibly other distros using x.org 7) can get a new version of radeon_drv.so [http://www.marcuswatkins.net/firegl_xorg7_fedora.html here].&lt;br /&gt;
&lt;br /&gt;
==AGP speed==&lt;br /&gt;
&lt;br /&gt;
By default, the open source radeon driver forces 1x AGP speed. Quote from the developers:&lt;br /&gt;
&lt;br /&gt;
 tuning to the highest speed possible has caused hangs on some boxes, with no&lt;br /&gt;
 discernable pattern, so we default to 'slow but safe' whilst giving the option&lt;br /&gt;
 to go fast if the user wants to try it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Higher speeds can be enabled by adding '''Option &amp;quot;AGPMode&amp;quot; &amp;quot;X&amp;quot;''' (where X is a number) in the '''Device''' section in {{path|/etc/X11/xorg.conf}}.&lt;br /&gt;
&lt;br /&gt;
 Section &amp;quot;Device&amp;quot;&lt;br /&gt;
        Identifier  &amp;quot;Videocard0&amp;quot;&lt;br /&gt;
        Driver      &amp;quot;radeon&amp;quot;&lt;br /&gt;
        VendorName  &amp;quot;IBM Thinkpad&amp;quot;&lt;br /&gt;
        BoardName   &amp;quot;ATIdd Mobility FireGL 7800&amp;quot;&lt;br /&gt;
        '''Option      &amp;quot;AGPMode&amp;quot; &amp;quot;4&amp;quot;'''&lt;br /&gt;
 EndSection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
With this option enabled (set to 4x speed), the X11 server should print ({{path|/var/log/Xorg.0.log}}):&lt;br /&gt;
&lt;br /&gt;
 (**) RADEON(0): Option &amp;quot;AGPMode&amp;quot; &amp;quot;4&amp;quot;&lt;br /&gt;
 (**) RADEON(0): Using AGP 4x mode&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==AGP Fast Writes==&lt;br /&gt;
&lt;br /&gt;
By default, the open source radeon driver disables AGP Fast Writes. Fast Writes can be enabled by adding '''Option &amp;quot;AGPFastWrite&amp;quot; &amp;quot;yes&amp;quot;''' in the '''Device''' section in {{path|/etc/X11/xorg.conf}}.&lt;br /&gt;
&lt;br /&gt;
 Section &amp;quot;Device&amp;quot;&lt;br /&gt;
        Identifier  &amp;quot;Videocard0&amp;quot;&lt;br /&gt;
        Driver      &amp;quot;radeon&amp;quot;&lt;br /&gt;
        VendorName  &amp;quot;IBM Thinkpad&amp;quot;&lt;br /&gt;
        BoardName   &amp;quot;ATI Mobility FireGL 7800&amp;quot;&lt;br /&gt;
        '''Option      &amp;quot;AGPFastWrite&amp;quot; &amp;quot;yes&amp;quot;'''&lt;br /&gt;
 EndSection&lt;br /&gt;
&lt;br /&gt;
{{NOTE|With this one X hangs on startup (black screen) on my ThinkPad T42 (helios42)}}&lt;br /&gt;
{{NOTE|The same problem as above (X hangs on startup (black screen)) has been experienced on a ThinkPad T41p}}&lt;br /&gt;
&lt;br /&gt;
==Dynamic Clock scaling==&lt;br /&gt;
&lt;br /&gt;
Please see:&lt;br /&gt;
&lt;br /&gt;
*[[How to make use of Graphics Chips Power Management features]] &amp;lt;tt&amp;gt;(save even more battery power)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[https://bugs.freedesktop.org/show_bug.cgi?id=2187 Xorg bug] &amp;lt;tt&amp;gt;DynamicClocks may hang your machine&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Color Tiling==&lt;br /&gt;
&lt;br /&gt;
ColorTiling is supposed to be enabled by default. But, it looks like setting it explicitely to &amp;quot;on&amp;quot; increases the FPS in glxgears.&lt;br /&gt;
&lt;br /&gt;
         Option          &amp;quot;ColorTiling&amp;quot;   &amp;quot;on&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Acceleration Architecture==&lt;br /&gt;
&lt;br /&gt;
By default, the XAA architecture is used. EXA is newer and supposed to have better performance. It looks like it reduces the FPS in glxgears (maybe because it disables Page Flip) but makes the Composite extension be fast.&lt;br /&gt;
&lt;br /&gt;
        Option          &amp;quot;AccelMethod&amp;quot;   &amp;quot;EXA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Page Flip==&lt;br /&gt;
&lt;br /&gt;
Page Flip increases performance but is not always supported. It will be disabled if the EXA architecture is used.&lt;br /&gt;
&lt;br /&gt;
         Option          &amp;quot;EnablePageFlip&amp;quot;        &amp;quot;on&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Video overlay==&lt;br /&gt;
&lt;br /&gt;
When the video overlay is used (e.g., by most video players) in dual-screen configuration, the content will be shown only on one head (LCD or CRT) and the other will display a blank rectangle. To control which head displays the video, use the following:&lt;br /&gt;
&lt;br /&gt;
         Option          &amp;quot;OverlayOnCRTC2&amp;quot;        &amp;quot;on&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Note : You may want to have the video overlay on ''both'' Screens. Simply add the following 2 lines :&lt;br /&gt;
&lt;br /&gt;
         Option          &amp;quot;OverlayOnCRTC1&amp;quot;        &amp;quot;on&amp;quot;&lt;br /&gt;
         Option          &amp;quot;OverlayOnCRTC2&amp;quot;        &amp;quot;on&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To switch on the fly, use these commands:&lt;br /&gt;
&lt;br /&gt;
:{{cmd|xvattr -a XV_SWITCHCRT -v 0|}} &amp;amp;nbsp; (LCD)&lt;br /&gt;
:{{cmd|xvattr -a XV_SWITCHCRT -v 1|}} &amp;amp;nbsp; (CRT)&lt;br /&gt;
&lt;br /&gt;
{{HINT|You can configure [[acpid]] to execute these commands automatically when the lid is opened or closed.}}&lt;br /&gt;
&lt;br /&gt;
== Related Links ==&lt;br /&gt;
*[http://www.x.org/X11R6.8.2/doc/radeon.4.html xorg 6.8.2 Radeon manual page]&lt;/div&gt;</summary>
		<author><name>Fbianco</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_6.06_on_a_ThinkPad_T43&amp;diff=27213</id>
		<title>Installing Ubuntu 6.06 on a ThinkPad T43</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_6.06_on_a_ThinkPad_T43&amp;diff=27213"/>
		<updated>2006-12-23T22:06:58Z</updated>

		<summary type="html">&lt;p&gt;Fbianco: word spelling correction&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Installation Log of {{Ubuntu}} 6.06 on a {{T43}}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
Worked right out of the box&lt;br /&gt;
* 1400*1050 resolution&lt;br /&gt;
* Battery Management&lt;br /&gt;
* Ultra Nav (Trackpoint and synaptic touchpad)&lt;br /&gt;
* WLAN (Atheros,  IBM 11a/b/g Wireless LAN Mini PCI Adapter II)&lt;br /&gt;
* Hibernate and Standby&lt;br /&gt;
* Fn keys (switch between monitors untested)&lt;br /&gt;
* Audio Keys &lt;br /&gt;
* ThinkLight&lt;br /&gt;
&lt;br /&gt;
Was easy or required some work&lt;br /&gt;
* easy ubuntu (includes skype and some codecs) &lt;br /&gt;
* middle key of Ultra Nav (Trackpoint)&lt;br /&gt;
* ATI 3D Acceleration (Mobility Radeon X300)&lt;br /&gt;
* Xgl / Compiz&lt;br /&gt;
&lt;br /&gt;
Still TODO&lt;br /&gt;
* Fingerprint reader&lt;br /&gt;
* Forward/Backward keys, Access IBM Key&lt;br /&gt;
&lt;br /&gt;
Untested&lt;br /&gt;
* Bluetooth (light indicates working)&lt;br /&gt;
* Modem &lt;br /&gt;
* IrDA&lt;br /&gt;
* TV out, VGA out&lt;br /&gt;
&lt;br /&gt;
Failed / still requires work&lt;br /&gt;
* Active Protection System (solved 'out of the box' in edgy)&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
===Recovery copy of data===&lt;br /&gt;
&lt;br /&gt;
Before installing a new OS you should create a security copy of your old system. As the IBM Rescue and Recovery tool quit with an error message I used the Ubuntu live CD, mounted and cd'ed into my external hard drive and ran the following command:&lt;br /&gt;
&lt;br /&gt;
 $ cmduser|sudo dd if=/dev/sda1 | gzip | dd of=./sda1.img&lt;br /&gt;
&lt;br /&gt;
where /dev/sda1 is the device with my windows partition and sda1.img the gzipped security copy.&lt;br /&gt;
In case of problems one can now restore lost information using&lt;br /&gt;
&lt;br /&gt;
 $ sudo dd if=./sda1.img | gzip -d | dd of=/dev/sda1 &lt;br /&gt;
&lt;br /&gt;
After creating the recovery copy we are ready to resize the existing windows partition. This article assumes you want to keep your IBM Rescue and Recovery Partition, shrink in size, but keep your windows partition and create a new partition for Dapper Drake.&lt;br /&gt;
&lt;br /&gt;
===Resizing Partitions===&lt;br /&gt;
&lt;br /&gt;
Probably the best choice is now to boot from the alternate CD (read [http://gawrysiak.org/corvus/?p=4] to know why) and  use it to resize the existing NTFS partition. Unfortionately in my case it didn't work. So I booted the Live CD, but gparted and parted refused to resize my Windows, too. If the same happens to you, use the example [http://crashrecovery.org/CrashRecoveryKit/iso/2.4.21/HOWTO.ntfs.html here] to know how to resize it &amp;quot;manually&amp;quot; using ntfsresize and fdisk.&lt;br /&gt;
&lt;br /&gt;
After resizing your windows partition you should reboot window to check everything's in order. It probably will run checkdisk and reboot two times - according to experieces you can read in the web, you should better let windows do that.&lt;br /&gt;
&lt;br /&gt;
===Installation of Ubuntu===&lt;br /&gt;
&lt;br /&gt;
Now it's the time to install Ubuntu. I used the alternate CD for that because I chose to install grub into the Linux partition and not into the Master Boot Record ([http://gawrysiak.org/corvus/?p=4 read why]). The graphical LiveCD installer automatically installs grub to the MBR. If you want to use grub in the MBR read [[Rescue and Recovery]]. There is a description of what you have to do in order to still be able to use the IBM R'n'R partition.&lt;br /&gt;
&lt;br /&gt;
* remember that you're installing GRUB to an '''sda''' mount, not an hda mount like the GRUB installer will prompt you for what you should enter after you tell GRUB not to install in the MBR will be something like this:&lt;br /&gt;
&lt;br /&gt;
 /dev/sda3&lt;br /&gt;
&lt;br /&gt;
After the installation is finshed it will reboot your system. Now windows should start. In my case it didn't, but playing around, booting into the R'n'R partition, starting PC Doctor and doing some Diagnostics (no changes) somehow and surprisingly made windows boot again.&lt;br /&gt;
&lt;br /&gt;
To boot you freshly installed Linux you have to reboot the LiveCD one last time. Use&lt;br /&gt;
&lt;br /&gt;
 $ sudo dd if=/dev/sda5 of=ubuntu.img bs=512 count=1&lt;br /&gt;
&lt;br /&gt;
to copy the first block of grub into an image file and use e.g. an usb flash drive to transfer it to your newly booted windows. Copy paste the image to C:\ and add the following line to your C:\boot.ini:&lt;br /&gt;
&lt;br /&gt;
 C:\ubuntu.img=&amp;quot;Ubuntu Dapper Drake&amp;quot;&lt;br /&gt;
&lt;br /&gt;
At the next restart the windows boot manager should now welcome you with the choice to boot windows or ubuntu. Choose ubuntu to (finally ;-) boot your newly installed linux for the first time.&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
===Easyubuntu===&lt;br /&gt;
&lt;br /&gt;
[http://easyubuntu.freecontrib.org/ Easyubuntu] is a helpful tool to install Skype, codecs, ATi 3D drivers and further things that can make your live easier.&amp;lt;!-- Should this even be here? --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Keyboard Layout===&lt;br /&gt;
&lt;br /&gt;
My T43 has a German keyboard layout. Most worked just fine, but some keys (in my case the &amp;quot;at&amp;quot; and the &amp;quot;tilde&amp;quot; among others) just didn't. If the same happens to you, just go to the Gnome System Preferences menu and choose the right layout for your keyboard (probably named after your language and something like eliminate-dead-keys or no-dead-keys)&lt;br /&gt;
&lt;br /&gt;
===3D Acceleration and Xgl/Compiz===&lt;br /&gt;
&lt;br /&gt;
If you have an ATI Radeon X300, use [http://wiki.cchtml.com/index.php/Ubuntu_Dapper_Installation_Guide this explanation] to make your hardware 3d acceleration work.&lt;br /&gt;
&lt;br /&gt;
To test if it works type&lt;br /&gt;
&lt;br /&gt;
 $ glxinfo | grep rendering&lt;br /&gt;
&lt;br /&gt;
The answer should be: &amp;quot;direct rendering: Yes&amp;quot;. If it says &amp;quot;No&amp;quot;, you don't have 3D acceleration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you want to install Xgl/Compiz like me, [http://www.compiz.net/viewtopic.php?id=389 here] is a great installation help for ATI cards (use way two.) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have another card you might find a good explanation [http://ubuntuforums.org/showthread.php?t=148351 here].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===3D Acceleration using open-source radeon driver and AIGLX/Beryl===&lt;br /&gt;
From my experience it was better to use &amp;quot;radeon&amp;quot; driver, the open source one, on top of &amp;quot;drm&amp;quot; driver, &lt;br /&gt;
also part of the  kernel, instead of fglrx.  I get direct rendering and similar performance---maybe fglrx &lt;br /&gt;
driver gives 50-100 more fps.  The most annoying thing about fglrx driver is that it can cause hard locks &lt;br /&gt;
every now and then and your suspend doesn't work properly...believe me I tried the ones that the Thinkwiki &lt;br /&gt;
says supposed to work. &lt;br /&gt;
&lt;br /&gt;
 $ glxinfo | grep rendering&lt;br /&gt;
 direct rendering: Yes&lt;br /&gt;
 OpenGL renderer string: Mesa DRI R300 20060815 TCL&lt;br /&gt;
&lt;br /&gt;
Use the directions in the previous section to install fglrx driver, library. (I just installed them from shell&lt;br /&gt;
rather than making them into packages, I found the uninstall script in /usr/share/fglrx to work properly).  &lt;br /&gt;
FYI, I used the version 8.26.18-x86.&lt;br /&gt;
&lt;br /&gt;
If you don't get rendering use ''LIBGL_DEBUG=verbose glxinfo'' to diagnose the problem.  The most common problem&lt;br /&gt;
is that xorg looks for DRI library files in ''/usr/X11R6/lib/dri'', which didn't exist for me.  A simple way to &lt;br /&gt;
solve this is creating a symlink to where those files are located (/usr/lib/dri/):&lt;br /&gt;
 $ cd /usr/X11R6/lib/&lt;br /&gt;
 $ ln -s /usr/lib/dri/ .&lt;br /&gt;
&lt;br /&gt;
Open your ''/etc/modules'' file and add these lines and comment 'fglrx' if there is any:&lt;br /&gt;
 intel-agp&lt;br /&gt;
 drm&lt;br /&gt;
 radeon&lt;br /&gt;
&lt;br /&gt;
Also, from my experience, it was better to use '''AIGLX''' than Xgl and '''Beryl''' instead of Compiz&lt;br /&gt;
in terms of performance and integration---things like suspend and hibernate. And you can use nice &lt;br /&gt;
start/shutdown scripts to disable beryl-manager since it can cause hang when you resume from suspension.  &lt;br /&gt;
For more information about suspend/resume scripts, [http://ubuntuforums.org/showthread.php?p=1656484 here].  &lt;br /&gt;
For more information about installing aiglx and beryl, see [http://wiki.beryl-project.org/index.php/Install/Ubuntu/Dapper/AiGLX here]).&lt;br /&gt;
&lt;br /&gt;
ATI X300 is pretty pitiful though...I get around ~570 average FPS when running AIGLX/beryl&lt;br /&gt;
 $ glxgears&lt;br /&gt;
 2850 frames in 5.0 seconds = 569.997 FPS&lt;br /&gt;
 2925 frames in 5.0 seconds = 584.925 FPS&lt;br /&gt;
 2904 frames in 5.0 seconds = 580.741 FPS&lt;br /&gt;
 2923 frames in 5.0 seconds = 584.524 FPS...&lt;br /&gt;
With metacity (default Gnome window manager) I get around slightly over 1000 FPS&lt;br /&gt;
 $ glxgears&lt;br /&gt;
 5073 frames in 5.0 seconds = 1014.423 FPS&lt;br /&gt;
 5073 frames in 5.0 seconds = 1014.531 FPS&lt;br /&gt;
 5252 frames in 5.0 seconds = 1049.326 FPS&lt;br /&gt;
 5803 frames in 5.0 seconds = 1160.502 FPS...&lt;br /&gt;
&lt;br /&gt;
If anyone know how to get rid of the weird warning, I would really appreciate it:&lt;br /&gt;
 libGL warning: 3D driver claims to not support visual 0x4b&lt;br /&gt;
&lt;br /&gt;
I added the following options under ati Device section of ''/etc/X11/xorg.conf''&lt;br /&gt;
 Option      &amp;quot;EnablePageFlip&amp;quot; &amp;quot;True&amp;quot;&lt;br /&gt;
 Option      &amp;quot;ColorTiling&amp;quot; &amp;quot;True&amp;quot;&lt;br /&gt;
Then after that the performance boosted by quite a bit:&lt;br /&gt;
 7026 frames in 5.0 seconds = 1405.147 FPS&lt;br /&gt;
 7058 frames in 5.0 seconds = 1411.493 FPS&lt;br /&gt;
 7062 frames in 5.0 seconds = 1412.393 FPS...&lt;br /&gt;
&lt;br /&gt;
===Active Protection System===&lt;br /&gt;
&lt;br /&gt;
See end of this chapter if you have ubuntu edgy eft.&lt;br /&gt;
&lt;br /&gt;
The T43 has a great system to protect your hard disk, the Active Protection System APS. [[How to protect the harddisk through APS]] describes how you can use it.&lt;br /&gt;
&lt;br /&gt;
{{WARN|Only follow these instructions if you know what you are doing!}}&lt;br /&gt;
&lt;br /&gt;
If you didn't until now you will have to install make, libc, gcc, ... Best is you use&lt;br /&gt;
&lt;br /&gt;
 $ sudo apt-get install build-essentials&lt;br /&gt;
&lt;br /&gt;
Determine your kernel version using &lt;br /&gt;
&lt;br /&gt;
 $ uname -a&lt;br /&gt;
&lt;br /&gt;
You should see somthing like&lt;br /&gt;
&lt;br /&gt;
 Linux ibm 2.6.15-26-386 #1 PREEMPT Thu Aug 3 02:52:00 UTC 2006 i686 GNU/Linux&lt;br /&gt;
&lt;br /&gt;
Install the kernel sources &amp;quot;linux-source&amp;quot; e.g. using Synaptic.&lt;br /&gt;
Download the right kernel patch from [[HDAPS#Applications]] according to your kernel version and system (I chose &amp;quot;sata/ide disk protection patch for 2.6.15&amp;quot;)&lt;br /&gt;
adapt following steps to your needs:&lt;br /&gt;
&lt;br /&gt;
 $ cd /usr/src/&lt;br /&gt;
 $ sudo su&lt;br /&gt;
 # bunzip2 linux-source-2.6.15.tar.bz2&lt;br /&gt;
 # tar -xf linux-source-2.6.15.tar&lt;br /&gt;
 # cd linux-source-2.6.15&lt;br /&gt;
 # patch -p1 -l &amp;lt; /home/silvan/hdaps_protect.20060118.patch&lt;br /&gt;
&lt;br /&gt;
You should see several lines with the word &amp;quot;suceeded&amp;quot;. If you see many &amp;quot;failed&amp;quot; instead you probably chose the wrong patch for your kernel. You can use the --dry-run option to try it out first. If you get errors in the following steps you should better stop unless you know what you are doing.&lt;br /&gt;
&lt;br /&gt;
 # make clean&lt;br /&gt;
 # make oldconfig # use old config, ask for new items, only&lt;br /&gt;
 # make clean&lt;br /&gt;
 # make           # takes quite a long time, several minutes&lt;br /&gt;
 # make modules&lt;br /&gt;
 # make modules_install&lt;br /&gt;
&lt;br /&gt;
Afterwards use the debian sources mentioned in [[How to protect the harddisk through APS]] to install the user space deamon hdapsd and the gnome applet gnome-hdaps-applet, e.g. using Synaptic.&lt;br /&gt;
&lt;br /&gt;
If this worked for you, you can find some nice applications at [[HDAPS#Applications]] which make use of the APS.&lt;br /&gt;
&lt;br /&gt;
{{HELP|For me unfortunately it didn't work as making the patched kernel failed. Please update ths section if you have different experiences and a better, more detailed working explanation.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{NOTE|After I updated to edgy eft hdaps works without further work: edgy comes with hdaps built in. You can check if it is working by installing hdaps-utils&lt;br /&gt;
&lt;br /&gt;
 # sudo apt-get install hdaps-utils&lt;br /&gt;
&lt;br /&gt;
and calling &lt;br /&gt;
&lt;br /&gt;
 # hdaps-gl&lt;br /&gt;
&lt;br /&gt;
for a nice 3D show. If it is not, load the kernel module using &lt;br /&gt;
&lt;br /&gt;
 # sudo modprobe hdaps&lt;br /&gt;
&lt;br /&gt;
and it should work. But if you want to use hdaps for disk protection, you have to recompile your kernel in edgy, too. Follow this post for an howto:&lt;br /&gt;
 &lt;br /&gt;
}}&lt;br /&gt;
[http://ubuntuforums.org/showthread.php?t=122863 Howto for edgy]&lt;br /&gt;
&lt;br /&gt;
===Track Point Middle Key Scrolling===&lt;br /&gt;
&lt;br /&gt;
In my case the track point worked out of the box, but the middle mouse button for scrolling did not. [[How to configure the TrackPoint]] explains how to solve this. The steps you need to follow are in section &amp;quot;Using the X server (kernel 2.6.11+)&amp;quot;.&lt;br /&gt;
However you don't need to follow the steps in &amp;quot;EmulateWheelTimeout temporarily broken (-&amp;gt; fix for Ubuntu Dapper)&amp;quot; as this is fixed already if you have all your packages up-to-date.&lt;br /&gt;
&lt;br /&gt;
Follow the instructions in the sections &amp;quot;Configure firefox for using trackpoint horizontal scrolling&amp;quot; and &amp;quot;Configure Opera for using trackpoint horizontal scrolling&amp;quot; as well, if you are using one of the two browsers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Fingerprint Reader===&lt;br /&gt;
{{Todo|Needs editing}}&lt;br /&gt;
Look at [[How to enable the fingerprint reader]] if you want to use your fingerprint reader.&lt;br /&gt;
&lt;br /&gt;
===Forward / Backward Keys, Access IBM===&lt;br /&gt;
{{Todo|Needs editing}}&lt;br /&gt;
You'll find more here: [[How to get special keys to work]]&lt;br /&gt;
&lt;br /&gt;
===IrDA===&lt;br /&gt;
{{Todo|Needs editing}}&lt;br /&gt;
Find information here: [[How to make use of IrDA]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===VGA out ===&lt;br /&gt;
{{Todo|Needs editing}}&lt;br /&gt;
I didn't try it, but it looks easy: [http://help.nceas.ucsb.edu/index.php/Enable_vga_out_on_ATI_Thinkpads How to enable VGA out]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* [http://gawrysiak.org/corvus/?p=4 Dapper Drake on T42]&lt;br /&gt;
&lt;br /&gt;
==External Sources==&lt;br /&gt;
* This guide is listed at the [http://tuxmobil.org/ibm.html TuxMobil Linux laptop and notebook installation survey (IBM/Lenovo)].&lt;br /&gt;
&lt;br /&gt;
Hope this helped somehow :-)&lt;br /&gt;
tec&lt;/div&gt;</summary>
		<author><name>Fbianco</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Problems_with_fglrx&amp;diff=20373</id>
		<title>Talk:Problems with fglrx</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Problems_with_fglrx&amp;diff=20373"/>
		<updated>2006-02-26T12:36:45Z</updated>

		<summary type="html">&lt;p&gt;Fbianco: /* 8.20.8 and later works with current Debian sid packages */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== using kernel AGP vs fglrx AGP ==&lt;br /&gt;
&lt;br /&gt;
Anyone know whether this makes a performance and/or stability difference?&lt;br /&gt;
&lt;br /&gt;
== 8.20.8 and later works with current Debian sid packages ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
spiney@t43p:~$ dpkg -l xserver-xorg&lt;br /&gt;
Desired=Unknown/Install/Remove/Purge/Hold&lt;br /&gt;
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed&lt;br /&gt;
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)&lt;br /&gt;
||/ Name                         Version                      Description&lt;br /&gt;
+++-============================-============================-==================&lt;br /&gt;
ii  xserver-xorg                 6.9.0.dfsg.1-2               the X.Org X server&lt;br /&gt;
spiney@t43p:~$ fglrxinfo &lt;br /&gt;
display: :0.0  screen: 0&lt;br /&gt;
OpenGL vendor string: ATI Technologies Inc.&lt;br /&gt;
OpenGL renderer string: MOBILITY FireGL V3200 Pentium 4 (SSE2) (FireGL) (GNU_ICD)&lt;br /&gt;
OpenGL version string: 1.3.5519 (X4.3.0-8.20.8)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--[[User:Spiney|spiney]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Ahh - thanks for the info.  You perhaps compiled the modules for the drivers yourself and did not use the debian packaged fglrx-driver?  Thus, it must be an unneeded limitation on the debian packaged driver which limits its installation...  Full listing at http://packages.debian.org/unstable/x11/fglrx-driver which lists as required packages:&lt;br /&gt;
&lt;br /&gt;
 xserver-xorg (&amp;lt;&amp;lt; 6.8.99)&lt;br /&gt;
  the X.Org X server &lt;br /&gt;
 xserver-xorg (&amp;gt;= 6.8.0) &lt;br /&gt;
&lt;br /&gt;
The first limitation (&amp;lt;&amp;lt;6.8.99) is what prevents installation.  I'm sure I could force apt to install it, but I may go back to compiling the modules myself, as using fglrx 8.20.8 with kernel 2.6.15 needs a small patch to compile correctly anyway...  --[[User:gsmenden|gsmenden]]&lt;br /&gt;
&lt;br /&gt;
Spiney, where exactly do you have your package from? I re-build the 8.20.8-package from debian with the &amp;lt;&amp;lt;6.8.99 dependecy removed, but when I try to run X, I get &lt;br /&gt;
 [R200Setup] X version mismatch - detected X.org 7.0.0.0, required X.org 6.8.0.0&lt;br /&gt;
 (EE) Failed to load module &amp;quot;fglrx&amp;quot; (module requirement mismatch, 0)&lt;br /&gt;
Any hints? --[User:nomeata|nomeata]&lt;br /&gt;
&lt;br /&gt;
I used the ati-installer (the huge download), created a Debian sid package and installed it, but got the same error. The installer seems to fetch the wrong driver version from the archive, so I extracted it with&lt;br /&gt;
&lt;br /&gt;
{{cmd|./ati-driver-installer-8.20.8-i386.run --extract &amp;lt;sometempdir&amp;gt;|}}&lt;br /&gt;
&lt;br /&gt;
and put the necessary files from the created {{path|&amp;lt;sometempdir&amp;gt;/x690}} subdirectory into {{path|/usr}} by hand. All IIRC, it's been some time since. :)&lt;br /&gt;
&lt;br /&gt;
--[[User:Spiney|spiney]] 07:29, 11 Jan 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
Thanks for the pointer. This is how you get proper debian packages out of the ati-installer:&lt;br /&gt;
 ./ati-driver-installer-8.20.8-i386.run --extract fglrx-tmp&lt;br /&gt;
 cd fglrx-tmp&lt;br /&gt;
 $editor packages/Debian/ati-packager.sh #  in the line &amp;quot;sid|unstable) X_DIR=x680;;&amp;quot;, put a x690 for the x680&lt;br /&gt;
 ./fglrx-tmp/packages/Debian/ati-packager.sh --buildpkg sid&lt;br /&gt;
 cd ..&lt;br /&gt;
 sudo dpkg -i fglrx-kernel-src_8.20.8-1_i386.deb fglrx-driver_8.20.8-1_i386.deb&lt;br /&gt;
--[[User:Nomeata|Nomeata]] 00:35, 13 Jan 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I had to do following steps :&lt;br /&gt;
&lt;br /&gt;
 $ ./ati-driver-installer-8.20.8-i386.run --extract fglrx-tmp&lt;br /&gt;
 $ cd fglrx-tmp&lt;br /&gt;
 $ ''editor'' packages/Debian/ati-packager.sh #  in the line &amp;quot;sid|unstable) X_DIR=x680;;&amp;quot;, put a x690 for the x680&lt;br /&gt;
 $ ./packages/Debian/ati-packager.sh --buildpkg sid&lt;br /&gt;
 $ cd /tmp&lt;br /&gt;
 $ sudo dpkg -i fglrx-kernel-src_8.20.8-1_i386.deb fglrx-driver_8.20.8-1_i386.deb&lt;br /&gt;
--[[User:Fbianco|Fbianco]] 13:36, 26 February 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Nice - confirmed works on my T43p running sid.  From then on (or until 8.21.x comes out) you'll have to tell apt to hold back fglrx-driver package, or it will try to &amp;quot;update&amp;quot; fglrx-driver to 8.20.8-1.1 and therefore revert back to the problematic drivers.&lt;br /&gt;
--[[User:gsmenden|gsmenden]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Thanks for the info, Nomeata, that's a lot cleaner a solution than my manual way.&lt;br /&gt;
&lt;br /&gt;
--[[User:Spiney|spiney]] 08:32, 13 Jan 2006 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
To get this working under 2.6.15 with x.org 6.9, you will also need to apply a small patch - there is a link on the main article page.  After you install the fglrx-driver package with the 6.9 versioning hack above, go to&lt;br /&gt;
/usr/src/modules&lt;br /&gt;
and copy the patch here.  Modify the first two lines of the patch file to take out the &amp;quot;build_mod&amp;quot; directory, e.g. first line should begin with&lt;br /&gt;
 --- fglrx.orig/firegl_public.c &lt;br /&gt;
and call it with the -p0 strip option.  It should patch the firegl_public.c file cleanly.  You can then install as usual for your kernel (2.6.14.x or 2.6.15) using module-assistant.&lt;br /&gt;
&lt;br /&gt;
Update - although X will come up in kernel 2.6.15 with the fglrx drivers patched as above, there is some strange behavior exhibited in all of X apllications - frequent hanging of applications when closing windows.  Reverting back to the radeon driver in 2.6.15 solves these - so it is likely the ATI proprietary driver causing some problems.&lt;br /&gt;
&lt;br /&gt;
Yet another update - fglrx 8.21.7 is out as of 1/19/2006, now supporting OpenGL 2.0, so eventually we will have beautiful complex shading / fog effects on Linux, too.  It works well with X.Org 6.9 out of the box.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, this version gives the same problems when used (unpatched) with kernel 2.6.15 with strange lockups occasionally requiring reset of X.  I have not tried this with the ~10 line patch listed on the main site, but that patch not work for me with 8.20.8.  Anybody else have experience with 2.6.15 and fglrx?&lt;br /&gt;
&lt;br /&gt;
Yay - new version out - 8.22.5 - works well with 2.6.15.x.  Finally, running a plain-vanilla kernel on a T43p!  (SATA+libata passthrough+SMART in mainline, 3d accel drivers up to date.  Linux life is good.)&lt;br /&gt;
&lt;br /&gt;
--[[User:gsmenden|gsmenden]] 12:39, 9 Feb 2006 (EST)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I don't know which patch you mean exactly (10 lines? the patch from lkml is just one line changed, no?), but I've been using 8.20.8 with 2.6.15 for quite some time (actually started with some -rc version IIRC), no lockups at all. No idea about 8.21.7 though, because I switched to 2.6.16-rc1 and can't compile the fglrx module at the moment, need to investigate the cause.&lt;br /&gt;
&lt;br /&gt;
--[[User:Spiney|spiney]] 07:24, 21 January 2006 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Ok - strange.  Yeah, the actual change is only one line, the rest is just commenting, etc.  The lockups that I get are quite rare, but flightgear occasionally gives a hard lock.  glxgears and fgl_glxgears work fine, netscape occasionally will hard-lock, and strangely enough issuing a shutdown command often makes the display blank and hard lock.  I can't reproduce them too consistently, but these _never_ occur with the radeon driver / mesa or under 2.6.14.x.&lt;br /&gt;
&lt;br /&gt;
Unfortunately vanilla 8.21.7 with kernel 2.6.15.1 (Xorg 6.9) gives the same X lockups.&lt;br /&gt;
&lt;br /&gt;
--[[User:gsmenden|gsmenden]] 11:36, 21 Jan 2006 (EST)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I can't compile the 8.21.7 driver modules with 2.6.15.1 at all. They compile with 2.6.14.4 cleanly and 8.20.8 compile with 2.6.15.1. &lt;br /&gt;
What I don't understand though is, that when I let the ATI installer build debian packages, it does so without hassle, but the packages don't work. &lt;br /&gt;
(this is about 8.21.7 - 2.6.15.1) Also patching doesn't seem to help. It shouldn't of course.&lt;br /&gt;
&lt;br /&gt;
--[[User:Rasto|Rasto]] 15:04, 23 Jan 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
I looked at the compile problems last night. I have no idea, how it is possible that it works for other people with 2.6.15, perhaps when you install &lt;br /&gt;
precompiled modules? I don't really understand how that ati-installer thing works. Anyway. This may solve the problems with 8.21.7 and 2.6.15- &lt;br /&gt;
it is just two minor line changes (+ the one line patch with little extra), but now it compiles. pm_register and similar were moved to linux/pm_legacy.h &lt;br /&gt;
in 2.6.15, so that's one problem. It also reports unknown symbol verify_area, but this should not pose a problem, as it is already obsolete and redundant. &lt;br /&gt;
If you feel, that the one line should be left as the separate patch, copy it somewhere else and change it. It's here [http://people.ksp.sk/~rasto/fglrx_with_2.6.15.patch], but I'll put it on the main page as well.&lt;br /&gt;
&lt;br /&gt;
--[[User:Rasto|Rasto]] 18:29, 25 Jan 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
== Disabling the external VGA port? ==&lt;br /&gt;
&lt;br /&gt;
Does anyone know how disable the VGA port ''completely'' even when a cable is attached? Fiddling around with the DesktopSetup and ForceMonitor options didn't do the trick for me, and the MonitorLayout option found in some documentation is no longer valid in the current fglrx driver.&lt;br /&gt;
&lt;br /&gt;
--[[User:Spiney|spiney]] 19:42, 10 Jan 2006 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Debian-specific script to switch fglrx&amp;lt;-&amp;gt;radeon ==&lt;br /&gt;
&lt;br /&gt;
Don't know where to put it exactly, but if someone's interested (and using Debian), I've put up a [http://linux.spiney.org/debian_gnu_linux_on_an_ibm_thinkpad_t43p_graphics_card_switching_fglrx_radeon script for easily switching graphics driver configurations]. Feedback appreciated (altho I haven't got any to the xscreensaver patch ;)), especially if someone could do something similar for other distributions (Gentoo being half-way there it seems) and incorporate it into the script.&lt;br /&gt;
&lt;br /&gt;
--[[User:Spiney|spiney]] 15:25, 17 January 2006 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Compile ATI driver???==&lt;br /&gt;
How can you compile a binary only distributed driver? If I'm not getting something wrong, please change the formulation of the just added info.&lt;br /&gt;
[[User:Wyrfel|Wyrfel]] 20:10, 25 January 2006 (CET)&lt;br /&gt;
----&lt;br /&gt;
[http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html#overview1]&lt;br /&gt;
&amp;quot;The driver as a whole is made of three main components: the driver proper, a replacement libGL and a kernel module. The driver and libGL are in the fglrx-driver package, the kernel module's source code is in the fglrx-kernel-src package.&amp;quot;&lt;br /&gt;
--[[User:Dunno|Dunno]] 23:49, 13 February 2006 (CET)&lt;br /&gt;
----&lt;br /&gt;
Yepp, my fault, didn't think of the kernel part when i wrote that. [[User:Wyrfel|Wyrfel]] 02:50, 14 February 2006 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== On Kernel 2.6.16(_rc4-mm1) fglrx doesnÂ´t load anymore ==&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
if i emerge ati-drivers 8.22.5 and try to modprobe it on Kernel 2.6.16_rc4-mm1 i get the following console output:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
FATAL: Error inserting fglrx (/lib/modules/2.6.16-rc4-mm1/video/fglrx.ko): Unknown symbol in module, or unknown parameter (see dmesg)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
my dmesg Output reads:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
fglrx: Unknown symbol inter_module_unregister&lt;br /&gt;
fglrx: Unknown symbol inter_module_get_request&lt;br /&gt;
fglrx: Unknown symbol inter_module_put&lt;br /&gt;
fglrx: Unknown symbol inter_module_register&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
from the ati-driver wiki i know that the driver runs on 2.6.16 up to rc3. But on the mm Series it doesnt run since 2.6.15.4-mm4.&lt;br /&gt;
&lt;br /&gt;
Help would be appreciated...&lt;br /&gt;
&lt;br /&gt;
Thanks and Greets&lt;br /&gt;
&lt;br /&gt;
Oli&lt;/div&gt;</summary>
		<author><name>Fbianco</name></author>
		
	</entry>
</feed>