Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Changing screen resolution on Linaro Developer Build
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
swigi...@googlemail.com  
View profile   Translate to Translated (View Original)
 More options Aug 24 2012, 8:46 am
From: swigi...@googlemail.com
Date: Fri, 24 Aug 2012 05:46:39 -0700 (PDT)
Local: Fri, Aug 24 2012 8:46 am
Subject: Changing screen resolution on Linaro Developer Build

As the title says, I can't change the resolution on the pandaboard using
the console-based Linaro Developer build. I've tried with fbset and by
editing and re-building boot.scr, but neither works. I would like to know
if there is a way to change resolution on the fly, without requiring a
reboot.

Also, I have experienced problems with the display on the developer build
of linaro 12.07. Anyone else experience that? The monitor turns on and then
off repeatedly after booting up every 10 seconds, with no signal. I have to
do a cold reboot in order for it to work, and it works about 50% of the
times.

Thanks,
 John


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
swigi...@googlemail.com  
View profile  
 More options Sep 11 2012, 10:20 am
From: swigi...@googlemail.com
Date: Tue, 11 Sep 2012 07:20:21 -0700 (PDT)
Local: Tues, Sep 11 2012 10:20 am
Subject: Re: Changing screen resolution on Linaro Developer Build

Slightly bumping this, as I don't believe changing resolution is
impossible. I've since then tried changing it via sysfs, but it doesn't
work that way either.

John

Am Freitag, 24. August 2012 14:46:39 UTC+2 schrieb (unbekannt):


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rob Clark  
View profile  
 More options Sep 11 2012, 8:00 pm
From: Rob Clark <robdcl...@gmail.com>
Date: Tue, 11 Sep 2012 19:00:05 -0500
Local: Tues, Sep 11 2012 8:00 pm
Subject: Re: [pandaboard] Changing screen resolution on Linaro Developer Build
See http://nouveau.freedesktop.org/wiki/KernelModeSetting and scroll
down to 'Forcing Modes'.. this will work the same w/ the omapdrm
driver, so a bootarg like:

  video="HDMI Type A-1:800x600"

To change resolution at runtime, your app should use the KMS APIs
(this is what xf86-video-omap does to implement xrandr, and what
wayland weston compositor does)

BR,
-R


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
swigi...@googlemail.com  
View profile  
 More options Sep 12 2012, 12:32 pm
From: swigi...@googlemail.com
Date: Wed, 12 Sep 2012 09:32:31 -0700 (PDT)
Local: Wed, Sep 12 2012 12:32 pm
Subject: Re: [pandaboard] Changing screen resolution on Linaro Developer Build

Thanks for the reply, but it doesn't seem to be working. I think I'm doing
something wrong. It seems that it's using omapdrm, I also don't get the
device names from the kernel messages:
# dmesg | grep drm
[    4.181304] [drm] Initialized drm 1.1.0 20060810
[    6.649169] omapdrm omapdrm.0: dvi has no driver.. skipping it
[    7.312744] fb0: omapdrm frame buffer device
[    7.317413] drm: registered panic notifier
[    7.322021] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    7.329223] [drm] No driver support for vblank timestamp query.
[    7.335662] [drm] Initialized omapdrm 1.0.0 20110403 on minor 0
# cat fb
0 omapdrm

I tried modifying boot.txt with your example bootarg, so it looks like this

setenv initrd_high "0xffffffff"

> setenv fdt_high "0xffffffff"
> setenv bootcmd "fatload mmc 0:1 0x80200000 uImage; fatload mmc 0:1
> 0x81600000 uInitrd; fatload mmc 0:1 0x815f0000 board.dtb; bootm 0x80200000
> 0x81600000 0x815f0000"
> setenv bootargs "console=tty0 console=ttyO2,115200n8
>  root=UUID=bbdbbbf2-53ac-46bd-a887-5893e74946ef rootwait ro earlyprintk
> fixrtc nocompcache vram=48M omapfb.vram=0:24M video="HDMI Type
> A-1:800x600" mem=456M@0x80000000 mem=512M@0xA$
> boot

after that,

# mkimage -A arm -O linux -T script -C none -a 0 -e 0 -n "Run uImage" -d
boot.txt boot.scr
Image Name:   Run uImage
Created:      Wed Sep 12 12:20:52 2012
Image Type:   ARM Linux Script (uncompressed)
Data Size:    486 Bytes = 0.47 kB = 0.00 MB
Load Address: 00000000
Entry Point:  00000000
Contents:
   Image 0: 478 Bytes = 0.47 kB = 0.00 MB
# chmod a+x boot.scr
# reboot

After rebooting the bootargs are displayed in the kernel messages but the
resolution stays at 1280x1024.
I have also tried with these instead, same results:
omapfb.video_mode=800x600MR-16@60
video=omapfb:mode:800x600@60

The distribution on which I'm trying these is a bit older than 12.07, as
that had display issues that I thought might interfere with the mode
settings:
# lsb_release -a
No LSB modules are available.
Distributor ID: Linaro
Description: Linaro 12.03
Release: 12.03
Codename: oneiric
# uname -a
Linux panda 3.1.1-29-linaro-lt-omap
#29~lt~ci~20120328002449+1332949706~4f7349b0-Ubuntu SMP PREEMPT  armv7l
armv7l armv7l GNU/Linux

John

Am Mittwoch, 12. September 2012 02:00:07 UTC+2 schrieb rob:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rob Clark  
View profile  
 More options Sep 12 2012, 4:02 pm
From: Rob Clark <robdcl...@gmail.com>
Date: Wed, 12 Sep 2012 15:02:56 -0500
Local: Wed, Sep 12 2012 4:02 pm
Subject: Re: [pandaboard] Changing screen resolution on Linaro Developer Build

Oh, that probably should have been video="HDMI-A-1:800x600"  (or
DVI-D-1.. see /sys/class/drm)

BR,
-R


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
swigi...@googlemail.com  
View profile  
 More options Sep 13 2012, 5:34 am
From: swigi...@googlemail.com
Date: Thu, 13 Sep 2012 02:34:22 -0700 (PDT)
Local: Thurs, Sep 13 2012 5:34 am
Subject: Re: [pandaboard] Changing screen resolution on Linaro Developer Build

That worked perfectly. Thanks!

John


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »