Ocena wątku:
  • 0 głosów - średnia: 0
  • 1
  • 2
  • 3
  • 4
  • 5
witam wszystkich rozdzielczość ekranu
#1
0
piotr@piotr-ESPRIMO-Mobile-V5535:~$ inxi -G
Graphics:
  Device-1: Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display
  Adapter
  driver: N/A
  Display: x11 server: X.Org 1.20.13 driver: fbdev
  unloaded: modesetting,vesa resolution: 640x480~73Hz
  OpenGL: renderer: llvmpipe (LLVM 12.0.0 128 bits) v: 4.5 Mesa 21.2.6

taką mam i nie ma i nie mogę tego zmienić. Proszę o pomoc w naprawie
system to LM 20 64
Odpowiedz
#2
0
Zabytkowa karta.

Spróbuj tego https://askubuntu.com/questions/1388586/...at-640x480
Cytat:The screenshot shows an SIS 771/671 graphics adapter, which has a rather notorious history with Linux. That said, I did find in my "Notebook of Ubuntu Solutions" an old config file that would get this device to work with Ubuntu 12.04.

NOTE: I do not have access to a notebook with this particular video card, so cannot test this solution with a modern version of Ubuntu.

Here's how you may be able to resolve your resolution issue:

Open Terminal (if it's not already open)
Create a new Xorg config file:
sudo {editor of choice} /etc/X11/xorg.conf.d/xorg.conf
Note: Be sure to replace {editor of choice} with your editor of choice.
Paste this next section into the file:
Section "Device"
Identifier "Generic Video Card"
VendorName "Silicon Integrated Systems [SiS]"
BoardName "771/671 PCIE VGA Display Adapter"
Busid "PCI:1:0:0"
Driver "vesa"
Screen 0
Option "UseFBDev" "true"
Option "DPMS"
Option "ShadowFB"
Option "MaxXFBMem"
VideoRam 262016
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "backingstore" "true"
Option "AddARGBGLXVisuals" "True"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1280x800"
HorizSync 20-107
VertRefresh 50-185
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"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1280 768
Modes "1280x768@60" "1280x720@60" "800x600@60" "1280x800@60" "800x600@56"
EndSubSection
EndSection

Section "Module"
Load "dri"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
Load "GLcore"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "int10"
Load "vbe"
Load "speedo"
Load "record"
EndSection

Section "DRI"
Mode 0666
EndSection
Save the file
Reboot
Hopefully this solution will continue to work
Odpowiedz
#3
0
(31-08-2023, 16:07)dedito napisał(a): Zabytkowa karta.

Spróbuj tego https://askubuntu.com/questions/1388586/...at-640x480
Cytat:The screenshot shows an SIS 771/671 graphics adapter, which has a rather notorious history with Linux. That said, I did find in my "Notebook of Ubuntu Solutions" an old config file that would get this device to work with Ubuntu 12.04.

NOTE: I do not have access to a notebook with this particular video card, so cannot test this solution with a modern version of Ubuntu.

Here's how you may be able to resolve your resolution issue:

Open Terminal (if it's not already open)
Create a new Xorg config file:
sudo {editor of choice} /etc/X11/xorg.conf.d/xorg.conf
Note: Be sure to replace {editor of choice} with your editor of choice.
Paste this next section into the file:
Section "Device"
  Identifier "Generic Video Card"
    VendorName  "Silicon Integrated Systems [SiS]"
        BoardName  "771/671 PCIE VGA Display Adapter"
    Busid "PCI:1:0:0"
    Driver "vesa"
    Screen 0
        Option "UseFBDev" "true"
        Option "DPMS"
        Option "ShadowFB"
        Option "MaxXFBMem"
        VideoRam 262016
        Option "RenderAccel" "true"
        Option "AllowGLXWithComposite" "true"
        Option "backingstore" "true"
        Option "AddARGBGLXVisuals" "True"
EndSection

Section "Monitor"
    Identifier    "Configured Monitor"
    Vendorname    "Generic LCD Display"
    Modelname    "LCD Panel 1280x800"
    HorizSync 20-107
    VertRefresh 50-185
    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"
    Monitor      "Configured Monitor"
    Device        "Configured Video Device"
    Defaultdepth  24
    SubSection "Display"
        Depth    24
        Virtual  1280    768
        Modes    "1280x768@60"    "1280x720@60"    "800x600@60"    "1280x800@60"    "800x600@56"
    EndSubSection
EndSection

Section "Module"
    Load "dri"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx" # 3D layer
    Load "GLcore"
    Load "i2c"
    Load "bitmap"
    Load "ddc"
    Load "int10"
    Load "vbe"
    Load "speedo"
    Load "record"
EndSection

Section "DRI"
    Mode 0666
EndSection
Save the file
Reboot
Hopefully this solution will continue to work

Dodano po pewnym czasie:
robie wszystko tak jak napisałeś a wychodzi mi takie coś
pasek tytułowy:

xorg conf (/etc/X11/xorg.conf.d) (jakoo administrator)

Po wklejeniu reszty i prubie zapisu wyskakuje żenie można znależć pliku

Dodano po pewnym czasie:
(31-08-2023, 20:07)piotrator napisał(a):
(31-08-2023, 16:07)dedito napisał(a): Zabytkowa karta.

Spróbuj tego https://askubuntu.com/questions/1388586/...at-640x480
Cytat:The screenshot shows an SIS 771/671 graphics adapter, which has a rather notorious history with Linux. That said, I did find in my "Notebook of Ubuntu Solutions" an old config file that would get this device to work with Ubuntu 12.04.

NOTE: I do not have access to a notebook with this particular video card, so cannot test this solution with a modern version of Ubuntu.

Here's how you may be able to resolve your resolution issue:

Open Terminal (if it's not already open)
Create a new Xorg config file:
sudo {editor of choice} /etc/X11/xorg.conf.d/xorg.conf
Note: Be sure to replace {editor of choice} with your editor of choice.
Paste this next section into the file:
Section "Device"
  Identifier "Generic Video Card"
    VendorName  "Silicon Integrated Systems [SiS]"
        BoardName  "771/671 PCIE VGA Display Adapter"
    Busid "PCI:1:0:0"
    Driver "vesa"
    Screen 0
        Option "UseFBDev" "true"
        Option "DPMS"
        Option "ShadowFB"
        Option "MaxXFBMem"
        VideoRam 262016
        Option "RenderAccel" "true"
        Option "AllowGLXWithComposite" "true"
        Option "backingstore" "true"
        Option "AddARGBGLXVisuals" "True"
EndSection

Section "Monitor"
    Identifier    "Configured Monitor"
    Vendorname    "Generic LCD Display"
    Modelname    "LCD Panel 1280x800"
    HorizSync 20-107
    VertRefresh 50-185
    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"
    Monitor      "Configured Monitor"
    Device        "Configured Video Device"
    Defaultdepth  24
    SubSection "Display"
        Depth    24
        Virtual  1280    768
        Modes    "1280x768@60"    "1280x720@60"    "800x600@60"    "1280x800@60"    "800x600@56"
    EndSubSection
EndSection

Section "Module"
    Load "dri"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx" # 3D layer
    Load "GLcore"
    Load "i2c"
    Load "bitmap"
    Load "ddc"
    Load "int10"
    Load "vbe"
    Load "speedo"
    Load "record"
EndSection

Section "DRI"
    Mode 0666
EndSection
Save the file
Reboot
Hopefully this solution will continue to work

Dodano po pewnym czasie:
robie wszystko tak jak napisałeś a wychodzi mi takie coś
pasek tytułowy:

xorg conf (/etc/X11/xorg.conf.d) (jakoo administrator)

Po wklejeniu reszty i prubie zapisu wyskakuje żenie można znależć pliku

zrobiłem to samo na LM 19.3 i też nie działa. Proszę o dalszą pomoc,mam teraz zainstaloway LM 19.3

Dodano po pewnym czasie:
(31-08-2023, 20:07)piotrator napisał(a):
(31-08-2023, 16:07)dedito napisał(a): Zabytkowa karta.

Spróbuj tego https://askubuntu.com/questions/1388586/...at-640x480
Cytat:The screenshot shows an SIS 771/671 graphics adapter, which has a rather notorious history with Linux. That said, I did find in my "Notebook of Ubuntu Solutions" an old config file that would get this device to work with Ubuntu 12.04.

NOTE: I do not have access to a notebook with this particular video card, so cannot test this solution with a modern version of Ubuntu.

Here's how you may be able to resolve your resolution issue:

Open Terminal (if it's not already open)
Create a new Xorg config file:
sudo {editor of choice} /etc/X11/xorg.conf.d/xorg.conf
Note: Be sure to replace {editor of choice} with your editor of choice.
Paste this next section into the file:
Section "Device"
  Identifier "Generic Video Card"
    VendorName  "Silicon Integrated Systems [SiS]"
        BoardName  "771/671 PCIE VGA Display Adapter"
    Busid "PCI:1:0:0"
    Driver "vesa"
    Screen 0
        Option "UseFBDev" "true"
        Option "DPMS"
        Option "ShadowFB"
        Option "MaxXFBMem"
        VideoRam 262016
        Option "RenderAccel" "true"
        Option "AllowGLXWithComposite" "true"
        Option "backingstore" "true"
        Option "AddARGBGLXVisuals" "True"
EndSection

Section "Monitor"
    Identifier    "Configured Monitor"
    Vendorname    "Generic LCD Display"
    Modelname    "LCD Panel 1280x800"
    HorizSync 20-107
    VertRefresh 50-185
    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"
    Monitor      "Configured Monitor"
    Device        "Configured Video Device"
    Defaultdepth  24
    SubSection "Display"
        Depth    24
        Virtual  1280    768
        Modes    "1280x768@60"    "1280x720@60"    "800x600@60"    "1280x800@60"    "800x600@56"
    EndSubSection
EndSection

Section "Module"
    Load "dri"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx" # 3D layer
    Load "GLcore"
    Load "i2c"
    Load "bitmap"
    Load "ddc"
    Load "int10"
    Load "vbe"
    Load "speedo"
    Load "record"
EndSection

Section "DRI"
    Mode 0666
EndSection
Save the file
Reboot
Hopefully this solution will continue to work

Dodano po pewnym czasie:
robie wszystko tak jak napisałeś a wychodzi mi takie coś
pasek tytułowy:

xorg conf (/etc/X11/xorg.conf.d) (jakoo administrator)

Po wklejeniu reszty i prubie zapisu wyskakuje żenie można znależć pliku

Dodano po pewnym czasie:
(31-08-2023, 20:07)piotrator napisał(a):
(31-08-2023, 16:07)dedito napisał(a): Zabytkowa karta.
Spróbuj tego https://askubuntu.com/questions/1388586/...at-640x480
Cytat:The screenshot shows an SIS 771/671 graphics adapter, which has a rather notorious history with Linux. That said, I did find in my "Notebook of Ubuntu Solutions" an old config file that would get this device to work with Ubuntu 12.04.
NOTE: I do not have access to a notebook with this particular video card, so cannot test this solution with a modern version of Ubuntu.
Here's how you may be able to resolve your resolution issue:
Open Terminal (if it's not already open)
Create a new Xorg config file:
sudo {editor of choice} /etc/X11/xorg.conf.d/xorg.conf
Note: Be sure to replace {editor of choice} with your editor of choice.
Paste this next section into the file:
Section "Device"
  Identifier "Generic Video Card"
    VendorName  "Silicon Integrated Systems [SiS]"
        BoardName  "771/671 PCIE VGA Display Adapter"
    Busid "PCI:1:0:0"
    Driver "vesa"
    Screen 0
        Option "UseFBDev" "true"
        Option "DPMS"
        Option "ShadowFB"
        Option "MaxXFBMem"
        VideoRam 262016
        Option "RenderAccel" "true"
        Option "AllowGLXWithComposite" "true"
        Option "backingstore" "true"
        Option "AddARGBGLXVisuals" "True"
EndSection
Section "Monitor"
    Identifier    "Configured Monitor"
    Vendorname    "Generic LCD Display"
    Modelname    "LCD Panel 1280x800"
    HorizSync 20-107
    VertRefresh 50-185
    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"
    Monitor      "Configured Monitor"
    Device        "Configured Video Device"
    Defaultdepth  24
    SubSection "Display"
        Depth    24
        Virtual  1280    768
        Modes    "1280x768@60"    "1280x720@60"    "800x600@60"    "1280x800@60"    "800x600@56"
    EndSubSection
EndSection
Section "Module"
    Load "dri"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx" # 3D layer
    Load "GLcore"
    Load "i2c"
    Load "bitmap"
    Load "ddc"
    Load "int10"
    Load "vbe"
    Load "speedo"
    Load "record"
EndSection
Section "DRI"
    Mode 0666
EndSection
Save the file
Reboot
Hopefully this solution will continue to work

Dodano po pewnym czasie:
robie wszystko tak jak napisałeś a wychodzi mi takie coś
pasek tytułowy:
xorg conf (/etc/X11/xorg.conf.d) (jakoo administrator)
Po wklejeniu reszty i prubie zapisu wyskakuje żenie można znależć pliku
zrobiłem to samo na LM 19.3 i też nie działa. Proszę o dalszą pomoc,mam teraz zainstaloway LM 19.3
Zły adres przynajmniej na cinamon 19. 2  /etc/X11/xorg.conf.d/xorg.conf. Musi być:/usr/share/X11/xorg.conf.d/xorg.conf. wyczytałem w logach że ten plik musi być właśnie tam niebyło więc go przeniosłem i wszystko śmiga.
Pozdrawiam i dziękuję
Odpowiedz


Skocz do:




Użytkownicy przeglądający ten wątek: 1 gości