Thank you both @666philb and @bigpup for your feedback!
I have used some hours to see if I could use your knowledge, and take this process a bit further... Or if I have to give up and use Tuxedo-OS. I have found some info, so I feel it is too early to give it all up.
I have tested several configurations of xorg.conf, and it has given one single result. If adding
Code: Select all
Option "AllowEmptyInitialConfiguration"
to the screen section, it seems that X is starting. Because:
- I am not thrown back to prompt, but screen stays black.
- If I push the powerbutton (hardware), I am thrown back to prompt in 30 seconds, and system is powering off. This behavior is similar to the suspend dialog box in Slacko. This function only works in X (as far as I know).
So, I wonder if we actually could have reached X with another issue? The default refreshrate set in xorg.conf is
Code: Select all
HorizSync 35-81
VertRefresh 59-76
Vertical refreshrate is reported by xrandr to 77, but I am not able to find horizontal syncrate. Not even able to find what monitor I have. I wonder if these settings can make it crash? I have tested 'VertRefresh 77' in xorg.conf without any further luck.
Code: Select all
# xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 1920 x 1080, current 1920 x 1080, maximum 1920 x 1080
default connected 1920x1080+0+0 0mm x 0mm
1920x1080 77.00*
Output from PupSysInfo:
Code: Select all
Display Specifications:
• Monitor VertRefresh: 77.00 times/s
• Screen Dimensions: 1920x1080 pixels (508x286 millimeters)
• Screen Depth: 24 bits (planes)
Code: Select all
▶ X-SERVER SCREEN INFORMATION:
Name of display: :0
Version number: 11.0
Vendor string: The X.Org Foundation
Vendor release number: 11803000
X.Org version: 1.18.3
Number of extensions: 27
BIG-REQUESTS
Composite
DAMAGE
DOUBLE-BUFFER
DPMS
DRI2
GLX
Generic Event Extension
MIT-SCREEN-SAVER
MIT-SHM
Present
RANDR
RECORD
RENDER
SGI-GLX
SHAPE
SYNC
X-Resource
XC-MISC
XFIXES
XFree86-DGA
XFree86-VidModeExtension
XINERAMA
XInputExtension
XKEYBOARD
XTEST
XVideo
Default screen number: 0
Number of screens: 1
Screen #0:
dimensions: 1920x1080 pixels (508x286 millimeters)
resolution: 96x96 dots per inch
depths (7): 24, 1, 4, 8, 15, 16, 32
root window id: 0x25d
depth of root window: 24 planes
Do you have any clues?