Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Closed]Philips monitor turns off
View unanswered posts
View posts from last 24 hours

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
vsw
n00b
n00b


Joined: 20 Nov 2015
Posts: 20
Location: Moscow

PostPosted: Fri Nov 20, 2015 2:01 pm    Post subject: [Closed]Philips monitor turns off Reply with quote

Hi,

At boot KDE4, the monitor turns off: http://verti.ee/etc/g/kde4loading.png

I can Ctrl-Alt-F1 and switch to console.
startx runs without errors.
xrandr, glxinfo, glxgears - can't open display

If i disable "intel modesetting by default" in kernel, then loading is ok, but without opengl/intel driver.

Platform Intel i7 4770R, Iris Pro 5200, Gentoo 4.1.12, KDE4

Config: http://verti.ee/etc/g/config.txt
Make.conf http://verti.ee/etc/g/make.conf.txt
Xorg config: http://verti.ee/etc/g/10-monitor.conf.txt
Xorg startx log: http://verti.ee/etc/g/xorg.log.txt
Emerge --info: http://verti.ee/etc/g/emerge.txt
Dmesg: http://verti.ee/etc/g/dmesg.txt
Xdm error log: http://verti.ee/etc/g/xdm.log.txt
Xsession-errors: http://verti.ee/etc/g/xsession-errors.txt

Please help.

Best regards Viktor.


Last edited by vsw on Wed Dec 02, 2015 4:05 pm; edited 4 times in total
Back to top
View user's profile Send private message
audiodef
Watchman
Watchman


Joined: 06 Jul 2005
Posts: 6639
Location: The soundosphere

PostPosted: Fri Nov 20, 2015 3:25 pm    Post subject: Reply with quote

Xorg.conf isn't really needed unless you want to tweak something very specific. Does it work when you rm or mv /etc/X11/xorg.conf?
_________________
decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN
Back to top
View user's profile Send private message
vsw
n00b
n00b


Joined: 20 Nov 2015
Posts: 20
Location: Moscow

PostPosted: Fri Nov 20, 2015 3:31 pm    Post subject: Reply with quote

Thanks. I tried. Same result.
Back to top
View user's profile Send private message
audiodef
Watchman
Watchman


Joined: 06 Jul 2005
Posts: 6639
Location: The soundosphere

PostPosted: Fri Nov 20, 2015 11:35 pm    Post subject: Reply with quote

Can you startx into your desktop if you disable the display manager so that your computer boots to a prompt?
_________________
decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN
Back to top
View user's profile Send private message
Buffoon
Veteran
Veteran


Joined: 17 Jun 2015
Posts: 1369
Location: EU or US

PostPosted: Sat Nov 21, 2015 1:03 am    Post subject: Reply with quote

Is the keyboard working? If yes, then you can change video modes using keyboard shortcuts.
Back to top
View user's profile Send private message
vsw
n00b
n00b


Joined: 20 Nov 2015
Posts: 20
Location: Moscow

PostPosted: Sat Nov 21, 2015 6:28 am    Post subject: Reply with quote

Buffoon wrote:
Is the keyboard working? If yes, then you can change video modes using keyboard shortcuts.


Keyboard and mouse working. Please tell me which keys?
Back to top
View user's profile Send private message
vsw
n00b
n00b


Joined: 20 Nov 2015
Posts: 20
Location: Moscow

PostPosted: Sat Nov 21, 2015 6:29 am    Post subject: Reply with quote

audiodef wrote:
Can you startx into your desktop if you disable the display manager so that your computer boots to a prompt?


Yes. Login prompt.
Back to top
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Sat Nov 21, 2015 7:47 am    Post subject: Reply with quote

vsw wrote:
Buffoon wrote:
Is the keyboard working? If yes, then you can change video modes using keyboard shortcuts.


Keyboard and mouse working. Please tell me which keys?


you can switch between modes forward/backward with ctrl alt + or - keys

And how you know mouse works, do you mean screen is black but mouse cursor is seen?
-> if screen is totally black or monitor goes into sleep mode, you should have a resolution or refresh trouble and screen is protecting itself
-> if screen is black but cursor is seen, you lack a windows manager or you lack video memory to display that size
of course it could be something else, but that's the two common cases.
Back to top
View user's profile Send private message
vsw
n00b
n00b


Joined: 20 Nov 2015
Posts: 20
Location: Moscow

PostPosted: Sat Nov 21, 2015 7:55 am    Post subject: Reply with quote

I tried ctrl+alt+(+/-) - does not work.

I can't see mouse. Screen goes to sleep mode.
Back to top
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Sat Nov 21, 2015 8:15 am    Post subject: Reply with quote

try set a "classic mode" (you know the little 800x600 or 1024x768) for your screen, if it works, you know the mode you use is not really welcome by your monitor.
and before the typical "but my monitor could display this resolution!".
even when a monitor could display a resolution, you have limits, as displaying a resolution depends on the monitor, the card, its drivers, the cable and interface used.

if it still doesn't work with a low resolution, it's your display manager that doesn't agree with your settings. Like trying to display a 3D desktop with a non composite enable xorg. (lol of course the dm might be telling you "hey i need composite enable" on screen, but you cannot read it).
I'm afraid you will need a kde user to tell you the real answer, you can blindly try and add to your xorg.conf (assuming opengl is working)
Code:
Section "Extensions"
    Option         "Composite" "enable"
EndSection
Back to top
View user's profile Send private message
vsw
n00b
n00b


Joined: 20 Nov 2015
Posts: 20
Location: Moscow

PostPosted: Sat Nov 21, 2015 9:50 am    Post subject: Reply with quote

I disabled my 10-monitor.conf file.
Created 20-moinitor.conf with:
Section "Extensions"
Option "Composite" "enable"
EndSection

And reboot.

Same result.
Back to top
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Sat Nov 21, 2015 11:06 am    Post subject: Reply with quote

Quote:
-> if screen is totally black or monitor goes into sleep mode, you should have a resolution or refresh trouble and screen is protecting itself

Quote:
I can't see mouse. Screen goes to sleep mode.

The sleep mode is clear, you are having trouble with setting that resolution.

check for weirdness:
Code:
[  1780.924] (II) intel(0): Output VGA1 using monitor section Monitor-HDMI1
[  1780.924] (II) intel(0): Enabled output VGA1
[  1780.924] (II) intel(0): Output HDMI1 has no monitor section
[  1780.924] (II) intel(0): Enabled output HDMI1

For me it looks like it enable VGA1 output and use your setting with it
And it then enable HDMI1 but have no monitor setting for it
Code:
[  1780.924] (II) intel(0): Output HDMI2 has no monitor section
[  1780.924] (II) intel(0): Enabled output HDMI2

Again with HDMI2

I'm not used with the i915 driver, so i'm unsure what the driver is saying (for this, nvidia driver is more clear and explicit)
But as it only enable your settings with VGA1, i wonder, is your monitor plug to your card using VGA1 output?
Because of that f***ing HDCP monitors may refuse to display high resolution when not use with a digital output (hdmi, displayport or dvi)

Try testing lower resolution.
Back to top
View user's profile Send private message
vsw
n00b
n00b


Joined: 20 Nov 2015
Posts: 20
Location: Moscow

PostPosted: Sat Nov 21, 2015 11:19 am    Post subject: Reply with quote

I saw VGA1.
My Philips 243V connected with HDMI.
PC is Brix Pro i7. It has Only 2 ports - HDMI and DisplayPort.

How i can disable VGA1 section and leave only HDMI1 section?
Back to top
View user's profile Send private message
vsw
n00b
n00b


Joined: 20 Nov 2015
Posts: 20
Location: Moscow

PostPosted: Sat Nov 21, 2015 11:20 am    Post subject: Reply with quote

Also with Gentoo LiveDVD Intel opengl driver works fine.
Back to top
View user's profile Send private message
Buffoon
Veteran
Veteran


