From owner-freebsd-acpi@FreeBSD.ORG Fri Jul 25 20:43:12 2014 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A3796AC9 for ; Fri, 25 Jul 2014 20:43:12 +0000 (UTC) Received: from mail-yh0-x233.google.com (mail-yh0-x233.google.com [IPv6:2607:f8b0:4002:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 634E62BAA for ; Fri, 25 Jul 2014 20:43:12 +0000 (UTC) Received: by mail-yh0-f51.google.com with SMTP id f73so3297306yha.38 for ; Fri, 25 Jul 2014 13:43:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=PvYT3GKFd6queu3SMrKI/I+mhnBjm+iKxBK4Mj9Pw9k=; b=iIqMmEkPMx6TlaMaE3bdoqhwzZwhZH+ZpHy58Dt2mSFbbL39pWf6rJU7T4s2dVe3uq FdgMmUhU5JU/IIX3DpLmUh407/qQgR8568hzzE1poyFTLbdltjQPQ6RvIp8CX/jVMsXd LFPVlO2V3GJEuiMUou+6DkFjo3ekxHBSZt880ZzKInaOe1Hr2LAcHEFf/QOzrqasIRKV ePgLxCS/EkkAq1XS9rftOp6rb6zrRZJT52IXnx9ZQPonaEHLYqRZRazd+L3VMMsK91fH edvTzU7rvDX1nootLys2OgHAJe6jq8lyIqlDd6FA1uIRd5gEZtL1EYKV/SfsNT3gylCs UunQ== MIME-Version: 1.0 X-Received: by 10.236.142.227 with SMTP id i63mr5200234yhj.88.1406320991355; Fri, 25 Jul 2014 13:43:11 -0700 (PDT) Received: by 10.170.210.86 with HTTP; Fri, 25 Jul 2014 13:43:11 -0700 (PDT) In-Reply-To: <20140722180506.GA67094@hell> References: <20140722033156.E8638@sola.nimnet.asn.au> <1405965655.15937.YahooMailAndroidMobile@web181606.mail.ne1.yahoo.com> <20140721213352.GA64025@hell> <20140722180506.GA67094@hell> Date: Fri, 25 Jul 2014 22:43:11 +0200 Message-ID: Subject: Re: ACPI support - Freebsd 10 on Sony Vaio VPCCA3C5E From: Daniele Mazzotti To: Bykov Vladislav Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: "freebsd-acpi@freebsd.org" X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2014 20:43:12 -0000 Hi, I kept my mouth shut for two days as I tried to follow your suggestion regarding VESA. This is the situation so far: "I feel like in the dining philosophers problem". lspci -lv showed me the following: vgapci1@pci0:0:2:0: class=0x030000 card=0x9080104d chip=0x01168086 rev=0x09 hdr=0x00 vendor = 'Intel Corporation' device = '2nd Generation Core Processor Family Integrated Graphics Controller' class = display subclass = VGA vgapci0@pci0:1:0:0: class=0x030000 card=0x9080104d chip=0x67411002 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices [AMD] nee ATI' device = 'Whistler [AMD Radeon HD 6600M Series]' class = display subclass = VGA After a quick search on google and some nice experiences of some months ago with Radeon cards (they seem not to be working very well on fbd) I definitely decided to go "all-in" with the Intel card. So I configured xorg to use intel driver instead of vesa. X can be started and the screen resolution is very good, BUT I found out I cannot switch amongst vt sessions. This is definitely not good and I found out this is not only a problem of mine (https://forums.freebsd.org/viewtopic.php?&t=38470). The error I get anytime I try to switch between terminals is the following one " drmDropMaster failed: Unknown error: -22" 112.846] (II) AIGLX: Suspending AIGLX clients for VT switch [ 112.846] (WW) intel(0): drmDropMaster failed: Unknown error: -22 [ 115.418] (II) AIGLX: Resuming AIGLX clients after VT switch [ 115.419] (II) intel(0): EDID vendor "AUO", prod id 8254 [ 115.419] (II) intel(0): Printing DDC gathered Modelines: [ 115.419] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz eP) [ 115.462] (**) Option "BaudRate" "1200" [ 115.462] (**) Option "StopBits" "2" [ 115.463] (**) Option "DataBits" "8" [ 115.463] (**) Option "Parity" "None" [ 115.463] (**) Option "Vmin" "1" [ 115.463] (**) Option "Vtime" "0" [ 115.463] (**) Option "FlowControl" "None" [ 226.066] (II) AIGLX: Suspending AIGLX clients for VT switch [ 226.066] (WW) intel(0): drmDropMaster failed: Unknown error: -22 [ 228.474] (II) AIGLX: Resuming AIGLX clients after VT switch [ 228.475] (II) intel(0): EDID vendor "AUO", prod id 8254 [ 228.475] (II) intel(0): Printing DDC gathered Modelines: [ 228.476] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz eP) Has any of you any suggestion other than throwing this laptop outside the window with all my might? Cheers, Daniele. 2014-07-22 20:05 GMT+02:00 Bykov Vladislav <> : > On Tue, Jul 22, 2014 at 07:58:17PM +0200, Daniele Mazzotti wrote: > > @Vladislav: I have just one question regarding your's. If I remove VESA > > from my kernel how can I run X in vesa mode? Is it still possible or the > > kernel module is not related with the Xorg funcionality at all, therefore > > is it safe to remove it? > Well, in that case you need that device. But isn't that easy to install a > video driver for your card? >