You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



screen resolution stuck at 640x480 packard bell easynote

Author (Read 11872 times)

0 Members and 1 Guest are viewing this topic.

Re: screen resolution stuck at 640x480 packard bell easynote
« Reply #5 on: June 25, 2016, 09:37:15 AM »
 

TMG1961

  • PayPal Supporter
  • Gold Level Poster
  • *****
  • 591
    Posts
  • Reputation: 90
  • Linux Lite Member
    • View Profile

  • CPU: Intel(R) Core(TM) i3-7020U

  • MEMORY: 8Gb

  • VIDEO CARD: Intel(R) HD Graphics 620

  • Kernel: 5.x
Thanks for your time and help aus9
I just copied and paste the info from the link i gave earlier into the xorg.conf file. I saw that the question was about the same card as i seem to have


Code: [Select]
dpkg -l | grep xserver-xorg-videoOutcome is:
Code: [Select]
ii  xserver-xorg-video-all                1:7.7+13ubuntu3                            i386         X.Org X server -- output driver metapackage
ii  xserver-xorg-video-amdgpu             1.1.0-1                                    i386         X.Org X server -- AMDGPU display driver
ii  xserver-xorg-video-ast                1.1.5-1build1                              i386         X.Org X server -- ASpeed Technologies display driver
ii  xserver-xorg-video-ati                1:7.7.0-1                                  i386         X.Org X server -- AMD/ATI display driver wrapper
ii  xserver-xorg-video-cirrus             1:1.5.3-1ubuntu3                           i386         X.Org X server -- Cirrus display driver
ii  xserver-xorg-video-fbdev              1:0.4.4-1build5                            i386         X.Org X server -- fbdev display driver
ii  xserver-xorg-video-intel              2:2.99.917+git20160325-1ubuntu1            i386         X.Org X server -- Intel i8xx, i9xx display driver
ii  xserver-xorg-video-mach64             6.9.5-1build2                              i386         X.Org X server -- ATI Mach64 display driver
ii  xserver-xorg-video-mga                1:1.6.4-1build2                            i386         X.Org X server -- MGA display driver
ii  xserver-xorg-video-neomagic           1:1.2.9-1build2                            i386         X.Org X server -- Neomagic display driver
ii  xserver-xorg-video-nouveau            1:1.0.12-1build2                           i386         X.Org X server -- Nouveau display driver
ii  xserver-xorg-video-openchrome         1:0.3.3+git20160310-1                      i386         X.Org X server -- VIA display driver
ii  xserver-xorg-video-qxl                0.1.4-3ubuntu3                             i386         X.Org X server -- QXL display driver
ii  xserver-xorg-video-r128               6.10.0-1build2                             i386         X.Org X server -- ATI r128 display driver
ii  xserver-xorg-video-radeon             1:7.7.0-1                                  i386         X.Org X server -- AMD/ATI Radeon display driver
ii  xserver-xorg-video-savage             1:2.3.8-1ubuntu3                           i386         X.Org X server -- Savage display driver
ii  xserver-xorg-video-siliconmotion      1:1.7.8-1ubuntu6                           i386         X.Org X server -- SiliconMotion display driver
ii  xserver-xorg-video-sisusb             1:0.9.6-2build5                            i386         X.Org X server -- SiS USB display driver
ii  xserver-xorg-video-tdfx               1:1.4.6-1build2                            i386         X.Org X server -- tdfx display driver
ii  xserver-xorg-video-trident            1:1.3.7-1build2                            i386         X.Org X server -- Trident display driver
ii  xserver-xorg-video-vesa               1:2.3.4-1build2                            i386         X.Org X server -- VESA display driver
ii  xserver-xorg-video-vmware             1:13.1.0-2ubuntu3                          i386         X.Org X server -- VMware display driver


Code: [Select]
lsmod | grep sisoutcome is:
Code: [Select]
sis190                 24576  0
mii                    16384  1 sis190
sata_sis               16384  2
sis_agp                16384  1


Code: [Select]
lspci -vvvoutcome is:
Code: [Select]
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter (rev 10) (prog-if 00 [VGA controller])


Kernel modules: ath5k
Life on earth is expensive but it does include a free trip around the sun.
 

Re: screen resolution stuck at 640x480 packard bell easynote
« Reply #4 on: June 25, 2016, 08:20:32 AM »
 

aus9

  • Occasional Poster
  • **
  • 54
    Posts
  • Reputation: 7
  • Linux Lite Member
    • View Profile

  • CPU: 4 core i5-4590 CPU @ 3.30GHz

  • MEMORY: 8Gb

  • VIDEO CARD: Intel Corporation Xeon E3-1200
Hi OK I did not search for that V022 bit so believe you.

Now can you explain why you elected to use Vesa in your xorg....so assume you manually editted to force vesa from reading that other link?

