Poll: Do your N900 have Dead or Stuck pixel?
Poll Options
Do your N900 have Dead or Stuck pixel?

Reply
Thread Tools
Posts: 269 | Thanked: 139 times | Joined on Mar 2006
#111
No probs here.
 
Posts: 4 | Thanked: 0 times | Joined on Dec 2009 @ Arnstadt
#112
I have not problems with my device! Everything works fine. I love my n900
 
Posts: 135 | Thanked: 151 times | Joined on Dec 2009 @ Slovakia/Bratislava
#113
anyone tried my python script?
 
God's Avatar
Posts: 280 | Thanked: 72 times | Joined on Oct 2009 @ Switzerland
#114
Originally Posted by stlpaul View Post
No dead on mine... thank god
no problem
__________________
How come wrong numbers are never busy?
 
Posts: 589 | Thanked: 54 times | Joined on Dec 2009 @ london
#115
thats the punchline you have been trolling for isnt it lol
 
ndi's Avatar
Posts: 2,050 | Thanked: 1,425 times | Joined on Dec 2009 @ Bucharest
#116
Perfect displays on both my devices.
 
whc's Avatar
Posts: 78 | Thanked: 31 times | Joined on Feb 2008 @ Hafnia
#117
Originally Posted by forcer View Post
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 .
__________________
Nokia N9 & iPhone 6s Plus & Sony Xperia XZ owner
 
whc's Avatar
Posts: 78 | Thanked: 31 times | Joined on Feb 2008 @ Hafnia
#118
Originally Posted by forcer View Post
anyone tried my python script?
Well totally newbie here, how to?
__________________
Nokia N9 & iPhone 6s Plus & Sony Xperia XZ owner
 
Posts: 271 | Thanked: 20 times | Joined on Apr 2009 @ United Kingdom
#119
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.
 
Posts: 113 | Thanked: 54 times | Joined on Dec 2009 @ Australia
#120
Originally Posted by gohan2091 View Post
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.

__________________
♦ Nokia N900 (RX-51) ♦ Korean Made ♦ Week 49/2009 ♦
Firmware 10.2010.19-1
 
Reply

Tags
stop the pixel genocide!!, who is murdering pixels??


 
Forum Jump


All times are GMT. The time now is 11:51.