X on Intel GM965 chipset

2008-05-16 Thread Nishita Desai
Hello,

I just installed FreeBSD 7.0 on a Dell Vostro 1200. It has Intel's
GM965 chipset and I cannot get X to work at the right resolution of
1280x800.

I updated and reinstalled the x11-drivers/x11-video-i810 and
x11-drivers/x11-intel ports. But X still dies whenever I tell it to
use i810 driver. I am using vesa which gives me 1024x786.

The following two places suggest that FreeBSD 7.0 supports GM965 chipsets:
[1] http://lists.freebsd.org/pipermail/cvs-src/2007-July/080677.html
[2] http://en.wikipedia.org/wiki/Intel_GMA

What should I do to get the proper drivers and get X working?

Thanks,
Nishita



-- 
http://nishita.50webs.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: X on Intel GM965 chipset

2008-05-16 Thread Nishita Desai
On Fri, May 16, 2008 at 10:51 PM, Nishita Desai [EMAIL PROTECTED] wrote:
 I updated and reinstalled the x11-drivers/x11-video-i810 and
 x11-drivers/x11-intel ports.

Sorry, that should be xf86-video-i810 and xf86-video-intel.

Regards,
Nishita
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: X on Intel GM965 chipset

2008-05-16 Thread Dominic Fandrey

Nishita Desai wrote:

On Fri, May 16, 2008 at 10:51 PM, Nishita Desai [EMAIL PROTECTED] wrote:

I updated and reinstalled the x11-drivers/x11-video-i810 and
x11-drivers/x11-intel ports.


Sorry, that should be xf86-video-i810 and xf86-video-intel.

Regards,
Nishita


You only need xf86-video-intel and enter intel as the Driver in your
xorg.conf. I'm running a GM965 at 1440x900 this way.

I even think that x11-video-i810 and xf86-video-intel conflict. So best
deinstall both and only install xf86-video-intel afterwards.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: X on Intel GM965 chipset

2008-05-16 Thread Ashish Shukla आशीष शुक्ल
 Nishita Desai writes:
Nishita Hello,

Nishita I just installed FreeBSD 7.0 on a Dell Vostro 1200. It has Intel's
Nishita GM965 chipset and I cannot get X to work at the right resolution of
Nishita 1280x800.

Nishita I updated and reinstalled the x11-drivers/x11-video-i810 and
Nishita x11-drivers/x11-intel ports. But X still dies whenever I tell it to
Nishita use i810 driver. I am using vesa which gives me 1024x786.

Dies with what error ? paste /var/log/Xorg.0.log. BtW, 1280x800 is a
widescreen resolution and to get that you might need to patch your BIOS
at runtime using '915resolution' port.

Nishita The following two places suggest that FreeBSD 7.0 supports GM965 
chipsets:
Nishita [1] 
http://lists.freebsd.org/pipermail/cvs-src/2007-July/080677.html
Nishita [2] http://en.wikipedia.org/wiki/Intel_GMA

Nishita What should I do to get the proper drivers and get X working?

Following is my xorg.conf, and I've DRI working on my Intel G965 laptop.

88
Section ServerLayout
Identifier X.org Configured
Screen  0  Screen0 0 0
InputDeviceTouchpad0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
EndSection
Section Files
RgbPath  /usr/local/share/X11/rgb
ModulePath   /usr/local/lib/xorg/modules
FontPath /usr/local/lib/X11/fonts/misc/
FontPath /usr/local/lib/X11/fonts/local/
FontPath /usr/local/lib/X11/fonts/bitstream-vera/
FontPath /usr/local/lib/X11/fonts/TTF/
FontPath /usr/local/lib/X11/fonts/OTF
FontPath /usr/local/lib/X11/fonts/Type1/
FontPath /usr/local/lib/X11/fonts/100dpi/
FontPath /usr/local/lib/X11/fonts/75dpi/
EndSection
Section Module
Load  GLcore
Load  dbe
Load  dri
Load  extmod
Load  glx
Load  record
Load  xtrap
Load  freetype
Load  type1
Load  synaptics
EndSection
Section ServerFlags
Option AllowEmptyInput
EndSection
Section InputDevice
Identifier  Keyboard0
Driver  kbd
EndSection
Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol auto
Option  Device /dev/psm0
Option  ZAxisMapping 4 5 6 7
EndSection
Section InputDevice
Identifier  Touchpad0
Driver  synaptics
Option Device /dev/psm0
Option Protocol alps
Option SHMConfig on
Option LeftEdge 130
Option RightEdge 840
Option TopEdge 130
Option BottomEdge 640
Option FingerLow 7
Option FingerHigh 8
Option MaxTapTime 180
Option MinTapTime 110
Option ClickTime 0
Option EmulateMidButtonTime 75
Option VertScrollDelta 20
Option HorizScrollDelta 20
Option MinSpeed 0.40
Option MaxSpeed 0.65
Option AccelFactor 0.030
Option EdgeMotionMinSpeed 200
Option EdgeMotionMaxSpeed 200
Option UpDownScrolling 1
Option CircularScrolling 1
Option CircScrollDelta 0.1
Option CircScrollTrigger 3
Option VertEdgeScroll on
Option Emulate3Buttons on
EndSection
Section Monitor
Identifier   Monitor0
VendorName   Monitor Vendor
ModelNameMonitor Model
EndSection
Section Device
Identifier  Card0
Driver  intel
VendorName  Intel Corporation
BoardName   Mobile GM965/GL960 Integrated Graphics Controller
BusID   PCI:0:2:0
EndSection
Section Screen
Identifier Screen0
Device Card0
MonitorMonitor0
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
Virtual 2880 900
EndSubSection
EndSection
88

