Tiny Core Base > TCB Q&A Forum

[ HOW TO ] Resolution Changing ?!

<< < (14/15) > >>

xor:
everyone should contribute to this database!

https://edid.tv/edid/upload/text/

Linux users, run xrandr --props and paste its output.

---
Submit your EDID

Help us grow our database by submitting your monitors EDIDs, every EDID count!

xor:
https://github.com/linuxhw/EDID/search?q=+w1943+1360x768+47.712&type=

xor:
existing problem is renewing itself!
dual-boot ; on every OS migration
monitor's auto-align button is no longer fully aligned !
but shear coordinates are fixed !

same problem here too!
https://forums.linuxmint.com/viewtopic.php?t=340480

(By the way, my monitor is pretty old and I can't access the "EDID" data)

what do you suggest i do?

same problem here too!
https://forums.linuxmint.com/viewtopic.php?t=340480
(By the way, my monitor is pretty old and I can't access the "EDID" data)
what do you suggest i do?


--- Quote from: xor on August 17, 2020, 01:25:58 PM ---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 ---

--- End quote ---

polikuo:

--- Quote from: xor on January 05, 2022, 10:56:53 PM ---existing problem is renewing itself!
dual-boot ; on every OS migration
monitor's auto-align button is no longer fully aligned !
but shear coordinates are fixed !

--- End quote ---

There should be an option in the setting of your physical monitor.
Perhaps you can align it manually instead of pressing the auto-align button

xor:
When you select the full screen 1360x768 option in the game, the game stays half screen. (1024x768)

TCL11.1-x86_64-bit

The standard screen resolution command I use is:

--- Code: ---xrandr --newmode "1360x768_60.00"   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync
xrandr --addmode VGA-0 1360x768_60.00
xrandr --output VGA-0 --mode 1360x768_60.00
startx
--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version