[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Habilitar saída VGA (Intel 915GM) em laptop



Renato S. Yamane wrote:
Bruno Buys escreveu:
Fala Renato,
Já resolveu isso? Aqui eu ligo e desligo com estes comandos, que viraram alias. É debian sid.

alias ligavga="xrandr --auto"
alias desligavga="xrandr --output VGA --off"


Na verdade eu ainda não consegui testar, mas eu estou notando que não há nada referente a saída VGA no meu xorg.conf.

No xorg.conf eu só tenho um "device" referente a minha placa de vídeo, alocado no BusID PCI:0:2:0, porém no lspci há mais um no PCI:0:2:1 (VGA) e ele não está listado no xorg.conf.

Poderia me enviar o seu xorg.conf?

Att,
Renato



Fala Renato,
Cara, dá uma olhada nesse link http://wiki.debian.org/XStrikeForce/HowToRandR12 que acho que tem a ver com isso aí.

Aí vai mais info da minha máquina. "Flatron" é o monitor externo.






Linux neutron 2.6.22-1-686 #1 SMP Sun Jul 29 14:37:42 UTC 2007 i686 GNU/Linux


***********************************************************

# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
EndSection

Section "Module"

   Load "glx"
   Load "dri"

EndSection

Section "DRI"

   Mode 0666

EndSection


Section "InputDevice"
   Identifier    "Generic Keyboard"
   Driver        "kbd"
   Option        "CoreKeyboard"
   Option        "XkbRules"    "xorg"
   Option        "XkbModel"    "abnt2"
   Option        "XkbLayout"    "br"
   Option        "XkbVariant"    "abnt2"
EndSection

Section "InputDevice"
   Identifier    "Configured Mouse"
   Driver        "mouse"
   Option        "CorePointer"
   Option        "Device"        "/dev/input/mice"
   Option        "Protocol"        "ImPS/2"
   Option        "Emulate3Buttons"    "true"
EndSection

Section "InputDevice"
   Identifier    "Synaptics Touchpad"
   Driver        "synaptics"
   Option        "SendCoreEvents"    "true"
   Option        "Device"        "/dev/psaux"
   Option        "Protocol"        "auto-dev"
   Option        "HorizScrollDelta"    "0"
EndSection

Section "Device"
   Identifier    "intel950"
   Driver        "intel"
   BusID        "PCI:0:2:0"
   VideoRam    128000
   Option         "AccelMethod"         "EXA"
   Option        "XAANoOffscreenPixmaps" "true"
   Option        "AllowGLXWithComposite" "true"
EndSection

Section "Monitor"
   Identifier    "Monitor Genérico"
#    Option        "DPMS"
#    HorizSync    28-84
#    VertRefresh    43-60

EndSection

#Section "Monitor"
#    Identifier    "Flatron"
#    Option        "DPMS"
#    HorizSync    30-83
#    VertRefresh    56-75
#EndSection

Section "Screen"
   Identifier    "Default Screen"
   Device        "intel950"
   Monitor        "Monitor Genérico"
#    Monitor        "Flatron"
   DefaultDepth    24
   SubSection "Display"
       Modes        "1680x1050"    "1280x960" "1280x800"
   EndSubSection
EndSection


Section "ServerLayout"
   Identifier    "Default Layout"
   Screen        "Default Screen"
   InputDevice    "Generic Keyboard"
   InputDevice    "Configured Mouse"
   InputDevice    "Synaptics Touchpad"
EndSection

Section "Extensions"
    Option "Composite" "Enable"
EndSection





***********************************************************


lspci:


00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03) 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03) 00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03) 00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02) 00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02) 00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02) 00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02) 00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 02) 00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 02) 00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 02) 00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 02) 00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 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 82801GBM (ICH7-M) LPC Interface Bridge (rev 02) 00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller (rev 02) 00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02) 02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8038 PCI-E Fast Ethernet Controller (rev 14) 03:00.0 Ethernet controller: Atheros Communications, Inc. AR5006EG 802.11 b/g Wireless PCI Express Adapter (rev 01)
0a:09.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
0a:09.2 Mass storage controller: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD)












Reply to: