[SOLVED] Problems with 1.x (at least under Linux)

SurferTim:
This does not work for you on v1.0.1?

void setup() {

Serial.begin(9600);
  Serial.println("setup complete");
}

void loop() {
  Serial.println("tick");
  delay(1000);
}

I just installed 1.0.1, uploaded this and worked ok. Then uploaded ascii table and worked, and uploaded the program that uses the display and it works.

Really I don't know what happened. Sorry for boring with this.