[Ubuntu-x-swat] [Bug 238105] Re: [i830] Xorg does not detect proper video driver for Fujitsu Lifebook S6010
Problem still exists in Karmic Alpha-2 Normal graphics mode: Vertical stripes appear in screen Safe graphics mode: Xorg seems to restart itself few times and message appears with: "sil164 not detected tfp410 not detected (EE) intel 0: No valid modes" and to the screen comes vertical and horizontal stripes ttys are accessible with ctrl+alt+fX. -- [i830] Xorg does not detect proper video driver for Fujitsu Lifebook S6010 https://bugs.launchpad.net/bugs/238105 You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in ubuntu. ___ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : ubuntu-x-swat@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp
[Ubuntu-x-swat] [Bug 238105] Re: [i830] Xorg does not detect proper video driver for Fujitsu Lifebook S6010
I assume you are using hardy now. Is that correct? It's not good idea to install karmic packages to hardy. If you still want to try it and solve possible dependencies, here is intel driver from karmic: http://mirrors.kernel.org/ubuntu/pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_2.6.3-0ubuntu9_i386.deb You may not need to remove xserver-xorg-video-i810 as driver "intel" is separated (rewrite) from "i810". Just remember to change 'Driver' to "intel" in xorg.conf Device section! -- [i830] Xorg does not detect proper video driver for Fujitsu Lifebook S6010 https://bugs.launchpad.net/bugs/238105 You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in ubuntu. ___ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : ubuntu-x-swat@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp
[Ubuntu-x-swat] [Bug 238105] Re: [i830] Xorg does not detect proper video driver for Fujitsu Lifebook S6010
You can upgrade to intrepid and then to karmic and test new driver. If the new intel driver doesn't work properly and you want to get old intel (i810) driver back, you don't need to downgrade to hardy, just use driver from hardy: I expect you have Karmic installed in this point. Install wajig (sudo apt-get install wajig) Remove karmic's xserver-xorg with aptitude (aptitude remove xserver-xorg) press Y! Change repositories temporarily to hardy (sudo sed -i s/karmic/hardy/g /etc/apt/sources.list) Update package list (sudo apt-get update) Install xserver-xorg with aptitude (sudo aptitude install xserver-xorg) Download old driver from hardy and put it to 'hold' with wajig (sudo wajig hold xserver-xorg-video-i810) Change repos back to karmic (sudo sed -i s/hardy/karmic/g /etc/apt/sources.list) Now, let's make sure every package is upgraded: sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade And finally sudo nano /etc/X11/xorg.conf and add/change to Device -section: Driver "i810") Result should be Ubuntu 9.10 but with old i810 driver running properly. Please report if that works or doesn't work. I'm using Karmic+i810 with that method. Thanks goes to: http://forum.ubuntu-fi.org/index.php?topic=24701.msg208685#msg208685 -- [i830] Xorg does not detect proper video driver for Fujitsu Lifebook S6010 https://bugs.launchpad.net/bugs/238105 You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in ubuntu. ___ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : ubuntu-x-swat@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp