[SOLVED] Correct video drivers, how?

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
luancristian

[SOLVED] Correct video drivers, how?

Post by luancristian »

I'm a totally newbie in the linux world. I installed mint linux in a old laptop, with a SIS 771/671 VGA. I'm using the standard drivers of mint, but the max resolution I can get is 1024x768 (max display res. is 1280x800), how do I configure it/install the right driver?
I read somewhere that this sis devices are natively supported by Linux Mint but i'm not getting the righ resolution :/

Edit: Just found the solution on my onw, added the following lines to /etc/X11/xorg.conf:

Code: Select all

# xorg.conf (X.Org X Window System server configuration file)
# xorg.conf para linux Mint Debian Based - configuração para linux mint baseado no Debian
# funciona em placas sis
 
#VGA compatible controller: Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter (rev 10)
 
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
#Option "XkbVariant" "abnt2"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
 
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
 
 
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "Device"
Identifier "Configured Video Device"
Boardname "vesa"
Busid "PCI:1:0:0"
Driver "vesa"
Screen 0
EndSection
 
Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1280x800"
Horizsync 31.5-50.0
Vertrefresh 56.0 - 65.0
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
modeline "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
modeline "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
Gamma 1.0
EndSection
 
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
Defaultdepth 16
SubSection "Display"
Depth 16
#Modes "1280x800@60" "1280x720@60" "1280x768@60" "800x600@60" "800x600@56"
Modes "1280x768@60" "800x600@60" "800x600@56"
EndSubSection
EndSection
 
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
Inputdevice "Synaptics Touchpad"
EndSection
Section "Module"
Load "glx"
Load "GLcore"
Load "v4l"
EndSection
Section "device" #
Identifier "device1"
Boardname "vesa"
Busid "PCI:1:0:0"
Driver "vesa"
Screen 1
EndSection
Section "screen" #
Identifier "screen1"
Device "device1"
Defaultdepth 24
Monitor "monitor1"
EndSection
Section "monitor" #
Identifier "monitor1"
Gamma 1.0
EndSection
Section "ServerFlags"
EndSection
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
passerby

Re: Correct video drivers, how?

Post by passerby »

To give us more info, please open a terminal (Accessories > Terminal) and run:

Code: Select all

inxi -G
then post the output here.
luancristian

Re: Correct video drivers, how?

Post by luancristian »

@passerby, inxi -G:
Graphics: Card: Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter
X.Org: 1.13.0 drivers: vesa (unloaded: sis,fbdev) Resolution: 1024x768@61.0hz
GLX Renderer: Gallium 0.4 on llvmpipe (LLVM 0x301) GLX Version: 2.1 Mesa 9.0
cwsnyder

Re: Correct video drivers, how?

Post by cwsnyder »

What is the output of xrandr by itself in a terminal window?
luancristian

Re: Correct video drivers, how?

Post by luancristian »

cwsnyder wrote:What is the output of xrandr by itself in a terminal window?
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.0*
800x600 61.0
640x480 60.0
Locked

Return to “Beginner Questions”