[ltp] Goodbye to Linux on my Thinkpad :-(
Phil
linux-thinkpad@linux-thinkpad.org
Sun, 31 Dec 2006 18:58:21 +0000
Which config? There are several on thinkwiki. I've tried several, the
one that looks most promising is at
http://thinkwiki.org/wiki/Additional_options_for_the_radeon_driver
However using this my external stays resolutely blank (although it is
getting signal). The desktop shows multiple screen but if I drag windows
over to the external they don't show.
Does the bios monitor setting make any difference?
I'd be grateful for a copy of your xorg.conf. Mine is below - I've
commented out the second monitor settings and laptop screen runs nicely
in high res.
Cheers
Phil
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "yes"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
EndSection
Section "Monitor"
Identifier "Monitor0"
ModelName "LCD Panel 1400x1050"
Option "DPMS"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "radeon"
# accelration
Option "AGPMode" "4"
Option "EnablePageFlip" "on"
Option "RenderAccel" "on"
# enable (partial) PowerPlay features
Option "DynamicClocks" "on"
# use bios hot keys on thinkpad (aka fn+f7)
Option "BIOSHotkeys" "on"
# enable radeon specific xinerama
# Option "MergedFB" "true"
# Option "CRT2Position" "RightOf"
# Option "CRT2Hsync" "50-75"
# Option "CRT2VRefresh" "30-82"
# Option "MetaModes" "1024x768-1280x1024"
# Option "MergedNonRectangular" "true"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1400x1050" "1280x1024" "1280x960" "1280x800"
"1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Laurent Gilson wrote:
> Hello,
>
>> If anyone out there has got dual-head working with the same video
>> card as my T40p (lspci lists "ATI Technologies Inc Radeon R250
>> [Mobility FireGL 9000] (rev 02)")
>
> Yes, is running here. Copy-pasted the config from thinkwiki and
> restarted the X-server. debian etch, xorg 7.1. The same config also
> works for radeon M7 7500.
>
> cu
> --The linux-thinkpad mailing list home page is at:
> http://mailman.linux-thinkpad.org/mailman/listinfo/linux-thinkpad
>
>