* [gentoo-user] DPMS not working with fbdev driver on Xorg
@ 2016-04-17 13:32 Sebastián Pedersen
2016-04-17 15:43 ` Dale
0 siblings, 1 reply; 9+ messages in thread
From: Sebastián Pedersen @ 2016-04-17 13:32 UTC (permalink / raw
To: gentoo-user
Hi guys,
Sorry to bother because I'm actually using Arch, but since in the past
this list has given to me outstandings solutions, I git a try here.
I'm having a problem: in Xorg, with the vesa driver the DPMS works just
fine, but with the fbdev driver (framebuffer) the screen goes blank but
the monitor never enters in powersave mode.
And the only configuration that I modify is the video driver in use.
My main problem is that the vesa driver doens't work very well with my
video card, so that's why I use the fbdev driver.
Any ideas why this happend?
Many thanks in advance.
Cheers,
Sebas
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] DPMS not working with fbdev driver on Xorg
2016-04-17 13:32 [gentoo-user] DPMS not working with fbdev driver on Xorg Sebastián Pedersen
@ 2016-04-17 15:43 ` Dale
2016-04-17 16:23 ` Sebastián Pedersen
0 siblings, 1 reply; 9+ messages in thread
From: Dale @ 2016-04-17 15:43 UTC (permalink / raw
To: gentoo-user
Sebastián Pedersen wrote:
> Hi guys,
>
> Sorry to bother because I'm actually using Arch, but since in the past
> this list has given to me outstandings solutions, I git a try here.
>
> I'm having a problem: in Xorg, with the vesa driver the DPMS works
> just fine, but with the fbdev driver (framebuffer) the screen goes
> blank but the monitor never enters in powersave mode.
> And the only configuration that I modify is the video driver in use.
>
> My main problem is that the vesa driver doens't work very well with my
> video card, so that's why I use the fbdev driver.
>
> Any ideas why this happend?
>
> Many thanks in advance.
>
> Cheers,
> Sebas
>
>
>
Since this is video related, are you in the video group? Several other
video issues have popped up recently that seem to require users in the
video group. It's easy enough to check. This should work.
cat /etc/group | grep video
If that doesn't help, I'm sure someone will come along with other ideas.
Dale
:-) :-)
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] DPMS not working with fbdev driver on Xorg
2016-04-17 15:43 ` Dale
@ 2016-04-17 16:23 ` Sebastián Pedersen
2016-04-17 16:39 ` Mick
0 siblings, 1 reply; 9+ messages in thread
From: Sebastián Pedersen @ 2016-04-17 16:23 UTC (permalink / raw
To: gentoo-user; +Cc: Dale
On 17-04-2016 12:43 PM, Dale wrote:
> Sebastián Pedersen wrote:
>> Hi guys,
>>
>> Sorry to bother because I'm actually using Arch, but since in the past
>> this list has given to me outstandings solutions, I git a try here.
>>
>> I'm having a problem: in Xorg, with the vesa driver the DPMS works
>> just fine, but with the fbdev driver (framebuffer) the screen goes
>> blank but the monitor never enters in powersave mode.
>> And the only configuration that I modify is the video driver in use.
>>
>> My main problem is that the vesa driver doens't work very well with my
>> video card, so that's why I use the fbdev driver.
>>
>> Any ideas why this happend?
>>
>> Many thanks in advance.
>>
>> Cheers,
>> Sebas
>>
>>
>>
>
>
> Since this is video related, are you in the video group? Several other
> video issues have popped up recently that seem to require users in the
> video group. It's easy enough to check. This should work.
>
> cat /etc/group | grep video
>
> If that doesn't help, I'm sure someone will come along with other
> ideas.
>
> Dale
>
> :-) :-)
Thanks. I'm in the video group.
Yeah, hope someone can help.
I would like it to work because comsuption of electricity is a variable
to control for me right now.
Thanks any way.
Sebas
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] DPMS not working with fbdev driver on Xorg
2016-04-17 16:23 ` Sebastián Pedersen
@ 2016-04-17 16:39 ` Mick
2016-04-17 19:44 ` Sebastián Pedersen
0 siblings, 1 reply; 9+ messages in thread
From: Mick @ 2016-04-17 16:39 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1880 bytes --]
On Sunday 17 Apr 2016 13:23:35 Sebastián Pedersen wrote:
> On 17-04-2016 12:43 PM, Dale wrote:
> > Sebastián Pedersen wrote:
> >> Hi guys,
> >>
> >> Sorry to bother because I'm actually using Arch, but since in the past
> >> this list has given to me outstandings solutions, I git a try here.
> >>
> >> I'm having a problem: in Xorg, with the vesa driver the DPMS works
> >> just fine, but with the fbdev driver (framebuffer) the screen goes
> >> blank but the monitor never enters in powersave mode.
> >> And the only configuration that I modify is the video driver in use.
Modern kernels do not need vesa, other than a fallback if the main drivers for
the card fail.
> >> My main problem is that the vesa driver doens't work very well with my
> >> video card, so that's why I use the fbdev driver.
You should instead be using the appropriate driver for your card, along with
the correct firmware, so that it can load the framebuffer sub-module as it
needs to.
> >> Any ideas why this happend?
> >>
> >> Many thanks in advance.
> >>
> >> Cheers,
> >> Sebas
> >
> > Since this is video related, are you in the video group? Several other
> > video issues have popped up recently that seem to require users in the
> > video group. It's easy enough to check. This should work.
> >
> > cat /etc/group | grep video
> >
> > If that doesn't help, I'm sure someone will come along with other
> > ideas.
> >
> > Dale
> >
> > :-) :-)
>
> Thanks. I'm in the video group.
>
> Yeah, hope someone can help.
> I would like it to work because comsuption of electricity is a variable
> to control for me right now.
>
> Thanks any way.
>
> Sebas
Have you have a look in your dmesg and your Xorg.0.log to see what they
report? Is the firmware for the card specified correctly and does it load?
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] DPMS not working with fbdev driver on Xorg
2016-04-17 16:39 ` Mick
@ 2016-04-17 19:44 ` Sebastián Pedersen
2016-04-17 20:28 ` Daniel Frey
0 siblings, 1 reply; 9+ messages in thread
From: Sebastián Pedersen @ 2016-04-17 19:44 UTC (permalink / raw
To: gentoo-user; +Cc: Mick
> Have you have a look in your dmesg and your Xorg.0.log to see what they
> report? Is the firmware for the card specified correctly and does it
> load?
I think that's the problem, I have a sis 771/671 video integrated card:
[sebas@parabolaSebas64 ~]$ lspci | grep -i vga
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS]
771/671 PCIE VGA Display Adapter (rev 10)
and none of the video drivers seems to work, except vesa and fbdev
(althought I'm still intrigated why DPMS works with vesa driver and not
with fbdev driver)
Thanks.
Sebas
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] DPMS not working with fbdev driver on Xorg
2016-04-17 19:44 ` Sebastián Pedersen
@ 2016-04-17 20:28 ` Daniel Frey
2016-04-17 20:46 ` Sebastián Pedersen
0 siblings, 1 reply; 9+ messages in thread
From: Daniel Frey @ 2016-04-17 20:28 UTC (permalink / raw
To: gentoo-user
On 04/17/2016 12:44 PM, Sebastián Pedersen wrote:
>> Have you have a look in your dmesg and your Xorg.0.log to see what they
>> report? Is the firmware for the card specified correctly and does it
>> load?
>
> I think that's the problem, I have a sis 771/671 video integrated card:
>
> [sebas@parabolaSebas64 ~]$ lspci | grep -i vga
> 01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS]
> 771/671 PCIE VGA Display Adapter (rev 10)
>
> and none of the video drivers seems to work, except vesa and fbdev
> (althought I'm still intrigated why DPMS works with vesa driver and not
> with fbdev driver)
>
> Thanks.
> Sebas
>
Have you tried the xorg SIS driver? It lists the 671 as a supported
model @ http://www.x.org/archive/X11R7.5/doc/man/man4/sis.4.html
This is not a kernel driver, it's an xorg driver.
Have you tried the steps here: https://wiki.archlinux.org/index.php/SiS ?
Those SIS cards are not exactly fast but using the proper Xorg driver
with the proper parameters as per the Arch wiki may help it work.
Dan
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] DPMS not working with fbdev driver on Xorg
2016-04-17 20:28 ` Daniel Frey
@ 2016-04-17 20:46 ` Sebastián Pedersen
2016-04-17 22:04 ` Daniel Frey
0 siblings, 1 reply; 9+ messages in thread
From: Sebastián Pedersen @ 2016-04-17 20:46 UTC (permalink / raw
To: gentoo-user; +Cc: Daniel Frey
On 17-04-2016 05:28 PM, Daniel Frey wrote:
> On 04/17/2016 12:44 PM, Sebastián Pedersen wrote:
>>> Have you have a look in your dmesg and your Xorg.0.log to see what
>>> they
>>> report? Is the firmware for the card specified correctly and does it
>>> load?
>>
>> I think that's the problem, I have a sis 771/671 video integrated
>> card:
>>
>> [sebas@parabolaSebas64 ~]$ lspci | grep -i vga
>> 01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS]
>> 771/671 PCIE VGA Display Adapter (rev 10)
>>
>> and none of the video drivers seems to work, except vesa and fbdev
>> (althought I'm still intrigated why DPMS works with vesa driver and
>> not
>> with fbdev driver)
>>
>> Thanks.
>> Sebas
>>
>
> Have you tried the xorg SIS driver? It lists the 671 as a supported
> model @ http://www.x.org/archive/X11R7.5/doc/man/man4/sis.4.html
The sis 771/671 it's not listed
>
> This is not a kernel driver, it's an xorg driver.
>
> Have you tried the steps here: https://wiki.archlinux.org/index.php/SiS
> ?
Yes I did and with no luck.
>
> Those SIS cards are not exactly fast but using the proper Xorg driver
> with the proper parameters as per the Arch wiki may help it work.
>
> Dan
Anyway thanks Dan.
The original question (why DPMS is not working with the fbdev driver)
still remains open thou.
Sebas
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] DPMS not working with fbdev driver on Xorg
2016-04-17 20:46 ` Sebastián Pedersen
@ 2016-04-17 22:04 ` Daniel Frey
2016-04-17 22:56 ` Sebastián Pedersen
0 siblings, 1 reply; 9+ messages in thread
From: Daniel Frey @ 2016-04-17 22:04 UTC (permalink / raw
To: Sebastián Pedersen, gentoo-user
On 04/17/2016 01:46 PM, Sebastián Pedersen wrote:
> Anyway thanks Dan.
>
> The original question (why DPMS is not working with the fbdev driver)
> still remains open thou.
>
> Sebas
Yes, I misread that, sorry.
Regarding your original question, I have had DPMS not work on some
onboard video laptops until acpid was installed. This is a real shot in
the dark, though.
Dan
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] DPMS not working with fbdev driver on Xorg
2016-04-17 22:04 ` Daniel Frey
@ 2016-04-17 22:56 ` Sebastián Pedersen
0 siblings, 0 replies; 9+ messages in thread
From: Sebastián Pedersen @ 2016-04-17 22:56 UTC (permalink / raw
To: gentoo-user
On 17-04-2016 07:04 PM, Daniel Frey wrote:
> On 04/17/2016 01:46 PM, Sebastián Pedersen wrote:
>> Anyway thanks Dan.
>>
>> The original question (why DPMS is not working with the fbdev driver)
>> still remains open thou.
>>
>> Sebas
>
> Yes, I misread that, sorry.
>
> Regarding your original question, I have had DPMS not work on some
> onboard video laptops until acpid was installed. This is a real shot in
> the dark, though.
>
> Dan
No worries.
ok, thanks, I'll give it a try on acpid. No harm on that.
Sebas
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2016-04-17 22:56 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-17 13:32 [gentoo-user] DPMS not working with fbdev driver on Xorg Sebastián Pedersen
2016-04-17 15:43 ` Dale
2016-04-17 16:23 ` Sebastián Pedersen
2016-04-17 16:39 ` Mick
2016-04-17 19:44 ` Sebastián Pedersen
2016-04-17 20:28 ` Daniel Frey
2016-04-17 20:46 ` Sebastián Pedersen
2016-04-17 22:04 ` Daniel Frey
2016-04-17 22:56 ` Sebastián Pedersen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox