![]() |
640x480 is the only available screen resolusion? - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Hardware - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=6) +--- Forum: Video Cards (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=22) +--- Thread: 640x480 is the only available screen resolusion? (/showthread.php?tid=3458) |
640x480 is the only available screen resolusion? - omania - 11-08-2016 Hi Yesterday I tested LINUX LITE on my 10 years old Acer laptop. It looked great and worked free of problems but after the installation I realized that the screen resolution is 640x480, I didnt find a way to change it. Does anybody have a solution or an idea how to fix it? Re: 640x480 is the only available screen resolusion? - torreydale - 11-08-2016 Perhaps go to Menu > Settings > Install Drivers to see if there are any other options for your graphics card. Re: 640x480 is the only available screen resolusion? - omania - 11-08-2016 Nope, no drivers need to be installed ![]() Re: 640x480 is the only available screen resolusion? - torreydale - 11-08-2016 You should post the model number of your Acer computer. Also post the specs by running the following in a terminal: Code: inxi -F Re: 640x480 is the only available screen resolusion? - rokytnji - 11-08-2016 Code: harry@shop1:~$ xrandr Above shows available screen resolutions on my 9 inch screen netbook. If I want to change it to like 800x600 Code: xrandr -s 800x600 If I want to stick. I put the above command in my Menu, Settings, Session and Startup, Application Autostart tab, click on the Add button. And go from there. Edit. Or use your help manual or Menu >All settings>Display Re: 640x480 is the only available screen resolusion? - omania - 11-08-2016 Thanks for the help! Thats a weird thing, when I open laptops lid after hibernation, I suddenly do have the right resolusion...but when I reboot or restart normal then the resolusion is wrong (xrandr shows only the option of 640x480). (11-08-2016, 03:10 PM)torreydale link Wrote: You should post the model number of your Acer computer. Also post the specs by running the following in a terminal:I use Acer Aspire 3630: Code: inxi -F (11-08-2016, 06:37 PM)rokytnji link Wrote:I tried your solution but I get this: Code: xrandr: Failed to get size of gamma for output default Code: xrandr -s 1024x768 Re: 640x480 is the only available screen resolusion? - torreydale - 11-08-2016 Consider the following: http://askubuntu.com/questions/455888/low-resolution-on-lubuntu-14-04-sis Re: 640x480 is the only available screen resolusion? - firenice03 - 11-09-2016 Slightly different card... I have the SiS 771/671 these work too... Similar to torreydales post.. https://www.freecinema2022.gq/forums/video-cards/sis-671771-issue/ https://www.freecinema2022.gq/forums/video-cards/sis-graphic-card-support-(771671-pcie-vga)/ May not hurt to make a systemback backup incase something goes sideways... Re: 640x480 is the only available screen resolusion? - omania - 11-09-2016 Problem is solved! Thanks for all the help! Out of the links above, that was the solution of the resolusion: Open a Terminal and create a xorg.conf file Code: sudo leafpad /etc/X11/xorg.conf Now copy and paste this in it: Quote:Section "Device"Save as xorg.conf ![]() |