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

2008-05-04 Thread Fabiano Manoel de Andrade
Em Dom, 2008-05-04 às 20:20 -0300, Renato S. Yamane escreveu:
> Pessoal, no Etch a saída VGA funcionava ao conectar um monitor externo 
> (ou um Data Show), porém no Lenny não está habilitada a saída VGA:
> 
> $ lspci
> 
> 00:02.0 VGA compatible controller: Intel Corporation Mobile 
> 915GM/GMS/910GML Express Graphics Controller (rev 03)
> 
> 00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML 
> Express Graphics Controller (rev 03)
> 
> Alguém saberia me informar por onde eu preciso começar? :-)
> 
> O Xorg.conf está anexo.
> 
> Att,
> Renato
> anexo documento somente texto (xorg.conf.04_maio_2008)
> # 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 "InputDevice"
>   Identifier  "Generic Keyboard"
>   Driver  "kbd"
>   Option  "CoreKeyboard"
>   Option  "XkbRules"  "xorg"
>   Option  "XkbModel"  "pc104"
>   Option  "XkbLayout" "us"
>   Option  "XkbVariant""alt-intl"
> 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  "Intel Corporation Mobile 915GM/GMS/910GML Express 
> Graphics Controller"
>   Driver  "intel"
>   BusID   "PCI:0:2:0"
> EndSection
> 
> Section "Monitor"
>   Identifier  "Monitor Genérico"
>   Option  "DPMS"
> EndSection
> 
> Section "Screen"
>   Identifier  "Default Screen"
>   Device  "Intel Corporation Mobile 915GM/GMS/910GML Express 
> Graphics Controller"
>   Monitor "Monitor Genérico"
>   DefaultDepth24
>   SubSection "Display"
>   Modes   "1280x800" "1024x768" "800x600"
>   EndSubSection
> EndSection
> 
> Section "ServerLayout"
>   Identifier  "Default Layout"
>   Screen  "Default Screen"
>   InputDevice "Generic Keyboard"
>   InputDevice "Configured Mouse"
>   InputDevice "Synaptics Touchpad"
> EndSection

Olá Renato.

Encontrei esse artigo [1] no vivaolinux que explica isso.

Abraço.
Fabiano.

[1]http://www.vivaolinux.com.br/dicas/verDica.php?codigo=9705


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



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

2008-05-11 Thread Bruno Buys

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"


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



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

2008-05-11 Thread Renato S. Yamane

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


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



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

2008-05-13 Thread Bruno Buys

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"
   VideoRam128000
   Option "AccelMethod" "EXA"
   Option"XAANoOffscreenPixmaps" "true"
   Option"AllowGLXWithComposite" "true"
EndSection

Section "Monitor"
   Identifier"Monitor Genérico"
#Option"DPMS"
#HorizSync28-84
#VertRefresh43-60

EndSection

#Section "Monitor"
#Identifier"Flatron"
#Option"DPMS"
#HorizSync30-83
#VertRefresh56-75
#EndSection

Section "Screen"
   Identifier"Default Screen"
   Device"intel950"
   Monitor"Monitor Genérico"
#Monitor"Flatron"
   DefaultDepth24
   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)