<div dir="ltr">Hi<div><br></div><div>mileage may vary but I was quite successful shutting off the Nvidia card with my FreeBSD.</div><div><br></div><div>/PA</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 15 March 2018 at 10:44, karu.pruun <span dir="ltr"><<a href="mailto:karu.pruun@gmail.com" target="_blank">karu.pruun@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello<br>
<br>
Can you try booting up and then manually loading the i915 driver as<br>
root or with sudo<br>
<br>
% sudo kldload i915<br>
<br>
does this load fine? You should see informational output in<br>
/var/log/messages. What does<br>
<br>
% pciconf -lv<br>
<br>
say about the vga devices, see the blocks starting with 'vga'. For<br>
instance, I have<br>
<br>
---<br>
vgapci1@pci0:0:2:0:    class=0x030000 card=0x00000000 chip=0x00468086<br>
rev=0x18 hdr=0x00<br>
    vendor     = 'Intel Corporation'<br>
    device     = 'Core Processor Integrated Graphics Controller'<br>
    class      = display<br>
    subclass   = VGA<br>
vgapci0@pci0:1:0:0:    class=0x030000 card=0x00c7106b chip=0x0a2910de<br>
rev=0xa2 hdr=0x00<br>
    vendor     = 'NVIDIA Corporation'<br>
    device     = 'GT216M [GeForce GT 330M]'<br>
    class      = display<br>
    subclass   = VGA<br>
---<br>
<br>
Can you try manually create a simple xorg.conf and set the intel<br>
driver as the only one with the pci address you get from pciconf (eg<br>
PCI:0:2:0)? In my xorg log I'm not seeing any other drivers loaded<br>
except intel and it works fine.<br>
<br>
Cheers<br>
<br>
Peeter<br>
<br>
--<br>
<br>
<br>
<br>
<br>
<br>
<br>
On Wed, Mar 14, 2018 at 6:32 PM,  <<a href="mailto:spuelmaschien@email.de">spuelmaschien@email.de</a>> wrote:<br>
> MoinMoin,<br>
> having problems to get X running on a dell D630 / GM965 graphics laptop.<br>
> It just stays black and it's not killable but by switching it off.<br>
> I've tried intel and vesa drivers by specifying them explicitly<br>
> in /usr/local/etc/X11/xorg.conf.d<br>
> Vesa works, but is slooow.<br>
> Intel just hangs with  BusID "PCI:0:2:0" as well as with "PCI:0:2:1".<br>
> In Linux and OpenBSD modesetting drivers just work without any<br>
> modifications to the default xorg configuration.<br>
> Does anybody has a hint what to do ?<br>
><br>
> Thanks, Tschuess,<br>
>      Sascha<br>
><br>
> --> Xorg.0.log<br>
> [ 13790.928]<br>
> X.Org X Server 1.18.4<br>
> Release Date: 2016-07-19<br>
> [ 13790.928] X Protocol Version 11, Revision 0<br>
> [ 13790.928] Build Operating System: DragonFly 5.0-SYNTH x86_64<br>
> [ 13790.928] Current Operating System: DragonFly  5.0-RELEASE DragonFly v5.0.2-RELEASE #4: Su x86_64<br>
> [ 13790.931] Build Date: 31 December 2017  01:53:00AM<br>
> [ 13790.931]<br>
> [ 13790.931] Current version of pixman: 0.34.0<br>
> [ 13790.931]    Before reporting problems, check <a href="http://wiki.x.org" rel="noreferrer" target="_blank">http://wiki.x.org</a><br>
>         to make sure that you have the latest version.<br>
> [ 13790.931] Markers: (--) probed, (**) from config file, (==) default setting,<br>
>         (++) from command line, (!!) notice, (II) informational,<br>
>         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.<br>
> [ 13790.932] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Mar 13 17:42:35 2018<br>
> [ 13790.932] (II) Loader magic: 0x615460<br>
> [ 13790.932] (II) Module ABI versions:<br>
> [ 13790.932]    X.Org ANSI C Emulation: 0.4<br>
> [ 13790.932]    X.Org Video Driver: 20.0<br>
> [ 13790.932]    X.Org XInput driver : 22.1<br>
> [ 13790.932]    X.Org Server Extension : 9.0<br>
> [ 13790.932] (--) PCI:*(0:0:2:0) 8086:2a02:1028:01f9 rev 12, Mem @ 0xf6e00000/1048576, 0xe0000000/268435456, I/O @ 0x0000eff0/8, BIOS @ 0x????????/65536<br>
> [ 13790.932] (--) PCI: (0:0:2:1) 8086:2a03:1028:01f9 rev 12, Mem @ 0xf6f00000/1048576<br>
> [ 13790.932] (==) Using default built-in configuration (30 lines)<br>
> [ 13790.932] (==) --- Start of built-in configuration ---<br>
> [ 13790.932]    Section "Device"<br>
> [ 13790.932]            Identifier      "Builtin Default intel Device 0"<br>
> [ 13790.932]            Driver  "intel"<br>
> [ 13790.932]    EndSection<br>
> [ 13790.932]    Section "Screen"<br>
> [ 13790.932]            Identifier      "Builtin Default intel Screen 0"<br>
> [ 13790.932]            Device  "Builtin Default intel Device 0"<br>
> [ 13790.932]    EndSection<br>
> [ 13790.932]    Section "Device"<br>
> [ 13790.932]            Identifier      "Builtin Default modesetting Device 0"<br>
> [ 13790.932]            Driver  "modesetting"<br>
> [ 13790.932]    EndSection<br>
> [ 13790.932]    Section "Screen"<br>
> [ 13790.932]            Identifier      "Builtin Default modesetting Screen 0"<br>
> [ 13790.932]            Device  "Builtin Default modesetting Device 0"<br>
> [ 13790.932]    EndSection<br>
> [ 13790.932]    Section "Device"<br>
> [ 13790.932]            Identifier      "Builtin Default vesa Device 0"<br>
> [ 13790.932]            Driver  "vesa"<br>
> [ 13790.932]    EndSection<br>
> [ 13790.932]    Section "Screen"<br>
> [ 13790.932]            Identifier      "Builtin Default vesa Screen 0"<br>
> [ 13790.932]            Device  "Builtin Default vesa Device 0"<br>
> [ 13790.932]    EndSection<br>
> [ 13790.932]    Section "ServerLayout"<br>
> [ 13790.932]            Identifier      "Builtin Default Layout"<br>
> [ 13790.932]            Screen  "Builtin Default intel Screen 0"<br>
> [ 13790.932]            Screen  "Builtin Default modesetting Screen 0"<br>
> [ 13790.932]            Screen  "Builtin Default vesa Screen 0"<br>
> [ 13790.932]    EndSection<br>
> [ 13790.932] (==) --- End of built-in configuration ---<br>
> [ 13790.932] (==) ServerLayout "Builtin Default Layout"<br>
> [ 13790.932] (**) |-->Screen "Builtin Default intel Screen 0" (0)<br>
> [ 13790.932] (**) |   |-->Monitor "<default monitor>"<br>
> [ 13790.933] (**) |   |-->Device "Builtin Default intel Device 0"<br>
> [ 13790.933] (==) No monitor specified for screen "Builtin Default intel Screen 0".<br>
>         Using a default monitor configuration.<br>
> [ 13790.933] (**) |-->Screen "Builtin Default modesetting Screen 0" (1)<br>
> [ 13790.933] (**) |   |-->Monitor "<default monitor>"<br>
> [ 13790.933] (**) |   |-->Device "Builtin Default modesetting Device 0"<br>
> [ 13790.933] (==) No monitor specified for screen "Builtin Default modesetting Screen 0".<br>
>         Using a default monitor configuration.<br>
> [ 13790.933] (**) |-->Screen "Builtin Default vesa Screen 0" (2)<br>
> [ 13790.933] (**) |   |-->Monitor "<default monitor>"<br>
> [ 13790.933] (**) |   |-->Device "Builtin Default vesa Device 0"<br>
> [ 13790.933] (==) No monitor specified for screen "Builtin Default vesa Screen 0".<br>
>         Using a default monitor configuration.<br>
> [ 13790.933] (==) Automatically adding devices<br>
> [ 13790.933] (==) Automatically enabling devices<br>
> [ 13790.933] (==) Not automatically adding GPU devices<br>
> [ 13790.933] (==) Max clients allowed: 256, resource mask: 0x1fffff<br>
> [ 13790.933] (==) FontPath set to:<br>
>         /usr/local/share/fonts/misc/,<br>
>         /usr/local/share/fonts/TTF/,<br>
>         /usr/local/share/fonts/OTF/,<br>
>         /usr/local/share/fonts/Type1/,<br>
>         /usr/local/share/fonts/100dpi/<wbr>,<br>
>         /usr/local/share/fonts/75dpi/<br>
> [ 13790.933] (==) ModulePath set to "/usr/local/lib/xorg/modules"<br>
> [ 13790.933] (II) The server relies on devd to provide the list of input devices.<br>
>         If no devices become available, reconfigure devd or disable AutoAddDevices.<br>
> [ 13790.933] (II) LoadModule: "glx"<br>
> [ 13790.934] (II) Loading /usr/local/lib/xorg/modules/<wbr>extensions/libglx.so<br>
> [ 13790.946] (II) Module glx: vendor="X.Org Foundation"<br>
> [ 13790.946]    compiled for 1.18.4, module version = 1.0.0<br>
> [ 13790.946]    ABI class: X.Org Server Extension, version 9.0<br>
> [ 13790.946] (==) AIGLX enabled<br>
> [ 13790.946] (II) LoadModule: "intel"<br>
> [ 13790.946] (II) Loading /usr/local/lib/xorg/modules/<wbr>drivers/intel_drv.so<br>
> [ 13790.948] (II) Module intel: vendor="X.Org Foundation"<br>
> [ 13790.948]    compiled for 1.18.4, module version = 2.99.917<br>
> [ 13790.948]    Module class: X.Org Video Driver<br>
> [ 13790.948]    ABI class: X.Org Video Driver, version 20.0<br>
> [ 13790.948] (II) LoadModule: "modesetting"<br>
> [ 13790.948] (II) Loading /usr/local/lib/xorg/modules/<wbr>drivers/modesetting_drv.so<br>
> [ 13790.948] (II) Module modesetting: vendor="X.Org Foundation"<br>
> [ 13790.948]    compiled for 1.18.4, module version = 1.18.4<br>
> [ 13790.948]    Module class: X.Org Video Driver<br>
> [ 13790.948]    ABI class: X.Org Video Driver, version 20.0<br>
> [ 13790.948] (II) LoadModule: "vesa"<br>
> [ 13790.948] (II) Loading /usr/local/lib/xorg/modules/<wbr>drivers/vesa_drv.so<br>
> [ 13790.949] (II) Module vesa: vendor="X.Org Foundation"<br>
> [ 13790.949]    compiled for 1.18.4, module version = 2.3.4<br>
> [ 13790.949]    Module class: X.Org Video Driver<br>
> [ 13790.949]    ABI class: X.Org Video Driver, version 20.0<br>
> [ 13790.949] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:<br>
>         i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,<br>
>         915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,<br>
>         Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,<br>
>         GM45, 4 Series, G45/G43, Q45/Q43, G41, B43<br>
> [ 13790.949] (II) intel: Driver for Intel(R) HD Graphics<br>
> [ 13790.949] (II) intel: Driver for Intel(R) Iris(TM) Graphics<br>
> [ 13790.949] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics<br>
> [ 13790.949] (II) modesetting: Driver for Modesetting Kernel Drivers: kms<br>
> [ 13790.949] (II) VESA: driver for VESA chipsets: vesa<br>
> [ 13790.949] (--) Using syscons driver with X support (version 2.0)<br>
> [ 13790.949] (--) using VT number 9<br>
><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div>Fragen sind nicht da um beantwortet zu werden,<br></div>Fragen sind da um gestellet zu werden<br></div>Georg Kreisler<br></div></div></div></div>
</div>