Re: kernel version in git repo

2012-01-25 Thread YONETANI Tomokazu
On Tue, Jan 24, 2012 at 05:20:44PM -0500, Pierre Abbat wrote: I have a bug report (starting X causes reboot) in which I gave a date but not an exact version, and I've been asked to check out the latest code and see if it fixes an unrelated bug (make -j2 buildkernel). What git command can I

Re: kernel version in git repo

2012-01-25 Thread Pierre Abbat
On Wednesday, January 25, 2012 11:47:09 YONETANI Tomokazu wrote: On Tue, Jan 24, 2012 at 05:20:44PM -0500, Pierre Abbat wrote: I have a bug report (starting X causes reboot) in which I gave a date but not an exact version, and I've been asked to check out the latest code and see if it fixes

Re: kernel version in git repo

2012-01-25 Thread Matthias Rampke
On Wednesday, 25. January 2012 at 18:34, Pierre Abbat wrote: Matthias answered by private email Ooops, forgot to add users@ again. For the record, here's the core bit: to mark your currently checked out version use git tag bug_foo; if you just want to know the commit ID use e.g. git show or

X reboot

2012-01-25 Thread Romick
Hello, If you have intel video then you can try edit /etc/X11/xorg.conf : Section Device Identifier devname Driver intel ... Option DRI False EndSection --- with best regards, Yellow Rabbit GPG: 0x6E2F8DBB at keyserver.linux.it

Re: kernel version in git repo

2012-01-25 Thread YONETANI Tomokazu
On Wed, Jan 25, 2012 at 12:34:43PM -0500, Pierre Abbat wrote: The output from `uname -a' contains a prefix of the commit hash of the source code from which the kernel was built Matthias answered by private email and I added the output of git show to the bug report. uname -a wouldn't

Re: X reboot

2012-01-25 Thread Pierre Abbat
On Wednesday, January 25, 2012 17:09:30 Romick wrote: Hello, If you have intel video then you can try edit /etc/X11/xorg.conf : Section Device Identifier devname Driver intel ... Option DRI False EndSection That worked.

Re: X reboot

2012-01-25 Thread Romick
From: Pierre Abbat p...@phma.optus.nu Subject: Re: X reboot Date: Wed, 25 Jan 2012 23:24:38 -0500 On Wednesday, January 25, 2012 17:09:30 Romick wrote: Hello, If you have intel video then you can try edit /etc/X11/xorg.conf : Section Device Identifier devname

Re: kernel version in git repo

2012-01-25 Thread Pierre Abbat
On Wednesday, January 25, 2012 14:22:50 Matthias Rampke wrote: Ooops, forgot to add users@ again. For the record, here's the core bit: You don't need to add users@. Just hit the reply-to-list button. I'm on the list, so I don't need a reply in my inbox, just the one in the list folder. Pierre