DaemonForums  

Go Back   DaemonForums > FreeBSD > FreeBSD General

FreeBSD General Other questions regarding FreeBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 16th September 2008
Hrr4's Avatar
Hrr4 Hrr4 is offline
:T
 
Join Date: Aug 2008
Posts: 3
Default No DRI + GLX commands?

Hello everyone

I'm having a few problems getting DRI going with my Intel 965GM (I have a Thinkpad T61) and went to run glxinfo to find there is no command. I've done my research (Google) to no avail obviously. If anyone could steer me in the right direction, it would be appreciated.

Also, with the DRI problem, here is my xorg.conf if anyone could take a crack at it, as my mind is really boggled why its not working. *Note: I also dont have a /dev/dri. Hope that helps *
Attached Files
File Type: conf xorg.conf (2.5 KB, 77 views)

Last edited by Hrr4; 16th September 2008 at 06:42 AM.
Reply With Quote
  #2   (View Single Post)  
Old 16th September 2008
vermaden's Avatar
vermaden vermaden is offline
Administrator
 
Join Date: Apr 2008
Location: pl_PL.lodz
Posts: 1,056
Default

This GFX card works for sure as I am having the same GM965 running.

The things that I have done to get it running:
1. add ip/hostname to /etc/hosts [ http://freebsd.org/handbook/configtu....html#AEN16493 ]
2. remove i810 driver --> # pkg_delete -f -x i810
3. install intel driver --> # pkg_add -r xf86-video-intel
4. condifugre x11 --> # Xorg -configure (but your config seems ok)
5. if you need various glx* commands then --> # pkg_add -r mesa-demos

Quote:
Originally Posted by Hrr4 View Post
Also, with the DRI problem, here is my xorg.conf if anyone could take a crack at it, as my mind is really boggled why its not working.
Pretty messed but looks ok and should work.

Quote:
Originally Posted by Hrr4 View Post
*Note: I also dont have a /dev/dri. Hope that helps *
6. try that, but i915 is loaded by x11 automagically when you start x11 --> # kldload i915

... I run FreeBSD 7.0 but 7.1-BETA also works good with that GM965.
__________________
religions, worst damnation of mankind
"If 386BSD had been available when I started on Linux, Linux would probably never had happened." Linus Torvalds

Linux is not UNIX! Face it! It is not an insult. It is fact: GNU is a recursive acronym for “GNU's Not UNIX”.
vermaden's: links resources deviantart spreadbsd
Reply With Quote
  #3   (View Single Post)  
Old 16th September 2008
Hrr4's Avatar
Hrr4 Hrr4 is offline
:T
 
Join Date: Aug 2008
Posts: 3
Default

Quote:
1. add ip/hostname to /etc/hosts
My file reads:
::1 localhost
127.0.0.1 localhost


I can't imagine that really affecting my DRI performance at all *of course I could be wrong though *

Quote:
6. try that, but i915 is loaded by x11 automagically when you start x11 --> # kldload i915
I get:
Jupiter# kldload i915
kldload: can't load i915: File exists


I did a:
ls /boot/kernel | grep -i i915

and I got back:
i915.ko
i915.ko.symbols

Don't know if im in the right place though.

Thank you so far for the help

Last edited by Hrr4; 16th September 2008 at 07:38 AM.
Reply With Quote
  #4   (View Single Post)  
Old 16th September 2008
vermaden's Avatar
vermaden vermaden is offline
Administrator
 
Join Date: Apr 2008
Location: pl_PL.lodz
Posts: 1,056
Default

Quote:
Originally Posted by Hrr4 View Post
My file reads:
::1 localhost
127.0.0.1 localhost


I can't imagine that really affecting my DRI performance at all *of course I could be wrong though
Sometimes x11 woulnd not start at all because of that ... and you did not added any entries.

Quote:
Originally Posted by Hrr4 View Post
I get:
Jupiter# kldload i915
kldload: can't load i915: File exists
So it is already loaded.

Quote:
Originally Posted by Hrr4 View Post
Don't know if im in the right place though.

Thank you so far for the help
Does x11 starts/works?
__________________
religions, worst damnation of mankind
"If 386BSD had been available when I started on Linux, Linux would probably never had happened." Linus Torvalds

Linux is not UNIX! Face it! It is not an insult. It is fact: GNU is a recursive acronym for “GNU's Not UNIX”.
vermaden's: links resources deviantart spreadbsd
Reply With Quote
  #5   (View Single Post)  
Old 16th September 2008
adamk adamk is offline
Spam Deminer
 
Join Date: May 2008
Posts: 250
Default

Please show us your /var/log/Xorg.0.log file and, after you install mesa-demos, the output of 'LIBGL_DEBUG=verbose glxinfo'.

Adam
Reply With Quote
  #6   (View Single Post)  
Old 21st September 2008
Hrr4's Avatar
Hrr4 Hrr4 is offline
:T
 
Join Date: Aug 2008
Posts: 3
Default

I got it to work. The problem was there was no line for my card in ummm, one of the dri confs in my kernel source. I added the patch for the 965gm and it worked
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
execute commands from xinitrc rex FreeBSD General 3 22nd October 2008 10:24 PM
ruby execute commands remotely Dr_Death_UAE Programming 0 18th August 2008 11:23 AM
FreeBSD Administration Commands corey_james FreeBSD General 13 10th June 2008 08:44 PM
Cisco IOS commands ?? jb_daefo Off-Topic 7 5th June 2008 01:53 AM
Timestamps for commands in .history file? audio FreeBSD General 3 31st May 2008 01:36 PM


All times are GMT. The time now is 04:16 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick