[beagleboard] Dell U2410 hdmi woes (wheezy)

2014-03-28 Thread Richard-tx
I have a strange one.

I am using a Dell U2410 monitor.  It just so happens that I have the same 
monitor described at http://elinux.org/Beagleboard:BeagleBoneBlack_HDMI

I loaded the image 
https://rcn-ee.net/deb/microsd/wheezy/bbxm-debian-7.4-2014-03-27-2gb.img.xz 
on my BBB

When  the HDMI output of the BBB is connected to the HDMI input on the 
monitor all goes well until the X desktop is started.  As soon as X is 
started the monitor goes into power-save mode.  Press cntl-alt F1 to get to 
a non-gui login and the display turns on.  Switch back to F7 and the 
monitor goes into power-save.

If I use a HDMI to DVI adapter and use the DVI input on the U2410, the X 
desktop display is OK.  I can even use xrandr to change resolution to 
1280x1024 (dvi input) which works fine.


I have deduced that when the BBB gets the EDID info from the monitor, it 
changes to a mode that the Dell U2410 does not like but only with the X 
desktop.

Anyone have any ideas?  I am hesitant to blame the LXDE X server for this 
but anything is possible.





.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Dell U2410 hdmi woes (wheezy)

2014-03-28 Thread Robert Nelson
On Fri, Mar 28, 2014 at 8:32 AM, Richard-tx  wrote:
> I have a strange one.
>
> I am using a Dell U2410 monitor.  It just so happens that I have the same
> monitor described at http://elinux.org/Beagleboard:BeagleBoneBlack_HDMI
>
> I loaded the image
> https://rcn-ee.net/deb/microsd/wheezy/bbxm-debian-7.4-2014-03-27-2gb.img.xz
> on my BBB
>
> When  the HDMI output of the BBB is connected to the HDMI input on the
> monitor all goes well until the X desktop is started.  As soon as X is
> started the monitor goes into power-save mode.  Press cntl-alt F1 to get to
> a non-gui login and the display turns on.  Switch back to F7 and the monitor
> goes into power-save.

You can disable power save via:

echo "#!/bin/sh" > ~/.xsessionrc
echo "" >> ~/.xsessionrc
echo "xset -dpms" >> ~/.xsessionrc
echo "xset s off" >> ~/.xsessionrc


> If I use a HDMI to DVI adapter and use the DVI input on the U2410, the X
> desktop display is OK.  I can even use xrandr to change resolution to
> 1280x1024 (dvi input) which works fine.
>
>
> I have deduced that when the BBB gets the EDID info from the monitor, it
> changes to a mode that the Dell U2410 does not like but only with the X
> desktop.
>
> Anyone have any ideas?  I am hesitant to blame the LXDE X server for this
> but anything is possible.

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Dell U2410 hdmi woes (wheezy)

2014-03-28 Thread dumb looks free
I had the same issue.finally this worked for me

sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
sudo apt-get install xserver-xorg-video-fbdev
sudo reboot

search    "Debian X11/LDE display problem ?"


YMMV


On 28 March 2014 14:42, Robert Nelson  wrote:

> On Fri, Mar 28, 2014 at 8:32 AM, Richard-tx 
> wrote:
> > I have a strange one.
> >
> > I am using a Dell U2410 monitor.  It just so happens that I have the same
> > monitor described at http://elinux.org/Beagleboard:BeagleBoneBlack_HDMI
> >
> > I loaded the image
> >
> https://rcn-ee.net/deb/microsd/wheezy/bbxm-debian-7.4-2014-03-27-2gb.img.xz
> > on my BBB
> >
> > When  the HDMI output of the BBB is connected to the HDMI input on the
> > monitor all goes well until the X desktop is started.  As soon as X is
> > started the monitor goes into power-save mode.  Press cntl-alt F1 to get
> to
> > a non-gui login and the display turns on.  Switch back to F7 and the
> monitor
> > goes into power-save.
>
> You can disable power save via:
>
> echo "#!/bin/sh" > ~/.xsessionrc
> echo "" >> ~/.xsessionrc
> echo "xset -dpms" >> ~/.xsessionrc
> echo "xset s off" >> ~/.xsessionrc
>
>
> > If I use a HDMI to DVI adapter and use the DVI input on the U2410, the X
> > desktop display is OK.  I can even use xrandr to change resolution to
> > 1280x1024 (dvi input) which works fine.
> >
> >
> > I have deduced that when the BBB gets the EDID info from the monitor, it
> > changes to a mode that the Dell U2410 does not like but only with the X
> > desktop.
> >
> > Anyone have any ideas?  I am hesitant to blame the LXDE X server for this
> > but anything is possible.
>
> Regards,
>
> --
> Robert Nelson
> http://www.rcn-ee.com/
>
> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to the Google Groups
> "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to beagleboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Dell U2410 hdmi woes (wheezy)

2014-03-28 Thread Richard-tx

