WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Install Xorg after Xvesa  (Read 31879 times)

rmarion36

  • Guest
Install Xorg after Xvesa
« on: May 03, 2012, 01:55:35 PM »
Hello everybody,

I'm trying to install Core + Xorg + openbox on a ThinClient HP. After starting Coreplus and install it on the Hard-disk, I uninstall all the .tcz files not needed for what I want (fluxbox, hackedbox, wifi etc ...).
I was able to uninstall all I wanted except Xvesa.tcz :

* I modified the /etc/sysconfig/Xserver file to add Xorg instead Xvesa
* I added the /etc/sysconfig/Xserver file in the /opt/.filetool.lst
* After I uninstall xvesa

After booting, I have the message "failed in WaitforX".

Do you have an idea to only install Xorg witout xvesa ?

Thanks.

Rémy

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Install Xorg after Xvesa
« Reply #1 on: May 03, 2012, 02:00:53 PM »
Remove Xserver from .filetool.lst
remove Xvesa.tcz from onboot.lst
tce-load -iw Xorg-7.X ( where X is your choice of  4, 5, or 6 )
If it was already installed, make sure it is included in onboot.lst.

rmarion36

  • Guest
Re: Install Xorg after Xvesa
« Reply #2 on: May 03, 2012, 02:23:39 PM »

Thanks for your reply.

I already remove Xvesa.tcz from onboot.lst.
I didn't make "tce-load -iw Xorg-7.X" because I already the Xorg-7.X.tcz file and I add "Xorg-7.X-lib" on onboot.lst file.

If I remove Xserver from .filetool.lst, the system will consider "xvesa" because at the beginning I have "xvesa" on the Xserver file. No ?

Rémy

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Install Xorg after Xvesa
« Reply #3 on: May 03, 2012, 02:31:43 PM »
You need Xorg-7.X.tcz in onboot.lst, not Xorg-7.X-lib.
Xorg will write the Xserver file. Do NOT include it in .filetool.lst.

rmarion36

  • Guest
Re: Install Xorg after Xvesa
« Reply #4 on: May 04, 2012, 09:58:31 AM »
I re-install all Core-plus with openbox to have a good base.

After, I remove xvesa.tcz from onboot.lst. I installed Xorg-7.6 with tce-load on prompt. After launch "startx" command, the screen is blocled with a blinking underscore !!!

What do you think ? A problem of driver/firmware ? As I installed Coreplus, I have in CDE all the firmware TCZ files.

Regards.

Rémy

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Install Xorg after Xvesa
« Reply #5 on: May 04, 2012, 10:05:20 AM »
Most probably you need xf86-video-xxx.tcz installed where xxx is your video card name. Check repository.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

rmarion36

  • Guest
Re: Install Xorg after Xvesa
« Reply #6 on: May 04, 2012, 11:47:02 AM »
It's a VIAChrome9 HC3 chipset. I don't find VIA driver package in the TCZ repo.

Do you think if the the X86-video-all package can help me ?

In an other post I read a guy who was able to solve the problem (VIAchrome) with Xf86-unichrome driver. I was not able to find this driver package in the repo.
If this package is not in the repo like a TCZ file, do you know how it's possible to include in Tinycore a Linux driver ?

Thanks.

Rémy

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Install Xorg after Xvesa
« Reply #7 on: May 04, 2012, 12:22:50 PM »
or openchrome
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Install Xorg after Xvesa
« Reply #8 on: May 04, 2012, 12:28:33 PM »
Hi rmarion36
Depending on which version of Xorg you are running
The  Xorg-7.5.tcz  extension includes  /usr/local/lib/X11/modules/drivers/unichrome_drv.so
The  Xorg-7.6-3d.tcz  extension includes  usr/local/lib/X11/modules/dri/unichrome_dri.so

rmarion36

  • Guest
Re: Install Xorg after Xvesa
« Reply #9 on: May 04, 2012, 01:23:28 PM »
I tried XORG-7.6-3D without success.

But I found xf86-video-openchrome package. With this package, the screen tried 2 ou 3 times to find an adjustment. Without success (the screen stays black after the trials) but it's better !!! It's clearly a problem of driver.

As tinycore is launched by default in graphical mode, my Tinycore is now always blocked. Do you know if it's possible to stop the graphical mode launch and go to the prompt ?

I will try to install these different TCZ files by using tce-load and not by direct copy and by hand modification of onboot.lst !!!

Thanks.

Rémy

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Install Xorg after Xvesa
« Reply #10 on: May 04, 2012, 01:25:06 PM »
Use the 'text' boot option.
Then you can use startx to test launch X.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Install Xorg after Xvesa
« Reply #11 on: May 05, 2012, 12:41:22 AM »
I tried XORG-7.6-3D without success.

/quote]

Use Xorg-7.6 instead of Xorg-7.6-3.d.tcz which fails on many hardware.

Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

rmarion36

  • Guest
Re: Install Xorg after Xvesa
« Reply #12 on: May 05, 2012, 10:57:37 AM »
I used Xorg-7.6 and Xorg-7.6-3D to have the unichrome driver.

As described, i also used Openchrome driver but without success.

I try to find in internet the right driver file to add it on my Tinycore.

Regards.

Rémy

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Install Xorg after Xvesa
« Reply #13 on: May 05, 2012, 01:21:57 PM »
Hi rmarion36
Did you set up an  xorg.conf  file? When you boot in text mode, and after startx fails, enter:
Code: [Select]
less /var/log/Xorg.0.logto check the log file for errors. Page Up/Down to navigate, q exits.

Offline gutmensch

  • Administrator
  • Hero Member
  • *****
  • Posts: 605
  • I can make it disappear, have no fear!
    • remembrance blog
Re: Install Xorg after Xvesa
« Reply #14 on: May 10, 2012, 03:31:13 AM »
You may want to try some of the options from here http://linux.die.net/man/4/openchrome in your xorg.conf. I had a case, where the openchrome driver was trying to setup a CRT monitor instead of an LCD display (ActiveDevice option on that page). Forcing to LCD worked for me.
If I seem unduly clear to you, you must have misunderstood what I said. (Alan Greenspan)