Tiny Core Base > TCB Q&A Forum

[ HOW TO ] Resolution Changing ?!

<< < (8/15) > >>

coreplayer2:
Hello xor
You tire too easily...

I think you'd be better off making a script to accomplish the task then exit to shell and execute your script to run all the commands

Create a shell script, call it "getXorg"
At the command prompt in you home directory enter:

--- Code: ---echo "#!/bin/sh" > getXorg
--- End code ---

Add your commands

--- Code: ---echo "tce-load -wi graphics-4.19.10-tinycore64 Xorg-7.7 xf86-video-ati firmware-radeon flwm wbar aterm" >> getXorg
--- End code ---

Make executable

--- Code: ---sudo chmod +x getXorg
--- End code ---

then exit to shell and enter ./getXorg   to run the script

--- Code: ---./getXorg
--- End code ---

Depending on what else you might want to accomplish you might just want to start X   

--- Code: ---Xorg
--- End code ---
or
--- Code: ---Xorg -nolisten tcp &
--- End code ---
or
--- Code: ---StartX
--- End code ---


:)

Juanito:
Yes, you can download many extensions on the same command line.

If you are already in the gui, do not load the graphics-KERNEL extension.

In the gui:
--- Code: ---$ tce-load -wil Xorg-7.7 xf86-video-ati firmware-radeon flwm wbar aterm
--- End code ---

Next, exit to the console prompt, then:
--- Code: ---$ tce-load -wil graphics-KERNEL
$ startx
--- End code ---

Note that while you are still experimenting, it would be much easier to install CorePure64 to a usb stick and boot from that.

xor:

--- Quote from: Juanito on June 19, 2019, 12:14:19 PM ---Yes, you can download many extensions on the same command line.

If you are already in the gui, do not load the graphics-KERNEL extension.

In the gui:
--- Code: ---$ tce-load -wil Xorg-7.7 xf86-video-ati firmware-radeon flwm wbar aterm
--- End code ---

Next, exit to the console prompt, then:
--- Code: ---$ tce-load -wil graphics-KERNEL
$ startx
--- End code ---

Note that while you are still experimenting, it would be much easier to install CorePure64 to a usb stick and boot from that.

--- End quote ---

%99,99 OK :) %00,01 :(

--- Code: ---
tc@box:~$ xrandr -q
Screen 0: minimum 320 x 200, current 1360 x 768, maximum 16384 x 16384
HDMI-0 disconnected primary (normal left inverted right x axis y axis)
VGA-0 connected 1360x768+0+0 (normal left inverted right x axis y axis) 406mm x 229mm
   1360x768      60.02*+
   1024x768      75.03    60.00 
   832x624       74.55 
   800x600       75.00    60.32 
   640x480       75.00    59.94 
   720x400       70.08 
DVI-0 disconnected (normal left inverted right x axis y axis)
--- End code ---

after I created the iso file
I started from iso;
The resolution has become old again !?
720x400! ??? :(

where am I doing wrong! ???


--- Code: ---tc@box:~$ xrandr -q
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 720 x 400, current 720 x 400, maximum 720 x 400
default connected 720x400+0+0 0mm x 0mm
   720x400        0.00*
--- End code ---


--- Code: ---LABEL tc
MENU LABEL Boot TinyCorePure64
TEXT HELP
Boot TinyCorePure64 with Embedded X/GUI extensions.
Boot media is removable. Use TAB to edit options for specific needs.
ENDTEXT
KERNEL /boot/vmlinuz64
INITRD /boot/corepure64.gz
append loglevel=3 cde vga=791 cde cde cde cde

LABEL tcw
MENU LABEL Boot TinyCorePure64 (on slow devices, waitusb=5)
TEXT HELP
Boot TinyCorePure64 with Embedded X/GUI extensions, if using a slow device.
Boot media is removable. Use TAB to edit options for specific needs.
ENDTEXT
KERNEL /boot/vmlinuz64
INITRD /boot/corepure64.gz
append loglevel=3 cde waitusb=5 vga=791 cde cde cde cde

LABEL core
MENU LABEL Boot Core (command line only).
TEXT HELP
No embedded X/GUI extensions are loaded. User extensions scanned or specified
will be loaded, and will need to provide X/GUI if required.
ENDTEXT
KERNEL /boot/vmlinuz64
INITRD /boot/corepure64.gz
append loglevel=3 vga=791 cde cde cde cde
LABEL corew
MENU LABEL Boot Core (command line only on slow devices, waitusb=5)
TEXT HELP
No embedded X/GUI extensions are loaded. User extensions scanned or specified
will be loaded, and will need to provide X/GUI if required.
ENDTEXT
KERNEL /boot/vmlinuz64
INITRD /boot/corepure64.gz
append loglevel=3 waitusb=5 vga=791 cde cde cde cde
--- End code ---

Juanito:
Do not use TinyCorePure64-10.1.iso as the starting point.

Use CorePure64-10.1.iso as the starting point.

xor:

--- Quote from: coreplayer2 on June 19, 2019, 12:12:46 PM ---Hello xor
You tire too easily...
I think you'd be better off making a script to accomplish the task then exit to shell and execute your script to run all the commands
Create a shell script, call it "getXorg"
At the command prompt in you home directory enter:

--- Code: ---echo "#!/bin/sh" > getXorg
--- End code ---
Add your commands

--- Code: ---echo "tce-load -wi graphics-4.19.10-tinycore64 Xorg-7.7 xf86-video-ati firmware-radeon flwm wbar aterm" >> getXorg
--- End code ---
Make executable

--- Code: ---sudo chmod +x getXorg
--- End code ---
then exit to shell and enter ./getXorg   to run the script

--- Code: ---./getXorg
--- End code ---
Depending on what else you might want to accomplish you might just want to start X   

--- Code: ---Xorg
--- End code ---
or
--- Code: ---Xorg -nolisten tcp &
--- End code ---
or
--- Code: ---StartX
--- End code ---
:)

--- End quote ---

would you add it as a single file to the forum.
can you write me how to run it,

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version