WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Announcing tinyx - our X server fork  (Read 28300 times)

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: Announcing tinyx - our X server fork
« Reply #30 on: December 13, 2013, 09:45:59 AM »
-noreset does totally eliminate the problem.
I exited out of X and re-'startx'ed eleven times and always had a WM and the custom fonts I have installed.

--

I'm not sure what you mean by 'cpu specs'..

My netbook [MSI Wind U100]:
(Xvesa working flawlessly)
- CPU: Intel Atom N270

$ time Xvesa -startbench
Code: [Select]
Could not init font path element /usr/lib/X11/fonts/TTF/, removing from list!
Could not init font path element /usr/lib/X11/fonts/OTF/, removing from list!
Could not init font path element /usr/lib/X11/fonts/Type1/, removing from list!
Could not init font path element /usr/lib/X11/fonts/100dpi/, removing from list!
Int 10h (0x4F08) failed: 0x034F (function call invalid in this video mode)
real    0m 0.29s
user    0m 0.01s
sys     0m 0.09s
(I'm cheating here - this is still the Xvesa I built myself but..)

--

Desktop PC [HP Compaq dc7700]:
(troublesome)
- CPU: Intel Pentium D 925

$ time Xvesa -startbench
Code: [Select]
Could not init font path element /usr/lib/X11/fonts/TTF/, removing from list!
Could not init font path element /usr/lib/X11/fonts/OTF/, removing from list!
Could not init font path element /usr/lib/X11/fonts/Type1/, removing from list!
Could not init font path element /usr/lib/X11/fonts/100dpi/, removing from list!
Int 10h (0x4F08) failed: 0x034F (function call invalid in this video mode)
real    0m 2.18s
user    0m 0.49s
sys     0m 1.45s
(This is with your build)
« Last Edit: December 13, 2013, 09:48:02 AM by Misalf »
Download a copy and keep it handy: Core book ;)

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Announcing tinyx - our X server fork
« Reply #31 on: December 13, 2013, 10:19:34 AM »
Before I try, does the fork compile 64-bit?

It does, I specifically aimed for 64-bit cleanliness. Even Xvesa compiles, though it will not work (and there's a runtime check to avoid a corrupted display).

@Misalf

Thanks, will change the default to be noreset then. Your PC is quite powerful, but it takes ten times longer to put up a screen than the netbook.
The only barriers that can stop you are the ones you create yourself.

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: Announcing tinyx - our X server fork
« Reply #32 on: December 13, 2013, 11:13:28 AM »
Weird.. No problem for me though while you walk-it-around.
xsetup also shows the same display modes as available in current Xvesa.

Tomorrow I'll try Xfbdev on that thing (current Xfbdev performs very bad/slow).
Download a copy and keep it handy: Core book ;)

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Announcing tinyx - our X server fork
« Reply #33 on: December 13, 2013, 11:17:11 AM »
Here are my findings with My Radeon X1200.  onboot.lst contains Xprogs, aterm, and flwm_topside.
The X driver is loaded manually.
Version  -  memory used (free) -  VSZ of driver ( top)
Xvesa old - 34636 - 26572
Xvesa new - 31548 - 24596

Xfbdev old - 29588 - 7784
Xfbdev new - 30600 - 8392

Xvesa is a little smaller.  Xfbdev is a little larger.

I am having some issue with evince2 with these drivers,
The only one that has no problem with evince2 is the old Xfbdev.
All the others generate an error and terminate evince when expanding the window to full screen width.
evince: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Announcing tinyx - our X server fork
« Reply #34 on: January 05, 2014, 02:01:47 AM »
@gerald_clark

Sorry for the delay.

I just tried evince2 on 5.1, with its shipping Xvesa, flwm_topside. It maximized without any issues.

As I can't reproduce, is that the full error? Usually X errors also display the major and minor opcodes.
The only barriers that can stop you are the ones you create yourself.

Offline dfattcl

  • Newbie
  • *
  • Posts: 16
Re: Announcing tinyx - our X server fork
« Reply #35 on: January 19, 2014, 10:48:20 PM »
Quick question - with the changes being made to move away from VGA to GOP, do you know if VESA will still be available for GOP?  If not will a new GOP driver be required?  or is it that frame buffer mode from the kernel would cover GOP and tinyx would/could use the frame buffer mode?

TIA!!

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Announcing tinyx - our X server fork
« Reply #36 on: January 20, 2014, 01:44:37 AM »
The kernel framebuffer + Xfbdev work fine on the EFI framebuffer.
The only barriers that can stop you are the ones you create yourself.

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Announcing tinyx - our X server fork
« Reply #37 on: January 21, 2014, 02:12:48 AM »
do you need any special boot codes for Xfbdev to work with the efi framebuffer?

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Announcing tinyx - our X server fork
« Reply #38 on: January 21, 2014, 02:21:49 AM »
'took me a while to get round to it, but tinyx Xvesa compiles to a 356k extension (deps libXfont, libXdmcp, Xorg-fonts) and works fine at my laptop (intel hd3000) native resolution of 1366x768.

The logitech vx nano mouse movement it a little jumpy (as with Xorg and mouse driver, but not with Xorg and evdev driver), but otherwise OK.

evince (gtk3) at 400% is OK, evince2 (gtk2) also OK at 400%
« Last Edit: January 21, 2014, 02:29:01 AM by Juanito »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Announcing tinyx - our X server fork
« Reply #39 on: January 21, 2014, 03:23:03 AM »
No bootcodes needed for efi fb, in my experience it modesets directly to the highest res available.
The only barriers that can stop you are the ones you create yourself.

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Announcing tinyx - our X server fork
« Reply #40 on: January 21, 2014, 04:36:27 AM »
tinyx Xfbdev compiles to an x86_64 extension of 404k compared to current 620k  :)

Booting without boot codes looks like it gives 800x600:
Code: [Select]
$ cat /sys/class/graphics/fb0/modes
U:800x600p-75

grub2 command "set gfxpayload='1366x768x24'" has no effect - haven't yet figured out how to query available efi fb modes (and have not yet tried vga=0x318 video=vesafb:mtrr)  :(

Logitech vx nano usb mouse is very jittery

evince works at 400%
« Last Edit: January 21, 2014, 05:18:06 AM by Juanito »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Announcing tinyx - our X server fork
« Reply #41 on: January 21, 2014, 12:11:06 PM »
Seems we have conflicting reports, as Gerald said in the other thread that the recompiled evince was still failing.
The only barriers that can stop you are the ones you create yourself.

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Announcing tinyx - our X server fork
« Reply #42 on: January 22, 2014, 01:59:24 AM »
The recompiled evince was x86 gtk2 version, I was testing x86_64 Xfbdev (although I cannot get it to fail with x86 Xvesa or Xorg)

Tracked down and compiled modelist.efi - any ideas where this is run from - grub2 console ignores it, efi console font becomes corrupted when run, not a native linux executable  ???
« Last Edit: January 22, 2014, 02:03:49 AM by Juanito »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Announcing tinyx - our X server fork
« Reply #43 on: January 22, 2014, 02:27:39 AM »
No idea, sorry.
The only barriers that can stop you are the ones you create yourself.

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Announcing tinyx - our X server fork
« Reply #44 on: January 22, 2014, 02:45:27 AM »
Code: [Select]
$ file modelist.efi
modelist.efi: PE32+ executable (EFI application) x86-64 (stripped to external PDB), for MS Windows

..doesn't give much away - interesting that it says windows when compiled with linux

Edit: some progress:
Code: [Select]
grub> videoinfo
List of supported video modes:
Legend: mask/position=red/green/blue/reserved
Adapter: `EFI GOP Driver`:
 0x000 1366x768x32 (5464) Direct color mask: 8/8/8/8 pos: 16/8/0/24
 0x001 1024x768x32 (4096) Direct color mask: 8/8/8/8 pos: 16/8/0/24
 0x002  640x489x32 (2560) Direct color mask: 8/8/8/8 pos: 16/8/0/24
*0x003  800x600x32 (3200) Direct color mask: 8/8/8/8 pos: 16/8/0/24

EDID Version: 1.4
Preferred mode: 1366x768
« Last Edit: January 22, 2014, 03:15:48 AM by Juanito »