The odd part is that it is not going into power savenot really.  The 
Dell monitor will go into power save mode if the video being supplied is 
out of range.  I tried shutting off power save mode first and that did 
nothing.  I have a .xsessionrc file and it already contains what you 
suggested.

I tried  swapping cables while it was up and running.   When I did that, 
the monitor briefly displayed what looked like a double image (side to 
side) and then went into powersave mode. 

I was wrong about the image URL I used.

Here is the URL

http://debian.beagleboard.org/images/BBB-eMMC-flasher-debian-7.4-2014-03-27-2gb.img.xz

So what I did was add "xhost +" to the .xsessionrc file

Then I logged in and did the following:

# export DISPLAY=:0
# xrandr
Screen 0: minimum 320 x 200, current 640 x 480, maximum 2048 x 2048
HDMI-0 connected 640x480+0+0 (normal left inverted right x axis y axis) 
518mm x 324mm
   1920x1080  24.0
   1280x720   50.0 60.0
   720x57650.0
   720x48059.9
   640x48059.9*






In the middle of this I tried a few things and found a work around.

I added 
xrandr --output HDMI-0 --auto

to .xsessionrc  Now I have a reasonable X desktop.

We can mark this solved..



Richard



On Friday, March 28, 2014 8:42:34 AM UTC-5, RobertCNelson wrote:
>
> On Fri, Mar 28, 2014 at 8:32 AM, Richard-tx 
> > 
> wrote: 
> > I have a strange one. 
> > 
> > I am using a Dell U2410 monitor.  It just so happens that I have the 
> same 
> > monitor described at http://elinux.org/Beagleboard:BeagleBoneBlack_HDMI 
> > 
> > I loaded the image 
> > 
> https://rcn-ee.net/deb/microsd/wheezy/bbxm-debian-7.4-2014-03-27-2gb.img.xz 
> > on my BBB 
> > 
> > When  the HDMI output of the BBB is connected to the HDMI input on the 
> > monitor all goes well until the X desktop is started.  As soon as X is 
> > started the monitor goes into power-save mode.  Press cntl-alt F1 to get 
> to 
> > a non-gui login and the display turns on.  Switch back to F7 and the 
> monitor 
> > goes into power-save. 
>
> You can disable power save via: 
>
> echo "#!/bin/sh" > ~/.xsessionrc 
> echo "" >> ~/.xsessionrc 
> echo "xset -dpms" >> ~/.xsessionrc 
> echo "xset s off" >> ~/.xsessionrc 
>
>
> > If I use a HDMI to DVI adapter and use the DVI input on the U2410, the X 
> > desktop display is OK.  I can even use xrandr to change resolution to 
> > 1280x1024 (dvi input) which works fine. 
> > 
> > 
> > I have deduced that when the BBB gets the EDID info from the monitor, it 
> > changes to a mode that the Dell U2410 does not like but only with the X 
> > desktop. 
> > 
> > Anyone have any ideas?  I am hesitant to blame the LXDE X server for 
> this 
> > but anything is possible. 
>
> Regards, 
>
> -- 
> Robert Nelson 
> http://www.rcn-ee.com/ 
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Dell U2410 hdmi woes (wheezy)

2014-03-28 Thread Richard-tx


On Friday, March 28, 2014 1:00:23 PM UTC-5, dumb looks free wrote:
>
> I had the same issue.finally this worked for me
>
> sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
> sudo apt-get install xserver-xorg-video-fbdev
> sudo reboot
>
> search    "Debian X11/LDE display problem ?"
>
>
> YMMV
>

Google got tired of me searching for "debian lde x11 display problem"  I 
finally tried setting the video mode to auto using xrandr and that fixed 
it.  Go figure.

Richard

>
>
> On 28 March 2014 14:42, Robert Nelson  >wrote:
>
>> On Fri, Mar 28, 2014 at 8:32 AM, Richard-tx 
>> > 
>> wrote:
>> > I have a strange one.
>> >
>> > I am using a Dell U2410 monitor.  It just so happens that I have the 
>> same
>> > monitor described at http://elinux.org/Beagleboard:BeagleBoneBlack_HDMI
>> >
>> > I loaded the image
>> > 
>> https://rcn-ee.net/deb/microsd/wheezy/bbxm-debian-7.4-2014-03-27-2gb.img.xz
>> > on my BBB
>> >
>> > When  the HDMI output of the BBB is connected to the HDMI input on the
>> > monitor all goes well until the X desktop is started.  As soon as X is
>> > started the monitor goes into power-save mode.  Press cntl-alt F1 to 
>> get to
>> > a non-gui login and the display turns on.  Switch back to F7 and the 
>> monitor
>> > goes into power-save.
>>
>> You can disable power save via:
>>
>> echo "#!/bin/sh" > ~/.xsessionrc
>> echo "" >> ~/.xsessionrc
>> echo "xset -dpms" >> ~/.xsessionrc
>> echo "xset s off" >> ~/.xsessionrc
>>
>>
>> > If I use a HDMI to DVI adapter and use the DVI input on the U2410, the X
>> > desktop display is OK.  I can even use xrandr to change resolution to
>> > 1280x1024 (dvi input) which works fine.
>> >
>> >
>> > I have deduced that when the BBB gets the EDID info from the monitor, it
>> > changes to a mode that the Dell U2410 does not like but only with the X
>> > desktop.
>> >
>> > Anyone have any ideas?  I am hesitant to blame the LXDE X server for 
>> this
>> > but anything is possible.
>>
>> Regards,
>>
>> --
>> Robert Nelson
>> http://www.rcn-ee.com/
>>
>> --
>> For more options, visit http://beagleboard.org/discuss
>> ---
>> You received this message because you are subscribed to the Google Groups 
>> "BeagleBoard" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to beagleboard...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Dell U2410 hdmi woes (wheezy)

2014-03-28 Thread dumb looks free
Yes - sorry, I had trouble to get the link also. Here it is  very 
similar issues.  

https://groups.google.com/d/msg/beagleboard/PKPD345Fbgg/6RO_mKOsq0QJ

BTW ...  I think I recognize your handle from the RPI site !!!


On Friday, 28 March 2014 19:44:00 UTC+1, Richard-tx wrote:
>
>
>
> On Friday, March 28, 2014 1:00:23 PM UTC-5, dumb looks free wrote:
>>
>> I had the same issue.finally this worked for me
>>
>> sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
>> sudo apt-get install xserver-xorg-video-fbdev
>> sudo reboot
>>
>> search    "Debian X11/LDE display problem ?"
>>
>>
>> YMMV
>>
>
> Google got tired of me searching for "debian lde x11 display problem"  I 
> finally tried setting the video mode to auto using xrandr and that fixed 
> it.  Go figure.
>
> Richard
>
>>
>>
>> On 28 March 2014 14:42, Robert Nelson  wrote:
>>
>>> On Fri, Mar 28, 2014 at 8:32 AM, Richard-tx  wrote:
>>> > I have a strange one.
>>> >
>>> > I am using a Dell U2410 monitor.  It just so happens that I have the 
>>> same
>>> > monitor described at 
>>> http://elinux.org/Beagleboard:BeagleBoneBlack_HDMI
>>> >
>>> > I loaded the image
>>> > 
>>> https://rcn-ee.net/deb/microsd/wheezy/bbxm-debian-7.4-2014-03-27-2gb.img.xz
>>> > on my BBB
>>> >
>>> > When  the HDMI output of the BBB is connected to the HDMI input on the
>>> > monitor all goes well until the X desktop is started.  As soon as X is
>>> > started the monitor goes into power-save mode.  Press cntl-alt F1 to 
>>> get to
>>> > a non-gui login and the display turns on.  Switch back to F7 and the 
>>> monitor
>>> > goes into power-save.
>>>
>>> You can disable power save via:
>>>
>>> echo "#!/bin/sh" > ~/.xsessionrc
>>> echo "" >> ~/.xsessionrc
>>> echo "xset -dpms" >> ~/.xsessionrc
>>> echo "xset s off" >> ~/.xsessionrc
>>>
>>>
>>> > If I use a HDMI to DVI adapter and use the DVI input on the U2410, the 
>>> X
>>> > desktop display is OK.  I can even use xrandr to change resolution to
>>> > 1280x1024 (dvi input) which works fine.
>>> >
>>> >
>>> > I have deduced that when the BBB gets the EDID info from the monitor, 
>>> it
>>> > changes to a mode that the Dell U2410 does not like but only with the X
>>> > desktop.
>>> >
>>> > Anyone have any ideas?  I am hesitant to blame the LXDE X server for 
>>> this
>>> > but anything is possible.
>>>
>>> Regards,
>>>
>>> --
>>> Robert Nelson
>>> http://www.rcn-ee.com/
>>>
>>> --
>>> For more options, visit http://beagleboard.org/discuss
>>> ---
>>> You received this message because you are subscribed to the Google 
>>> Groups "BeagleBoard" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to beagleboard...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Dell U2410 hdmi woes (wheezy)

2014-03-28 Thread Richard-tx
Yes, I am on the Rpi site as well.   

I decided to try a BBB.  The BBB has certain features the RPI does not; 
like multiple UARTs.  I have a terminal server that died on me so I am 
making one from a BBB.   

The only thing I wish is that this forum were hosted on something like 
phpBB3.  Google groups is missing certain functions that I rely on.

Richard



On Friday, March 28, 2014 1:56:11 PM UTC-5, dumb looks free wrote:
>
> Yes - sorry, I had trouble to get the link also. Here it is  very 
> similar issues.  
>
> https://groups.google.com/d/msg/beagleboard/PKPD345Fbgg/6RO_mKOsq0QJ
>
> BTW ...  I think I recognize your handle from the RPI site !!!
>
>
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.