Joined: 17 Jun 2015
Posts: 1369
Location: EU or US

PostPosted: Sat Nov 21, 2015 11:41 am    Post subject: Reply with quote

You can enable/disable Intel outputs from kernel command line, see here https://www.osadl.org/Single-View.111+M5ec938a7b3b.0.html
Back to top
View user's profile Send private message
vsw
n00b
n00b


Joined: 20 Nov 2015
Posts: 20
Location: Moscow

PostPosted: Sat Nov 21, 2015 11:45 am    Post subject: Reply with quote

Where i can set it? In grub.cfg?

It is correct?

video=LVDS-1:d VGA-1:d HDMI-1:e HDMI-2:d DP-1:d DP-2:d
Back to top
View user's profile Send private message
vsw
n00b
n00b


Joined: 20 Nov 2015
Posts: 20
Location: Moscow

PostPosted: Sat Nov 21, 2015 4:07 pm    Post subject: Reply with quote

I tried video=*** in kernel string in grub.cfg - same result.

Also i tried Ignore all sections exclude HDMI1 and VIRTUAL1 - same result.
Back to top
View user's profile Send private message
Buffoon
Veteran
Veteran


Joined: 17 Jun 2015
Posts: 1369
Location: EU or US

PostPosted: Sat Nov 21, 2015 4:37 pm    Post subject: Reply with quote

Inspect your dmesg and Xorg log. I will not download your files into my computer, if you want others to look at your logs please use pastebin.
Back to top
View user's profile Send private message
vsw
n00b
n00b


Joined: 20 Nov 2015
Posts: 20
Location: Moscow

PostPosted: Sat Nov 21, 2015 4:43 pm    Post subject: Reply with quote

I fixed file's names as txt mime.
Please see in browser.
Back to top
View user's profile Send private message
vsw
n00b
n00b


Joined: 20 Nov 2015
Posts: 20
Location: Moscow

PostPosted: Sat Nov 21, 2015 5:28 pm    Post subject: Reply with quote

I saw dmesg and xorg.log and can't see somthing bad.
Back to top
View user's profile Send private message
vsw
n00b
n00b


Joined: 20 Nov 2015
Posts: 20
Location: Moscow

PostPosted: Sat Nov 21, 2015 8:06 pm    Post subject: Reply with quote

I connected another monitor(Lilliput) and all works on all modes.
Why Philips doesn't work? Where i can fix it?
Back to top
View user's profile Send private message
Buffoon
Veteran
Veteran


Joined: 17 Jun 2015
Posts: 1369
Location: EU or US

PostPosted: Sat Nov 21, 2015 9:07 pm    Post subject: Reply with quote

Either the EDID is borked or your monitor is aging. (I've two monitors here I'm using, given to me as blacking out no good monitors. I spent a little time on them and they work again. Your monitor may still work if you use lighter video modes. Not sure for how long, though.)
Back to top
View user's profile Send private message
vsw
n00b
n00b


Joined: 20 Nov 2015
Posts: 20
Location: Moscow

PostPosted: Sat Nov 21, 2015 9:26 pm    Post subject: Reply with quote

I tried many video modes but nothing.
Back to top
View user's profile Send private message
audiodef
Watchman
Watchman


Joined: 06 Jul 2005
Posts: 6639
Location: The soundosphere

PostPosted: Sat Nov 21, 2015 9:34 pm    Post subject: Reply with quote

I'm guessing you're using kdm as the display manager. I'd be interesting in knowing if any other display manager works. Does SLiM work? Lightdm? gdm? If any of those work, kdm is effed up.
_________________
decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN
Back to top
View user's profile Send private message
vsw
n00b
n00b


Joined: 20 Nov 2015
Posts: 20
Location: Moscow

PostPosted: Sat Nov 21, 2015 9:38 pm    Post subject: Reply with quote

Yes. I am using KDM. Please advise to me another manager and manual.
I never use other.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum