Risoluzione dello schermo del netbook Lenovo S110 Ubuntu


0

Sono ancora bloccato con una risoluzione di 800x600. Ecco l'output di lspci:

00:00.0 Host bridge: Intel Corporation Device 0bf2 (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Device 0be2 (rev 09)
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 2 (rev 02)
00:1c.2 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 3 (rev 02)
00:1d.0 USB Controller: Intel Corporation N10/ICH7 Family USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation NM10 Family LPC Controller (rev 02)
00:1f.2 SATA controller: Intel Corporation N10/ICH7 Family SATA AHCI Controller (rev 02)
00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 02)
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device 8176 (rev 01)

Inoltre, ho provato a modificare /usr/lib/X11/xorg.conf.d/10-monitor.conf per risolvere questo problema, ma non funziona ancora:

Section "Monitor"
        Identifier      "Monitor0"
        VendorName  "Monitor Vendor"
    ModelName   "Monitor Model"
EndSection

Section "Screen"
        Identifier      "Screen0"
    Monitor     "Monitor0"       
        Device          "Card0"
             SubSection      "Display"
                Viewport        0 0
                Depth           1
                Modes           "1024x768"
             EndSubSection
        SubSection "Display"
            Viewport    0 0
            Depth       4
            Modes       "1024x768"
        EndSubSection
        SubSection "Display"
            Viewport    0 0
            Depth       8
            Modes       "1024x768"
        EndSubSection
        SubSection "Display"
            Viewport    0 0
            Depth       15
            Modes       "1024x768"
        EndSubSection
        SubSection "Display"
            Viewport    0 0
            Depth       16
            Modes       "1024x768"
        EndSubSection
        SubSection "Display"
            Viewport    0 0
            Depth       24
            Modes       "1024x768"
        EndSubSection
EndSection

Section "Device"
   Identifier   "Card0"
   Driver   "vesa"
   VendorName   "Intel Corporation Device"
EndSection

Sto usando Gnome. Sistema> Preferenze> La risoluzione dello schermo del monitor si attesta su 800x600. Ciò che mi accingo a fare?

Risposte:


-1

Puoi provare a forzare xrandr aggiungendo manualmente la modalità ad esso.


... e come si fa? Puoi espandere la tua risposta, per favore?
slhck,
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.