PDA

View Full Version : ibm lenovo T60 + external projector


pyxel
2007-03-15, 04:37 AM CDT
Hi all,

I have a problem to using external projector with T60. The issue is that everything works during BIOS checks and GRUB but while boot it's not working. By not working I mean I can swtich to projector (ext. monitor) and back to my laptop with fn+icon key. It's a common issue, possibly something with driver, here is my configuration:


00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)
Subsystem: Lenovo Thinkpad R60e model 0657
Flags: fast devsel
Memory at ee180000 (32-bit, non-prefetchable) [size=512K]
Capabilities: [d0] Power Management version 2

[root@mmahut ~]# cat /etc/X11/xorg.conf
# Xorg configuration created by pyxf86config

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "i810"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

[root@mmahut ~]#


Please let me know if you need more details.


/M.

funknor
2007-03-15, 08:59 AM CDT
I have the same issue with T41. It used to work in the past (FC5), but I can't remember when it stopped. Don't know if it ever worked in FC6?