LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-16-2018, 06:10 PM   #1
Nicola003
LQ Newbie
 
Registered: Mar 2018
Posts: 5

Rep: Reputation: Disabled
Good Display Resolution with ChaletOS on live disk, but poor when installed on HD


I have an old laptop, ACER ASPIRE 3002LCI. When the ChaletOS 32 bit disk is live, the display resolution is great (1024x768) and I can see the windows completely. But when I install ChaletOS on the Hard drive, the display goes to 640x480 and I cannot change it, and the windows are too big to fit on the screen and they will not resize. The VGA card is a Silion Integrated System 661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter.

I do not know how to find or install the correct driver. I have used the Software Updater and looked for additional drivers, but found none.

Apparently, when run from the live disk, the correct driver is present, but when installed on the hard drive, linux does not install the correct driver.

Your help is greatly appreciated. Keep in mind in am a very new Linux user, so the simplier the better.

Many thanks....N
 
Old 03-18-2018, 07:59 AM   #2
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,521

Rep: Reputation: Disabled
Copy all the drivers off the live, to a pendrive, then copy them into your installed system, reboot, & hopefully you will have the correct driver used.
 
Old 03-18-2018, 12:48 PM   #3
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
OK, how are you trying to set the resolution? What program are you using?
 
Old 03-19-2018, 02:56 AM   #4
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
^ yes, answer that first.

but this:
Quote:
Originally Posted by Nicola003 View Post
The VGA card is a Silion Integrated System 661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter.
is bad news.

btw, this laptop is almost 15y old?

anyhow, SiS graphics.
you have to understand that distro installers can fail with very old hardware.
do you have xf86-video-sis (maybe not the exact package name) installed?

please post /var/log/Xorg.0.log.
 
Old 03-19-2018, 07:07 PM   #5
Nicola003
LQ Newbie
 
Registered: Mar 2018
Posts: 5

Original Poster
Rep: Reputation: Disabled
More question about your reply

Quote:
Originally Posted by fatmac View Post
Copy all the drivers off the live, to a pendrive, then copy them into your installed system, reboot, & hopefully you will have the correct driver used.
Since I am a beginner, could you please tell me:
1. The drivers you want me to copy from the Chalet02 live DVD, which folder are they in and what do they look like?
2. Regarding copying the drivers to the CHALETOS installed on the HD, which folder do I copy them to?

Your help is much appreciated.
 
Old 03-19-2018, 07:11 PM   #6
Nicola003
LQ Newbie
 
Registered: Mar 2018
Posts: 5

Original Poster
Rep: Reputation: Disabled
Reply

Quote:
Originally Posted by AwesomeMachine View Post
OK, how are you trying to set the resolution? What program are you using?
I am using the DISPLAY app built into CHALET. Keep in mind i am a beginner, so any detailed help you can give is appreciated.

N
 
Old 03-19-2018, 07:13 PM   #7
Nicola003
LQ Newbie
 
Registered: Mar 2018
Posts: 5

Original Poster
Rep: Reputation: Disabled
Reply

Quote:
Originally Posted by ondoho View Post
^ yes, answer that first.

but this:

is bad news.

btw, this laptop is almost 15y old?

anyhow, SiS graphics.
you have to understand that distro installers can fail with very old hardware.
do you have xf86-video-sis (maybe not the exact package name) installed?

please post /var/log/Xorg.0.log.

I do not know what /var/log/Xorg.0.log is? I am a beginner. Any detailed help would be appreciated.

Thanks,
N
 
Old 03-20-2018, 01:43 AM   #8
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by Nicola003 View Post
I am a beginner.
your machine is too old to run something like chalet os.
you need a distro designed for very old computers.
have a look here.
 
Old 03-20-2018, 10:42 AM   #9
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
No, chalet os is a lightweight, beginner distro. I think it's Debian based, with XFCE DE. Nicola003 It sounds like you're really a beginner. That's OK. It's difficult to do anything until you get the screen resolution corrected.

So, here's how: You have to open a terminal emulator, You'll just have to poke around in the menu until you find something called terminal, or something similar. You'll need to either use sudo or change to the super user with su. First type
Code:
xrandr
Look for the line with the '*'. That's what the display is currently using. Look at the name os the display, LVDS perhaps. You'll need that after this next step.
Code:
$ cvt 1160 1600
That will return something like this:
Code:
# 1160x1600 59.99 Hz (CVT) hsync: 99.46 kHz; pclk: 156.75 MHz
Modeline "1160x1600_60.00"  156.75  1160 1248 1368 1576  1600 1603 1613 1658 -hsync +vsync
Copy and paste the modeline into the command below. Use the display name you got from the first command in place of virtual1. Type one line at a time and hit enter after each one:
Code:
$ xrandr --newmode "1160x1600_60.00"  156.75  1160 1248 1368 1576  1600 1603 1613 1658 -hsync +vsync
$ xrandr --addmode Virtual1 1160x1600_60.00
$ xrandr --output  Virtual1 --mode 1160x1600_60.00
You'll need to change those command parameters to suit your own situation, i.e. the actual resolution you want. You'll need to insert those last three lines into /home/your_user_name/.bashrc, to make the change persist through reboots. But before you do all that, see if you can find in the menu, 'display'. That's xcfe-display-settings. You can check if the resolution you want is available. It might not be, because the world isn't perfect.

Good luck and God's speed.

Last edited by AwesomeMachine; 03-20-2018 at 10:49 AM.
 
Old 03-20-2018, 12:28 PM   #10
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
^ good advice for sure.
but i did research a little before i posted.
this machine is from 2005 (and was a budget laptop then), so ubuntu-based doesn't cut it!!!
ubuntu is known for not caring about compatibility with VERY old devices.

additionally, i daresay that "lightweight" doesn't cut it either.
featherweight.

i think antiX would be a better fit here; unless someone is willing to walk op through the process of getting xorg to work with this SiS adapter.
 
Old 03-20-2018, 03:52 PM   #11
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
I recently loaded Debian Xfce on a 2002 lappy and it worked fine. But that was a top-end 2002 lappy. Yet, it only has 2GB of ram and a core 2 duo cpu. I'm sure the OP would be better off with Antix. I just hope he doesn't decide to quit altogether.
 
Old 03-24-2018, 08:54 AM   #12
Nicola003
LQ Newbie
 
Registered: Mar 2018
Posts: 5

Original Poster
Rep: Reputation: Disabled
Good Display Resolution with ChaletOS on live disk, but poor when installed on HD

to AWSOMEMACHINE or others:

I tried your suggestions with the following results. still the display is not resolved. Still need some basic instructions on how to change to 1024x768 display resolution (it comes up with this resolution with running CHALET on live disc, but then reverts to 640x480 when installed in HD.)

Results: Any suggestions? Remember I am beginner, so please be very detailed. Thanks much, Nicola

Output from inputting the above:
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 1024 x 768, maximum 1024 x 768
default connected 1024x768+0+0 0mm x 0mm
1024x768 61.00*
800x600 61.00


640x480 60.00

home@home-laptop:~$ cvt 1024 768
# 1024x768 59.92 Hz (CVT 0.79M3) hsync: 47.82 kHz; pclk: 63.50 MHz
Modeline "1024x768_60.00" 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync

home@home-laptop:~$ xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 640 x 480, maximum 640 x 480
default connected 640x480+0+0 0mm x 0mm
640x480 73.00*
home@home-laptop:~$ cvt 1024 768
# 1024x768 59.92 Hz (CVT 0.79M3) hsync: 47.82 kHz; pclk: 63.50 MHz
Modeline "1024x768_60.00" 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync
home@home-laptop:~$ xrandr newmode
xrandr: unrecognized option 'newmode'
Try 'xrandr --help' for more information.
home@home-laptop:~$ xrandr newmode "1024x768_60.00" 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync
xrandr: unrecognized option 'newmode'
Try 'xrandr --help' for more information.
home@home-laptop:~$ xrandr --newmode "1024x768_60.00" 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync
xrandr: Failed to get size of gamma for output default
home@home-laptop:~$ xrandr --addmode Screen 0 1024x768_60.00
xrandr: unrecognized option '1024x768_60.00'
Try 'xrandr --help' for more information.
home@home-laptop:~$ xrandr --output Screen 0 --mode 1024x768_60.00
xrandr: unrecognized option '0'
Try 'xrandr --help' for more information.
home@home-laptop:~$ xrandr --output --mode 1024x768_60.00
xrandr: unrecognized option '1024x768_60.00'
Try 'xrandr --help' for more information.
home@home-laptop:~$
 
Old 03-24-2018, 11:20 AM   #13
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 4,005
Blog Entries: 33

Rep: Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471
Nicila003,

I appreciate that you wish to use ChaletOS.

However, if you are unable to solve the screen resolution problem, I would second what others have recommended and use antiX which is Debian based.

antiX is a lightweight Linux distribution specially designed for older, low-powered hardware such as this and will usually allow the automatic enabling of Broadcom wifi drivers.
256MB RAM is the minimum recommended memory for antiX.

https://antixlinux.com/

antiX Forum:
https://www.antixforum.com/

Download the 32 bit antiX-16.1_386-full.iso:
https://sourceforge.net/projects/ant...inal/antiX-17/

antiX-17 FAQs:
http://download.tuxfamily.org/antix/....html#_antix17

To enable wifi in antiX 17.1 after installation:

Menu > Control Centre > Network > Network Interfaces (ceni) > wlan0 > follow wizard and give SSID/network name and wifi password.

Last edited by beachboy2; 03-24-2018 at 12:47 PM.
 
Old 03-25-2018, 04:15 AM   #14
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,878
Blog Entries: 1

Rep: Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078
We can probably find out why the difference between live and installed if you can provide Xorg.0.log from both a live boot and an installed boot. First look for the log in /var/log. If you don't find it there, look in /home/<loginname>/.local/share/xorg.

Without seeing the logs first, we can speculate that the needed driver is included on the live media but not available once installed. The name of the driver for your video device is xserver-xorg-video-sis. We can see on http://ftp.us.debian.org/debian/pool...org-video-sis/ that this driver exists, but that it is quite old, which means it might not be compatible with the xorg server version installed.
Code:
dpkg -l | grep xserver-xorg-video-sis
will report whether it has already been installed.
Code:
apt-get search xserver-xorg-video-sis
will report whether the driver is available to install in your ChaletOS. Or, simply try to install it instead of trying to search for it:
Code:
apt-get install xserver-xorg-video-sis
You might need to preface each of the above commands with "sudo ". Please be sure to wrap code tags around the logs and the command outputs in your reply.

Also check if the file /etc/X11/xorg.conf exists on both live and as installed. If either exists, include here too.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installed linux from a live disk now i cant log on americulchie Ubuntu 6 11-01-2009 09:57 AM
Installed new LCD: can't display required resolution wombat53 Linux - Hardware 7 08-04-2009 06:14 AM
Installed Fedora Core 10 with KDE live disk... how do I install Gnome properly? Raveolution Fedora 2 05-03-2009 01:46 PM
Good News: RED HAT 9 IS SUCCESSFULLY INSTALLED ON SATA HARD DISK BY ME... vipul_patel Red Hat 1 01-05-2007 02:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:57 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration