Tiny Core Base > TCB Q&A Forum
[ HOW TO ] Resolution Changing ?!
Rich:
Hi xor
--- Quote from: xor on July 31, 2020, 03:33:06 AM ---Thx :)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
to make it easier to understand ; fixed command , variable
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...
--- End quote ---
Your color coding only made the terminal commands and responses difficult to read.
Adding Bold and Underline tags was not helpful either.
Please use code tags for displaying this type of information.
They look like this:
--- Code: ---[code]
--- End code ---
Then add one of these at the end:
[/code]
xor:
that message was not for you!
English is not a universal language,
I wrote to guide those who experienced the same problem.
it was a good narrative reference.
we are; We are different cultures that perceive English with logic matching
please restore the message you deleted.
and don't look at the whole world from a single angle.
respect differences
--- Quote from: Rich on July 31, 2020, 01:18:05 PM ---Hi xor
--- Quote from: xor on July 31, 2020, 03:33:06 AM ---Thx :)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
to make it easier to understand ; fixed command , variable
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...
--- End quote ---
Your color coding only made the terminal commands and responses difficult to read.
Adding Bold and Underline tags was not helpful either.
Please use code tags for displaying this type of information.
They look like this:
--- Code: ---[code]
--- End code ---
Then add one of these at the end:
[/code]
--- End quote ---
xor:
tc@box:~$ sudo cvt 1360 768
There is 1 inch horizontal shift on the screen!
"cvt 1360 768" command generates incorrect frequency values!
How can I add the real frequency values to the system!?
--- Quote from: xor on July 31, 2020, 03:33:06 AM ---Thx :)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
to make it easier to understand ; fixed command , variable
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- Code: ---tc@box:~$ startx
tc@box:~$ xrandr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 16384 x 16384
HDMI-0 disconnected primary (normal left inverted right x axis y axis)
VGA-0 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.00*
800x600 60.32 56.25
848x480 60.00
640x480 59.94
DVI-0 disconnected (normal left inverted right x axis y axis)
tc@box:~$ sudo cvt 1360 768
# 1360x768 59.80 Hz (CVT) hsync: 47.72 kHz; pclk: 84.75 MHz
Modeline "1360x768_60.00" 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync
tc@box:~$ sudo xrandr --newmode "1360x768_60.00" 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync
tc@box:~$ sudo xrandr --addmode VGA-0 1360x768_60.00
tc@box:~$ sudo xrandr --output VGA-0 --mode 1360x768_60.00
tc@box:~$
--- End code ---
--- End quote ---
Rich:
Hi xor
--- Code: ---tc@E310:~$ cvt --help
usage: cvt [-v|--verbose] [-r|--reduced] X Y [refresh]
-v|--verbose : Warn about CVT standard adherance.
-r|--reduced : Create a mode with reduced blanking (default: normal blanking).
X : Desired horizontal resolution (multiple of 8, required).
Y : Desired vertical resolution (required).
refresh : Desired refresh rate (default: 60.0Hz).
Calculates VESA CVT (Coordinated Video Timing) modelines for use with X.
tc@E310:~$
--- End code ---
Is this what you are looking for:
--- Code: ---tc@E310:~$ cvt -r 1360 768
# 1360x768 59.96 Hz (CVT) hsync: 47.37 kHz; pclk: 72.00 MHz
Modeline "1360x768R" 72.00 1360 1408 1440 1520 768 771 781 790 +hsync -vsync
tc@E310:~$
--- End code ---
xor:
screen border overflow occurred!
--- Code: ---$ xrandr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 16384 x 16384
HDMI-0 disconnected primary (normal left inverted right x axis y axis)
VGA-0 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0m m
1024x768 60.00*
800x600 60.32 56.25
848x480 60.00
640x480 59.94
DVI-0 disconnected (normal left inverted right x axis y axis)
$ cvt 1360 768
# 1360x768 59.80 Hz (CVT) hsync: 47.72 kHz; pclk: 84.75 MHz
Modeline "1360x768_60.00" 84.75 1360 1432 1568 1776 768 771 781 798 -hsync + vsync
$ cvt -r 1360 768
# 1360x768 59.96 Hz (CVT) hsync: 47.37 kHz; pclk: 72.00 MHz
Modeline "1360x768R" 72.00 1360 1408 1440 1520 768 771 781 790 +hsync -vsync
$ sudo xrandr --newmode "1360x768R" 72.00 1360 1408 1440 1520 768 77
1 781 790 +hsync -vsync
$ sudo xrandr --addmode VGA-0 1360x768R
$ sudo xrandr --output VGA-0 --mode 1360x768R
$ xrandr
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) 0mm x 0m m
1024x768 60.00
800x600 60.32 56.25
848x480 60.00
640x480 59.94
1360x768R 59.96*
DVI-0 disconnected (normal left inverted right x axis y axis)
--- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version