Connecting External Monitor does not work on Thinkpad x60
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| xserver-xorg-video-intel (Ubuntu) |
Medium
|
Unassigned |
Bug Description
I cannot connect an external monitor to my thinkpad x60. When I am pressing the button nothing happens. As far as I know I have a Intel graphics Media 950.(If this may help).
Littleiffel (thierry-nicola) wrote : | #1 |
David Eriksson (meldavid) wrote : | #2 |
I also have this problem on my X60s. Fn +F7 works in Grub-menu, during Windows startup and in Windows but as soon as the Ubuntu kernel has booted it stops work. I can get it to work in Clone-mode.
Kerouac (lubiapolo) wrote : | #3 |
Hello,
I just got a brandnew Thinkpad T60 and have the same effect with Feisty. Fn + F7 doesnt work, but when I press Fn+Home what normally should change brightness, it switches to the external monitor. After hitting that combination several times it switches back to Laptop screen....
chastell (chastell) wrote : | #5 |
In my X60:
For brightness, blacklisting video in /etc/modprobe.d allows the brightness keys to work.
For external monitor, Fn+F7 doesn’t work, but patched i810switch works for me: https:/
ttoine (ttoine) wrote : | #6 |
that is for every intel graphic chipset i8xx and i9xx
install "i810switch" package and run "i810rotate" in a terminal.
the command line "i810switch" echo the state : internal, external, internal+external, etc...
You can then create the keayboard shortcut in the keyboard preferences of gnome
Jean Jordaan (jean-jordaan) wrote : | #7 |
I get the same as Kerouac (Thinkpad T60, Feisty): Fn + F7 doesn't work, but brightness control switches to external monitor. ?!
The laptop display is switched off while the external monitor is on. Is the weird keyboard issue just a misconfiguration in Feisty? How does one fix this?
ttoine (ttoine) wrote : | #8 |
Jean,
Did you try i810switch ?
Jean Jordaan (jean-jordaan) wrote : Re: [Bug 42898] Re: Connecting External Monitor does not work on Thinkpad x60 | #9 |
> Did you try i810switch ?
jean@klippie:~$ i810switch
PCI id of i810 is not recognized.
HW details (by HAL Device Manager 0.5.9):
"""
Device: Mobile 945GM/GMS/940GML Express Integrated Graphics Controller
OEM Product: Thinkpad R60e model 0657
"""
Yes, it says R60e even though this is T60 (1951-CN9).
--
jean . .. .... //\\\oo///\\
chastell (chastell) wrote : | #10 |
Jean, try the patch attached to https:/
Jean Jordaan (jean-jordaan) wrote : | #11 |
Hi Shot
> Jean, try the patch attached to
> https:/
It works for me :-)
"""
jean@klippie:
Password:
CRT: off
LCD: on
jean@klippie:
Enabling CRT display...
jean@klippie:
CRT: on
LCD: on
jean@klippie:
Disabling CRT display...
"""
--
jean . .. .... //\\\oo///\\
chastell (chastell) wrote : | #12 |
Cool, I hope the patch makes it into Gutsy.
Also, at least on my machine, /usr/bin/i810switch is setuid root, so you don’t need to run it with sudo.
trollord (trollenlord) wrote : | #13 |
I doubt the patch gets into Gutsy. Gutsy is supposed to have newer X that supports hot-plugging stuff like external monitors on a completely new level. It should take care of this bug. We will see the status of this bug after Gutsy has attempted to deliver that.
Timo Aaltonen (tjaalton) wrote : | #14 |
Please try gutsy with the -intel driver and report back.
Changed in xserver-xorg-video-intel: | |
status: | Confirmed → Incomplete |
chastell (chastell) wrote : | #15 |
For me (current Gutsy) the intel driver turns on both monitors and Fn+F7 still doesn’t work. Unfortunately, if the external monitor has bigger resolution (1280×1024 vs. internal’s 1024×768), both monitors are set to the bigger one, the internal monitor then shows only part of the viewport, *and* I can’t maximise windows past the *smaller* resolution.
With i810, everything works as in Feisty (patched i810switch switches the monitors properly, windows maximise propery).
David Tansey (djtansey) wrote : | #16 |
I have the same problem with gutsy that Shot describes. I have gone back to the i810 module.
To be more specific, /proc/acpi/
unggnu (unggnu) wrote : | #17 |
I think this bug has been fixed in Gutsy with the new Intel driver. You can use xrandr for configuring your external monitor (clone, extend, disable and so on).
The problem that the screen switch key doesn't work with xrandr is another bug report e.g. Bug #157596.
Marking as fixed. Feel free to open it again if external Monitor still doesn't work under Gutsy with external monitor and new Intel driver.
Changed in xserver-xorg-video-intel: | |
status: | Incomplete → Fix Released |
Hi, I have the same problem, out of the box it is not working. However, if you follow the blog on www.williambrow nstreet. net/bmachine/
there is a hint to get it partly working. Just plug the external monitor and both display the same.
change the xorg.conf file(section Device to)
Section "Device"
Identifier "Intel Corporation Mobile Integrated Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
Option "MonitorLayout" "CRT,LFP"
Option "Clone" "true"
Option "DevicePresence" "true"
EndSection