Dear All,
Hi, I have few questions about linux on samsung chromebook
I followed all the instructions then successfully generated SD image and then installed x11 using script.
But when I start x11 windowing system, it only shows me one terminal frame window without anything. Is that right? I thought it will show me linux user interface like unity..
And the other question is if I see image file using viewer program based on terminal, it shows me kind of image but it consists of letters such as '?', '!'..
So now I cannot make sure about my OS system which is installed well or not.
Thanks a lot in advance,
Woojung Myung
Dear richevans
Really thanks for your answer.
By the way, now I am doing my project based on GPU using OpenCL,, especially image parallel processing
so after I get the result which is image file, there's no way to see this image output image file on chrome linux system?
Because x11 only contain one terminal window. Previous time in the terminal I used cacaview for image viewing.
Thanks in advance,
Yours sincerely,
Hi Woojung,
nightskyz wrote: so after I get the result which is image file, there's no way to see this image output image file on chrome linux system? Because x11 only contain one terminal window. Previous time in the terminal I used cacaview for image viewing.
nightskyz wrote:
Cacaview renders using ASCII characters which is why you're seeing ? ! characters, that's what it uses to display the image as it is console based. As you're running an X11 window system, have you tried using something like "feh"?
Hth,
Chris
Hi nightskyz,
You are under no obligation to use only the single terminal. The system install is a full ubuntu system and as such you can freely install any new packages you want as you would with a full ubuntu desktop install using apt-get install. You can then launch the program as you would using a terminal on any other system. As chrisvarns suggested, I would recommend feh. You can install it using `apt-get install feh`.
Hope this helps,
Rich
Thanks a lot, chrisvarns and richevans
I am newbie to use Linux system.. today I learned many things lovely thanks.
After using feh, everything is fine
Again thanks,