2) I don't use Gallium myself but lets confirm you still have the sis driver available pls try this as local user
Code: [Select]
dpkg -l | grep xserver-xorg-video
You should have a hit for the vesa and hopefully one ending is sis.

Now leaping ahead if you have the *-sis package, hopefully you will have the sis driver already loaded altho IMHO its not used in your xorg
Check it like this pls

Code: [Select]
lsmod | grep sis

####and
lspci -vvv

see below ####

As I am not a sis expert here is my links but don't try Arch stuff as we are different pls
https://wiki.archlinux.org/index.php/SiS
https://en.wikipedia.org/wiki/Gallium3D
https://sites.google.com/site/easylinuxtipsproject/sis

^^ last link is only for 671 or 771 cards.

what I plan on suggesting is you manually changing your xorg after making a backup to change from
vesa to sis or someother sis like module

### this is the below

the kernel module loaded may not reflect what is available so I am guessing here OK
lspci -vvv  .....copy and paste just your VGA stuff I will show mine to give you a clue
....00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06) (prog-if 00 [VGA controller])
   cull the junk
   Kernel modules: i915......Yours will be either vesa or a sis type result
Good Luck
 

Re: screen resolution stuck at 640x480 packard bell easynote
« Reply #3 on: June 25, 2016, 07:03:24 AM »
 

TMG1961

  • PayPal Supporter
  • Gold Level Poster
  • *****
  • 591
    Posts
  • Reputation: 90
  • Linux Lite Member
    • View Profile

  • CPU: Intel(R) Core(TM) i3-7020U

  • MEMORY: 8Gb

  • VIDEO CARD: Intel(R) HD Graphics 620

  • Kernel: 5.x
Found the modelnumber, its a packard bell EasyNote_MX37-V-022 If i search for specs i find that the resolution for it is 1280x800


Code: [Select]
inxi -GxxThat gives me:
Code: [Select]
Graphics:  Card: Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter
           bus-ID: 01:00.0 chip-ID: 1039:6351
           Display Server: X.Org 1.18.3 driver: vesa
           Resolution: [email protected]
           GLX Renderer: Gallium 0.4 on llvmpipe (LLVM 3.8, 128 bits)
           GLX Version: 3.0 Mesa 11.2.0 Direct Rendering: Yes


Not sure how to set it too 1280x800 or that it just can be left at 1280x768
Only thing i notice is that the screen goes crazy when i shut the laptop down or restart it, for the rest its ok
Life on earth is expensive but it does include a free trip around the sun.
 

Re: screen resolution stuck at 640x480 packard bell easynote
« Reply #2 on: June 25, 2016, 06:43:47 AM »
 

aus9

  • Occasional Poster
  • **
  • 54
    Posts
  • Reputation: 7
  • Linux Lite Member
    • View Profile

  • CPU: 4 core i5-4590 CPU @ 3.30GHz

  • MEMORY: 8Gb

  • VIDEO CARD: Intel Corporation Xeon E3-1200
Quote
Now only need to find out what the max screenresolution is that the card can handle

If the internet does show the specs try this as a local terminal user and post the results pls
http://www.cnet.com/products/packard-bell-easy-note-tj61-rb-002-15-6-athlon-x2-ql-64-3-gb-ram-250-gb-hdd/specs/

Quote
1366 x 768

I will show mine without a code box and hope I don't mislead anyone in thinking they are your stats OK

Code: [Select]
inxi -Gxx
my hits include this line
Resolution: [email protected], [email protected]

and my understanding of that line is I have the resolution set to the what the max specs are.
« Last Edit: June 25, 2016, 06:45:52 AM by aus9 »
Good Luck
 

screen resolution stuck at 640x480 packard bell easynote
« Reply #1 on: June 25, 2016, 04:55:01 AM »
 

TMG1961

  • PayPal Supporter
  • Gold Level Poster
  • *****
  • 591
    Posts
  • Reputation: 90
  • Linux Lite Member
    • View Profile

  • CPU: Intel(R) Core(TM) i3-7020U

  • MEMORY: 8Gb

  • VIDEO CARD: Intel(R) HD Graphics 620

  • Kernel: 5.x
After my HP laptop died i got an old laptop from my sister. Its an packard bell easynote.
Linux 3.0 32 bits installed fine and works. Only problem i have is the screen resolution. I only have the option of 640x480.


Edit:
Found this post:https://www.linuxliteos.com/forums/video-cards/sis-graphic-card-support-(771671-pcie-vga)/
I used the answer Misko gave and now have the resolution set to 1280x768


Now only need to find out what the max screenresolution is that the card can handle
« Last Edit: June 30, 2016, 03:34:46 PM by TMG1961 »
Life on earth is expensive but it does include a free trip around the sun.
 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section