Index: uspace/srv/fb/ega.c
===================================================================
--- uspace/srv/fb/ega.c	(revision fc02cc41db04c79320221b96cb18bb2f916994a7)
+++ uspace/srv/fb/ega.c	(revision ba2a0552c057e500531844013f0c623d6717aa81)
@@ -150,5 +150,5 @@
 	scr_addr[(row * scr_width + col) * 2 + 1] = style;
 	
-	cursor_goto(row, col + 1);
+	cursor_goto(col + 1, row);
 }
 
@@ -317,5 +317,5 @@
 			break;
 		case FB_GET_CSIZE:
-			ipc_answer_2(callid, EOK, scr_height, scr_width);
+			ipc_answer_2(callid, EOK, scr_width, scr_height);
 			continue;
 		case FB_CLEAR:
