WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [ HOW TO ] Resolution Changing ?!  (Read 29681 times)

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
[ HOW TO ] Resolution Changing ?!
« on: May 01, 2019, 01:32:34 AM »
[ HOW TO ] Resolution Changing ?!

Resolution 1366x768 60hz 

https://www.lg.com/hk_en/monitor/lg-W1943SS-PF-office

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: [ HOW TO ] Resolution Changing ?!
« Reply #1 on: May 01, 2019, 01:36:27 AM »
Are you using Core or CorePure64?

Are you using Xvesa, Xfbdev or Xorg-7.7?

Have you looked for the relevant information in the faq, wiki and tinycore book?

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: [ HOW TO ] Resolution Changing ?!
« Reply #2 on: May 01, 2019, 01:44:37 AM »
Are you using Core or CorePure64?

Are you using Xvesa, Xfbdev or Xorg-7.7?

Have you looked for the relevant information in the faq, wiki and tinycore book?

please, can you tell in a simple way !?

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: [ HOW TO ] Resolution Changing ?!
« Reply #3 on: May 01, 2019, 01:48:41 AM »
Are you using the 32-bit version of tinycorelinux or the 64-bit version?

Which extension are you using for the graphical user interface - Xvesa, Xfbdev or Xorg-7.7?

You can find the above information with the following commands:
Code: [Select]
$ uname -m
$ ps aux | grep X

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: [ HOW TO ] Resolution Changing ?!
« Reply #4 on: May 09, 2019, 05:37:02 AM »
Are you using the 32-bit version of tinycorelinux or the 64-bit version?

Which extension are you using for the graphical user interface - Xvesa, Xfbdev or Xorg-7.7?

You can find the above information with the following commands:
Code: [Select]
$ uname -m
$ ps aux | grep X

Code: [Select]
ps aux | grep X

tc@box:~$ ps aux | grep X
 4019 root     Xvesa -br -screen 1024x768x32 -shadow -2button -mouse /dev/input/mice,5 -nolisten tcp -I
19517 tc       grep X

    [EDIT]: Added code tags.  Rich
« Last Edit: May 09, 2019, 05:50:28 AM by Rich »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: [ HOW TO ] Resolution Changing ?!
« Reply #5 on: May 09, 2019, 05:51:44 AM »
Hi xor
Please use  code tags  when posting terminal commands and responses.

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: [ HOW TO ] Resolution Changing ?!
« Reply #6 on: May 09, 2019, 06:35:20 AM »
Hi xor
Please use  code tags  when posting terminal commands and responses.

I did not understand !?

how

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: [ HOW TO ] Resolution Changing ?!
« Reply #7 on: May 09, 2019, 06:50:16 AM »
Hi xor
To use  Code Tags  click on the  #  icon above the reply box and paste your text between the  Code Tags  as shown in this example:

Quote
[code][   36.176529] pcm512x 1-004d: Failed to get supply 'AVDD': -517
[   36.176536] pcm512x 1-004d: Failed to get supplies: -517
[   36.191753] pcm512x 1-004d: Failed to get supply 'AVDD': -517[/code]

It will appear like this in your post:
Code: [Select]
[   36.176529] pcm512x 1-004d: Failed to get supply 'AVDD': -517
[   36.176536] pcm512x 1-004d: Failed to get supplies: -517
[   36.191753] pcm512x 1-004d: Failed to get supply 'AVDD': -517

Code Tags  serve as visual markers between what you are trying to say and the information you are posting. They also preserve
spacing so column aligned data displays properly.
« Last Edit: August 01, 2020, 10:20:05 AM by Rich »

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: [ HOW TO ] Resolution Changing ?!
« Reply #8 on: May 09, 2019, 07:12:55 AM »
You are using Xvesa - if xsetup.sh does not show the resolution you are looking for then you can try the Xorg-7.7 extension instead of Xvesa.

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: [ HOW TO ] Resolution Changing ?!
« Reply #9 on: May 09, 2019, 09:21:04 PM »
You are using Xvesa - if xsetup.sh does not show the resolution you are looking for then you can try the Xorg-7.7 extension instead of Xvesa.

I did not understand !?

how

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: [ HOW TO ] Resolution Changing ?!
« Reply #10 on: May 09, 2019, 09:59:24 PM »
Hi xor
To use  Code Tags  click on the  #  icon above the reply box and paste your text between the  Code Tags  as shown in this example:

Quote
[code ][   36.176529] pcm512x 1-004d: Failed to get supply 'AVDD': -517
[   36.176536] pcm512x 1-004d: Failed to get supplies: -517
[   36.191753] pcm512x 1-004d: Failed to get supply 'AVDD': -517[/code ]
Please note that  Code Tags  don't actually have a space between the  e  and  ]  characters. This was done here so that they
would be visible rather than executed by the browser.

Code Tags  serve as visual markers between what you are trying to say and the information you are posting. They also preserve
spacing so column aligned data displays properly.

-------------------------------------------------------------
google write with language translation
-------------------------------------------------------------
Where can I find this?
please send screenshot showing where it is

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: [ HOW TO ] Resolution Changing ?!
« Reply #11 on: May 09, 2019, 11:01:52 PM »
I did not understand !?

how
Please read the tinycore book.

Exit the gui to the console prompt using the exit icon and then:
Code: [Select]
$ tce-load -i Xorg-7.7
$ startx

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: [ HOW TO ] Resolution Changing ?!
« Reply #12 on: May 10, 2019, 05:25:42 AM »
Hi xor                                                                               ^
                                                                                        |
                                                                                        |
Click on this  #  button shown here ----------------------------
and code tags will be placed where the cursor was. Then place your text between the code tags like this:

Code: [Select]
ps aux | grep X

tc@box:~$ ps aux | grep X
 4019 root     Xvesa -br -screen 1024x768x32 -shadow -2button -mouse /dev/input/mice,5 -nolisten tcp -I
19517 tc       grep X



Where can I find this?
please send screenshot showing where it is

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: [ HOW TO ] Resolution Changing ?!
« Reply #13 on: May 10, 2019, 09:00:19 AM »
Hi xor                                                                               ^
                                                                                        |
                                                                                        |
Click on this  #  button shown here ----------------------------
and code tags will be placed where the cursor was. Then place your text between the code tags like this:

Code: [Select]
ps aux | grep X

tc@box:~$ ps aux | grep X
 4019 root     Xvesa -br -screen 1024x768x32 -shadow -2button -mouse /dev/input/mice,5 -nolisten tcp -I
19517 tc       grep X



Where can I find this?
please send screenshot showing where it is

OK

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: [ HOW TO ] Resolution Changing ?!
« Reply #14 on: June 13, 2019, 12:06:49 AM »
I did not understand !?

how
Please read the tinycore book.

Exit the gui to the console prompt using the exit icon and then:
Code: [Select]
$ tce-load -i Xorg-7.7
$ startx

nothing happens !?
Where am I making a mistake !?

TinyCorePure64-10.1.iso   

« Last Edit: June 13, 2019, 12:09:54 AM by xor »