In addition to above xorg.conf, I'm also using latest DRM from stuff from CVS 
from
':pserver:[EMAIL PROTECTED]:/home/ncvs/src/sys/dev/drm'
plus graphics/dri port.

And this works flawlessly :) .

Nishita Thanks,
Nishita Nishita

HTH
-- 
Ashish Shukla आशीष शुक्ल  http://wahjava.wordpress.com/
·-- ·-  ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- --


pgp9QJgXrodA2.pgp
Description: PGP signature


Re: X on Intel GM965 chipset

2008-05-16 Thread Nishita Desai
On Fri, May 16, 2008 at 11:04 PM, Dominic Fandrey [EMAIL PROTECTED] wrote:

 You only need xf86-video-intel and enter intel as the Driver in your
 xorg.conf. I'm running a GM965 at 1440x900 this way.

 I even think that x11-video-i810 and xf86-video-intel conflict. So best
 deinstall both and only install xf86-video-intel afterwards.


I cannot pkg_delete nor pkg_deinstall xf86-video-i810. Here's the error:
--
pkg_delete: package 'xf86-video-i810-1.7.4' is required by these other packages
and may not be deinstalled:
xorg-7.3_1
--

And yes, they _do_ conflict. I am unable to install xf86-video-intel.

reg.,
Nishita



-- 
http://nishita.50webs.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: X on Intel GM965 chipset

2008-05-16 Thread Wojciech Puchar

xorg.conf. I'm running a GM965 at 1440x900 this way.

I even think that x11-video-i810 and xf86-video-intel conflict. So best
deinstall both and only install xf86-video-intel afterwards.



I cannot pkg_delete nor pkg_deinstall xf86-video-i810. Here's the error:
--
pkg_delete: package 'xf86-video-i810-1.7.4' is required by these other packages
and may not be deinstalled:
xorg-7.3_1
--

And yes, they _do_ conflict. I am unable to install xf86-video-intel.


deinstall

xorg
xorg-drivers (both are meta-packages)

cd /usr/ports/x11-drivers/xorg-drivers
make config

select drivers you need

then make install clean
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: X on Intel GM965 chipset

2008-05-16 Thread Ashish Shukla आशीष शुक्ल
 Nishita Desai writes:
Nishita On Fri, May 16, 2008 at 11:04 PM, Dominic Fandrey [EMAIL 
PROTECTED] wrote:

 You only need xf86-video-intel and enter intel as the Driver in your
 xorg.conf. I'm running a GM965 at 1440x900 this way.
 
 I even think that x11-video-i810 and xf86-video-intel conflict. So best
 deinstall both and only install xf86-video-intel afterwards.


Nishita I cannot pkg_delete nor pkg_deinstall xf86-video-i810. Here's the 
error:
Nishita --
Nishita pkg_delete: package 'xf86-video-i810-1.7.4' is required by these 
other packages
Nishita and may not be deinstalled:
Nishita xorg-7.3_1
Nishita --

pkg_delete -f xf86-video-i810-1.7.4 ? or make -C 
/usr/ports/x11-drivers/xf86-video-i810 deinstall ?

-- 
Ashish Shukla आशीष शुक्ल  http://wahjava.wordpress.com/
·-- ·-  ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- --


pgp1EXlmJfbj3.pgp
Description: PGP signature


Re: X on Intel GM965 chipset

2008-05-16 Thread Nishita Desai
On Fri, May 16, 2008 at 11:27 PM, Wojciech Puchar
[EMAIL PROTECTED] wrote:
 deinstall

 xorg
 xorg-drivers (both are meta-packages)

 cd /usr/ports/x11-drivers/xorg-drivers
 make config

 select drivers you need

 then make install clean


Thank you all. That seems to have done it.

reg.,
Nishita
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]