[ltp] xorg.conf file for T42p?

morpheus linux-thinkpad@linux-thinkpad.org
Wed, 01 Dec 2004 22:28:28 -0500


> My computer with a radeon is at home so I can't get to it right now. 
> Here's an example one from my website.  It's for the mergedfb support
> I'm writing for savage chips, but it's identical to radeon/sis/etc. 
> Just change the driver line to "ati" or "radeon"
> 
> http://www.botchco.com/alex/new-savage/savage/working/XF86Config-mergedfb
> 

Hi, I gave this a shot, but it doesn't want to display different
resolutions on the internal/external monitors.  It will only display
both at the same resolution.

Here's my xorg.conf...any suggestions?


# XFree86 4 configuration created by redhat-config-xfree86

Section "ServerLayout"
 Identifier     "Standard Layout"
 Screen      0  "Screen0" 0 0
 InputDevice    "Mouse0" "CorePointer"
 InputDevice    "Keyboard0" "CoreKeyboard"
 InputDevice    "DevInputMice" "AlwaysCore"
EndSection

Section "Files"

# RgbPath is the location of the RGB database.  Note, this is the name
of the 
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
 RgbPath      "/usr/X11R6/lib/X11/rgb"
 FontPath     "unix/:7100"
 FontPath     "/usr/X11R6/lib/X11/fonts/Japanese/"
 FontPath     "/usr/X11R6/lib/X11/fonts/Japanese-BIG/"
EndSection

Section "Module"
 Load  "dbe"
 Load  "extmod"
# Load  "fbdevhw"
 Load  "dri"
 Load  "glx"
 Load  "record"
 Load  "freetype"
 Load  "type1"
 Load  "v4l"
EndSection

<-- SNIP -->

Section "Monitor"
 Identifier   "Monitor0"
 VendorName   "IBM"
 ModelName    "Thinkpad LCD Panel 1024x768"
 HorizSync    31.5 - 48.5
 VertRefresh  40.0 - 70.0
 Option     "dpms"
EndSection

Section "Monitor"
 Identifier   "Monitor1"
 VendorName   "Monitor Vendor"
 ModelName    "Flatron L1811B LCD Panel"
 HorizSync    30.0 - 80.0
 VertRefresh  56.0 - 85.0
 Option     "dpms"
EndSection

Section "Device"
 Identifier  "Videocard0"
 Driver      "radeon"
 VendorName  "ATI"
 BoardName   "ATI Radeon Mobility M6"
 Option      "AGPMode" "2"
 Option     "MergedFB" "TRUE"
 Option      "CRT2Position"  "RightOf"
 Option      "MetaModes" "1024x768-1280x1024 1024x768-1024x768
800x600-1024x768  1024x768-800x600 1024x768 800x600 640x480"
  Option     "CRT2HSync" "30.0 - 80.0"
  Option     "CRT2VRefresh" "56.0 - 85.0"
EndSection


Section "Screen"
 Identifier "Screen0"
 Device     "Videocard0"
 Monitor    "Monitor0"
 DefaultDepth     24
 SubSection "Display"
  Depth     16
  Modes    "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth     24
  Modes    "1280x1024" "1024x768" "800x600" "640x480"
 EndSubSection
EndSection

Section "DRI"
 Group        0
 Mode         0666
EndSection