[Intel-gfx] latest intel driver on debian wheezy

2013-10-23 Thread orang Aumori Jepun
Hi all.

I have an laptop pc using intel 830mg.
The standard repo's intel driver did not work for my pc.  i915.modeset=0 did 
not seem to work. Vesa driver works for some extent , but I don't like vesa 
driver. so I decided to use latest intel driver.

First , I got xf86-video-intel 2.99.902.

Then, I installed :
  build-essential
  xorg-dev
  bzip2
  linux-headers-3.2.0-4-all
  libdrm-intel1
  libdrm-dev
  libdrm2

And , 
   $ ./configure
   $ make
   $ make install

Compiling & installing seemed to be OK.

The driver was installed in  /usr/local/lib/xorg/modules/drivers .
so i added to xorg.conf :
  Section "Files"
 ModulePath "/usr/local/lib/xorg/modules/drivers"
  EndSection

  Section "Device"
   Identifier "Intel 830M"
   Driver "intel"
   VideoRam 47000
   BusID  "PCI:00:02.0"
  EndSection

But driver did not seem to work("i810", "intelfb" neither).
(Now i noticed that i had to add default xorg driver path to "ModulePath")

And , what am I missing to get latest intel driver to work?

TIA.
___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx


Re: [Intel-gfx] latest intel driver on debian wheezy

2013-10-24 Thread orang Aumori Jepun
> > And , what am I missing to get latest intel driver to work?
> 
> Attaching the failing Xorg.0.log is always helpful for what clues it
> contains.
> -Chris

Thank you very much , Chris. 
Here are Xorg.log.0 and xorg.conf . Both will be expired after 3 days.

Xorg.log.0
http://paste.debian.net/61290/

xorg.conf
http://paste.debian.net/61291/
___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx


Re: [Intel-gfx] latest intel driver on debian wheezy

2013-10-26 Thread orang Aumori Jepun
> Ah, so if I am right, xrandr would report that VGA1 is unknown. However,
> the kernel is not using it at the time X starts, so X inherits it in an
> unconnected state. xrandr --output VGA1 --auto should dtrt. Can you
> please paste your dmesg after appending drm.debug=6 to your kernel command
> line in grub.

First, the output of xrandr --output VGA1 --auto :
 xrandr: Failed to get size of gamma for output default
 warning: output VGA1 not found; ignoring


And , dmesg after appending "drm.debug=6 libata.force-noncq acpi=off noapic" :
https://drive.google.com/file/d/0B_t7IkkhbF5hZmQzcnNMc2pISlE/edit?usp=sharing

Xorg.0.log
http://paste.debian.net/61852/

xorg.conf
http://paste.debian.net/61854/

___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx