Placa de video hibrida [RESOLVIDO]

1. Placa de video hibrida [RESOLVIDO]

david
zephyr91

(usa Debian)

Enviado em 13/01/2011 - 17:55h

Olá eu tenho um notebook vostro 3300 que tem uma placa de video hibrida ( nvidia 310m + chipset intel) e nao sei como fazer para a nvidia funcionar, eu consegui instalar o driver mas quando eu deixo o xorg que na pasta X11 ele da erro de

(EE) Fatal server error
no screen found

e eu nao sei como fazer isso.

vou postar o meu X -configure aqui embaixo.





xorg.conf

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 260.19.29 (buildmeister@swio-display-x86-rhel47-04.nvidia.com) Wed Dec 8 12:27:39 PST 2010


Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"

# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection




------------------------------------------------------------------------

se alguem souber como resolver isso me ajude por favor...

att

(obs: não é a nvidia optimus antes que alguem pergunte ou fale algo sobre.) obrigado


  


2. Re: Placa de video hibrida [RESOLVIDO]

anna kamilla
annakamilla

(usa Manjaro Linux)

Enviado em 13/01/2011 - 18:57h

"nvidia 310m + chipset intel", asvcilva

vou dar uma olhada no meu screen pq eu tenho o msm driver do dele. olha ja achei o erro

falta voce ativar o render accel, glx compositie, argbvisuals, e principalmente a opção metamodes.




3. Re: Placa de video hibrida [RESOLVIDO]

anna kamilla
annakamilla

(usa Manjaro Linux)

Enviado em 13/01/2011 - 19:02h

coloca isso e ve se dá video lembrando de editar seu metamodes para sua resolução.
Section "Screen"

Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "RenderAccel" "True"
Option "AllowGLXWithComposite" "True"
Option "AddARGBGLXVisuals" "True"
Option "DisableGLXRootClipping" "True"
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "1280x1024 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection

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


4. Re: Placa de video hibrida [RESOLVIDO]

anna kamilla
annakamilla

(usa Manjaro Linux)

Enviado em 13/01/2011 - 19:05h

tenat dar de novo se não conseguir o nvidia-xconfig


5. Re: Placa de video hibrida [RESOLVIDO]

david
zephyr91

(usa Debian)

Enviado em 13/01/2011 - 21:33h

Perdão nao era esse o meu xorg criado pelo X -configure.

é este aqui


Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSection

Section "Module"
Load "glx"
Load "dri"
Load "dbe"
Load "dri2"
Load "record"
Load "extmod"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

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

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

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "AccelMethod" # [<str>]
#Option "DRI" # [<bool>]
#Option "ColorKey" # <i>
#Option "VideoKey" # <i>
#Option "FallbackDebug" # [<bool>]
#Option "Tiling" # [<bool>]
#Option "Shadow" # [<bool>]
#Option "SwapbuffersWait" # [<bool>]
#Option "XvMC" # [<bool>]
#Option "XvPreferOverlay" # [<bool>]
#Option "DebugFlushBatches" # [<bool>]
#Option "DebugFlushCaches" # [<bool>]
#Option "DebugWait" # [<bool>]
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Core Processor Integrated Graphics Controller"
BusID "PCI:0:2:0"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "Rotate" # [<str>]
#Option "VideoKey" # <i>
#Option "FlatPanel" # [<bool>]
#Option "FPDither" # [<bool>]
#Option "CrtcNumber" # <i>
#Option "FPScale" # [<bool>]
#Option "FPTweak" # <i>
#Option "DualHead" # [<bool>]
Identifier "Card1"
Driver "nv"
VendorName "nVidia Corporation"
BoardName "GT218 [GeForce 310M]"
BusID "PCI:1:0:0"
EndSection

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

Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection


e a resolução do meu note é ( 1366x768 )
att
e desculpe a informação errada


6. Re: Placa de video hibrida [RESOLVIDO]

anna kamilla
annakamilla

(usa Manjaro Linux)

Enviado em 13/01/2011 - 21:39h

dá um lspci ai e posta o que retorna ??


7. Re: Placa de video hibrida [RESOLVIDO]

david
zephyr91

(usa Debian)

Enviado em 13/01/2011 - 21:46h

00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 18)
00:01.0 PCI bridge: Intel Corporation Core Processor PCI Express x16 Root Port (rev 18)
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 18)
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
00:1a.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 06)
00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 06)
00:1c.2 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 3 (rev 06)
00:1c.4 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 5 (rev 06)
00:1d.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a6)
00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 06)
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 6 port SATA AHCI Controller (rev 06)
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 06)
00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 06)
01:00.0 VGA compatible controller: nVidia Corporation GT218 [GeForce 310M] (rev a2)
01:00.1 Audio device: nVidia Corporation High Definition Audio Controller (rev a1)
12:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)
13:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)


edit: com o | grep VGA

00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated
01:00.0 VGA compatible controller: nVidia Corporation GT218 [GeForce 310M] (rev a2)


8. Re: Placa de video hibrida [RESOLVIDO]

anna kamilla
annakamilla

(usa Manjaro Linux)

Enviado em 13/01/2011 - 22:46h

será que tem como vc desabilitar uma das 2 na bios ??


9. Re: Placa de video hibrida [RESOLVIDO]

david
zephyr91

(usa Debian)

Enviado em 13/01/2011 - 22:51h

pior que nao tem.. a bios que a dell usa é bloqueada pelo menos no vostro nao tem a opçao de desabilitar, oque eu reparei uma vez na hora da inicialização a placa de intel desabilitou o modulo da nvidia, nao sei se eu desabilitar o modulo da intel o da nvidia iria assumir como principal...

se sim, cmo faria?

att


10. Re: Placa de video hibrida [RESOLVIDO]

anna kamilla
annakamilla

(usa Manjaro Linux)

Enviado em 13/01/2011 - 22:54h

vc teria que colocar o modulo da intel na blacklist
su root

gedit /etc/modprobe.d/blacklist

daí coloca o modulo da intel.

dai vc manda subir o modulo da nvidia



11. Re: Placa de video hibrida [RESOLVIDO]

david
zephyr91

(usa Debian)

Enviado em 13/01/2011 - 23:40h

então só que o modulo da nvidia ja está ativo mas ele ta assim olha

lsmod | grep nvidia
nvidia 10069961 0
i2c_core 15712 7 videodev,i915,drm_kms_helper,drm,nvidia,i2c_algo_bit,i2c_i801

e o da intel ta assim

lsmod | grep i915
i915 255064 2
drm_kms_helper 20065 1 i915
drm 142359 3 i915,drm_kms_helper
i2c_algo_bit 4225 1 i915
video 17445 1 i915
i2c_core 15712 7 videodev,i915,drm_kms_helper,drm,nvidia,i2c_algo_bit,i2c_i801



12. Re: Placa de video hibrida [RESOLVIDO]

david
zephyr91

(usa Debian)

Enviado em 16/01/2011 - 13:44h

Ajude por favoorrr !






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts