WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: easy X  (Read 3153 times)

Offline nickispeaki

  • Full Member
  • ***
  • Posts: 177
easy X
« on: October 13, 2009, 01:05:40 AM »
Hi, all!

Can anybody make of installation of great X more easily?

I'm not Linux-Guru, just user.... I installed tcl 10 or more times. And X is about 7, but only 2 or 3 times i have success with X! ;-(

Yes! I read wikis, forums, .info of Xorg.tce,....

It's need too just CLICK_AND_SETUP.

it's all i need! ;-)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14579
Re: easy X
« Reply #1 on: October 13, 2009, 01:17:42 AM »
If you use the latest version of tinycore and the latest version of Xorg.tczl and place Xorg.tczl in /tce and reboot, it will probably "just work" without any xorg.conf...

Offline nickispeaki

  • Full Member
  • ***
  • Posts: 177
Re: easy X
« Reply #2 on: October 13, 2009, 01:24:09 AM »
If you use the latest version of tinycore and the latest version of Xorg.tczl and place Xorg.tczl in /tce and reboot, it will probably "just work" without any xorg.conf...

yes, i have Xorg-7.4.tczl in /tce. Sorry for a newbie question, how i can check is X start correctly?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14579
Re: easy X
« Reply #3 on: October 13, 2009, 02:20:50 AM »
I guess if it boots to the desktop, then it is working  :)

To double-check that Xorg is running and not Xvesa, you could do something like this in a terminal window:
Code: [Select]
$ ps auxww | grep Xorg

Offline nickispeaki

  • Full Member
  • ***
  • Posts: 177
Re: easy X
« Reply #4 on: October 13, 2009, 10:25:44 AM »
I guess if it boots to the desktop, then it is working  :)

To double-check that Xorg is running and not Xvesa, you could do something like this in a terminal window:
Code: [Select]
$ ps auxww | grep Xorg

 7138 root     /usr/local/bin/Xorg -nolisten tcp

is ok?  8)

what is it ps? ps auxww? grep?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10970
Re: easy X
« Reply #5 on: October 16, 2009, 12:56:41 PM »
Yes, it's ok.

ps - check running processes
grep - search if the string is in the output
The only barriers that can stop you are the ones you create yourself.