maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N900 (https://talk.maemo.org/forumdisplay.php?f=44)
-   -   Is Dead pixels a general problem on N900?, please comment! (https://talk.maemo.org/showthread.php?t=38433)

Viipottaja 2010-01-04 15:49

Re: Is Dead pixels a general problem on N900?, please comment!
 
No probs here.

danny.schimke 2010-01-04 16:06

Re: Is Dead pixels a general problem on N900?, please comment!
 
I have not problems with my device! Everything works fine. I love my n900

forcer 2010-01-05 00:05

Re: Is Dead pixels a general problem on N900?, please comment!
 
anyone tried my python script?

God 2010-01-05 00:08

Re: Is Dead pixels a general problem on N900?, please comment!
 
Quote:

Originally Posted by stlpaul (Post 441851)
No dead on mine... thank god :)

no problem

mysticrokks 2010-01-05 00:10

Re: Is Dead pixels a general problem on N900?, please comment!
 
thats the punchline you have been trolling for isnt it lol

ndi 2010-01-05 00:27

Re: Is Dead pixels a general problem on N900?, please comment!
 
Perfect displays on both my devices.

whc 2010-01-05 00:39

Re: Is Dead pixels a general problem on N900?, please comment!
 
Quote:

Originally Posted by forcer (Post 452617)
ok guys, I have managed to create small python script that will endlessly switch between black, red, green, blue and white.
here is the script:
Code:

import sys, pygame, random, time
pygame.init()

size = width, height = 800, 480
speed = [2, 2]
colors = [ [255,255,255], [0,0,0], [255,0,0], [0,255,0], [0,0,255] ]
screen = pygame.display.set_mode(size)
pygame.display.toggle_fullscreen()
pygame.mouse.set_visible(0);
while 1:
    for event in pygame.event.get():
        if event.type == pygame.QUIT: sys.exit()
    time.sleep(0.001)
    screen.fill(colors[random.randint(0,3)])
    pygame.display.flip()

just one thing I miss - how to disable screensaver?
or there might be someone who will optimize the script, as this is my first python app(I prefer other langs)

Use "Simple Brightness Applet", and set the "Keep display on", then display will be on funny enough :D.

whc 2010-01-05 00:39

Re: Is Dead pixels a general problem on N900?, please comment!
 
Quote:

Originally Posted by forcer (Post 453321)
anyone tried my python script?

Well totally newbie here, how to?

gohan2091 2010-01-05 01:21

Re: Is Dead pixels a general problem on N900?, please comment!
 
I just use this http://www.topflashers.com/etc/screenfix/ no need to mess around with Python scripts. The link above is full screen and displays all kinds of colours and a variety of flashing speeds.

It didn't help my screen though.

Magel282 2010-01-05 01:46

Re: Is Dead pixels a general problem on N900?, please comment!
 
Quote:

Originally Posted by gohan2091 (Post 451679)
I'd love to but my camera is not good enough, it just comes out as a big blur.


No worries, thanks for trying anyways :).


I think I am pretty confident that I don't have any dead pixels on my screen but rather light leakage from behind the panel. If I had a stuck pixel it would be illuminating like the ones in the picture but the red source of light has to be coming from behind the panel.

http://users.adam.com.au/danielw/N900/pixelwhite.jpg


All times are GMT. The time now is 08:13.

vBulletin® Version 3.8.8