Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Hardware
| | |-+  Sansa E200 weird line on top of screen.
« previous next »
  • Print
Pages: 1 2 [3] 4

Author Topic: Sansa E200 weird line on top of screen.  (Read 20146 times)

Offline meowmeow

  • Member
  • *
  • Posts: 7
Re: Sansa E200 weird line on top of screen.
« Reply #30 on: May 23, 2007, 08:05:41 PM »
I have the e280 and I have this weird line at the top of the screen as well.
Logged

Offline Ghost

  • Member
  • *
  • Posts: 2
Re: Sansa E200 weird line on top of screen.
« Reply #31 on: July 15, 2007, 04:04:32 AM »
As far as I can tell, the problem is caused by the two lines of the frame after what is visible on screen (which contain rubbish as they are not used) being wrapped back round to the top of the screen.

Bearing this in mind I have written a patch (ID # 7438) that extends the frame buffer below the screen and writes the first two lines into it. That way the first two lines get written back over themselves.

Not very elegant but until we can figure out a genuine solution this at least covers the line up in Rockbox (not in the OF though interestingly).

Please test it though. I only have one European model E280.
Logged

Offline cpchan

  • Member
  • *
  • Posts: 198
Re: Sansa E200 weird line on top of screen.
« Reply #32 on: July 15, 2007, 06:44:34 AM »
Wow nice hack!  ;D Both patches work flawlessly. No more annoying screen glitches.

Charles
Logged

Offline dan_a

  • Developer
  • Member
  • *
  • Posts: 85
  • MD1CLV
Re: Sansa E200 weird line on top of screen.
« Reply #33 on: July 15, 2007, 08:07:08 AM »
I'll check this out and see if we can come up with a solution which works for all Sansas.  Unfortunately I don't have one of the models that has this problem, so it might take a lot of trial and error.
Logged
iPod 3G
iPod 4G Mono
Sansa E250
Sansa Clip

Offline cpchan

  • Member
  • *
  • Posts: 198
Re: Sansa E200 weird line on top of screen.
« Reply #34 on: July 15, 2007, 08:14:25 AM »
Quote from: dan_a on July 15, 2007, 08:07:08 AM
I'll check this out and see if we can come up with a solution which works for all Sansas.

Thanks for looking into it, dan_a.

Charles
Logged

Offline vitess

  • Member
  • *
  • Posts: 6
Re: Sansa E200 weird line on top of screen.
« Reply #35 on: July 17, 2007, 09:24:05 AM »
Thanks for the patch. Tried it on my e280, which has the lines issue, using the 20070714 daily (the newer ones spit out an error about not finding sysfont.h during compile - on their own, that is, not because of the patch).

It worked. The first two lines now display what should be there, including when viewing images and playing games. One thing it didn't completely work with is mpegplayer - the first two lines are black. Better than the garbage that was there before, though.
Logged

Offline cpchan

  • Member
  • *
  • Posts: 198
Re: Sansa E200 weird line on top of screen.
« Reply #36 on: July 17, 2007, 09:41:36 AM »
Quote from: vitess on July 17, 2007, 09:24:05 AM
One thing it didn't completely work with is mpegplayer - the first two lines are black. Better than the garbage that was there before, though.

Strange, my videos are filling up the whole screen.

Charles
 
Logged

Offline tsolless

  • Member
  • *
  • Posts: 3
Re: Sansa E200 weird line on top of screen.
« Reply #37 on: July 21, 2007, 04:03:00 PM »
I have the problem as well. e260.

EDIT:

My Sansa in the normal firmware already has a couple of black lines built into the normal firmware. Those lines appear to be exactly where the Rockboxs firmware create the pixels. Can anyone else confirm this?
« Last Edit: July 21, 2007, 04:38:57 PM by tsolless »
Logged

Offline vitess

  • Member
  • *
  • Posts: 6
Re: Sansa E200 weird line on top of screen.
« Reply #38 on: July 22, 2007, 10:10:43 PM »
tsolless, are you saying you get this in the original firmware without the Rockbox bootloader installed?

I just uninstalled the Rockbox bootloader from my e280 and started the original firmware, and didn't see rows of black/garbage pixels at the top of the screen. You sure it's not just the gap between the display and chassis you're noticing, which is slightly larger at the top? The black rows of pixels will be distinguishable from that by their slightly backlit appearance.
Logged

Offline tsolless

  • Member
  • *
  • Posts: 3
Re: Sansa E200 weird line on top of screen.
« Reply #39 on: July 24, 2007, 10:59:30 AM »
No... Look. I apologize for the quality, I'll try to take a picture with my digital later but for now...



See that small area where the white line is above the song number? That is the line of pixels I'm talking about. I just want to know if anyone who has the garbage pixels has that.



As compared to that. As said apologies for the quality.
Logged

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4379
Re: Sansa E200 weird line on top of screen.
« Reply #40 on: July 24, 2007, 01:27:51 PM »
Was the top picture taken without the Rockbox bootloader installed on your machine?
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

Offline tsolless

  • Member
  • *
  • Posts: 3
Re: Sansa E200 weird line on top of screen.
« Reply #41 on: July 24, 2007, 03:49:23 PM »
No it isn't. I guess that would affect it. I'll try it out later and see what it does.
Logged

Offline JL

  • Member
  • *
  • Posts: 1
Re: Sansa E200 weird line on top of screen.
« Reply #42 on: September 01, 2007, 08:09:16 PM »
I have posted a patch to fix this  FS#7692.
make sure you rebuild rockbox and bootloader.
Logged

Offline e280ruser

  • Member
  • *
  • Posts: 21
Re: Sansa E200 weird line on top of screen.
« Reply #43 on: September 06, 2007, 12:59:42 AM »
Very nicely done.  I see that patch has been commited to the SVN.  Nicely done.
Logged

Offline Daveybaby

  • Member
  • *
  • Posts: 18
Re: Sansa E200 weird line on top of screen.
« Reply #44 on: September 13, 2007, 06:38:17 AM »
Could somebody that knows what theyre doing (i.e. not me ;) ) update the sansapatcher.exe linked to from the manual to use the fixed bootloader?

If you do i will send you a lovely pie.

[Edit: too late - i ate the pie, sorry. Can somebody please fix it anyway though?]
« Last Edit: September 13, 2007, 06:41:06 AM by Daveybaby »
Logged

  • Print
Pages: 1 2 [3] 4
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Hardware
| | |-+  Sansa E200 weird line on top of screen.
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.129 seconds with 14 queries.