WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Setting 1920x1080 resolution  (Read 15648 times)

Offline 3guesses

  • Newbie
  • *
  • Posts: 19
Setting 1920x1080 resolution
« on: August 15, 2015, 05:47:49 AM »
Hi,

I'm a newbie to TinyCore (and no Linux expert, either), so apologies if this is a simple problem to overcome.

I have installed TC on my laptop (Lenovo N500) which has an external display connected via VGA.  This display supports 1920x1080x32 @60Hz (on Windows, anyway) but TC does not seem to recognise this - here is the output when I run Xvesa from the control panel:

Code: [Select]
Tiny Core Linux - Xvesa Resolution Setup

         1. 640x480x16
         2. 640x480x24
         3. 800x600x16
         4. 800x600x24
         5. 1024x768x16
         6. 1024x768x24
         7. 1280x1024x16
         8. 1280x1024x24
         9. 1280x800x16
        10. 1280x800x24
        11. 1600x1200x16
        12. 1600x1200x24
        13. 1920x1440x16
        14. 1920x1440x24
        15. 1920x1440x8

Enter selection ( 1 - 15 ) or (q)uit:

I am currently running at 1600x1200x24 (I didn't want to risk any of the 1920x1440 options) but I would rather be running at 1920x1080x32.  Is this easy to do?

Thanks,

3g

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Setting 1920x1080 resolution
« Reply #1 on: August 15, 2015, 06:18:18 AM »
Xvesa can only use the VESA options supported by your BIOS.
Use Xorg instead along with the hardware driver for your hardware.

Offline 3guesses

  • Newbie
  • *
  • Posts: 19
Re: Setting 1920x1080 resolution
« Reply #2 on: August 15, 2015, 08:41:44 AM »
OK, so to do that I guess I need to use "Apps" to download Xorg and an ATI driver?  I can see an Xorg-7.7.tcz which I presume is the Xorg app I need, but what do I do for my video card driver?

Thanks,

3g

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11256
Re: Setting 1920x1080 resolution
« Reply #3 on: August 15, 2015, 08:55:02 AM »
Hi 3guesses
Quote
I can see an Xorg-7.7.tcz which I presume is the Xorg app I need, ...
Yes. And you probably want  xf86-video-ati.tcz

Offline 3guesses

  • Newbie
  • *
  • Posts: 19
Re: Setting 1920x1080 resolution
« Reply #4 on: August 15, 2015, 12:09:34 PM »
Hi 3guesses
Quote
I can see an Xorg-7.7.tcz which I presume is the Xorg app I need, ...
Yes. And you probably want  xf86-video-ati.tcz
Great, thanks.  So I've downloaded both of those packages - what do I do with them exactly?

3g

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Setting 1920x1080 resolution
« Reply #5 on: August 15, 2015, 12:44:53 PM »
What do you meanyou "downloaded" them?
You should have done "tce-load -iw Xorg-7.7 xf86-video-ati"  or installed "onboot" from Apps.
Use Apps to add them "onboot" and remove "Xvesa" from onboot.

Offline 3guesses

  • Newbie
  • *
  • Posts: 19
Re: Setting 1920x1080 resolution
« Reply #6 on: August 16, 2015, 04:12:39 AM »
What do you meanyou "downloaded" them?
You should have done "tce-load -iw Xorg-7.7 xf86-video-ati"  or installed "onboot" from Apps.
Use Apps to add them "onboot" and remove "Xvesa" from onboot.
OK, well I wasn't exactly sure what I was doing so in "Apps" I had selected the "Download Only" option.  Anyway, I used the "OnBoot Maintenance" to add those 2 packages and remove Xvesa, but after rebooting I have just ended up with a "tc@box:~$" prompt.  I've tried running "startx" but it's coming back with lots of errors: "cat: can't open '/etc/sysconfig/Xserver': No such file or directory" followed by lots of "usb 2-3:" errors.  So what now?

Edit: I don't know if it's important, but TinyCore is installed in a dedicated logical partition on my laptop.
« Last Edit: August 16, 2015, 04:35:47 AM by 3guesses »

Offline volkerp

  • Jr. Member
  • **
  • Posts: 63
Re: Setting 1920x1080 resolution
« Reply #7 on: August 16, 2015, 07:11:04 AM »
As a first step you can try to get back your old Xvesa X server after typing

Code: [Select]
tce-load -i Xvesa.tcz
and, if succesful,

Code: [Select]
startx

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Setting 1920x1080 resolution
« Reply #8 on: August 16, 2015, 08:13:14 AM »
"can't open '/etc/sysconfig/Xserver"  means you did not load Xorg-7.7

Check your onboot.lst.

Offline 3guesses

  • Newbie
  • *
  • Posts: 19
Re: Setting 1920x1080 resolution
« Reply #9 on: August 16, 2015, 02:37:48 PM »
OK, I managed to get Xvesa back up and running, so I repeated the process (Manage OnBoot: remove Xvesa, add xf86-video-ati.tcz and Xorg-7.7-lib.tcz), checked onboot.lst (looked correct), rebooted and exactly the same problem.  Then I realised that it's not this laptop with the ATI video card (I'm playing around with 2 laptops at the moment and got confused) - it uses an Intel Mobile GMA 4500 so I shall see if I can find the right xf86 driver package for it!

3g

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Setting 1920x1080 resolution
« Reply #10 on: August 16, 2015, 02:45:29 PM »
It is not Xorg-7.7-lib.tcz ,  It is Xorg-7.7.tcz

Offline 3guesses

  • Newbie
  • *
  • Posts: 19
Re: Setting 1920x1080 resolution
« Reply #11 on: August 16, 2015, 03:08:47 PM »
It is not Xorg-7.7-lib.tcz ,  It is Xorg-7.7.tcz
Aha!  That seems to have been the problem.  It was very late when I was doing this - I thought I had selected Xorg-7.7.tcz for download, but clearly not.  My display now seems to be running at 1920x1080 (how can I check?)  Thanks, and well spotted.

Next problem: I've started up Firefox and the window menubar is off the top of the screen and the bottom of the window is off the bottom of the screen!  How do I move/re-size it to fit on my screen?!?!?

3g

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Setting 1920x1080 resolution
« Reply #12 on: August 16, 2015, 03:32:17 PM »
xrandr will show you the current and available modes.
lxrandr will let you do it graphically.

Try <ALT><Left mouse button> and move the mouse.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11256
Re: Setting 1920x1080 resolution
« Reply #13 on: August 16, 2015, 04:29:02 PM »
Hi 3guesses
Quote
Next problem: I've started up Firefox and the window menubar is off the top of the screen and the bottom of the window is off the bottom of the screen!  How do I move/re-size it to fit on my screen?!?!?
Try hitting  Ctrl-Alt-M  once or twice.

gordon64

  • Guest
Re: Setting 1920x1080 resolution
« Reply #14 on: August 16, 2015, 05:23:28 PM »
and if its not too rude to suggest a desktop,
fluxbox is a small desktop that offers a panel at top of screen

If you are right handed RH click the name of the app in the panel and left click the maximise button to maximise the app......as per attachment

If you click the maximise again, it resizes smaller

works for me and good luck