Date: Tue, 18 Aug 2015 22:47:38 +0000 From: Mike Internal <internalmike@gmail.com> To: freebsd-x11@freebsd.org Subject: Re: FreeBSD does not support intel graphics? Message-ID: <CAAaSgfm9ey61sW8LsfmvJsSKtTGF=qZ-RmOkHVWsS_M-0jerew@mail.gmail.com> In-Reply-To: <CAAaSgfkcQ7oxf8UYZkPSTUkSPKjUWCbeoESmeLxLmuaL8B0CAg@mail.gmail.com> References: <CAAaSgfnSbhjf9eGU1U_p=-ced60%2BB%2BoJYhZB446f%2BdU_uyqzVw@mail.gmail.com> <CAAaSgfkcQ7oxf8UYZkPSTUkSPKjUWCbeoESmeLxLmuaL8B0CAg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
And xorg.conf
2015-08-18 22:43 GMT+00:00 Mike Internal <internalmike@gmail.com>:
> I'm sorry, I have missed pciconf output. Here are corrected pciconf and
> devinfo outputs.
>
> 2015-08-18 22:38 GMT+00:00 Mike Internal <internalmike@gmail.com>:
>
>> Hi!
>>
>> I am trying to make FreeBSD works with "intel" driver in my laptop. I
>> believe my videocard is supported by Xorg, because laptop was shipped with
>> Ubuntu installed. But I still have "No devices detected" error. Can you
>> help me, or I doomed to linups?
>>
>> Thanks,
>> Anton
>>
>
>
[-- Attachment #2 --]
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/share/fonts/misc/"
FontPath "/usr/local/share/fonts/TTF/"
FontPath "/usr/local/share/fonts/OTF/"
FontPath "/usr/local/share/fonts/Type1/"
FontPath "/usr/local/share/fonts/100dpi/"
FontPath "/usr/local/share/fonts/75dpi/"
EndSection
Section "Module"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
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",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "AccelMethod" # <str>
#Option "Backlight" # <str>
#Option "DRI" # <str>
#Option "ColorKey" # <i>
#Option "VideoKey" # <i>
#Option "Tiling" # [<bool>]
#Option "LinearFramebuffer" # [<bool>]
#Option "SwapbuffersWait" # [<bool>]
#Option "TripleBuffer" # [<bool>]
#Option "XvPreferOverlay" # [<bool>]
#Option "HotPlug" # [<bool>]
#Option "ReprobeOutputs" # [<bool>]
#Option "XvMC" # [<bool>]
#Option "ZaphodHeads" # <str>
#Option "TearFree" # [<bool>]
#Option "PerCrtcPixmaps" # [<bool>]
#Option "FallbackDebug" # [<bool>]
#Option "DebugFlushBatches" # [<bool>]
#Option "DebugFlushCaches" # [<bool>]
#Option "DebugWait" # [<bool>]
#Option "BufferCache" # [<bool>]
Identifier "Card0"
Driver "intel"
BusID "PCI:0:2: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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAAaSgfm9ey61sW8LsfmvJsSKtTGF=qZ-RmOkHVWsS_M-0jerew>
