Free Web Hosting | free host | Free Web Space | BlueHost Review

IGP 340M (AKA: Mobility U2) HOW TO



After reading multiple How to's and posts on the internet and trying diffrent things i got frustrated; thats why I made this webpage so that you can correctly do it if you follow my directions.

First - FORGET EVERYTHING YOU HEARD ABOUT IT!!

Second - Browse to /etc/X11 and open 'XF86Config-4' browse to the monitor section and enter this info:

Section "Monitor"
Identifier "Monitor0"
Vendorname "Monitor Vendor"
ModelName "Generic Laptop Display"
Option "dpms"
HorizSync 31.5 - 48.5
VertRefresh 40.0 - 70.0
EndSection

Third - Find your Device section and change to:

# Original VESA framebuffer driver
Section "Device"
Identifier "Videocard0"
Driver "vesa"
VendorName "Videocard vendor"
BoardName "VESA driver (generic)"
EndSection


# ATI Radeon driver (with acceleration)
Section "Device"
Identifier "ATI Radeon IGP 340M"
Driver "radeon"
VendorName "ATI"
BoardName "Radeon Mobility U2"
VideoRam 65536
BusID "PCI:1:5:0"
Option "AGPMode" "4"
Option "DPMS"
Option "AGPFastWrite" "On"
Option "EnablePageFlip" "On"
EndSection

Fourth - Find your Screen section and change to:

Section "Screen"
Identifier "Screen0"
Device "ATI Radeon IGP 340M"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection

Section "DRI"
Mode 0666

And that should solve the famous no 3D Support with Mobility U2.