* [gentoo-user] Mythfrontend segfaults
@ 2009-04-11 23:35 Michael Sullivan
2009-04-12 8:20 ` Neil Bothwick
0 siblings, 1 reply; 52+ messages in thread
From: Michael Sullivan @ 2009-04-11 23:35 UTC (permalink / raw
To: gentoo-user
I ran emerge -avuD world on my system today, and now mythfrontend
segfaults. Here's my info:
camille ~ # emerge -pv mythtv
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] media-tv/mythtv-0.21_p18314-r1 USE="alsa debug dvb dvd
jack lirc mmx opengl perl python -aac (-altivec) -autostart -directv
-fftw -ieee1394 -lcd -xvmc" VIDEO_CARDS="-nvidia" 0 kB
camille ~ # mythbackend
2009-04-11 18:31:16.670 Using runtime prefix = /usr
2009-04-11 18:31:16.686 Empty LocalHostName.
2009-04-11 18:31:16.686 Using localhost value of camille
2009-04-11 18:31:16.747 New DB connection, total: 1
2009-04-11 18:31:16.787 Connected to database 'mythconverg' at host:
localhost
2009-04-11 18:31:16.790 Closing DB connection named 'DBManager0'
2009-04-11 18:31:16.791 Connected to database 'mythconverg' at host:
localhost
2009-04-11 18:31:16.821 New DB connection, total: 2
2009-04-11 18:31:16.827 Connected to database 'mythconverg' at host:
localhost
2009-04-11 18:31:16.839 Current Schema Version: 1214
Starting up as the master server.
2009-04-11 18:31:16.966 mythbackend: MythBackend started as master
server
2009-04-11 18:31:17.102 New DB connection, total: 3
2009-04-11 18:31:17.103 Connected to database 'mythconverg' at host:
localhost
2009-04-11 18:31:17.203 New DB scheduler connection
2009-04-11 18:31:17.204 Connected to database 'mythconverg' at host:
localhost
2009-04-11 18:31:18.552 Main::Registering HttpStatus Extension
2009-04-11 18:31:18.553 mythbackend version: 0.21.20080304-1
www.mythtv.org
2009-04-11 18:31:18.554 Enabled verbose msgs: important general
2009-04-11 18:31:18.557 AutoExpire: CalcParams(): Max required Free
Space: 0.0 GB w/freq: 15 min
2009-04-11 18:31:20.212 Reschedule requested for id -1.
2009-04-11 18:31:24.479 Scheduled 281 items in 4.3 = 3.10 match + 1.16
place
2009-04-11 18:31:24.496 scheduler: Scheduled items: Scheduled 281 items
in 4.3 = 3.10 match + 1.16 place
2009-04-11 18:31:24.504 Seem to be woken up by USER
2009-04-11 18:31:26.976 mythbackend: Running housekeeping thread
2009-04-11 18:31:27.306 UPnpMedia: BuildMediaMap VIDEO scan starting
in :/share/Movies/dvd:
2009-04-11 18:31:27.306 UPnpMedia: BuildMediaMap Done. Found 0 objects
michael@camille ~ $ mythfrontend
2009-04-11 18:31:47.740 Using runtime prefix = /usr
2009-04-11 18:31:48.608 XScreenSaver support enabled
2009-04-11 18:31:48.609 DPMS is active.
2009-04-11 18:31:48.628 Empty LocalHostName.
2009-04-11 18:31:48.629 Using localhost value of camille
2009-04-11 18:31:48.748 New DB connection, total: 1
2009-04-11 18:31:48.753 Connected to database 'mythconverg' at host:
localhost
2009-04-11 18:31:48.832 Closing DB connection named 'DBManager0'
2009-04-11 18:31:48.856 Primary screen 0.
2009-04-11 18:31:48.857 Connected to database 'mythconverg' at host:
localhost
2009-04-11 18:31:48.859 Using screen 0, 1024x768 at 0,0
2009-04-11 18:31:48.964 New DB connection, total: 2
2009-04-11 18:31:48.965 Connected to database 'mythconverg' at host:
localhost
2009-04-11 18:31:48.970 mythfrontend version: 0.21.20080304-1
www.mythtv.org
2009-04-11 18:31:48.970 Enabled verbose msgs: important general
2009-04-11 18:31:51.785 No theme
dir: /home/michael/.mythtv/themes/G.A.N.T
2009-04-11 18:31:51.788 Primary screen 0.
2009-04-11 18:31:51.789 Using screen 0, 1024x768 at 0,0
2009-04-11 18:31:51.791 No theme
dir: /home/michael/.mythtv/themes/G.A.N.T
2009-04-11 18:31:51.792 Switching to square mode (G.A.N.T)
2009-04-11 18:31:52.026 Using the Qt painter
mythtv: could not connect to socket
mythtv: No such file or directory
2009-04-11 18:31:52.027 lirc_init failed for mythtv, see preceding
messages
2009-04-11 18:31:52.028 JoystickMenuClient Error: Joystick disabled -
Failed to read /home/michael/.mythtv/joystickmenurc
Segmentation fault
michael@camille ~ $
Has anyone else experienced this or have any idea how to fix this? We
record a couple of hours of television every day and I don't know if
it's still being recorded. Mysql and mythbackend are both running:
camille ~ # ps ax | grep mysql
20526 pts/1 R+ 0:00 grep --colour=auto mysql
25839 ? Ssl 0:05 /usr/sbin/mysqld
--defaults-file=/etc/mysql/my.cnf --basedir=/usr
--datadir=/var/lib/mysql --pid-file=/var/run/mysqld/mysqld.pid
--socket=/var/run/mysqld/mysqld.sock
camille ~ # ps ax | grep mythbackend
20528 pts/1 S+ 0:00 grep --colour=auto mythbackend
Total: 1 package (1 reinstall), Size of downloads: 0 kB
But I won't know if mythbackend is actually working correctly unless I
can check it (with mythfrontend, which of course isn't working.) Please
help!
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-11 23:35 [gentoo-user] Mythfrontend segfaults Michael Sullivan
@ 2009-04-12 8:20 ` Neil Bothwick
2009-04-12 16:00 ` Michael Sullivan
0 siblings, 1 reply; 52+ messages in thread
From: Neil Bothwick @ 2009-04-12 8:20 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 451 bytes --]
On Sat, 11 Apr 2009 18:35:00 -0500, Michael Sullivan wrote:
> But I won't know if mythbackend is actually working correctly unless I
> can check it (with mythfrontend, which of course isn't working.) Please
> help!
I've no ideas on the crash,except for increasing the verbosity of the
logging, but you can use mythweb to see what is recorded, and set up new
recordings.
--
Neil Bothwick
Trekkers work out in the `He's Dead Gym'.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-12 8:20 ` Neil Bothwick
@ 2009-04-12 16:00 ` Michael Sullivan
2009-04-12 17:32 ` Neil Bothwick
0 siblings, 1 reply; 52+ messages in thread
From: Michael Sullivan @ 2009-04-12 16:00 UTC (permalink / raw
To: gentoo-user
On Sun, 2009-04-12 at 09:20 +0100, Neil Bothwick wrote:
> On Sat, 11 Apr 2009 18:35:00 -0500, Michael Sullivan wrote:
>
> > But I won't know if mythbackend is actually working correctly unless I
> > can check it (with mythfrontend, which of course isn't working.) Please
> > help!
>
> I've no ideas on the crash,except for increasing the verbosity of the
> logging, but you can use mythweb to see what is recorded, and set up new
> recordings.
What I mean by 'check if it's working correctly' is that I've had this problem in the past with Mythtv where LiveTV won't work and I have to restart the server to make it work. I've restarted the server several times and even rebooted once. I need to know if it's getting a signal from the TV card.
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-12 16:00 ` Michael Sullivan
@ 2009-04-12 17:32 ` Neil Bothwick
2009-04-12 17:46 ` Michael Sullivan
2009-04-12 17:56 ` Mythweb [WAS Re: [gentoo-user] Mythfrontend segfaults] Michael Sullivan
0 siblings, 2 replies; 52+ messages in thread
From: Neil Bothwick @ 2009-04-12 17:32 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 873 bytes --]
On Sun, 12 Apr 2009 11:00:04 -0500, Michael Sullivan wrote:
> > > But I won't know if mythbackend is actually working correctly
> > > unless I can check it (with mythfrontend, which of course isn't
> > > working.) Please help!
> >
> > I've no ideas on the crash,except for increasing the verbosity of the
> > logging, but you can use mythweb to see what is recorded, and set up
> > new recordings.
>
> What I mean by 'check if it's working correctly' is that I've had this
> problem in the past with Mythtv where LiveTV won't work and I have to
> restart the server to make it work. I've restarted the server several
> times and even rebooted once. I need to know if it's getting a signal
> from the TV card.
Set up a recording in MythWeb, then check if it has recorded.
--
Neil Bothwick
Windows isn't a virus -- viruses do something!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-12 17:32 ` Neil Bothwick
@ 2009-04-12 17:46 ` Michael Sullivan
2009-04-12 19:30 ` Neil Bothwick
2009-04-12 17:56 ` Mythweb [WAS Re: [gentoo-user] Mythfrontend segfaults] Michael Sullivan
1 sibling, 1 reply; 52+ messages in thread
From: Michael Sullivan @ 2009-04-12 17:46 UTC (permalink / raw
To: gentoo-user
On Sun, 2009-04-12 at 18:32 +0100, Neil Bothwick wrote:
> On Sun, 12 Apr 2009 11:00:04 -0500, Michael Sullivan wrote:
>
> > > > But I won't know if mythbackend is actually working correctly
> > > > unless I can check it (with mythfrontend, which of course isn't
> > > > working.) Please help!
> > >
> > > I've no ideas on the crash,except for increasing the verbosity of the
> > > logging, but you can use mythweb to see what is recorded, and set up
> > > new recordings.
> >
> > What I mean by 'check if it's working correctly' is that I've had this
> > problem in the past with Mythtv where LiveTV won't work and I have to
> > restart the server to make it work. I've restarted the server several
> > times and even rebooted once. I need to know if it's getting a signal
> > from the TV card.
>
> Set up a recording in MythWeb, then check if it has recorded.
>
>
I'm emerging mythweb now, but the last time I installed it I couldn't
get it to work because the documentation wasn't very good and there were
all kinds of obscure settings. It didn't work out of the box. This
was a couple of years ago. Is there any way I can get mythfrontend to
tell me why it's segfaulting?
^ permalink raw reply [flat|nested] 52+ messages in thread
* Mythweb [WAS Re: [gentoo-user] Mythfrontend segfaults]
2009-04-12 17:32 ` Neil Bothwick
2009-04-12 17:46 ` Michael Sullivan
@ 2009-04-12 17:56 ` Michael Sullivan
2009-04-12 19:32 ` Neil Bothwick
1 sibling, 1 reply; 52+ messages in thread
From: Michael Sullivan @ 2009-04-12 17:56 UTC (permalink / raw
To: gentoo-user
Now, instead of oscure settings, I get no settings. From the elog info
at the end of my mythweb emerge:
=================================================================
POST-INSTALL INSTRUCTIONS
=================================================================
****************************************************
You probably want to modify
/usr/share/webapps/mythweb/0.21_p17573/conf/mythweb.conf.apache
to fit your needs and create a symlink to it as
/etc/apache2/modules.d/mythweb.conf
****************************************************
In order to prevent unauthorized access to your Myth
installation, MythWeb can be configured to require
authentication using htdigest. The apache controls for
doing this are commented out in mythweb.conf.apache
by default.
*****************************************************
=================================================================
camille ~ #
ls /usr/share/webapps/mythweb/0.21_p17573/conf/mythweb.conf.apache
ls: cannot
access /usr/share/webapps/mythweb/0.21_p17573/conf/mythweb.conf.apache:
No such file or directory
I don't even know what address to go to to access mythweb...
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-12 17:46 ` Michael Sullivan
@ 2009-04-12 19:30 ` Neil Bothwick
2009-04-12 21:33 ` Michael Sullivan
0 siblings, 1 reply; 52+ messages in thread
From: Neil Bothwick @ 2009-04-12 19:30 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 321 bytes --]
On Sun, 12 Apr 2009 12:46:50 -0500, Michael Sullivan wrote:
> Is there any way I can get mythfrontend to
> tell me why it's segfaulting?
Have you tried turning up the verbosity?
--
Neil Bothwick
Give a man a fish and you feed him for a day;
Teach him to use the Net and he won't bother you for weeks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: Mythweb [WAS Re: [gentoo-user] Mythfrontend segfaults]
2009-04-12 17:56 ` Mythweb [WAS Re: [gentoo-user] Mythfrontend segfaults] Michael Sullivan
@ 2009-04-12 19:32 ` Neil Bothwick
2009-04-12 20:17 ` Michael Sullivan
0 siblings, 1 reply; 52+ messages in thread
From: Neil Bothwick @ 2009-04-12 19:32 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 306 bytes --]
On Sun, 12 Apr 2009 12:56:25 -0500, Michael Sullivan wrote:
> I don't even know what address to go to to access mythweb...
Do you have the vhosts USE flag set? If not, it's probably
http://localhost/mythtweb/
--
Neil Bothwick
Old programmers never die; they just branch to a new address.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: Mythweb [WAS Re: [gentoo-user] Mythfrontend segfaults]
2009-04-12 19:32 ` Neil Bothwick
@ 2009-04-12 20:17 ` Michael Sullivan
2009-04-12 22:14 ` Neil Bothwick
0 siblings, 1 reply; 52+ messages in thread
From: Michael Sullivan @ 2009-04-12 20:17 UTC (permalink / raw
To: gentoo-user
On Sun, 2009-04-12 at 20:32 +0100, Neil Bothwick wrote:
> On Sun, 12 Apr 2009 12:56:25 -0500, Michael Sullivan wrote:
>
> > I don't even know what address to go to to access mythweb...
>
> Do you have the vhosts USE flag set? If not, it's probably
> http://localhost/mythtweb/
>
>
That location just gives me a directory listing...
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-12 19:30 ` Neil Bothwick
@ 2009-04-12 21:33 ` Michael Sullivan
2009-04-12 22:16 ` Neil Bothwick
0 siblings, 1 reply; 52+ messages in thread
From: Michael Sullivan @ 2009-04-12 21:33 UTC (permalink / raw
To: gentoo-user
On Sun, 2009-04-12 at 20:30 +0100, Neil Bothwick wrote:
> On Sun, 12 Apr 2009 12:46:50 -0500, Michael Sullivan wrote:
>
> > Is there any way I can get mythfrontend to
> > tell me why it's segfaulting?
>
> Have you tried turning up the verbosity?
michael@camille ~ $ mythfrontend -v playback
2009-04-12 16:31:40.613 Using runtime prefix = /usr
2009-04-12 16:31:41.319 XScreenSaver support enabled
2009-04-12 16:31:41.319 DPMS is active.
2009-04-12 16:31:41.320 Empty LocalHostName.
2009-04-12 16:31:41.321 Using localhost value of camille
2009-04-12 16:31:41.363 New DB connection, total: 1
2009-04-12 16:31:41.396 Connected to database 'mythconverg' at host:
localhost
2009-04-12 16:31:41.399 Closing DB connection named 'DBManager0'
2009-04-12 16:31:41.401 Primary screen 0.
2009-04-12 16:31:41.402 Connected to database 'mythconverg' at host:
localhost
2009-04-12 16:31:41.404 Using screen 0, 1024x768 at 0,0
2009-04-12 16:31:41.416 user: 1000 effective user: 1000 before
privileged thread
2009-04-12 16:31:41.416 user: 1000 effective user: 1000 run_priv_thread
2009-04-12 16:31:41.416 user: 1000 effective user: 1000 after privileged
thread
2009-04-12 16:31:41.421 New DB connection, total: 2
2009-04-12 16:31:41.454 Connected to database 'mythconverg' at host:
localhost
2009-04-12 16:31:41.488 mythfrontend version: 0.21.20080304-1
www.mythtv.org
2009-04-12 16:31:41.489 Enabled verbose msgs: important general
playback
2009-04-12 16:31:42.271 max_width: 1280 max_height: 1024
2009-04-12 16:31:42.566 No theme
dir: /home/michael/.mythtv/themes/G.A.N.T
2009-04-12 16:31:42.569 Primary screen 0.
2009-04-12 16:31:42.570 Using screen 0, 1024x768 at 0,0
2009-04-12 16:31:42.572 No theme
dir: /home/michael/.mythtv/themes/G.A.N.T
2009-04-12 16:31:42.573 Switching to square mode (G.A.N.T)
2009-04-12 16:31:42.617 Using the Qt painter
mythtv: could not connect to socket
mythtv: No such file or directory
2009-04-12 16:31:42.643 lirc_init failed for mythtv, see preceding
messages
2009-04-12 16:31:42.644 JoystickMenuClient Error: Joystick disabled -
Failed to read /home/michael/.mythtv/joystickmenurc
Segmentation fault
This doesn't tell me anything as far as I can see. Is there another way
to turn up verbosity?
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: Mythweb [WAS Re: [gentoo-user] Mythfrontend segfaults]
2009-04-12 20:17 ` Michael Sullivan
@ 2009-04-12 22:14 ` Neil Bothwick
2009-04-13 1:40 ` Michael Sullivan
0 siblings, 1 reply; 52+ messages in thread
From: Neil Bothwick @ 2009-04-12 22:14 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 351 bytes --]
On Sun, 12 Apr 2009 15:17:02 -0500, Michael Sullivan wrote:
> > Do you have the vhosts USE flag set? If not, it's probably
> > http://localhost/mythtweb/
> >
> >
> That location just gives me a directory listing...
>
Of the mythweb files? If so, just click the index file.
--
Neil Bothwick
Weird enough for government work.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-12 21:33 ` Michael Sullivan
@ 2009-04-12 22:16 ` Neil Bothwick
2009-04-12 23:45 ` Mark Knecht
2009-04-13 1:42 ` Michael Sullivan
0 siblings, 2 replies; 52+ messages in thread
From: Neil Bothwick @ 2009-04-12 22:16 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 273 bytes --]
On Sun, 12 Apr 2009 16:33:06 -0500, Michael Sullivan wrote:
> This doesn't tell me anything as far as I can see. Is there another way
> to turn up verbosity?
mythfrontend -v help
--
Neil Bothwick
Are you sure this isn't the time for a colorful metaphor?
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-12 22:16 ` Neil Bothwick
@ 2009-04-12 23:45 ` Mark Knecht
2009-04-13 0:01 ` Mark Knecht
` (2 more replies)
2009-04-13 1:42 ` Michael Sullivan
1 sibling, 3 replies; 52+ messages in thread
From: Mark Knecht @ 2009-04-12 23:45 UTC (permalink / raw
To: gentoo-user
On Sun, Apr 12, 2009 at 3:16 PM, Neil Bothwick <neil@digimed.co.uk> wrote:
> On Sun, 12 Apr 2009 16:33:06 -0500, Michael Sullivan wrote:
>
>> This doesn't tell me anything as far as I can see. Is there another way
>> to turn up verbosity?
>
> mythfrontend -v help
>
>
> --
> Neil Bothwick
>
> Are you sure this isn't the time for a colorful metaphor?
>
I did updates today on my AMD64 machine and mythfrontend is
segfaulting for me also. Not sure about the joystick stuff as I've
never had a joystick.
2009-04-12 16:38:17.384 mythfrontend version: 0.21.20080304-1 www.mythtv.org
2009-04-12 16:38:17.384 Enabled verbose msgs: important general
2009-04-12 16:38:18.421 No theme dir: /home/mark/.mythtv/themes/Titivillus
2009-04-12 16:38:18.424 Primary screen 0.
2009-04-12 16:38:18.427 Running in a window
2009-04-12 16:38:18.427 Using screen 0, 1280x998 at 0,0
2009-04-12 16:38:18.429 No theme dir: /home/mark/.mythtv/themes/Titivillus
2009-04-12 16:38:18.430 Switching to square mode (Titivillus)
2009-04-12 16:38:18.491 Using the Qt painter
2009-04-12 16:38:18.491 JoystickMenuClient Error: Joystick disabled -
Failed to read /home/mark/.mythtv/joystickmenurc
Segmentation fault
Frontend:
mark@lightning ~ $ eix -Ic mythtv
[I] media-plugins/gst-plugins-mythtv (0.10.6(0.10)@01/31/2009): plugin
for gstreamer
[I] media-tv/mythtv (0.21_p19961-r1@02/23/2009): Homebrew PVR project
[I] x11-themes/mythtv-themes (0.21_p16505@02/01/2009): A collection of
themes for the MythTV project.
Found 3 matches.
mark@lightning ~ $
Backend:
Sector9 ~ # eix -Ic mythtv
[I] media-tv/mythtv (0.21_p19961-r1@03/22/2009): Homebrew PVR project
[I] x11-themes/mythtv-themes (0.21_p16505@04/02/2008): A collection of
themes for the MythTV project.
Found 2 matches.
Sector9 ~ #
I turned up verbosity but I don't think the response is all that helpful:
2009-04-12 16:43:30.350 MSqlQuery: SELECT keylist, description FROM
keybindings WHERE context = 'Global' AND action = '8' AND hostname =
'lightning' ;
2009-04-12 16:43:30.352 MSqlQuery: SELECT keylist, description FROM
keybindings WHERE context = 'Global' AND action = '9' AND hostname =
'lightning' ;
2009-04-12 16:43:30.355 MSqlQuery: SELECT data FROM settings WHERE
value = 'QtFonTweak' AND hostname = 'lightning' ;
2009-04-12 16:43:30.356 MSqlQuery: SELECT data FROM settings WHERE
value = 'QtFonTweak' AND hostname IS NULL;
2009-04-12 16:43:30.359 MSqlQuery: SELECT data FROM settings WHERE
value = 'HideMouseCursor' AND hostname = 'lightning' ;
Segmentation fault
mark@lightning ~ $
The big change here today, other than the updates, was to rename
xorg.conf to xorg.conf.old and reboot to try out lett hald set up the
video stuff. I'm suspecting that may be the culprit?
- Mark
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-12 23:45 ` Mark Knecht
@ 2009-04-13 0:01 ` Mark Knecht
2009-04-13 0:06 ` Jorge Morais
2009-04-13 2:03 ` Michael Sullivan
2 siblings, 0 replies; 52+ messages in thread
From: Mark Knecht @ 2009-04-13 0:01 UTC (permalink / raw
To: gentoo-user
On Sun, Apr 12, 2009 at 4:45 PM, Mark Knecht <markknecht@gmail.com> wrote:
<SNIP>
>
> The big change here today, other than the updates, was to rename
> xorg.conf to xorg.conf.old and reboot to try out lett hald set up the
> video stuff. I'm suspecting that may be the culprit?
>
> - Mark
>
Bingo. I rebooted with my old xorg.conf file and no segfault.
How do I proceed with debugging? Seems like hald isn't doing its job
when it comes to X11 in this case.
- Mark
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-12 23:45 ` Mark Knecht
2009-04-13 0:01 ` Mark Knecht
@ 2009-04-13 0:06 ` Jorge Morais
2009-04-13 2:03 ` Michael Sullivan
2 siblings, 0 replies; 52+ messages in thread
From: Jorge Morais @ 2009-04-13 0:06 UTC (permalink / raw
To: gentoo-user
On Sun, 12 Apr 2009 16:45:57 -0700
Mark Knecht <markknecht@gmail.com> wrote:
> On Sun, Apr 12, 2009 at 3:16 PM, Neil Bothwick <neil@digimed.co.uk> wrote:
> > On Sun, 12 Apr 2009 16:33:06 -0500, Michael Sullivan wrote:
> >
> >> This doesn't tell me anything as far as I can see. Is there another way
> >> to turn up verbosity?
> >
> > mythfrontend -v help
> >
> >
> > --
> > Neil Bothwick
> >
> > Are you sure this isn't the time for a colorful metaphor?
> >
>
> I did updates today on my AMD64 machine and mythfrontend is
> segfaulting for me also. Not sure about the joystick stuff as I've
> never had a joystick.
>
> 2009-04-12 16:38:17.384 mythfrontend version: 0.21.20080304-1 www.mythtv.org
> 2009-04-12 16:38:17.384 Enabled verbose msgs: important general
> 2009-04-12 16:38:18.421 No theme dir: /home/mark/.mythtv/themes/Titivillus
> 2009-04-12 16:38:18.424 Primary screen 0.
> 2009-04-12 16:38:18.427 Running in a window
> 2009-04-12 16:38:18.427 Using screen 0, 1280x998 at 0,0
> 2009-04-12 16:38:18.429 No theme dir: /home/mark/.mythtv/themes/Titivillus
> 2009-04-12 16:38:18.430 Switching to square mode (Titivillus)
> 2009-04-12 16:38:18.491 Using the Qt painter
> 2009-04-12 16:38:18.491 JoystickMenuClient Error: Joystick disabled -
> Failed to read /home/mark/.mythtv/joystickmenurc
> Segmentation fault
>
> Frontend:
>
> mark@lightning ~ $ eix -Ic mythtv
> [I] media-plugins/gst-plugins-mythtv (0.10.6(0.10)@01/31/2009): plugin
> for gstreamer
> [I] media-tv/mythtv (0.21_p19961-r1@02/23/2009): Homebrew PVR project
> [I] x11-themes/mythtv-themes (0.21_p16505@02/01/2009): A collection of
> themes for the MythTV project.
> Found 3 matches.
> mark@lightning ~ $
>
> Backend:
>
> Sector9 ~ # eix -Ic mythtv
> [I] media-tv/mythtv (0.21_p19961-r1@03/22/2009): Homebrew PVR project
> [I] x11-themes/mythtv-themes (0.21_p16505@04/02/2008): A collection of
> themes for the MythTV project.
> Found 2 matches.
> Sector9 ~ #
>
>
> I turned up verbosity but I don't think the response is all that helpful:
>
> 2009-04-12 16:43:30.350 MSqlQuery: SELECT keylist, description FROM
> keybindings WHERE context = 'Global' AND action = '8' AND hostname =
> 'lightning' ;
> 2009-04-12 16:43:30.352 MSqlQuery: SELECT keylist, description FROM
> keybindings WHERE context = 'Global' AND action = '9' AND hostname =
> 'lightning' ;
> 2009-04-12 16:43:30.355 MSqlQuery: SELECT data FROM settings WHERE
> value = 'QtFonTweak' AND hostname = 'lightning' ;
> 2009-04-12 16:43:30.356 MSqlQuery: SELECT data FROM settings WHERE
> value = 'QtFonTweak' AND hostname IS NULL;
> 2009-04-12 16:43:30.359 MSqlQuery: SELECT data FROM settings WHERE
> value = 'HideMouseCursor' AND hostname = 'lightning' ;
> Segmentation fault
> mark@lightning ~ $
>
> The big change here today, other than the updates, was to rename
> xorg.conf to xorg.conf.old and reboot to try out lett hald set up the
> video stuff. I'm suspecting that may be the culprit?
>
> - Mark
>
Have you looked at this bug?
http://bugs.gentoo.org/show_bug.cgi?id=265868
Can any of you provide a backtrace?
--
Software is like sex: it is better when it is free. --Linus Torvalds
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: Mythweb [WAS Re: [gentoo-user] Mythfrontend segfaults]
2009-04-12 22:14 ` Neil Bothwick
@ 2009-04-13 1:40 ` Michael Sullivan
2009-04-13 8:35 ` Neil Bothwick
0 siblings, 1 reply; 52+ messages in thread
From: Michael Sullivan @ 2009-04-13 1:40 UTC (permalink / raw
To: gentoo-user
On Sun, 2009-04-12 at 23:14 +0100, Neil Bothwick wrote:
> On Sun, 12 Apr 2009 15:17:02 -0500, Michael Sullivan wrote:
>
> > > Do you have the vhosts USE flag set? If not, it's probably
> > > http://localhost/mythtweb/
> > >
> > >
> > That location just gives me a directory listing...
> >
>
> Of the mythweb files? If so, just click the index file.
>
Which is the index file?
>From localhost/mythweb:
Index of /mythweb
Icon Name Last modified Size Description
________________________________________________________________________
[DIR] Parent Directory -
[DIR] data/ 12-Apr-2009 12:49 -
[DIR] includes/ 12-Apr-2009 12:49 -
[DIR] js/ 12-Apr-2009 12:49 -
[DIR] modules/ 12-Apr-2009 12:49 -
[TXT] mythweb.conf.apache 12-Apr-2009 12:49 8.7K
[TXT] mythweb.conf.lighttpd 12-Apr-2009 12:49 1.5K
[TXT] mythweb.php 12-Apr-2009 12:48 1.2K
[TXT] mythweb.pl 12-Apr-2009 12:48 2.9K
[DIR] objects/ 12-Apr-2009 12:49 -
[DIR] skins/ 12-Apr-2009 12:49 -
________________________________________________________________________
Apache Server at localhost Port 80
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-12 22:16 ` Neil Bothwick
2009-04-12 23:45 ` Mark Knecht
@ 2009-04-13 1:42 ` Michael Sullivan
1 sibling, 0 replies; 52+ messages in thread
From: Michael Sullivan @ 2009-04-13 1:42 UTC (permalink / raw
To: gentoo-user
On Sun, 2009-04-12 at 23:16 +0100, Neil Bothwick wrote:
> On Sun, 12 Apr 2009 16:33:06 -0500, Michael Sullivan wrote:
>
> > This doesn't tell me anything as far as I can see. Is there another way
> > to turn up verbosity?
>
> mythfrontend -v help
>
>
michael@camille ~ $ mythfrontend -v most
2009-04-12 20:41:48.288 Using runtime prefix = /usr
2009-04-12 20:41:48.288 UPnp - Constructor
2009-04-12 20:41:48.288 MediaRenderer::Begin
2009-04-12 20:41:48.290 ThreadPool:AddWorkerThread - HTTP_WorkerThread
2009-04-12 20:41:48.292 HttpServer( 6547 ) - SharePath
= /usr/share/mythtv/
2009-04-12 20:41:48.292 UPnp::Initialize - Begin
2009-04-12 20:41:48.292 UPnp::Initialize - Starting TaskQueue
2009-04-12 20:41:48.293 UPnp::Initialize - Creating SSDP Thread at port
6547
2009-04-12 20:41:48.294 UPnp::Initialize - End
2009-04-12 20:41:48.294 MediaRenderer::Creating UPnp Description
2009-04-12 20:41:48.294 MediaRenderer::Registering CMGR Service.
2009-04-12 20:41:48.295 UPnp::Start - Starting SSDP Thread (Multicast)
2009-04-12 20:41:48.295 UPnp::Start - Enabling Notifications
2009-04-12 20:41:48.295 SSDP::EnableNotifications() - creating new task
2009-04-12 20:41:48.295 SSDP::EnableNotifications() - sending NTS_byebye
2009-04-12 20:41:48.296
LookupUDN(urn:schemas-upnp-org:device:MediaRenderer:1)
sName=UPnP/UDN/MediaRenderer, sUDN=3b8f74df-e75f-437a-b097-6aeb39580a1b
2009-04-12 20:41:48.297 SSDP::ProcessData - requestLine: NOTIFY *
HTTP/1.1
2009-04-12 20:41:48.298 SSDP::ProcessNotify
DescURL=http://192.168.1.3:6547/getDeviceDesc
NTS =ssdp:byebye
NT =upnp:rootdevice
USN =uuid:3b8f74df-e75f-437a-b097-6aeb39580a1b::upnp:rootdevice
Cache =max-age=3600
2009-04-12 20:41:48.434 SSDP::ProcessData - requestLine: NOTIFY *
HTTP/1.1
2009-04-12 20:41:48.434 SSDP::ProcessNotify
DescURL=http://192.168.1.3:6547/getDeviceDesc
NTS =ssdp:byebye
NT =upnp:rootdevice
USN =uuid:3b8f74df-e75f-437a-b097-6aeb39580a1b::upnp:rootdevice
Cache =max-age=3600
2009-04-12 20:41:48.436 SSDP::ProcessData - requestLine: NOTIFY *
HTTP/1.1
2009-04-12 20:41:48.436 SSDP::ProcessNotify
DescURL=http://192.168.1.3:6547/getDeviceDesc
NTS =ssdp:byebye
NT =uuid:3b8f74df-e75f-437a-b097-6aeb39580a1b
USN =uuid:3b8f74df-e75f-437a-b097-6aeb39580a1b
Cache =max-age=3600
2009-04-12 20:41:48.664 SSDP::ProcessData - requestLine: NOTIFY *
HTTP/1.1
2009-04-12 20:41:48.664 SSDP::ProcessNotify
DescURL=http://192.168.1.3:6547/getDeviceDesc
NTS =ssdp:byebye
NT =uuid:3b8f74df-e75f-437a-b097-6aeb39580a1b
USN =uuid:3b8f74df-e75f-437a-b097-6aeb39580a1b
Cache =max-age=3600
2009-04-12 20:41:48.666 SSDP::ProcessData - requestLine: NOTIFY *
HTTP/1.1
2009-04-12 20:41:48.666 SSDP::ProcessNotify
DescURL=http://192.168.1.3:6547/getDeviceDesc
NTS =ssdp:byebye
NT =urn:schemas-upnp-org:device:MediaRenderer:1
USN
=uuid:3b8f74df-e75f-437a-b097-6aeb39580a1b::urn:schemas-upnp-org:device:MediaRenderer:1
Cache =max-age=3600
2009-04-12 20:41:48.804 SSDP::ProcessData - requestLine: NOTIFY *
HTTP/1.1
2009-04-12 20:41:48.805 SSDP::ProcessNotify
DescURL=http://192.168.1.3:6547/getDeviceDesc
NTS =ssdp:byebye
NT =urn:schemas-upnp-org:device:MediaRenderer:1
USN
=uuid:3b8f74df-e75f-437a-b097-6aeb39580a1b::urn:schemas-upnp-org:device:MediaRenderer:1
Cache =max-age=3600
2009-04-12 20:41:48.806 SSDP::ProcessData - requestLine: NOTIFY *
HTTP/1.1
2009-04-12 20:41:48.807 SSDP::ProcessNotify
DescURL=http://192.168.1.3:6547/getDeviceDesc
NTS =ssdp:byebye
NT =urn:schemas-upnp-org:service:ConnectionManager:1
USN
=uuid:3b8f74df-e75f-437a-b097-6aeb39580a1b::urn:schemas-upnp-org:service:ConnectionManager:1
Cache =max-age=3600
2009-04-12 20:41:48.964 SSDP::ProcessData - requestLine: NOTIFY *
HTTP/1.1
2009-04-12 20:41:48.965 SSDP::ProcessNotify
DescURL=http://192.168.1.3:6547/getDeviceDesc
NTS =ssdp:byebye
NT =urn:schemas-upnp-org:service:ConnectionManager:1
USN
=uuid:3b8f74df-e75f-437a-b097-6aeb39580a1b::urn:schemas-upnp-org:service:ConnectionManager:1
Cache =max-age=3600
2009-04-12 20:41:48.965 SSDP::EnableNotifications() - sending NTS_alive
2009-04-12 20:41:48.965 SSDP::EnableNotifications() - Task added to UPnP
queue
2009-04-12 20:41:48.966 UPnp::Start - Returning
2009-04-12 20:41:48.966 MediaRenderer::End
2009-04-12 20:41:48.998 XScreenSaver support enabled
2009-04-12 20:41:49.030 DPMS is active.
2009-04-12 20:41:49.031 Empty LocalHostName.
2009-04-12 20:41:49.031 Using localhost value of camille
2009-04-12 20:41:49.032 MCP::DefaultUPnP() - No default UPnP backend
2009-04-12 20:41:49.054 SSDP::ProcessData - requestLine: NOTIFY *
HTTP/1.1
2009-04-12 20:41:49.055 SSDP::ProcessNotify
DescURL=http://192.168.1.3:6547/getDeviceDesc
NTS =ssdp:alive
NT =upnp:rootdevice
USN =uuid:3b8f74df-e75f-437a-b097-6aeb39580a1b::upnp:rootdevice
Cache =max-age=3600
2009-04-12 20:41:49.071 New DB connection, total: 1
2009-04-12 20:41:49.094 Connected to database 'mythconverg' at host:
localhost
2009-04-12 20:41:49.097 Closing DB connection named 'DBManager0'
2009-04-12 20:41:49.099 Primary screen 0.
2009-04-12 20:41:49.100 Connected to database 'mythconverg' at host:
localhost
2009-04-12 20:41:49.102 Using screen 0, 1024x768 at 0,0
2009-04-12 20:41:49.142 user: 1000 effective user: 1000 before
privileged thread
2009-04-12 20:41:49.142 user: 1000 effective user: 1000 run_priv_thread
2009-04-12 20:41:49.143 user: 1000 effective user: 1000 after privileged
thread
2009-04-12 20:41:49.144 SSDP::ProcessData - requestLine: NOTIFY *
HTTP/1.1
2009-04-12 20:41:49.145 SSDP::ProcessNotify
DescURL=http://192.168.1.3:6547/getDeviceDesc
NTS =ssdp:alive
NT =upnp:rootdevice
USN =uuid:3b8f74df-e75f-437a-b097-6aeb39580a1b::upnp:rootdevice
Cache =max-age=3600
2009-04-12 20:41:49.146 SSDP::ProcessData - requestLine: NOTIFY *
HTTP/1.1
2009-04-12 20:41:49.146 SSDP::ProcessNotify
DescURL=http://192.168.1.3:6547/getDeviceDesc
NTS =ssdp:alive
NT =uuid:3b8f74df-e75f-437a-b097-6aeb39580a1b
USN =uuid:3b8f74df-e75f-437a-b097-6aeb39580a1b
Cache =max-age=3600
2009-04-12 20:41:49.149 New DB connection, total: 2
2009-04-12 20:41:49.150 Connected to database 'mythconverg' at host:
localhost
2009-04-12 20:41:49.154 mythfrontend version: 0.21.20080304-1
www.mythtv.org
2009-04-12 20:41:49.157 Enabled verbose msgs: most
2009-04-12 20:41:49.174 SSDP::ProcessData - requestLine: NOTIFY *
HTTP/1.1
2009-04-12 20:41:49.192 SSDP::ProcessNotify
DescURL=http://192.168.1.3:6547/getDeviceDesc
NTS =ssdp:alive
NT =uuid:3b8f74df-e75f-437a-b097-6aeb39580a1b
USN =uuid:3b8f74df-e75f-437a-b097-6aeb39580a1b
Cache =max-age=3600
2009-04-12 20:41:49.193 SSDP::ProcessData - requestLine: NOTIFY *
HTTP/1.1
2009-04-12 20:41:49.193 SSDP::ProcessNotify
DescURL=http://192.168.1.3:6547/getDeviceDesc
NTS =ssdp:alive
NT =urn:schemas-upnp-org:device:MediaRenderer:1
USN
=uuid:3b8f74df-e75f-437a-b097-6aeb39580a1b::urn:schemas-upnp-org:device:MediaRenderer:1
Cache =max-age=3600
2009-04-12 20:41:49.375 SSDP::ProcessData - requestLine: NOTIFY *
HTTP/1.1
2009-04-12 20:41:49.375 SSDP::ProcessNotify
DescURL=http://192.168.1.3:6547/getDeviceDesc
NTS =ssdp:alive
NT =urn:schemas-upnp-org:device:MediaRenderer:1
USN
=uuid:3b8f74df-e75f-437a-b097-6aeb39580a1b::urn:schemas-upnp-org:device:MediaRenderer:1
Cache =max-age=3600
2009-04-12 20:41:49.376 SSDP::ProcessData - requestLine: NOTIFY *
HTTP/1.1
2009-04-12 20:41:49.376 SSDP::ProcessNotify
DescURL=http://192.168.1.3:6547/getDeviceDesc
NTS =ssdp:alive
NT =urn:schemas-upnp-org:service:ConnectionManager:1
USN
=uuid:3b8f74df-e75f-437a-b097-6aeb39580a1b::urn:schemas-upnp-org:service:ConnectionManager:1
Cache =max-age=3600
2009-04-12 20:41:49.604 SSDP::ProcessData - requestLine: NOTIFY *
HTTP/1.1
2009-04-12 20:41:49.604 SSDP::ProcessNotify
DescURL=http://192.168.1.3:6547/getDeviceDesc
NTS =ssdp:alive
NT =urn:schemas-upnp-org:service:ConnectionManager:1
USN
=uuid:3b8f74df-e75f-437a-b097-6aeb39580a1b::urn:schemas-upnp-org:service:ConnectionManager:1
Cache =max-age=3600
2009-04-12 20:41:49.985 max_width: 1280 max_height: 1024
2009-04-12 20:41:50.264 No theme
dir: /home/michael/.mythtv/themes/G.A.N.T
2009-04-12 20:41:50.267 Primary screen 0.
2009-04-12 20:41:50.268 Using screen 0, 1024x768 at 0,0
2009-04-12 20:41:50.270 No theme
dir: /home/michael/.mythtv/themes/G.A.N.T
2009-04-12 20:41:50.271 Switching to square mode (G.A.N.T)
2009-04-12 20:41:50.345 Using the Qt painter
mythtv: could not connect to socket
mythtv: No such file or directory
2009-04-12 20:41:50.346 lirc_init failed for mythtv, see preceding
messages
2009-04-12 20:41:50.347 JoystickMenuClient Error: Joystick disabled -
Failed to read /home/michael/.mythtv/joystickmenurc
Segmentation fault
michael@camille ~ $
BTW, I have run emerge -e mythtv today and the problem still persists.
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-12 23:45 ` Mark Knecht
2009-04-13 0:01 ` Mark Knecht
2009-04-13 0:06 ` Jorge Morais
@ 2009-04-13 2:03 ` Michael Sullivan
2009-04-13 3:30 ` Mark Knecht
2 siblings, 1 reply; 52+ messages in thread
From: Michael Sullivan @ 2009-04-13 2:03 UTC (permalink / raw
To: gentoo-user
On Sun, 2009-04-12 at 16:45 -0700, Mark Knecht wrote:
> The big change here today, other than the updates, was to rename
> xorg.conf to xorg.conf.old and reboot to try out lett hald set up the
> video stuff. I'm suspecting that may be the culprit?
>
> - Mark
>
I don't even seem to have an xorg.conf.old or even an xorg.conf:
camille X11 # ls
Sessions app-defaults dm lbxproxy proxymngr startDM.sh wmconfig
xinit xloadimagerc xserver
X chooser.sh gdm mwm rstart twm xdm
xkb xorg.conf.example xsm
Yet somehow, X is running. Any ideas on this one?
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-13 2:03 ` Michael Sullivan
@ 2009-04-13 3:30 ` Mark Knecht
2009-04-13 12:02 ` Michael Sullivan
0 siblings, 1 reply; 52+ messages in thread
From: Mark Knecht @ 2009-04-13 3:30 UTC (permalink / raw
To: gentoo-user
On Sun, Apr 12, 2009 at 7:03 PM, Michael Sullivan <msulli1355@gmail.com> wrote:
> On Sun, 2009-04-12 at 16:45 -0700, Mark Knecht wrote:
>
>> The big change here today, other than the updates, was to rename
>> xorg.conf to xorg.conf.old and reboot to try out lett hald set up the
>> video stuff. I'm suspecting that may be the culprit?
>>
>> - Mark
>>
>
> I don't even seem to have an xorg.conf.old or even an xorg.conf:
>
> camille X11 # ls
> Sessions app-defaults dm lbxproxy proxymngr startDM.sh wmconfig
> xinit xloadimagerc xserver
> X chooser.sh gdm mwm rstart twm xdm
> xkb xorg.conf.example xsm
>
> Yet somehow, X is running. Any ideas on this one?
>
Yes, that's exactly the same setup I had when I had the segfault.
Under the old xorg-x11 you had an xorg.conf file which set everything
up specifically as you wanted it. The new xorg-x11 is trying to change
that, but only defaults to the new way if:
1) You turn on hald
2) You have INPUT_DEVICES="evdev" in /etc/make.conf when you build the
new xorg-x11
3) You remove or rename your old xorg.conf to some other name.
When there is no xorg.conf file apparently the new version attempts to
use hald to determine your hardware and set things up automatically.
It works, or did for me, in the sense that X comes up and I can see
Gnome. However in that mode mythfrontend was segfaulting. I then took
my copied xorg.conf.old file and renamed it back to xorg.conf,
restarted X and mythfrontend didn't segfault anymore.
You should take a look at /var/log/Xorg.o.log file carefully.
Somewhere in that file there is a sort of picture of how the new
xorg.conf file is being handled automatically - it shows 3 screens in
my case - one using my radeon driver and the other two using vesa and
fbdev. My old xorg.conf didn't have all that stuff - only radeon - and
the old one works.
One other thought I had was that maybe mythfrontend needs to be
rebuilt after the conversion to the new xorg-x11. Maybe it's not
linking correctly against the new libraries. I don't know.
Hope this helps. If you need or want more info let me know.
- Mark
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: Mythweb [WAS Re: [gentoo-user] Mythfrontend segfaults]
2009-04-13 1:40 ` Michael Sullivan
@ 2009-04-13 8:35 ` Neil Bothwick
2009-04-13 11:55 ` Michael Sullivan
0 siblings, 1 reply; 52+ messages in thread
From: Neil Bothwick @ 2009-04-13 8:35 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 512 bytes --]
On Sun, 12 Apr 2009 20:40:14 -0500, Michael Sullivan wrote:
> > > That location just gives me a directory listing...
> > >
> >
> > Of the mythweb files? If so, just click the index file.
> >
> Which is the index file?
You haven't set up the rewrite rules, which was probably mentioned in the
elog message. There's a .htaccess file to add to the mythweb directory
that, among other things, loads mythweb.php as the default file.
--
Neil Bothwick
I'll try anything once too often.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: Mythweb [WAS Re: [gentoo-user] Mythfrontend segfaults]
2009-04-13 8:35 ` Neil Bothwick
@ 2009-04-13 11:55 ` Michael Sullivan
2009-04-13 15:15 ` Neil Bothwick
0 siblings, 1 reply; 52+ messages in thread
From: Michael Sullivan @ 2009-04-13 11:55 UTC (permalink / raw
To: gentoo-user
On Mon, 2009-04-13 at 09:35 +0100, Neil Bothwick wrote:
> On Sun, 12 Apr 2009 20:40:14 -0500, Michael Sullivan wrote:
>
> > > > That location just gives me a directory listing...
> > > >
> > >
> > > Of the mythweb files? If so, just click the index file.
> > >
> > Which is the index file?
>
> You haven't set up the rewrite rules, which was probably mentioned in the
> elog message. There's a .htaccess file to add to the mythweb directory
> that, among other things, loads mythweb.php as the default file.
> /var/www/localhost/htdocs/mythweb/data/.htaccess
>
There was no mention of setting up rewrite rules or of .htaccess in the
elog message. I ran locate and found an .htaccess file
at /var/www/localhost/htdocs/mythweb/data/.htaccess, but all it says is:
camille data # cat /var/www/localhost/htdocs/mythweb/data/.htaccess
# Allow the webserver to follow symlinks in the data directory, but not
to
# execute any commands, browse directory indexes, etc.
Options -All +FollowSymLinks +IncludesNoExec
What am I supposed to do with that?
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-13 3:30 ` Mark Knecht
@ 2009-04-13 12:02 ` Michael Sullivan
2009-04-13 12:13 ` Michael Sullivan
2009-04-13 14:21 ` Dale
0 siblings, 2 replies; 52+ messages in thread
From: Michael Sullivan @ 2009-04-13 12:02 UTC (permalink / raw
To: gentoo-user
On Sun, 2009-04-12 at 20:30 -0700, Mark Knecht wrote:
> On Sun, Apr 12, 2009 at 7:03 PM, Michael Sullivan <msulli1355@gmail.com> wrote:
> > On Sun, 2009-04-12 at 16:45 -0700, Mark Knecht wrote:
> >
> >> The big change here today, other than the updates, was to rename
> >> xorg.conf to xorg.conf.old and reboot to try out lett hald set up the
> >> video stuff. I'm suspecting that may be the culprit?
> >>
> >> - Mark
> >>
> >
> > I don't even seem to have an xorg.conf.old or even an xorg.conf:
> >
> > camille X11 # ls
> > Sessions app-defaults dm lbxproxy proxymngr startDM.sh wmconfig
> > xinit xloadimagerc xserver
> > X chooser.sh gdm mwm rstart twm xdm
> > xkb xorg.conf.example xsm
> >
> > Yet somehow, X is running. Any ideas on this one?
> >
>
> Yes, that's exactly the same setup I had when I had the segfault.
> Under the old xorg-x11 you had an xorg.conf file which set everything
> up specifically as you wanted it. The new xorg-x11 is trying to change
> that, but only defaults to the new way if:
>
> 1) You turn on hald
> 2) You have INPUT_DEVICES="evdev" in /etc/make.conf when you build the
> new xorg-x11
> 3) You remove or rename your old xorg.conf to some other name.
>
> When there is no xorg.conf file apparently the new version attempts to
> use hald to determine your hardware and set things up automatically.
> It works, or did for me, in the sense that X comes up and I can see
> Gnome. However in that mode mythfrontend was segfaulting. I then took
> my copied xorg.conf.old file and renamed it back to xorg.conf,
> restarted X and mythfrontend didn't segfault anymore.
>
> You should take a look at /var/log/Xorg.o.log file carefully.
> Somewhere in that file there is a sort of picture of how the new
> xorg.conf file is being handled automatically - it shows 3 screens in
> my case - one using my radeon driver and the other two using vesa and
> fbdev. My old xorg.conf didn't have all that stuff - only radeon - and
> the old one works.
>
> One other thought I had was that maybe mythfrontend needs to be
> rebuilt after the conversion to the new xorg-x11. Maybe it's not
> linking correctly against the new libraries. I don't know.
>
> Hope this helps. If you need or want more info let me know.
>
> - Mark
>
Apparently my xorg.conf file has been missing for some time. I made a
full backup of /etc on March 1, and it isn't in that one. This may be a
stupid question, but is there a way I can generate an xorg.conf file? I
thought there used to be a way, way back when before modular X came out,
but I can't remember where I saw it...
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-13 12:02 ` Michael Sullivan
@ 2009-04-13 12:13 ` Michael Sullivan
2009-04-13 13:18 ` Michael Sullivan
2009-04-13 14:01 ` Mark Knecht
2009-04-13 14:21 ` Dale
1 sibling, 2 replies; 52+ messages in thread
From: Michael Sullivan @ 2009-04-13 12:13 UTC (permalink / raw
To: gentoo-user
On Mon, 2009-04-13 at 07:02 -0500, Michael Sullivan wrote:
> Apparently my xorg.conf file has been missing for some time. I made a
> full backup of /etc on March 1, and it isn't in that one. This may be a
> stupid question, but is there a way I can generate an xorg.conf file? I
> thought there used to be a way, way back when before modular X came out,
> but I can't remember where I saw it...
It was a stupid question. I have the built-in config right here.
Unfortunately I don't seem to have an old xorg.conf to compare it
against. I have saved this built-in configuration to /etc/X11/xorg.conf
so that maybe I can tweak it into working with mythfrontend:
camille ~ # cat /etc/X11/xorg.conf
Section "Device"
Identifier "Builtin Default intel Device 0"
Driver "intel"
EndSection
Section "Screen"
Identifier "Builtin Default intel Screen 0"
Device "Builtin Default intel Device 0"
EndSection
Section "Device"
Identifier "Builtin Default fbdev Device 0"
Driver "fbdev"
EndSection
Section "Screen"
Identifier "Builtin Default fbdev Screen 0"
Device "Builtin Default fbdev Device 0"
EndSection
Section "Device"
Identifier "Builtin Default vesa Device 0"
Driver "vesa"
EndSection
Section "Screen"
Identifier "Builtin Default vesa Screen 0"
Device "Builtin Default vesa Device 0"
EndSection
Section "ServerLayout"
Identifier "Builtin Default Layout"
Screen "Builtin Default intel Screen 0"
Screen "Builtin Default fbdev Screen 0"
Screen "Builtin Default vesa Screen 0"
EndSection
Can anyone see anything in this that might cause mythfrontend to
segfault? I made changes to config and rebuild xorg-server according to
the X upgrade guide last night, and I'm rebuilding mythtv as we speak...
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-13 12:13 ` Michael Sullivan
@ 2009-04-13 13:18 ` Michael Sullivan
2009-04-13 14:01 ` Mark Knecht
1 sibling, 0 replies; 52+ messages in thread
From: Michael Sullivan @ 2009-04-13 13:18 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 679 bytes --]
On Mon, 2009-04-13 at 07:13 -0500, Michael Sullivan wrote:
> Can anyone see anything in this that might cause mythfrontend to
> segfault? I made changes to config and rebuild xorg-server according to
> the X upgrade guide last night, and I'm rebuilding mythtv as we speak...
I finished rebuilding myhtv. It didn't help. Before my last start of X
I deleted the /var/log/Xorg.0.log file so that all the information would
be current. I attach it here, because I don't understand all this and
someone out there may be able to see something in the log that I didn't
see. I hope sending a 45k attachment is acceptible. I've gotten flamed
for this kind of thing in the past...
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Xorg.0.log --]
[-- Type: text/x-log; name="Xorg.0.log"; charset="us-ascii", Size: 46751 bytes --]
X.Org X Server 1.5.3
Release Date: 5 November 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.25-gentoo-r8 i686
Current Operating System: Linux camille 2.6.25-gentoo-r8 #1 SMP Mon Nov 3 00:09:10 CST 2008 i686
Build Date: 12 April 2009 09:04:28PM
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 13 07:03:40 2009
(EE) Unable to locate/open config file
(II) Loader magic: 0x9a0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 4.1
X.Org XInput driver : 2.1
X.Org Server Extension : 1.1
(II) Loader running on linux
(++) using VT number 7
(--) PCI:*(0@0:2:0) Intel Corporation 82915G/GV/910GL Integrated Graphics Controller rev 0, Mem @ 0xffa00000/0, 0xc0000000/0, 0xffa80000/0, I/O @ 0x0000ec00/0
(--) PCI: (0@5:0:0) Internext Compression Inc iTVC16 (CX23416) MPEG-2 Encoder rev 1, Mem @ 0xd0000000/0
(==) Matched intel for the autoconfigured driver
New driver is "intel"
(==) Using default built-in configuration (30 lines)
(==) --- Start of built-in configuration ---
Section "Device"
Identifier "Builtin Default intel Device 0"
Driver "intel"
EndSection
Section "Screen"
Identifier "Builtin Default intel Screen 0"
Device "Builtin Default intel Device 0"
EndSection
Section "Device"
Identifier "Builtin Default fbdev Device 0"
Driver "fbdev"
EndSection
Section "Screen"
Identifier "Builtin Default fbdev Screen 0"
Device "Builtin Default fbdev Device 0"
EndSection
Section "Device"
Identifier "Builtin Default vesa Device 0"
Driver "vesa"
EndSection
Section "Screen"
Identifier "Builtin Default vesa Screen 0"
Device "Builtin Default vesa Device 0"
EndSection
Section "ServerLayout"
Identifier "Builtin Default Layout"
Screen "Builtin Default intel Screen 0"
Screen "Builtin Default fbdev Screen 0"
Screen "Builtin Default vesa Screen 0"
EndSection
(==) --- End of built-in configuration ---
(==) ServerLayout "Builtin Default Layout"
(**) |-->Screen "Builtin Default intel Screen 0" (0)
(**) | |-->Monitor "<default monitor>"
(**) | |-->Device "Builtin Default intel Device 0"
(==) No monitor specified for screen "Builtin Default intel Screen 0".
Using a default monitor configuration.
(**) |-->Screen "Builtin Default fbdev Screen 0" (1)
(**) | |-->Monitor "<default monitor>"
(**) | |-->Device "Builtin Default fbdev Device 0"
(==) No monitor specified for screen "Builtin Default fbdev Screen 0".
Using a default monitor configuration.
(**) |-->Screen "Builtin Default vesa Screen 0" (2)
(**) | |-->Monitor "<default monitor>"
(**) | |-->Device "Builtin Default vesa Device 0"
(==) No monitor specified for screen "Builtin Default vesa Screen 0".
Using a default monitor configuration.
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/OTF" does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/,
built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
If no devices become available, reconfigure HAL or disable AllowEmptyInput.
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) System resource ranges:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.0.0
ABI class: X.Org Server Extension, version 1.1
(==) AIGLX enabled
(==) Exporting typical set of GLX visuals
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.0.0
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "intel"
(II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 2.6.3
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 4.1
(II) LoadModule: "fbdev"
(II) Loading /usr/lib/xorg/modules/drivers//fbdev_drv.so
(II) Module fbdev: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 0.4.0
ABI class: X.Org Video Driver, version 4.1
(II) LoadModule: "vesa"
(II) Loading /usr/lib/xorg/modules/drivers//vesa_drv.so
(II) Module vesa: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 2.2.0
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 4.1
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ,
965GM, 965GME/GLE, G33, Q35, Q33,
Mobile Intel® GM45 Express Chipset,
Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41
(II) FBDEV: driver for framebuffer: fbdev
(II) VESA: driver for VESA chipsets: vesa
(II) Primary Device is: PCI 00@00:02:0
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
(WW) Falling back to old probe method for fbdev
(II) Loading sub module "fbdevhw"
(II) LoadModule: "fbdevhw"
(II) Loading /usr/lib/xorg/modules/linux//libfbdevhw.so
(II) Module fbdevhw: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 0.0.2
ABI class: X.Org Video Driver, version 4.1
(EE) open /dev/fb0: No such file or directory
(WW) Falling back to old probe method for vesa
(II) resource ranges after probing:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[8] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[10] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 0.1.0
ABI class: X.Org Video Driver, version 4.1
(II) intel(0): Creating default Display subsection in Screen section
"Builtin Default intel Screen 0" for depth/fbbpp 24/32
(==) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(II) intel(0): Integrated Graphics Chipset: Intel(R) 915G
(--) intel(0): Chipset: "915G"
(--) intel(0): Linear framebuffer at 0xC0000000
(--) intel(0): IO registers at addr 0xFFA00000
(WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB
(==) intel(0): Using EXA for acceleration
(II) intel(0): 2 display pipes available.
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) intel(0): Output VGA has no monitor section
(II) intel(0): Resizable framebuffer: not available (1 3)
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID vendor "LTN", prod id 5907
(II) intel(0): Using EDID range info for horizontal sync
(II) intel(0): Using EDID range info for vertical refresh
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz)
(II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
(II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "1024x768"x0.0 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz)
(II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "640x480"x85.0 35.71 640 672 736 832 480 481 484 505 -hsync +vsync (42.9 kHz)
(II) intel(0): Modeline "800x600"x85.0 56.55 800 840 928 1056 600 601 604 630 -hsync +vsync (53.5 kHz)
(II) intel(0): Modeline "1024x768"x85.0 94.39 1024 1088 1200 1376 768 769 772 807 -hsync +vsync (68.6 kHz)
(II) intel(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
(II) intel(0): EDID vendor "LTN", prod id 5907
(II) intel(0): Output VGA connected
(II) intel(0): Using exact sizes for initial modes
(II) intel(0): Output VGA using initial mode 1024x768
(II) intel(0): detected 256 kB GTT.
(II) intel(0): detected 7932 kB stolen memory.
(==) intel(0): video overlay key set to 0x101fe
(==) intel(0): Will not try to enable page flipping
(==) intel(0): Triple buffering disabled
(==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
(**) intel(0): Display dimensions: (320, 240) mm
(**) intel(0): DPI set to (101, 135)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "exa"
(II) LoadModule: "exa"
(II) Loading /usr/lib/xorg/modules//libexa.so
(II) Module exa: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 2.4.0
ABI class: X.Org Video Driver, version 4.1
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(II) intel(0): Comparing regs from server start up to After PreInit
(II) UnloadModule: "fbdev"
(II) Unloading /usr/lib/xorg/modules/drivers//fbdev_drv.so
(II) UnloadModule: "fbdevhw"
(II) Unloading /usr/lib/xorg/modules/linux//libfbdevhw.so
(II) UnloadModule: "vesa"
(II) Unloading /usr/lib/xorg/modules/drivers//vesa_drv.so
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
[5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
[6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
[7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[8] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[10] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) intel(0): Kernel reported 110336 total, 1 used
(II) intel(0): I830CheckAvailableMemory: 441340 kB available
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenByBusid: drmOpenMinor returns 10
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) [drm] DRM interface version 1.3
(II) [drm] DRM open master succeeded.
(II) intel(0): [drm] Using the DRM lock SAREA also for drawables.
(II) intel(0): [drm] framebuffer mapped by ddx driver
(II) intel(0): [drm] added 1 reserved context for kernel
(II) intel(0): X context handle = 0x1
(II) intel(0): [drm] installed DRM signal handler
(**) intel(0): Framebuffer compression disabled
(**) intel(0): Tiling enabled
(==) intel(0): VideoRam: 262144 KB
(II) intel(0): Attempting memory allocation with tiled buffers.
(II) intel(0): Tiled allocation successful.
(II) intel(0): [drm] Registers = 0xffa00000
(II) intel(0): [drm] ring buffer = 0xc0000000
(II) intel(0): [drm] mapped front buffer at 0xc1000000, handle = 0xc1000000
(II) intel(0): [drm] mapped back buffer at 0xc4000000, handle = 0xc4000000
(II) intel(0): [drm] mapped depth buffer at 0xc5000000, handle = 0xc5000000
(II) intel(0): [drm] mapped classic textures at 0xc6000000, handle = 0xc6000000
(II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
(II) intel(0): [dri] visual configs initialized
(II) intel(0): Page Flipping disabled
(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) EXA(0): Offscreen pixmap area of 31457280 bytes
(II) EXA(0): Driver registered support for the following operations:
(II) Solid
(II) Copy
(II) Composite (RENDER acceleration)
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(II) intel(0): [DRI] installation complete
(II) intel(0): xf86BindGARTMemory: bind key 0 at 0x01000000 (pgoffset 4096)
(II) intel(0): xf86BindGARTMemory: bind key 1 at 0x02000000 (pgoffset 8192)
(II) intel(0): xf86BindGARTMemory: bind key 2 at 0x04000000 (pgoffset 16384)
(II) intel(0): xf86BindGARTMemory: bind key 3 at 0x05000000 (pgoffset 20480)
(II) intel(0): xf86BindGARTMemory: bind key 4 at 0x06000000 (pgoffset 24576)
(II) intel(0): Fixed memory allocation layout:
(II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
(II) intel(0): 0x00020000-0x00029fff: HW cursors (40 kB, 0x000000001f820000 physical
)
(II) intel(0): 0x0002a000-0x00129fff: fake bufmgr (1024 kB)
(II) intel(0): 0x0012a000-0x0012afff: overlay registers (4 kB, 0x000000001f92a000 physical
)
(II) intel(0): 0x007bf000: end of stolen memory
(II) intel(0): 0x01000000-0x01ffffff: front buffer (16384 kB)
(II) intel(0): 0x02000000-0x03dfffff: exa offscreen (30720 kB)
(II) intel(0): 0x04000000-0x04ffffff: back buffer (16384 kB)
(II) intel(0): 0x05000000-0x05ffffff: depth buffer (16384 kB)
(II) intel(0): 0x06000000-0x07ffffff: classic textures (32768 kB)
(II) intel(0): 0x10000000: end of aperture
(WW) intel(0): ESR is 0x00000001, instruction error
(WW) intel(0): Existing errors found in hardware state.
(II) intel(0): Output configuration:
(II) intel(0): Pipe A is on
(II) intel(0): Display plane A is now enabled and connected to pipe A.
(II) intel(0): Pipe B is off
(II) intel(0): Display plane B is now disabled and connected to pipe B.
(II) intel(0): Output VGA is connected to pipe A
(II) intel(0): [drm] dma control initialized, using IRQ 16
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(II) intel(0): DPMS enabled
(==) intel(0): Intel XvMC decoder disabled
(II) intel(0): Set up textured video
(II) intel(0): Set up overlay video
(II) intel(0): direct rendering: XF86DRI Enabled
(--) RandR disabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 11, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 11, (OK)
drmOpenByBusid: drmOpenMinor returns 11
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(EE) AIGLX error: dlopen of /usr/lib/dri/i915_dri.so failed (/usr/lib/dri/i915_dri.so: cannot open shared object file: No such file or directory)
(EE) AIGLX: reverting to software rendering
(II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so
(II) GLX: Initialized DRISWRAST GL provider for screen 0
(II) intel(0): Setting screen physical size to 306 x 230
(II) config/hal: Adding input device ImPS/2 Logitech Wheel Mouse
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 2.1.3
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.1
(**) ImPS/2 Logitech Wheel Mouse: always reports core events
(**) ImPS/2 Logitech Wheel Mouse: Device: "/dev/input/event1"
(II) ImPS/2 Logitech Wheel Mouse: Found 3 mouse buttons
(II) ImPS/2 Logitech Wheel Mouse: Found x and y relative axes
(II) ImPS/2 Logitech Wheel Mouse: Configuring as mouse
(**) ImPS/2 Logitech Wheel Mouse: YAxisMapping: buttons 4 and 5
(**) ImPS/2 Logitech Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "ImPS/2 Logitech Wheel Mouse" (type: MOUSE)
(II) config/hal: Adding input device AT Translated Set 2 keyboard
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) intel(0): xf86UnbindGARTMemory: unbind key 0
(II) intel(0): xf86UnbindGARTMemory: unbind key 1
(II) intel(0): xf86UnbindGARTMemory: unbind key 2
(II) intel(0): xf86UnbindGARTMemory: unbind key 3
(II) intel(0): xf86UnbindGARTMemory: unbind key 4
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) intel(0): xf86BindGARTMemory: bind key 0 at 0x01000000 (pgoffset 4096)
(II) intel(0): xf86BindGARTMemory: bind key 1 at 0x02000000 (pgoffset 8192)
(II) intel(0): xf86BindGARTMemory: bind key 2 at 0x04000000 (pgoffset 16384)
(II) intel(0): xf86BindGARTMemory: bind key 3 at 0x05000000 (pgoffset 20480)
(II) intel(0): xf86BindGARTMemory: bind key 4 at 0x06000000 (pgoffset 24576)
(II) intel(0): Fixed memory allocation layout:
(II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
(II) intel(0): 0x00020000-0x00029fff: HW cursors (40 kB, 0x000000001f820000 physical
)
(II) intel(0): 0x0002a000-0x00129fff: fake bufmgr (1024 kB)
(II) intel(0): 0x0012a000-0x0012afff: overlay registers (4 kB, 0x000000001f92a000 physical
)
(II) intel(0): 0x007bf000: end of stolen memory
(II) intel(0): 0x01000000-0x01ffffff: front buffer (16384 kB)
(II) intel(0): 0x02000000-0x03dfffff: exa offscreen (30720 kB)
(II) intel(0): 0x04000000-0x04ffffff: back buffer (16384 kB)
(II) intel(0): 0x05000000-0x05ffffff: depth buffer (16384 kB)
(II) intel(0): 0x06000000-0x07ffffff: classic textures (32768 kB)
(II) intel(0): 0x10000000: end of aperture
(WW) intel(0): ESR is 0x00000001, instruction error
(WW) intel(0): Existing errors found in hardware state.
(II) intel(0): Output configuration:
(II) intel(0): Pipe A is on
(II) intel(0): Display plane A is now enabled and connected to pipe A.
(II) intel(0): Pipe B is off
(II) intel(0): Display plane B is now disabled and connected to pipe B.
(II) intel(0): Output VGA is connected to pipe A
(II) intel(0): [drm] mapped front buffer at 0xc1000000, handle = 0x28200000
(II) intel(0): [drm] dma control initialized, using IRQ 16
(II) ImPS/2 Logitech Wheel Mouse: Device reopened after 1 attempts.
(II) AT Translated Set 2 keyboard: Device reopened after 1 attempts.
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID vendor "LTN", prod id 5907
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz)
(II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
(II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "1024x768"x0.0 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz)
(II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "640x480"x85.0 35.71 640 672 736 832 480 481 484 505 -hsync +vsync (42.9 kHz)
(II) intel(0): Modeline "800x600"x85.0 56.55 800 840 928 1056 600 601 604 630 -hsync +vsync (53.5 kHz)
(II) intel(0): Modeline "1024x768"x85.0 94.39 1024 1088 1200 1376 768 769 772 807 -hsync +vsync (68.6 kHz)
(II) intel(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
(II) intel(0): EDID vendor "LTN", prod id 5907
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID vendor "LTN", prod id 5907
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz)
(II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
(II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "1024x768"x0.0 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz)
(II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "640x480"x85.0 35.71 640 672 736 832 480 481 484 505 -hsync +vsync (42.9 kHz)
(II) intel(0): Modeline "800x600"x85.0 56.55 800 840 928 1056 600 601 604 630 -hsync +vsync (53.5 kHz)
(II) intel(0): Modeline "1024x768"x85.0 94.39 1024 1088 1200 1376 768 769 772 807 -hsync +vsync (68.6 kHz)
(II) intel(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
(II) intel(0): EDID vendor "LTN", prod id 5907
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID vendor "LTN", prod id 5907
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz)
(II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
(II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "1024x768"x0.0 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz)
(II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "640x480"x85.0 35.71 640 672 736 832 480 481 484 505 -hsync +vsync (42.9 kHz)
(II) intel(0): Modeline "800x600"x85.0 56.55 800 840 928 1056 600 601 604 630 -hsync +vsync (53.5 kHz)
(II) intel(0): Modeline "1024x768"x85.0 94.39 1024 1088 1200 1376 768 769 772 807 -hsync +vsync (68.6 kHz)
(II) intel(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
(II) intel(0): EDID vendor "LTN", prod id 5907
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID vendor "LTN", prod id 5907
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz)
(II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
(II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "1024x768"x0.0 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz)
(II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "640x480"x85.0 35.71 640 672 736 832 480 481 484 505 -hsync +vsync (42.9 kHz)
(II) intel(0): Modeline "800x600"x85.0 56.55 800 840 928 1056 600 601 604 630 -hsync +vsync (53.5 kHz)
(II) intel(0): Modeline "1024x768"x85.0 94.39 1024 1088 1200 1376 768 769 772 807 -hsync +vsync (68.6 kHz)
(II) intel(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
(II) intel(0): EDID vendor "LTN", prod id 5907
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID vendor "LTN", prod id 5907
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz)
(II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
(II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "1024x768"x0.0 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz)
(II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "640x480"x85.0 35.71 640 672 736 832 480 481 484 505 -hsync +vsync (42.9 kHz)
(II) intel(0): Modeline "800x600"x85.0 56.55 800 840 928 1056 600 601 604 630 -hsync +vsync (53.5 kHz)
(II) intel(0): Modeline "1024x768"x85.0 94.39 1024 1088 1200 1376 768 769 772 807 -hsync +vsync (68.6 kHz)
(II) intel(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
(II) intel(0): EDID vendor "LTN", prod id 5907
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID vendor "LTN", prod id 5907
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz)
(II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
(II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "1024x768"x0.0 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz)
(II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "640x480"x85.0 35.71 640 672 736 832 480 481 484 505 -hsync +vsync (42.9 kHz)
(II) intel(0): Modeline "800x600"x85.0 56.55 800 840 928 1056 600 601 604 630 -hsync +vsync (53.5 kHz)
(II) intel(0): Modeline "1024x768"x85.0 94.39 1024 1088 1200 1376 768 769 772 807 -hsync +vsync (68.6 kHz)
(II) intel(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
(II) intel(0): EDID vendor "LTN", prod id 5907
exaCopyDirty: Pending damage region empty!
AUDIT: Mon Apr 13 07:08:04 2009: 30175 X: client 23 rejected from local host ( uid=0 gid=0 pid=30759 )
AUDIT: Mon Apr 13 07:08:05 2009: 30175 X: client 23 rejected from local host ( uid=0 gid=0 pid=30759 )
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID vendor "LTN", prod id 5907
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz)
(II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
(II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "1024x768"x0.0 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz)
(II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "640x480"x85.0 35.71 640 672 736 832 480 481 484 505 -hsync +vsync (42.9 kHz)
(II) intel(0): Modeline "800x600"x85.0 56.55 800 840 928 1056 600 601 604 630 -hsync +vsync (53.5 kHz)
(II) intel(0): Modeline "1024x768"x85.0 94.39 1024 1088 1200 1376 768 769 772 807 -hsync +vsync (68.6 kHz)
(II) intel(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
(II) intel(0): EDID vendor "LTN", prod id 5907
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID vendor "LTN", prod id 5907
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz)
(II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
(II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "1024x768"x0.0 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz)
(II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "640x480"x85.0 35.71 640 672 736 832 480 481 484 505 -hsync +vsync (42.9 kHz)
(II) intel(0): Modeline "800x600"x85.0 56.55 800 840 928 1056 600 601 604 630 -hsync +vsync (53.5 kHz)
(II) intel(0): Modeline "1024x768"x85.0 94.39 1024 1088 1200 1376 768 769 772 807 -hsync +vsync (68.6 kHz)
(II) intel(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
(II) intel(0): EDID vendor "LTN", prod id 5907
AUDIT: Mon Apr 13 08:11:06 2009: 30175 X: client 24 rejected from local host ( uid=0 gid=0 pid=9462 )
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-13 12:13 ` Michael Sullivan
2009-04-13 13:18 ` Michael Sullivan
@ 2009-04-13 14:01 ` Mark Knecht
2009-04-13 14:27 ` Michael Sullivan
1 sibling, 1 reply; 52+ messages in thread
From: Mark Knecht @ 2009-04-13 14:01 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 3202 bytes --]
On Mon, Apr 13, 2009 at 5:13 AM, Michael Sullivan <msulli1355@gmail.com> wrote:
> On Mon, 2009-04-13 at 07:02 -0500, Michael Sullivan wrote:
>
>> Apparently my xorg.conf file has been missing for some time. I made a
>> full backup of /etc on March 1, and it isn't in that one. This may be a
>> stupid question, but is there a way I can generate an xorg.conf file? I
>> thought there used to be a way, way back when before modular X came out,
>> but I can't remember where I saw it...
>
> It was a stupid question. I have the built-in config right here.
> Unfortunately I don't seem to have an old xorg.conf to compare it
> against. I have saved this built-in configuration to /etc/X11/xorg.conf
> so that maybe I can tweak it into working with mythfrontend:
>
> camille ~ # cat /etc/X11/xorg.conf
> Section "Device"
> Identifier "Builtin Default intel Device 0"
> Driver "intel"
> EndSection
> Section "Screen"
> Identifier "Builtin Default intel Screen 0"
> Device "Builtin Default intel Device 0"
> EndSection
> Section "Device"
> Identifier "Builtin Default fbdev Device 0"
> Driver "fbdev"
> EndSection
> Section "Screen"
> Identifier "Builtin Default fbdev Screen 0"
> Device "Builtin Default fbdev Device 0"
> EndSection
> Section "Device"
> Identifier "Builtin Default vesa Device 0"
> Driver "vesa"
> EndSection
> Section "Screen"
> Identifier "Builtin Default vesa Screen 0"
> Device "Builtin Default vesa Device 0"
> EndSection
> Section "ServerLayout"
> Identifier "Builtin Default Layout"
> Screen "Builtin Default intel Screen 0"
> Screen "Builtin Default fbdev Screen 0"
> Screen "Builtin Default vesa Screen 0"
> EndSection
>
> Can anyone see anything in this that might cause mythfrontend to
> segfault? I made changes to config and rebuild xorg-server according to
> the X upgrade guide last night, and I'm rebuilding mythtv as we speak...
>
>
>
Yeah, that's what I *think* had when I was segfaulting. Note that it's
a little unclear to me. I just saw that listing in the Xorg.0.log file
and decided to believe that it was what Xorg was using at the time,
but how would I really know?
I'm attaching the xorg.conf file (renamed so you can download it
without overwriting anything) that I am currently using. mythfrontend
does not segfault on my system when I place this in /etc/X11. You'll
need to modify it by hand I suppose for your draphics adapter,
monitor, etc. Hopefully it will give you some ideas. I'm not saying
it's a great config file. Only that my system is not segfaulting when
I use it.
- Mark
[-- Attachment #2: Knecht.xorg.conf --]
[-- Type: application/octet-stream, Size: 13942 bytes --]
# File generated by xorgconfig.
#
# Copyright 2004 The X.Org Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
# The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# Except as contained in this notice, the name of The X.Org Foundation shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from
# The X.Org Foundation.
#
# **********************************************************************
# Refer to the xorg.conf(5x) man page for details about the format of
# this file.
# **********************************************************************
# **********************************************************************
# Module section -- this section is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"
# This loads the DBE extension module.
Load "dbe" # Double buffer extension
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
# This loads the font modules
# Load "type1"
# Load "speedo"
Load "freetype"
# Load "xtt"
# This loads the GLX module
Load "glx"
# This loads the DRI module
Load "dri"
EndSection
# **********************************************************************
# Files section. This allows default font and rgb paths to be set
# **********************************************************************
Section "Files"
# The location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
#
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
# FontPath "/usr/lib/X11/fonts/local/"
# FontPath "/usr/lib/X11/fonts/misc/"
# FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
# FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
# FontPath "/usr/lib/X11/fonts/Speedo/"
# FontPath "/usr/lib/X11/fonts/Type1/"
# FontPath "/usr/lib/X11/fonts/TrueType/"
# FontPath "/usr/lib/X11/fonts/freefont/"
# FontPath "/usr/lib/X11/fonts/75dpi/"
# FontPath "/usr/lib/X11/fonts/100dpi/"
# The module search path. The default path is shown here.
EndSection
# **********************************************************************
# Server flags section.
# **********************************************************************
Section "ServerFlags"
# Uncomment this to cause a core dump at the spot where a signal is
# received. This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging
# Option "NoTrapSignals"
# Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
# (where n is 1 through 12). This allows clients to receive these key
# events.
# Option "DontVTSwitch"
# Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence
# This allows clients to receive this key event.
# Option "DontZap"
# Uncomment this to disable the <Ctrl><Alt><KP_+>/<KP_-> mode switching
# sequences. This allows clients to receive these key events.
# Option "Dont Zoom"
# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.
# Option "DisableVidModeExtension"
# Uncomment this to enable the use of a non-local xvidtune client.
# Option "AllowNonLocalXvidtune"
# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings.
# Option "DisableModInDev"
# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).
# Option "AllowNonLocalModInDev"
EndSection
# **********************************************************************
# Input devices
# **********************************************************************
# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.
# Option "Protocol" "Xqueue"
Option "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# Option "LeftAlt" "Meta"
# Option "RightAlt" "ModeShift"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc105"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# These are the default XKB settings for Xorg
# Option "XkbRules" "xorg"
# Option "XkbModel" "pc105"
# Option "XkbLayout" "us"
# Option "XkbVariant" ""
# Option "XkbOptions" ""
# Option "XkbDisable"
Option "XkbRules" "xorg"
Option "XkbModel" "pc101"
Option "XkbLayout" "us"
EndSection
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto" # Auto detect
Option "Device" "/dev/input/mice"
# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.
# Option "Protocol" "Xqueue"
# Mouse-speed setting for PS/2 mouse.
# Option "Resolution" "256"
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
# Option "BaudRate" "9600"
# Option "SampleRate" "150"
# Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5,
# horizontal wheel to buttons 6 & 7. Change if your mouse has more than
# 3 buttons and you need to map the wheel to different button ids to avoid
# conflicts.
Option "ZAxisMapping" "4 5 6 7"
# Emulate3Buttons is an option for 2-button mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
# Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
# ChordMiddle is an option for some 3-button Logitech mice
# Option "ChordMiddle"
EndSection
# **********************************************************************
# Other input device sections
# this is optional and is required only if you
# are using extended input devices. This is for example only. Refer
# to the xorg.conf man page for a description of the options.
# **********************************************************************
#
# Section "InputDevice"
# Identifier "Mouse2"
# Driver "mouse"
# Option "Protocol" "MouseMan"
# Option "Device" "/dev/mouse2"
# EndSection
#
# Section "InputDevice"
# Identifier "spaceball"
# Driver "magellan"
# Option "Device" "/dev/cua0"
# EndSection
#
# Section "InputDevice"
# Identifier "spaceball2"
# Driver "spaceorb"
# Option "Device" "/dev/cua0"
# EndSection
#
# Section "InputDevice"
# Identifier "touchscreen0"
# Driver "microtouch"
# Option "Device" "/dev/ttyS0"
# Option "MinX" "1412"
# Option "MaxX" "15184"
# Option "MinY" "15372"
# Option "MaxY" "1230"
# Option "ScreenNumber" "0"
# Option "ReportingMode" "Scaled"
# Option "ButtonNumber" "1"
# Option "SendCoreEvents"
# EndSection
#
# Section "InputDevice"
# Identifier "touchscreen1"
# Driver "elo2300"
# Option "Device" "/dev/ttyS0"
# Option "MinX" "231"
# Option "MaxX" "3868"
# Option "MinY" "3858"
# Option "MaxY" "272"
# Option "ScreenNumber" "0"
# Option "ReportingMode" "Scaled"
# Option "ButtonThreshold" "17"
# Option "ButtonNumber" "1"
# Option "SendCoreEvents"
# EndSection
# **********************************************************************
# Monitor section
# **********************************************************************
# Any number of monitor sections may be present
Section "Monitor"
Identifier "My Monitor"
# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
# HorizSync 31.5 - 79.0
HorizSync 30.0 - 81.0
# HorizSync 30-64 # multisync
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
VertRefresh 50-75
EndSection
# **********************************************************************
# Graphics device section
# **********************************************************************
# Any number of graphics device sections may be present
# Device configured by xorgconfig:
Section "Device"
Identifier "** ATI Radeon (generic) [radeon]"
Driver "radeon"
#VideoRam 65536
# Insert Clocks lines here if appropriate
EndSection
# **********************************************************************
# Screen sections
# **********************************************************************
# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
Identifier "Screen 1"
Device "** ATI Radeon (generic) [radeon]"
Monitor "My Monitor"
DefaultDepth 16
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
# **********************************************************************
# ServerLayout sections.
# **********************************************************************
# Any number of ServerLayout sections may be present. Each describes
# the way multiple screens are organised. A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option. In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.
Section "ServerLayout"
# The Identifier line must be present
Identifier "Simple Layout"
# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens. The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen. In this example, screen 2 is located to the
# right of screen 1.
Screen "Screen 1"
# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used. Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "DRI"
Mode 0666
EndSection
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-13 12:02 ` Michael Sullivan
2009-04-13 12:13 ` Michael Sullivan
@ 2009-04-13 14:21 ` Dale
1 sibling, 0 replies; 52+ messages in thread
From: Dale @ 2009-04-13 14:21 UTC (permalink / raw
To: gentoo-user
Michael Sullivan wrote:
>
> Apparently my xorg.conf file has been missing for some time. I made a
> full backup of /etc on March 1, and it isn't in that one. This may be a
> stupid question, but is there a way I can generate an xorg.conf file? I
> thought there used to be a way, way back when before modular X came out,
> but I can't remember where I saw it...
>
>
>
Type in xorg then hit the tab key, maybe a couple times, and you should
see a couple different ways to generate the xorg.conf file. One is GUI
based and one is text based. I can't recall which is which tho.
Dale
:-) :-)
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-13 14:01 ` Mark Knecht
@ 2009-04-13 14:27 ` Michael Sullivan
2009-04-13 15:23 ` Mark Knecht
2009-04-13 15:43 ` Mark Knecht
0 siblings, 2 replies; 52+ messages in thread
From: Michael Sullivan @ 2009-04-13 14:27 UTC (permalink / raw
To: gentoo-user
On Mon, 2009-04-13 at 07:01 -0700, Mark Knecht wrote:
> On Mon, Apr 13, 2009 at 5:13 AM, Michael Sullivan <msulli1355@gmail.com> wrote:
> > On Mon, 2009-04-13 at 07:02 -0500, Michael Sullivan wrote:
> >
> >> Apparently my xorg.conf file has been missing for some time. I made a
> >> full backup of /etc on March 1, and it isn't in that one. This may be a
> >> stupid question, but is there a way I can generate an xorg.conf file? I
> >> thought there used to be a way, way back when before modular X came out,
> >> but I can't remember where I saw it...
> >
> > It was a stupid question. I have the built-in config right here.
> > Unfortunately I don't seem to have an old xorg.conf to compare it
> > against. I have saved this built-in configuration to /etc/X11/xorg.conf
> > so that maybe I can tweak it into working with mythfrontend:
> >
> > camille ~ # cat /etc/X11/xorg.conf
> > Section "Device"
> > Identifier "Builtin Default intel Device 0"
> > Driver "intel"
> > EndSection
> > Section "Screen"
> > Identifier "Builtin Default intel Screen 0"
> > Device "Builtin Default intel Device 0"
> > EndSection
> > Section "Device"
> > Identifier "Builtin Default fbdev Device 0"
> > Driver "fbdev"
> > EndSection
> > Section "Screen"
> > Identifier "Builtin Default fbdev Screen 0"
> > Device "Builtin Default fbdev Device 0"
> > EndSection
> > Section "Device"
> > Identifier "Builtin Default vesa Device 0"
> > Driver "vesa"
> > EndSection
> > Section "Screen"
> > Identifier "Builtin Default vesa Screen 0"
> > Device "Builtin Default vesa Device 0"
> > EndSection
> > Section "ServerLayout"
> > Identifier "Builtin Default Layout"
> > Screen "Builtin Default intel Screen 0"
> > Screen "Builtin Default fbdev Screen 0"
> > Screen "Builtin Default vesa Screen 0"
> > EndSection
> >
> > Can anyone see anything in this that might cause mythfrontend to
> > segfault? I made changes to config and rebuild xorg-server according to
> > the X upgrade guide last night, and I'm rebuilding mythtv as we speak...
> >
> >
> >
>
> Yeah, that's what I *think* had when I was segfaulting. Note that it's
> a little unclear to me. I just saw that listing in the Xorg.0.log file
> and decided to believe that it was what Xorg was using at the time,
> but how would I really know?
>
> I'm attaching the xorg.conf file (renamed so you can download it
> without overwriting anything) that I am currently using. mythfrontend
> does not segfault on my system when I place this in /etc/X11. You'll
> need to modify it by hand I suppose for your draphics adapter,
> monitor, etc. Hopefully it will give you some ideas. I'm not saying
> it's a great config file. Only that my system is not segfaulting when
> I use it.
>
> - Mark
I shut down xdm and tried to restart it with your config file. It
wouldn't start because it couldn't find the freetype module. Is that a
kernel module, and if so, what does the kernel call it? I searched for
freetype in the kernel menuconfig and couldn't find it, and couldn't
find it in x11-drivers. I have media-libs/freetype installed, but I
remerged it and X still wouldn't start. It does start with the
xorg.conf file that I get from the X log. Just in case, here's my
media-freetype info:
camille ~ # emerge -pv freetype
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] media-libs/freetype-2.3.8 USE="X debug -bindist -doc
-fontforge -utils" 0 kB
Total: 1 package (1 reinstall), Size of downloads: 0 kB
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: Mythweb [WAS Re: [gentoo-user] Mythfrontend segfaults]
2009-04-13 11:55 ` Michael Sullivan
@ 2009-04-13 15:15 ` Neil Bothwick
0 siblings, 0 replies; 52+ messages in thread
From: Neil Bothwick @ 2009-04-13 15:15 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 287 bytes --]
On Mon, 13 Apr 2009 06:55:10 -0500, Michael Sullivan wrote:
> There was no mention of setting up rewrite rules or of .htaccess in the
> elog message.
This should help - http://www.mythtv.org/wiki/MythWeb
--
Neil Bothwick
Manual Writer's Creed: Garbage in, gospel out.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-13 14:27 ` Michael Sullivan
@ 2009-04-13 15:23 ` Mark Knecht
2009-04-13 19:52 ` Michael Sullivan
2009-04-13 15:43 ` Mark Knecht
1 sibling, 1 reply; 52+ messages in thread
From: Mark Knecht @ 2009-04-13 15:23 UTC (permalink / raw
To: gentoo-user
On Mon, Apr 13, 2009 at 7:27 AM, Michael Sullivan <msulli1355@gmail.com> wrote:
> On Mon, 2009-04-13 at 07:01 -0700, Mark Knecht wrote:
>> On Mon, Apr 13, 2009 at 5:13 AM, Michael Sullivan <msulli1355@gmail.com> wrote:
>> > On Mon, 2009-04-13 at 07:02 -0500, Michael Sullivan wrote:
>> >
>> >> Apparently my xorg.conf file has been missing for some time. I made a
>> >> full backup of /etc on March 1, and it isn't in that one. This may be a
>> >> stupid question, but is there a way I can generate an xorg.conf file? I
>> >> thought there used to be a way, way back when before modular X came out,
>> >> but I can't remember where I saw it...
>> >
>> > It was a stupid question. I have the built-in config right here.
>> > Unfortunately I don't seem to have an old xorg.conf to compare it
>> > against. I have saved this built-in configuration to /etc/X11/xorg.conf
>> > so that maybe I can tweak it into working with mythfrontend:
>> >
>> > camille ~ # cat /etc/X11/xorg.conf
>> > Section "Device"
>> > Identifier "Builtin Default intel Device 0"
>> > Driver "intel"
>> > EndSection
>> > Section "Screen"
>> > Identifier "Builtin Default intel Screen 0"
>> > Device "Builtin Default intel Device 0"
>> > EndSection
>> > Section "Device"
>> > Identifier "Builtin Default fbdev Device 0"
>> > Driver "fbdev"
>> > EndSection
>> > Section "Screen"
>> > Identifier "Builtin Default fbdev Screen 0"
>> > Device "Builtin Default fbdev Device 0"
>> > EndSection
>> > Section "Device"
>> > Identifier "Builtin Default vesa Device 0"
>> > Driver "vesa"
>> > EndSection
>> > Section "Screen"
>> > Identifier "Builtin Default vesa Screen 0"
>> > Device "Builtin Default vesa Device 0"
>> > EndSection
>> > Section "ServerLayout"
>> > Identifier "Builtin Default Layout"
>> > Screen "Builtin Default intel Screen 0"
>> > Screen "Builtin Default fbdev Screen 0"
>> > Screen "Builtin Default vesa Screen 0"
>> > EndSection
>> >
>> > Can anyone see anything in this that might cause mythfrontend to
>> > segfault? I made changes to config and rebuild xorg-server according to
>> > the X upgrade guide last night, and I'm rebuilding mythtv as we speak...
>> >
>> >
>> >
>>
>> Yeah, that's what I *think* had when I was segfaulting. Note that it's
>> a little unclear to me. I just saw that listing in the Xorg.0.log file
>> and decided to believe that it was what Xorg was using at the time,
>> but how would I really know?
>>
>> I'm attaching the xorg.conf file (renamed so you can download it
>> without overwriting anything) that I am currently using. mythfrontend
>> does not segfault on my system when I place this in /etc/X11. You'll
>> need to modify it by hand I suppose for your draphics adapter,
>> monitor, etc. Hopefully it will give you some ideas. I'm not saying
>> it's a great config file. Only that my system is not segfaulting when
>> I use it.
>>
>> - Mark
>
> I shut down xdm and tried to restart it with your config file. It
> wouldn't start because it couldn't find the freetype module. Is that a
> kernel module, and if so, what does the kernel call it? I searched for
> freetype in the kernel menuconfig and couldn't find it, and couldn't
> find it in x11-drivers. I have media-libs/freetype installed, but I
> remerged it and X still wouldn't start. It does start with the
> xorg.conf file that I get from the X log. Just in case, here's my
> media-freetype info:
> camille ~ # emerge -pv freetype
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
> [ebuild R ] media-libs/freetype-2.3.8 USE="X debug -bindist -doc
> -fontforge -utils" 0 kB
>
> Total: 1 package (1 reinstall), Size of downloads: 0 kB
I wasn't suggesting that my file would work for you. My monitor and
yours are certainly different. you may not be using the radeon driver.
You need to create a good xorg.conf file for yourself. You can just
comment out the FreeType line. I'm assuming you did move my file to
/etc/X11? If so it should not be using the default anymore.
This is probably beyond my scope at this point. Do you possibly have
an older xorg.conf file in a backup somewhere that used to work? If
not I'm not sure what you might try. Probably time to file a bug
report. If you do I'll certainly add my 2 cents on the subject.
Cheers,
Mark
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-13 14:27 ` Michael Sullivan
2009-04-13 15:23 ` Mark Knecht
@ 2009-04-13 15:43 ` Mark Knecht
1 sibling, 0 replies; 52+ messages in thread
From: Mark Knecht @ 2009-04-13 15:43 UTC (permalink / raw
To: gentoo-user
On Mon, Apr 13, 2009 at 7:27 AM, Michael Sullivan <msulli1355@gmail.com> wrote:
> On Mon, 2009-04-13 at 07:01 -0700, Mark Knecht wrote:
>> On Mon, Apr 13, 2009 at 5:13 AM, Michael Sullivan <msulli1355@gmail.com> wrote:
>> > On Mon, 2009-04-13 at 07:02 -0500, Michael Sullivan wrote:
>> >
>> >> Apparently my xorg.conf file has been missing for some time. I made a
>> >> full backup of /etc on March 1, and it isn't in that one. This may be a
>> >> stupid question, but is there a way I can generate an xorg.conf file? I
>> >> thought there used to be a way, way back when before modular X came out,
>> >> but I can't remember where I saw it...
>> >
>> > It was a stupid question. I have the built-in config right here.
>> > Unfortunately I don't seem to have an old xorg.conf to compare it
>> > against. I have saved this built-in configuration to /etc/X11/xorg.conf
>> > so that maybe I can tweak it into working with mythfrontend:
>> >
>> > camille ~ # cat /etc/X11/xorg.conf
>> > Section "Device"
>> > Identifier "Builtin Default intel Device 0"
>> > Driver "intel"
>> > EndSection
>> > Section "Screen"
>> > Identifier "Builtin Default intel Screen 0"
>> > Device "Builtin Default intel Device 0"
>> > EndSection
>> > Section "Device"
>> > Identifier "Builtin Default fbdev Device 0"
>> > Driver "fbdev"
>> > EndSection
>> > Section "Screen"
>> > Identifier "Builtin Default fbdev Screen 0"
>> > Device "Builtin Default fbdev Device 0"
>> > EndSection
>> > Section "Device"
>> > Identifier "Builtin Default vesa Device 0"
>> > Driver "vesa"
>> > EndSection
>> > Section "Screen"
>> > Identifier "Builtin Default vesa Screen 0"
>> > Device "Builtin Default vesa Device 0"
>> > EndSection
>> > Section "ServerLayout"
>> > Identifier "Builtin Default Layout"
>> > Screen "Builtin Default intel Screen 0"
>> > Screen "Builtin Default fbdev Screen 0"
>> > Screen "Builtin Default vesa Screen 0"
>> > EndSection
>> >
>> > Can anyone see anything in this that might cause mythfrontend to
>> > segfault? I made changes to config and rebuild xorg-server according to
>> > the X upgrade guide last night, and I'm rebuilding mythtv as we speak...
>> >
>> >
>> >
>>
>> Yeah, that's what I *think* had when I was segfaulting. Note that it's
>> a little unclear to me. I just saw that listing in the Xorg.0.log file
>> and decided to believe that it was what Xorg was using at the time,
>> but how would I really know?
>>
>> I'm attaching the xorg.conf file (renamed so you can download it
>> without overwriting anything) that I am currently using. mythfrontend
>> does not segfault on my system when I place this in /etc/X11. You'll
>> need to modify it by hand I suppose for your draphics adapter,
>> monitor, etc. Hopefully it will give you some ideas. I'm not saying
>> it's a great config file. Only that my system is not segfaulting when
>> I use it.
>>
>> - Mark
>
> I shut down xdm and tried to restart it with your config file. It
> wouldn't start because it couldn't find the freetype module. Is that a
> kernel module, and if so, what does the kernel call it? I searched for
> freetype in the kernel menuconfig and couldn't find it, and couldn't
> find it in x11-drivers. I have media-libs/freetype installed, but I
> remerged it and X still wouldn't start. It does start with the
> xorg.conf file that I get from the X log. Just in case, here's my
> media-freetype info:
> camille ~ # emerge -pv freetype
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
> [ebuild R ] media-libs/freetype-2.3.8 USE="X debug -bindist -doc
> -fontforge -utils" 0 kB
>
> Total: 1 package (1 reinstall), Size of downloads: 0 kB
>
Did you by chance try rebuilding xorg without the vesa and fbdev
devices? I haven't done that yet but I *think* that would stop the hal
daemon from trying to load those things and would get me down to just
the radeon driver. Might be easier to debug if things were a bit more
contained.
- Mark
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-13 15:23 ` Mark Knecht
@ 2009-04-13 19:52 ` Michael Sullivan
2009-04-13 20:21 ` Alan McKinnon
0 siblings, 1 reply; 52+ messages in thread
From: Michael Sullivan @ 2009-04-13 19:52 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 966 bytes --]
On Mon, 2009-04-13 at 08:23 -0700, Mark Knecht wrote:
> I wasn't suggesting that my file would work for you. My monitor and
> yours are certainly different. you may not be using the radeon driver.
>
> You need to create a good xorg.conf file for yourself. You can just
> comment out the FreeType line. I'm assuming you did move my file to
> /etc/X11? If so it should not be using the default anymore.
>
> This is probably beyond my scope at this point. Do you possibly have
> an older xorg.conf file in a backup somewhere that used to work? If
> not I'm not sure what you might try. Probably time to file a bug
> report. If you do I'll certainly add my 2 cents on the subject.
>
> Cheers,
> Mark
>
I found an old old xorg.conf, but I couldn't boot X with it. X said
that it couldn't parse the config file. I'm not even sure how to
convert it to the new xorg format, even manually. I have attached the
old xorg.conf file. Maybe someone can make sense of it.
[-- Attachment #2: xorg.conf --]
[-- Type: text/plain, Size: 2506 bytes --]
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
ModulePath "/usr/lib/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection
Section "Module"
Load "extmod"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "glx"
Load "type1"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mouse0"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
#DisplaySize 320 240 # mm
Identifier "Monitor0"
VendorName "LTN"
ModelName "e1770NSL/T"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "i810"
VendorName "Intel Corp."
BoardName "Unknown Board"
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
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-13 19:52 ` Michael Sullivan
@ 2009-04-13 20:21 ` Alan McKinnon
2009-04-13 23:48 ` Michael Sullivan
0 siblings, 1 reply; 52+ messages in thread
From: Alan McKinnon @ 2009-04-13 20:21 UTC (permalink / raw
To: gentoo-user
On Monday 13 April 2009 21:52:11 Michael Sullivan wrote:
> On Mon, 2009-04-13 at 08:23 -0700, Mark Knecht wrote:
> > I wasn't suggesting that my file would work for you. My monitor and
> > yours are certainly different. you may not be using the radeon driver.
> >
> > You need to create a good xorg.conf file for yourself. You can just
> > comment out the FreeType line. I'm assuming you did move my file to
> > /etc/X11? If so it should not be using the default anymore.
> >
> > This is probably beyond my scope at this point. Do you possibly have
> > an older xorg.conf file in a backup somewhere that used to work? If
> > not I'm not sure what you might try. Probably time to file a bug
> > report. If you do I'll certainly add my 2 cents on the subject.
> >
> > Cheers,
> > Mark
>
> I found an old old xorg.conf, but I couldn't boot X with it. X said
> that it couldn't parse the config file. I'm not even sure how to
> convert it to the new xorg format, even manually. I have attached the
> old xorg.conf file. Maybe someone can make sense of it.
There is nothing wrong with that xorg.conf file, it works just fine.
Tip: when requiring assistance of this nature, you absolutely have to supply
the error messages from the console or from the logs. It is almost impossible
to assist you without knowing what X said it thinks is wrong with the file.
So, try again with this config file and if it fails have a look in
/var/log/Xorg.0.log for the error messages - they are the lines starting with
(EE)
Also, there is no "new format" for this file. It still works exactly the way
it always did, with the sole exception that when using hal, the InputDevice
sections are not needed. Simply delete those parts, or comment them out.
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-13 20:21 ` Alan McKinnon
@ 2009-04-13 23:48 ` Michael Sullivan
2009-04-14 0:14 ` Mark Knecht
2009-04-14 6:43 ` Alan McKinnon
0 siblings, 2 replies; 52+ messages in thread
From: Michael Sullivan @ 2009-04-13 23:48 UTC (permalink / raw
To: gentoo-user
On Mon, 2009-04-13 at 22:21 +0200, Alan McKinnon wrote:
> There is nothing wrong with that xorg.conf file, it works just fine.
>
> Tip: when requiring assistance of this nature, you absolutely have to supply
> the error messages from the console or from the logs. It is almost impossible
> to assist you without knowing what X said it thinks is wrong with the file.
>
> So, try again with this config file and if it fails have a look in
> /var/log/Xorg.0.log for the error messages - they are the lines starting with
> (EE)
>
> Also, there is no "new format" for this file. It still works exactly the way
> it always did, with the sole exception that when using hal, the InputDevice
> sections are not needed. Simply delete those parts, or comment them out.
>
I commented out the InputDevice sections and tried to boot with it. It
still wouldn't work:
X.Org X Server 1.5.3
Release Date: 5 November 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.25-gentoo-r8 i686
Current Operating System: Linux camille 2.6.25-gentoo-r8 #1 SMP Mon Nov
3 00:09:10 CST 2008 i686
Build Date: 12 April 2009 09:04:28PM
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 13 18:33:21 2009
(==) Using config file: "/etc/X11/xorg.conf"
Parse error on line 9 of section Files in file /etc/X11/xorg.conf
"RgbPath" is not a valid keyword in this section.
(EE) Problem parsing the config file
(EE) Error parsing the config file
Fatal server error:
no screens found
(WW) xf86CloseConsole: KDSETMODE failed: Bad file descriptor
(WW) xf86CloseConsole: VT_GETMODE failed: Bad file descriptor
When I comment out line 9 I and attempt to boot xdm I get this:
X.Org X Server 1.5.3
Release Date: 5 November 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.25-gentoo-r8 i686
Current Operating System: Linux camille 2.6.25-gentoo-r8 #1 SMP Mon Nov
3 00:09:10 CST 2008 i686
Build Date: 12 April 2009 09:04:28PM
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 13 18:44:52 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Card0"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/CID/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
Entry deleted from font path.
(**) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/Type1/,
/usr/share/fonts/75dpi/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/,
built-ins
(**) ModulePath set to "/usr/lib/modules"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
If no devices become available, reconfigure HAL or disable
AllowEmptyInput.
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or
directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x9a0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 4.1
X.Org XInput driver : 2.1
X.Org Server Extension : 1.1
(II) Loader running on linux
(++) using VT number 7
(--) PCI:*(0@0:2:0) Intel Corporation 82915G/GV/910GL Integrated
Graphics Controller rev 0, Mem @ 0xffa00000/0, 0xc0000000/0,
0xffa80000/0, I/O @ 0x0000ec00/0
(--) PCI: (0@5:0:0) Internext Compression Inc iTVC16 (CX23416) MPEG-2
Encoder rev 1, Mem @ 0xd0000000/0
(II) System resource ranges:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
(II) "extmod" will be loaded. This was enabled by default and also
specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also
specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also
specified in the config file.
(II) "record" will be loaded. This was enabled by default and also
specified in the config file.
(II) "dri" will be loaded. This was enabled by default and also
specified in the config file.
(II) LoadModule: "extmod"
(WW) Warning, couldn't open module extmod
(II) UnloadModule: "extmod"
(EE) Failed to load module "extmod" (module does not exist, 0)
(II) LoadModule: "dri"
(WW) Warning, couldn't open module dri
(II) UnloadModule: "dri"
(EE) Failed to load module "dri" (module does not exist, 0)
(II) LoadModule: "dbe"
(WW) Warning, couldn't open module dbe
(II) UnloadModule: "dbe"
(EE) Failed to load module "dbe" (module does not exist, 0)
(II) LoadModule: "record"
(WW) Warning, couldn't open module record
(II) UnloadModule: "record"
(EE) Failed to load module "record" (module does not exist, 0)
(II) LoadModule: "xtrap"
(WW) Warning, couldn't open module xtrap
(II) UnloadModule: "xtrap"
(EE) Failed to load module "xtrap" (module does not exist, 0)
(II) LoadModule: "glx"
(WW) Warning, couldn't open module glx
(II) UnloadModule: "glx"
(EE) Failed to load module "glx" (module does not exist, 0)
(II) LoadModule: "type1"
(WW) Warning, couldn't open module type1
(II) UnloadModule: "type1"
(EE) Failed to load module "type1" (module does not exist, 0)
(II) LoadModule: "freetype"
(WW) Warning, couldn't open module freetype
(II) UnloadModule: "freetype"
(EE) Failed to load module "freetype" (module does not exist, 0)
(II) LoadModule: "i810"
(WW) Warning, couldn't open module i810
(II) UnloadModule: "i810"
(EE) Failed to load module "i810" (module does not exist, 0)
(EE) No drivers available.
Fatal server error:
no screens found
Here's my old xorg.conf file as it exists now:
camille ~ # cat xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
# InputDevice "Mouse0" "CorePointer"
# InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
# RgbPath "/usr/lib/X11/rgb"
ModulePath "/usr/lib/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection
Section "Module"
Load "extmod"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "glx"
Load "type1"
Load "freetype"
EndSection
#Section "InputDevice"
# Identifier "Keyboard0"
# Driver "kbd"
#EndSection
#Section "InputDevice"
# Identifier "Mouse0"
# Driver "mouse"
# Option "Protocol" "auto"
# Option "Device" "/dev/input/mouse0"
# Option "ZAxisMapping" "4 5"
#EndSection
Section "Monitor"
#DisplaySize 320 240 # mm
Identifier "Monitor0"
VendorName "LTN"
ModelName "e1770NSL/T"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "i810"
VendorName "Intel Corp."
BoardName "Unknown Board"
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
camille ~ #
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-13 23:48 ` Michael Sullivan
@ 2009-04-14 0:14 ` Mark Knecht
2009-04-14 6:43 ` Neil Bothwick
2009-04-14 14:02 ` Michael Sullivan
2009-04-14 6:43 ` Alan McKinnon
1 sibling, 2 replies; 52+ messages in thread
From: Mark Knecht @ 2009-04-14 0:14 UTC (permalink / raw
To: gentoo-user
On Mon, Apr 13, 2009 at 4:48 PM, Michael Sullivan <msulli1355@gmail.com> wrote:
<SNIP>
> (II) LoadModule: "i810"
>
> (WW) Warning, couldn't open module i810
> (II) UnloadModule: "i810"
> (EE) Failed to load module "i810" (module does not exist, 0)
> (EE) No drivers available.
<SNIP>
OK, that's pretty serious. Is the i810 module loaded? That's the video
driver, or used to be
Could you post the VIDEO_CARDS= settings in your make.conf file, along
with emerge -pv xorg-server and lsmod
On my wife's machine it was i810 before the upgrade. After the upgrade
it seems to be i915. when I scan through Xorg.0.log it's using the
i915 now, at least on her machine. Look in your log file and see which
driver is says it's loading. If it's the 915 then either change your
driver name in the config file or get rid of the config file
completely.
I believe that before the upgrade I had VIDEO_CARDS="i810" but I
changed it to intel with the new software:
dragonfly ~ # cat /etc/make.conf | grep VIDEO_CARDS
VIDEO_CARDS="intel vesa fbdev"
dragonfly ~ # emerge -pv xorg-server
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] x11-base/xorg-server-1.5.3-r5 USE="hal ipv6 nptl sdl
xorg -3dfx -debug -dmx -kdrive -minimal -tslib" INPUT_DEVICES="evdev
-acecad -aiptek -calcomp -citron -digitaledge -dmc -dynapro -elo2300
-elographics -fpit -hyperpen -jamstudio -joystick -keyboard -magellan
-microtouch -mouse -mutouch -palmax -penmount -spaceorb -summa
-synaptics -tek4957 -tslib -ur98 -virtualbox -vmmouse -void -wacom"
VIDEO_CARDS="fbdev intel vesa -apm -ark -ast -chips -cirrus -dummy
-epson -fglrx -geode -glint -i128 -i740 (-impact) -imstt -mach64 -mga
-neomagic (-newport) -nv -nvidia -r128 -radeon -radeonhd -rendition
-s3 -s3virge -savage -siliconmotion -sis -sisusb (-sunbw2) (-suncg14)
(-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx -tga -trident
-tseng -v4l -vermilion -via -virtualbox -vmware -voodoo -xgi" 0 kB
Total: 1 package (1 reinstall), Size of downloads: 0 kB
dragonfly ~ #
Hope that helps,
Mark
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-13 23:48 ` Michael Sullivan
2009-04-14 0:14 ` Mark Knecht
@ 2009-04-14 6:43 ` Alan McKinnon
1 sibling, 0 replies; 52+ messages in thread
From: Alan McKinnon @ 2009-04-14 6:43 UTC (permalink / raw
To: gentoo-user
On Tuesday 14 April 2009 01:48:54 Michael Sullivan wrote:
> On Mon, 2009-04-13 at 22:21 +0200, Alan McKinnon wrote:
> > There is nothing wrong with that xorg.conf file, it works just fine.
> >
> > Tip: when requiring assistance of this nature, you absolutely have to
> > supply the error messages from the console or from the logs. It is almost
> > impossible to assist you without knowing what X said it thinks is wrong
> > with the file.
> >
> > So, try again with this config file and if it fails have a look in
> > /var/log/Xorg.0.log for the error messages - they are the lines starting
> > with (EE)
> >
> > Also, there is no "new format" for this file. It still works exactly the
> > way it always did, with the sole exception that when using hal, the
> > InputDevice sections are not needed. Simply delete those parts, or
> > comment them out.
>
> I commented out the InputDevice sections and tried to boot with it. It
> still wouldn't work:
> (WW) Warning, couldn't open module extmod
> (WW) Warning, couldn't open module dri
> (WW) Warning, couldn't open module dbe
> (WW) Warning, couldn't open module record
> (WW) Warning, couldn't open module xtrap
> (WW) Warning, couldn't open module glx
> (WW) Warning, couldn't open module type1
> (WW) Warning, couldn't open module freetype
> (WW) Warning, couldn't open module i810
Mark spotted these and your video driver earlier. In recent X versions, the
intel driver is called "intel" - it went through a few renamings and
rewritings.
Plus, none of your extensions are being loaded. That's because you have this
in xorg.conf:
ModulePath "/usr/lib/modules"
It's more likely /usr/lib/xorg/modules
I last saw things like this waaaaaaaaaay back in the days of 6.8, so I
strongly suspect you have an ancient machine that you never updated. If so,
you not only have the 1.5.3 plus hal plus evdev thing to fix but also the 6.8
to 7.0 monolithic to modular mess. The howto is still on gentoo.org somewhere.
Please verify what version of X you are trying to upgrade from. Also which
kernel version you now use and the version before that.
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-14 0:14 ` Mark Knecht
@ 2009-04-14 6:43 ` Neil Bothwick
2009-04-14 14:35 ` Michael Sullivan
2009-04-14 14:02 ` Michael Sullivan
1 sibling, 1 reply; 52+ messages in thread
From: Neil Bothwick @ 2009-04-14 6:43 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 736 bytes --]
On Mon, 13 Apr 2009 17:14:06 -0700, Mark Knecht wrote:
> > (II) LoadModule: "i810"
> >
> > (WW) Warning, couldn't open module i810
> > (II) UnloadModule: "i810"
> > (EE) Failed to load module "i810" (module does not exist, 0)
> > (EE) No drivers available.
> <SNIP>
>
> OK, that's pretty serious. Is the i810 module loaded? That's the video
> driver, or used to be
Used to be, it's now called intel. You need to edit xorg.conf and change
it. This is one of the situations that XOrg are trying to avoid with
autodetection. If you had to driver specified in xorg.conf (or no
xorg.conf) it would have loaded the right module for you.
--
Neil Bothwick
I am Locutus of Borg; your tagline will be assimilated!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-14 0:14 ` Mark Knecht
2009-04-14 6:43 ` Neil Bothwick
@ 2009-04-14 14:02 ` Michael Sullivan
1 sibling, 0 replies; 52+ messages in thread
From: Michael Sullivan @ 2009-04-14 14:02 UTC (permalink / raw
To: gentoo-user
On Mon, 2009-04-13 at 17:14 -0700, Mark Knecht wrote:
> On Mon, Apr 13, 2009 at 4:48 PM, Michael Sullivan <msulli1355@gmail.com> wrote:
> <SNIP>
> > (II) LoadModule: "i810"
> >
> > (WW) Warning, couldn't open module i810
> > (II) UnloadModule: "i810"
> > (EE) Failed to load module "i810" (module does not exist, 0)
> > (EE) No drivers available.
> <SNIP>
>
> OK, that's pretty serious. Is the i810 module loaded? That's the video
> driver, or used to be
>
> Could you post the VIDEO_CARDS= settings in your make.conf file, along
> with emerge -pv xorg-server and lsmod
>
camille ~ # grep VIDEO_CARDS /etc/make.conf
VIDEO_CARDS="i810"
camille ~ # emerge -pv xorg-server
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] x11-base/xorg-server-1.5.3-r5 USE="debug hal ipv6 nptl
sdl xorg -3dfx -dmx -kdrive -minimal -tslib" INPUT_DEVICES="evdev
-acecad -aiptek -calcomp -citron -digitaledge -dmc -dynapro -elo2300
-elographics -fpit -hyperpen -jamstudio -joystick -keyboard -magellan
-microtouch -mouse -mutouch -palmax -penmount -spaceorb -summa
-synaptics -tek4957 -tslib -ur98 -virtualbox -vmmouse -void -wacom"
VIDEO_CARDS="-apm -ark -ast -chips -cirrus -dummy -epson -fbdev -fglrx
-geode -glint -i128 -i740 (-impact) -imstt -intel -mach64 -mga -neomagic
(-newport) -nv -nvidia -r128 -radeon -radeonhd -rendition -s3 -s3virge
-savage -siliconmotion -sis -sisusb (-sunbw2) (-suncg14) (-suncg3)
(-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx -tga -trident -tseng -v4l
-vermilion -vesa -via -virtualbox -vmware -voodoo -xgi" 0 kB
Total: 1 package (1 reinstall), Size of downloads: 0 kB
camille ~ # lsmod
Module Size Used by
snd_seq_oss 24960 0
snd_seq_midi_event 7552 1 snd_seq_oss
nfsd 73384 13
exportfs 7168 1 nfsd
xt_DSCP 6272 17
ipt_REJECT 6528 2
xt_multiport 6016 5
xt_tcpudp 6016 57
iptable_nat 8968 1
nf_nat 15896 1 iptable_nat
xt_limit 5508 27
nf_conntrack_ipv4 15240 18 iptable_nat,nf_nat
ipt_LOG 8580 27
ipt_recent 9244 2
iptable_mangle 5888 1
xt_string 5376 0
ipt_ULOG 9508 0
iptable_filter 5888 1
ip_tables 14096 3
iptable_nat,iptable_mangle,iptable_filter
ipv6 188292 40
nfnetlink 6424 0
xt_state 5376 15
nf_conntrack 37716 4
iptable_nat,nf_nat,nf_conntrack_ipv4,xt_state
x_tables 12164 12
xt_DSCP,ipt_REJECT,xt_multiport,xt_tcpudp,iptable_nat,xt_limit,ipt_LOG,ipt_recent,xt_string,ipt_ULOG,ip_tables,xt_state
i915 26624 1
drm 54168 2 i915
snd_pcm_oss 32416 0
snd_mixer_oss 15488 2 snd_pcm_oss
snd_seq 34672 4 snd_seq_oss,snd_seq_midi_event
snd_seq_device 8332 2 snd_seq_oss,snd_seq
snd_bt87x 13540 0
msp3400 26316 0
saa7115 15564 0
tuner 26720 0
tea5767 8452 1 tuner
tda8290 13828 1 tuner
tuner_xc2028 18320 1 tuner
tda9887 10756 1 tuner
tuner_simple 10120 1 tuner
mt20xx 13064 1 tuner
tea5761 7300 1 tuner
ivtv 108480 0
i2c_algo_bit 8068 1 ivtv
cx2341x 11908 1 ivtv
v4l2_common 9984 5 msp3400,saa7115,tuner,ivtv,cx2341x
videodev 29184 3 msp3400,tuner,ivtv
v4l1_compat 15108 2 ivtv,videodev
ppdev 10628 0
snd_hda_intel 253716 2
parport_pc 31556 0
parport 26220 2 ppdev,parport_pc
tveeprom 15504 1 ivtv
i2c_i801 11152 0
intel_agp 22468 1
floppy 47780 0
snd_pcm 44164 3 snd_pcm_oss,snd_bt87x,snd_hda_intel
snd_timer 18056 2 snd_seq,snd_pcm
e100 28940 0
mii 6912 1 e100
pcspkr 5888 0
i2c_core 16276 15
msp3400,saa7115,tuner,tea5767,tda8290,tuner_xc2028,tda9887,tuner_simple,mt20xx,tea5761,ivtv,i2c_algo_bit,v4l2_common,tveeprom,i2c_i801
agpgart 22484 3 drm,intel_agp
rtc 13736 0
thermal 17564 0
snd 33316 11
snd_seq_oss,snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_bt87x,snd_hda_intel,snd_pcm,snd_timer
snd_page_alloc 10376 3 snd_bt87x,snd_hda_intel,snd_pcm
processor 32360 1 thermal
button 9488 0
tg3 96644 0
e1000 92864 0
nfs 100204 2
lockd 49160 3 nfsd,nfs
sunrpc 123680 17 nfsd,nfs,lockd
jfs 143980 0
raid10 22272 0
raid456 117020 0
async_tx 5248 1 raid456
async_memcpy 4992 1 raid456
async_xor 5504 1 raid456
xor 16396 2 raid456,async_xor
raid1 21888 0
raid0 10112 0
dm_bbr 13472 0
dm_snapshot 17188 0
dm_mirror 23556 0
dm_mod 40932 3 dm_bbr,dm_snapshot,dm_mirror
sbp2 20236 0
ohci1394 27696 0
ieee1394 55096 2 sbp2,ohci1394
sl811_hcd 13056 0
usbhid 25344 0
ohci_hcd 21124 0
uhci_hcd 21388 0
usb_storage 61632 1
ehci_hcd 29580 0
usbcore 89712 7
sl811_hcd,usbhid,ohci_hcd,uhci_hcd,usb_storage,ehci_hcd
lpfc 184020 0
qla2xxx 138220 0
firmware_class 9728 3 tuner_xc2028,ivtv,qla2xxx
megaraid_sas 27952 0
megaraid_mbox 27408 0
megaraid_mm 11164 1 megaraid_mbox
megaraid 34120 0
aacraid 52492 0
sx8 16780 0
DAC960 58312 0
cciss 32132 0
cpqarray 18276 0
3w_9xxx 29828 0
3w_xxxx 24864 0
mptsas 26504 0
scsi_transport_sas 19584 1 mptsas
mptfc 15364 0
scsi_transport_fc 29828 3 lpfc,qla2xxx,mptfc
mptspi 16648 0
mptscsih 19968 3 mptsas,mptfc,mptspi
mptbase 47844 4 mptsas,mptfc,mptspi,mptscsih
atp870u 28416 0
dc395x 28940 0
qla1280 115212 0
dmx3191d 13568 0
sym53c8xx 61720 0
qlogicfas408 7808 0
advansys 71936 0
initio 17476 0
BusLogic 61940 0
arcmsr 20480 0
aic7xxx 131128 0
aic79xx 165848 0
scsi_transport_spi 17792 5
mptspi,dmx3191d,sym53c8xx,aic7xxx,aic79xx
sg 26804 0
pdc_adma 10500 0
sata_mv 21388 0
ata_piix 18948 3
ahci 22536 0
sata_qstor 10500 0
sata_vsc 9732 0
sata_uli 8836 0
sata_sis 9860 0
sata_sx4 13060 0
sata_nv 22152 0
sata_via 11780 0
sata_svw 9092 0
sata_sil24 15492 0
sata_sil 11528 0
sata_promise 12676 0
scsi_wait_scan 4736 0
pata_sis 13060 1 sata_sis
libata 100680 16
pdc_adma,sata_mv,ata_piix,ahci,sata_qstor,sata_vsc,sata_uli,sata_sis,sata_sx4,sata_nv,sata_via,sata_svw,sata_sil24,sata_sil,sata_promise,pata_sis
dock 10256 1 libata
> On my wife's machine it was i810 before the upgrade. After the upgrade
> it seems to be i915. when I scan through Xorg.0.log it's using the
> i915 now, at least on her machine. Look in your log file and see which
> driver is says it's loading. If it's the 915 then either change your
> driver name in the config file or get rid of the config file
> completely.
> I believe that before the upgrade I had VIDEO_CARDS="i810" but I
> changed it to intel with the new software:
>
I think it's loading intel. The other night after your first post I
rebooted my X server and it refused to come up. It claimed that it
couldn't load all these modules, so I remerged it and elog told me I
should do a qlist -I -C x11-drivers/ So I did, and merged all the
drivers it listed. One, xf86-video-intel, failed to merge because of
file colisions. All the file colisions were from xf68-video-i810, so I
unmerged xf86-video-i810 (since it doesn't seem to exist anymore, merged
xf86-video-intel, and then X booted successfully.
>
> dragonfly ~ # cat /etc/make.conf | grep VIDEO_CARDS
> VIDEO_CARDS="intel vesa fbdev"
> dragonfly ~ # emerge -pv xorg-server
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
> [ebuild R ] x11-base/xorg-server-1.5.3-r5 USE="hal ipv6 nptl sdl
> xorg -3dfx -debug -dmx -kdrive -minimal -tslib" INPUT_DEVICES="evdev
> -acecad -aiptek -calcomp -citron -digitaledge -dmc -dynapro -elo2300
> -elographics -fpit -hyperpen -jamstudio -joystick -keyboard -magellan
> -microtouch -mouse -mutouch -palmax -penmount -spaceorb -summa
> -synaptics -tek4957 -tslib -ur98 -virtualbox -vmmouse -void -wacom"
> VIDEO_CARDS="fbdev intel vesa -apm -ark -ast -chips -cirrus -dummy
> -epson -fglrx -geode -glint -i128 -i740 (-impact) -imstt -mach64 -mga
> -neomagic (-newport) -nv -nvidia -r128 -radeon -radeonhd -rendition
> -s3 -s3virge -savage -siliconmotion -sis -sisusb (-sunbw2) (-suncg14)
> (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx -tga -trident
> -tseng -v4l -vermilion -via -virtualbox -vmware -voodoo -xgi" 0 kB
>
> Total: 1 package (1 reinstall), Size of downloads: 0 kB
> dragonfly ~ #
>
>
> Hope that helps,
> Mark
>
I've changed VIDEO_CARDS to intel, and I'm rebuilding xorg-server. I
hope this works...
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-14 6:43 ` Neil Bothwick
@ 2009-04-14 14:35 ` Michael Sullivan
2009-04-14 15:59 ` Mark Knecht
0 siblings, 1 reply; 52+ messages in thread
From: Michael Sullivan @ 2009-04-14 14:35 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 3647 bytes --]
On Tue, 2009-04-14 at 07:43 +0100, Neil Bothwick wrote:
> On Mon, 13 Apr 2009 17:14:06 -0700, Mark Knecht wrote:
>
> > > (II) LoadModule: "i810"
> > >
> > > (WW) Warning, couldn't open module i810
> > > (II) UnloadModule: "i810"
> > > (EE) Failed to load module "i810" (module does not exist, 0)
> > > (EE) No drivers available.
> > <SNIP>
> >
> > OK, that's pretty serious. Is the i810 module loaded? That's the video
> > driver, or used to be
>
> Used to be, it's now called intel. You need to edit xorg.conf and change
> it. This is one of the situations that XOrg are trying to avoid with
> autodetection. If you had to driver specified in xorg.conf (or no
> xorg.conf) it would have loaded the right module for you.
>
>
OK I've successfully booted with the old config, modified with the
changes suggested, and after re-merging xorg-server with
VIDEO_CARDS="intel". My mythfrontend is still segfaulting, and I've got
a couple of errors in my Xorg.0.log file, which I am attaching. It
gives me errors on modules freetype and type1. Here is my current
xorg.conf file:
camille log # cat /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
# InputDevice "Mouse0" "CorePointer"
# InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
# RgbPath "/usr/lib/X11/rgb"
ModulePath "/usr/lib/xorg/modules/"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection
Section "Module"
Load "extmod"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "glx"
Load "type1"
Load "freetype"
EndSection
#Section "InputDevice"
# Identifier "Keyboard0"
# Driver "kbd"
#EndSection
#Section "InputDevice"
# Identifier "Mouse0"
# Driver "mouse"
# Option "Protocol" "auto"
# Option "Device" "/dev/input/mouse0"
# Option "ZAxisMapping" "4 5"
#EndSection
Section "Monitor"
#DisplaySize 320 240 # mm
Identifier "Monitor0"
VendorName "LTN"
ModelName "e1770NSL/T"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "intel"
VendorName "Intel Corp."
BoardName "Unknown Board"
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
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Xorg.0.log --]
[-- Type: text/x-log; name="Xorg.0.log"; charset="us-ascii", Size: 42444 bytes --]
X.Org X Server 1.5.3
Release Date: 5 November 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.25-gentoo-r8 i686
Current Operating System: Linux camille 2.6.25-gentoo-r8 #1 SMP Mon Nov 3 00:09:10 CST 2008 i686
Build Date: 14 April 2009 09:06:14AM
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Apr 14 09:28:32 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Card0"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/CID/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
Entry deleted from font path.
(**) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/Type1/,
/usr/share/fonts/75dpi/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/,
built-ins
(**) ModulePath set to "/usr/lib/xorg/modules/"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
If no devices become available, reconfigure HAL or disable AllowEmptyInput.
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x9a0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 4.1
X.Org XInput driver : 2.1
X.Org Server Extension : 1.1
(II) Loader running on linux
(++) using VT number 7
(--) PCI:*(0@0:2:0) Intel Corporation 82915G/GV/910GL Integrated Graphics Controller rev 0, Mem @ 0xffa00000/0, 0xc0000000/0, 0xffa80000/0, I/O @ 0x0000ec00/0
(--) PCI: (0@5:0:0) Internext Compression Inc iTVC16 (CX23416) MPEG-2 Encoder rev 1, Mem @ 0xd0000000/0
(II) System resource ranges:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.0.0
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension RECORD
(II) LoadModule: "xtrap"
(II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension DEC-XTRAP
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.0.0
ABI class: X.Org Server Extension, version 1.1
(==) AIGLX enabled
(==) Exporting typical set of GLX visuals
(II) Loading extension GLX
(II) LoadModule: "type1"
(WW) Warning, couldn't open module type1
(II) UnloadModule: "type1"
(EE) Failed to load module "type1" (module does not exist, 0)
(II) LoadModule: "freetype"
(WW) Warning, couldn't open module freetype
(II) UnloadModule: "freetype"
(EE) Failed to load module "freetype" (module does not exist, 0)
(II) LoadModule: "intel"
(II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 2.6.3
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 4.1
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ,
965GM, 965GME/GLE, G33, Q35, Q33,
Mobile Intel® GM45 Express Chipset,
Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41
(II) Primary Device is: PCI 00@00:02:0
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
(II) resource ranges after probing:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[8] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[10] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 0.1.0
ABI class: X.Org Video Driver, version 4.1
(==) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(II) intel(0): Integrated Graphics Chipset: Intel(R) 915G
(--) intel(0): Chipset: "915G"
(--) intel(0): Linear framebuffer at 0xC0000000
(--) intel(0): IO registers at addr 0xFFA00000
(WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB
(==) intel(0): Using EXA for acceleration
(II) intel(0): 2 display pipes available.
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) intel(0): Output VGA using monitor section Monitor0
(II) intel(0): Resizable framebuffer: not available (1 3)
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID vendor "LTN", prod id 5907
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz)
(II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
(II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "1024x768"x0.0 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz)
(II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "640x480"x85.0 35.71 640 672 736 832 480 481 484 505 -hsync +vsync (42.9 kHz)
(II) intel(0): Modeline "800x600"x85.0 56.55 800 840 928 1056 600 601 604 630 -hsync +vsync (53.5 kHz)
(II) intel(0): Modeline "1024x768"x85.0 94.39 1024 1088 1200 1376 768 769 772 807 -hsync +vsync (68.6 kHz)
(II) intel(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
(II) intel(0): EDID vendor "LTN", prod id 5907
(II) intel(0): Output VGA connected
(II) intel(0): Using exact sizes for initial modes
(II) intel(0): Output VGA using initial mode 1024x768
(II) intel(0): detected 256 kB GTT.
(II) intel(0): detected 7932 kB stolen memory.
(==) intel(0): video overlay key set to 0x101fe
(==) intel(0): Will not try to enable page flipping
(==) intel(0): Triple buffering disabled
(==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
(**) intel(0): Display dimensions: (320, 240) mm
(**) intel(0): DPI set to (101, 135)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "exa"
(II) LoadModule: "exa"
(II) Loading /usr/lib/xorg/modules//libexa.so
(II) Module exa: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 2.4.0
ABI class: X.Org Video Driver, version 4.1
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(II) intel(0): Comparing regs from server start up to After PreInit
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
[5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
[6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
[7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[8] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[10] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) intel(0): Kernel reported 110336 total, 1 used
(II) intel(0): I830CheckAvailableMemory: 441340 kB available
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenByBusid: drmOpenMinor returns 10
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) [drm] DRM interface version 1.3
(II) [drm] DRM open master succeeded.
(II) intel(0): [drm] Using the DRM lock SAREA also for drawables.
(II) intel(0): [drm] framebuffer mapped by ddx driver
(II) intel(0): [drm] added 1 reserved context for kernel
(II) intel(0): X context handle = 0x1
(II) intel(0): [drm] installed DRM signal handler
(**) intel(0): Framebuffer compression disabled
(**) intel(0): Tiling enabled
(==) intel(0): VideoRam: 262144 KB
(II) intel(0): Attempting memory allocation with tiled buffers.
(II) intel(0): Tiled allocation successful.
(II) intel(0): [drm] Registers = 0xffa00000
(II) intel(0): [drm] ring buffer = 0xc0000000
(II) intel(0): [drm] mapped front buffer at 0xc1000000, handle = 0xc1000000
(II) intel(0): [drm] mapped back buffer at 0xc4000000, handle = 0xc4000000
(II) intel(0): [drm] mapped depth buffer at 0xc5000000, handle = 0xc5000000
(II) intel(0): [drm] mapped classic textures at 0xc6000000, handle = 0xc6000000
(II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
(II) intel(0): [dri] visual configs initialized
(II) intel(0): Page Flipping disabled
(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) EXA(0): Offscreen pixmap area of 31457280 bytes
(II) EXA(0): Driver registered support for the following operations:
(II) Solid
(II) Copy
(II) Composite (RENDER acceleration)
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(II) intel(0): [DRI] installation complete
(II) intel(0): xf86BindGARTMemory: bind key 0 at 0x01000000 (pgoffset 4096)
(II) intel(0): xf86BindGARTMemory: bind key 1 at 0x02000000 (pgoffset 8192)
(II) intel(0): xf86BindGARTMemory: bind key 2 at 0x04000000 (pgoffset 16384)
(II) intel(0): xf86BindGARTMemory: bind key 3 at 0x05000000 (pgoffset 20480)
(II) intel(0): xf86BindGARTMemory: bind key 4 at 0x06000000 (pgoffset 24576)
(II) intel(0): Fixed memory allocation layout:
(II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
(II) intel(0): 0x00020000-0x00029fff: HW cursors (40 kB, 0x000000001f820000 physical
)
(II) intel(0): 0x0002a000-0x00129fff: fake bufmgr (1024 kB)
(II) intel(0): 0x0012a000-0x0012afff: overlay registers (4 kB, 0x000000001f92a000 physical
)
(II) intel(0): 0x007bf000: end of stolen memory
(II) intel(0): 0x01000000-0x01ffffff: front buffer (16384 kB)
(II) intel(0): 0x02000000-0x03dfffff: exa offscreen (30720 kB)
(II) intel(0): 0x04000000-0x04ffffff: back buffer (16384 kB)
(II) intel(0): 0x05000000-0x05ffffff: depth buffer (16384 kB)
(II) intel(0): 0x06000000-0x07ffffff: classic textures (32768 kB)
(II) intel(0): 0x10000000: end of aperture
(WW) intel(0): ESR is 0x00000001, instruction error
(WW) intel(0): Existing errors found in hardware state.
(II) intel(0): Output configuration:
(II) intel(0): Pipe A is on
(II) intel(0): Display plane A is now enabled and connected to pipe A.
(II) intel(0): Pipe B is off
(II) intel(0): Display plane B is now disabled and connected to pipe B.
(II) intel(0): Output VGA is connected to pipe A
(II) intel(0): [drm] dma control initialized, using IRQ 16
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(**) Option "dpms"
(**) intel(0): DPMS enabled
(==) intel(0): Intel XvMC decoder disabled
(II) intel(0): Set up textured video
(II) intel(0): Set up overlay video
(II) intel(0): direct rendering: XF86DRI Enabled
(--) RandR disabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 11, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 11, (OK)
drmOpenByBusid: drmOpenMinor returns 11
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(EE) AIGLX error: dlopen of /usr/lib/dri/i915_dri.so failed (/usr/lib/dri/i915_dri.so: cannot open shared object file: No such file or directory)
(EE) AIGLX: reverting to software rendering
(II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so
(II) GLX: Initialized DRISWRAST GL provider for screen 0
(II) intel(0): Setting screen physical size to 306 x 230
(II) config/hal: Adding input device ImPS/2 Logitech Wheel Mouse
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 2.1.3
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.1
(**) ImPS/2 Logitech Wheel Mouse: always reports core events
(**) ImPS/2 Logitech Wheel Mouse: Device: "/dev/input/event1"
(II) ImPS/2 Logitech Wheel Mouse: Found 3 mouse buttons
(II) ImPS/2 Logitech Wheel Mouse: Found x and y relative axes
(II) ImPS/2 Logitech Wheel Mouse: Configuring as mouse
(**) ImPS/2 Logitech Wheel Mouse: YAxisMapping: buttons 4 and 5
(**) ImPS/2 Logitech Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "ImPS/2 Logitech Wheel Mouse" (type: MOUSE)
(II) config/hal: Adding input device AT Translated Set 2 keyboard
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID vendor "LTN", prod id 5907
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz)
(II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
(II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "1024x768"x0.0 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz)
(II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "640x480"x85.0 35.71 640 672 736 832 480 481 484 505 -hsync +vsync (42.9 kHz)
(II) intel(0): Modeline "800x600"x85.0 56.55 800 840 928 1056 600 601 604 630 -hsync +vsync (53.5 kHz)
(II) intel(0): Modeline "1024x768"x85.0 94.39 1024 1088 1200 1376 768 769 772 807 -hsync +vsync (68.6 kHz)
(II) intel(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
(II) intel(0): EDID vendor "LTN", prod id 5907
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID vendor "LTN", prod id 5907
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz)
(II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
(II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "1024x768"x0.0 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz)
(II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "640x480"x85.0 35.71 640 672 736 832 480 481 484 505 -hsync +vsync (42.9 kHz)
(II) intel(0): Modeline "800x600"x85.0 56.55 800 840 928 1056 600 601 604 630 -hsync +vsync (53.5 kHz)
(II) intel(0): Modeline "1024x768"x85.0 94.39 1024 1088 1200 1376 768 769 772 807 -hsync +vsync (68.6 kHz)
(II) intel(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
(II) intel(0): EDID vendor "LTN", prod id 5907
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID vendor "LTN", prod id 5907
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz)
(II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
(II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "1024x768"x0.0 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz)
(II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "640x480"x85.0 35.71 640 672 736 832 480 481 484 505 -hsync +vsync (42.9 kHz)
(II) intel(0): Modeline "800x600"x85.0 56.55 800 840 928 1056 600 601 604 630 -hsync +vsync (53.5 kHz)
(II) intel(0): Modeline "1024x768"x85.0 94.39 1024 1088 1200 1376 768 769 772 807 -hsync +vsync (68.6 kHz)
(II) intel(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
(II) intel(0): EDID vendor "LTN", prod id 5907
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID vendor "LTN", prod id 5907
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz)
(II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
(II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "1024x768"x0.0 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz)
(II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "640x480"x85.0 35.71 640 672 736 832 480 481 484 505 -hsync +vsync (42.9 kHz)
(II) intel(0): Modeline "800x600"x85.0 56.55 800 840 928 1056 600 601 604 630 -hsync +vsync (53.5 kHz)
(II) intel(0): Modeline "1024x768"x85.0 94.39 1024 1088 1200 1376 768 769 772 807 -hsync +vsync (68.6 kHz)
(II) intel(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
(II) intel(0): EDID vendor "LTN", prod id 5907
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID vendor "LTN", prod id 5907
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz)
(II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
(II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "1024x768"x0.0 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz)
(II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "640x480"x85.0 35.71 640 672 736 832 480 481 484 505 -hsync +vsync (42.9 kHz)
(II) intel(0): Modeline "800x600"x85.0 56.55 800 840 928 1056 600 601 604 630 -hsync +vsync (53.5 kHz)
(II) intel(0): Modeline "1024x768"x85.0 94.39 1024 1088 1200 1376 768 769 772 807 -hsync +vsync (68.6 kHz)
(II) intel(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
(II) intel(0): EDID vendor "LTN", prod id 5907
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID vendor "LTN", prod id 5907
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz)
(II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
(II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "1024x768"x0.0 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz)
(II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "640x480"x85.0 35.71 640 672 736 832 480 481 484 505 -hsync +vsync (42.9 kHz)
(II) intel(0): Modeline "800x600"x85.0 56.55 800 840 928 1056 600 601 604 630 -hsync +vsync (53.5 kHz)
(II) intel(0): Modeline "1024x768"x85.0 94.39 1024 1088 1200 1376 768 769 772 807 -hsync +vsync (68.6 kHz)
(II) intel(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
(II) intel(0): EDID vendor "LTN", prod id 5907
exaCopyDirty: Pending damage region empty!
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID vendor "LTN", prod id 5907
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz)
(II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
(II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "1024x768"x0.0 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz)
(II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "640x480"x85.0 35.71 640 672 736 832 480 481 484 505 -hsync +vsync (42.9 kHz)
(II) intel(0): Modeline "800x600"x85.0 56.55 800 840 928 1056 600 601 604 630 -hsync +vsync (53.5 kHz)
(II) intel(0): Modeline "1024x768"x85.0 94.39 1024 1088 1200 1376 768 769 772 807 -hsync +vsync (68.6 kHz)
(II) intel(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
(II) intel(0): EDID vendor "LTN", prod id 5907
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID vendor "LTN", prod id 5907
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz)
(II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
(II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "1024x768"x0.0 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz)
(II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "640x480"x85.0 35.71 640 672 736 832 480 481 484 505 -hsync +vsync (42.9 kHz)
(II) intel(0): Modeline "800x600"x85.0 56.55 800 840 928 1056 600 601 604 630 -hsync +vsync (53.5 kHz)
(II) intel(0): Modeline "1024x768"x85.0 94.39 1024 1088 1200 1376 768 769 772 807 -hsync +vsync (68.6 kHz)
(II) intel(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
(II) intel(0): EDID vendor "LTN", prod id 5907
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-14 14:35 ` Michael Sullivan
@ 2009-04-14 15:59 ` Mark Knecht
2009-04-14 23:20 ` Michael Sullivan
0 siblings, 1 reply; 52+ messages in thread
From: Mark Knecht @ 2009-04-14 15:59 UTC (permalink / raw
To: gentoo-user
On Tue, Apr 14, 2009 at 7:35 AM, Michael Sullivan <msulli1355@gmail.com> wrote:
> On Tue, 2009-04-14 at 07:43 +0100, Neil Bothwick wrote:
>> On Mon, 13 Apr 2009 17:14:06 -0700, Mark Knecht wrote:
>>
>> > > (II) LoadModule: "i810"
>> > >
>> > > (WW) Warning, couldn't open module i810
>> > > (II) UnloadModule: "i810"
>> > > (EE) Failed to load module "i810" (module does not exist, 0)
>> > > (EE) No drivers available.
>> > <SNIP>
>> >
>> > OK, that's pretty serious. Is the i810 module loaded? That's the video
>> > driver, or used to be
>>
>> Used to be, it's now called intel. You need to edit xorg.conf and change
>> it. This is one of the situations that XOrg are trying to avoid with
>> autodetection. If you had to driver specified in xorg.conf (or no
>> xorg.conf) it would have loaded the right module for you.
>>
>>
>
> OK I've successfully booted with the old config, modified with the
> changes suggested, and after re-merging xorg-server with
> VIDEO_CARDS="intel". My mythfrontend is still segfaulting, and I've got
> a couple of errors in my Xorg.0.log file, which I am attaching. It
> gives me errors on modules freetype and type1. Here is my current
> xorg.conf file:
>
Micheal,
OK, now your machine and my wife's machine are probably in about
the exact same situation. Can you clarify exactly *when* mythfrontend
segfaults for you? On my wife's machine the GUI comes up fine, and I
can look at all the text screens, set up new recordings, etc., but the
frontend segfaults only when I actually try to watch video or live TV.
On my wife's machine it actually completely blows away X and dumps me
back to the gdm login screen.
I am coming to the conclusion that this may not be an xorg-server
problem per se, but rather a problem with the Intel driver. In my
Xorg.0.log.old file, after logging back into X, I sometimes see a
message "(EE) intel(0): Failed to pin xv buffer" which is causing X to
crash for other people also.
As best I can figure out with my limited understanding is this xv
buffer is normally some part of graphics memory that needs to be
locked down but the new Intel driver isn't doing it right. People are
seeing this problem on mplayer and apps other than Myth and there are
some threads out there from developer types with potential code
changes to fix this but they seem to be in development at this time. I
haven't looked yet but possibly there's a newer version of the Intel
driver that's not stable but has a fix in it? Or possibly we can get a
test version somewhere.
I think I'm not seeing it on my AMD64 machine because that's Radeon based.
I suggest you don't waste too much time on this right now. I'm going
to look for a new driver and test it out if I can find one but won't
have time until later this afternoon.
Hope this helps,
Mark
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-14 15:59 ` Mark Knecht
@ 2009-04-14 23:20 ` Michael Sullivan
2009-04-14 23:36 ` Mark Knecht
0 siblings, 1 reply; 52+ messages in thread
From: Michael Sullivan @ 2009-04-14 23:20 UTC (permalink / raw
To: gentoo-user
On Tue, 2009-04-14 at 08:59 -0700, Mark Knecht wrote:
> Micheal,
> OK, now your machine and my wife's machine are probably in about
> the exact same situation. Can you clarify exactly *when* mythfrontend
> segfaults for you? On my wife's machine the GUI comes up fine, and I
> can look at all the text screens, set up new recordings, etc., but the
> frontend segfaults only when I actually try to watch video or live TV.
> On my wife's machine it actually completely blows away X and dumps me
> back to the gdm login screen.
>
> I am coming to the conclusion that this may not be an xorg-server
> problem per se, but rather a problem with the Intel driver. In my
> Xorg.0.log.old file, after logging back into X, I sometimes see a
> message "(EE) intel(0): Failed to pin xv buffer" which is causing X to
> crash for other people also.
>
> As best I can figure out with my limited understanding is this xv
> buffer is normally some part of graphics memory that needs to be
> locked down but the new Intel driver isn't doing it right. People are
> seeing this problem on mplayer and apps other than Myth and there are
> some threads out there from developer types with potential code
> changes to fix this but they seem to be in development at this time. I
> haven't looked yet but possibly there's a newer version of the Intel
> driver that's not stable but has a fix in it? Or possibly we can get a
> test version somewhere.
>
> I think I'm not seeing it on my AMD64 machine because that's Radeon based.
>
> I suggest you don't waste too much time on this right now. I'm going
> to look for a new driver and test it out if I can find one but won't
> have time until later this afternoon.
>
> Hope this helps,
> Mark
>
The GUI doesn't even come up. Everything just stops before the gui
launches. So you think it might be the intel driver? Do you think it's
safe to try a ~ version? I've heard that using bad drivers/bad
xorg.conf can literally fry your video card. Is this true?
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-14 23:20 ` Michael Sullivan
@ 2009-04-14 23:36 ` Mark Knecht
2009-04-15 0:02 ` Michael Sullivan
2009-04-15 0:07 ` Michael Sullivan
0 siblings, 2 replies; 52+ messages in thread
From: Mark Knecht @ 2009-04-14 23:36 UTC (permalink / raw
To: gentoo-user
On Tue, Apr 14, 2009 at 4:20 PM, Michael Sullivan <msulli1355@gmail.com> wrote:
<SNIP>
>>
> The GUI doesn't even come up. Everything just stops before the gui
> launches. So you think it might be the intel driver? Do you think it's
> safe to try a ~ version? I've heard that using bad drivers/bad
> xorg.conf can literally fry your video card. Is this true?
>
I would search your log files for clues as to the cause. That crash is
different than mine.
Look at
Xorg.o.log (or log.old)
dmesg
/var/log/messages
/var/log/gdm/:0.log
and whatever else you can think of to gain more info.
I would rather go back to xorg-server-1.3 if I can figure out how to
do it. The system has worked great for the last year. Some kid decided
that version 1.5 was good. Moght be, but not for my system.
- Mark
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-14 23:36 ` Mark Knecht
@ 2009-04-15 0:02 ` Michael Sullivan
2009-04-15 6:48 ` Neil Bothwick
2009-04-15 0:07 ` Michael Sullivan
1 sibling, 1 reply; 52+ messages in thread
From: Michael Sullivan @ 2009-04-15 0:02 UTC (permalink / raw
To: gentoo-user
On Tue, 2009-04-14 at 16:36 -0700, Mark Knecht wrote:
> On Tue, Apr 14, 2009 at 4:20 PM, Michael Sullivan <msulli1355@gmail.com> wrote:
> <SNIP>
> >>
> > The GUI doesn't even come up. Everything just stops before the gui
> > launches. So you think it might be the intel driver? Do you think it's
> > safe to try a ~ version? I've heard that using bad drivers/bad
> > xorg.conf can literally fry your video card. Is this true?
> >
>
> I would search your log files for clues as to the cause. That crash is
> different than mine.
>
> Look at
>
> Xorg.o.log (or log.old)
> dmesg
> /var/log/messages
> /var/log/gdm/:0.log
>
> and whatever else you can think of to gain more info.
>
> I would rather go back to xorg-server-1.3 if I can figure out how to
> do it. The system has worked great for the last year. Some kid decided
> that version 1.5 was good. Moght be, but not for my system.
>
> - Mark
>
The only things I can find for mythfrontend are the following entries
in /var/log/messages:
camille log # grep mythfrontend messages
Apr 14 09:25:45 camille mythfrontend[31548]: segfault at 6f732e4c ip
6f732e4c sp bfe0b09c error 4
Apr 14 09:27:43 camille mythfrontend[32128]: segfault at 6f732e4c ip
6f732e4c sp bffb8a4c error 4
Apr 14 09:29:11 camille mythfrontend[32527]: segfault at 6f732e4c ip
6f732e4c sp bf98041c error 4
There are no mythfrontend logs unless they go somewhere
besides /var/log/mythtv...
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-14 23:36 ` Mark Knecht
2009-04-15 0:02 ` Michael Sullivan
@ 2009-04-15 0:07 ` Michael Sullivan
2009-04-15 1:19 ` Mark Knecht
1 sibling, 1 reply; 52+ messages in thread
From: Michael Sullivan @ 2009-04-15 0:07 UTC (permalink / raw
To: gentoo-user
On Tue, 2009-04-14 at 16:36 -0700, Mark Knecht wrote:
> On Tue, Apr 14, 2009 at 4:20 PM, Michael Sullivan <msulli1355@gmail.com> wrote:
> <SNIP>
> >>
> > The GUI doesn't even come up. Everything just stops before the gui
> > launches. So you think it might be the intel driver? Do you think it's
> > safe to try a ~ version? I've heard that using bad drivers/bad
> > xorg.conf can literally fry your video card. Is this true?
> >
>
> I would search your log files for clues as to the cause. That crash is
> different than mine.
>
> Look at
>
> Xorg.o.log (or log.old)
> dmesg
> /var/log/messages
> /var/log/gdm/:0.log
>
> and whatever else you can think of to gain more info.
>
> I would rather go back to xorg-server-1.3 if I can figure out how to
> do it. The system has worked great for the last year. Some kid decided
> that version 1.5 was good. Moght be, but not for my system.
>
> - Mark
>
I responded before I read the rest of your email. I apologize. Here's
dmeg:
camille log # dmesg
IN=eth0 OUT= MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00
SRC=192.168.1.101 DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1
ID=98 PROTO=UDP SPT=60340 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=101 PROTO=UDP
SPT=60340 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=103 PROTO=UDP
SPT=60340 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=115 PROTO=UDP
SPT=60346 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=121 PROTO=UDP
SPT=60346 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=122 PROTO=UDP
SPT=60346 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=123 PROTO=UDP
SPT=60346 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=125 PROTO=UDP
SPT=60346 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=132 PROTO=UDP
SPT=60346 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=147 PROTO=UDP
SPT=60346 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=148 PROTO=UDP
SPT=60346 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=155 PROTO=UDP
SPT=60346 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=156 PROTO=UDP
SPT=60346 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=790 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=242 TOS=0x00 PREC=0x00 TTL=128 ID=1175 PROTO=UDP
SPT=138 DPT=138 LEN=222
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=1599 PROTO=UDP
SPT=51236 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=1600 PROTO=UDP
SPT=51236 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=1601 PROTO=UDP
SPT=51236 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=1605 PROTO=UDP
SPT=51236 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=1634 PROTO=UDP
SPT=51278 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=1655 PROTO=UDP
SPT=51296 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=1663 PROTO=UDP
SPT=51296 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=1664 PROTO=UDP
SPT=51296 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=1665 PROTO=UDP
SPT=51296 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=1667 PROTO=UDP
SPT=51296 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=1668 PROTO=UDP
SPT=51296 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=1675 PROTO=UDP
SPT=51296 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=1677 PROTO=UDP
SPT=51296 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=1678 PROTO=UDP
SPT=51296 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=1679 PROTO=UDP
SPT=51296 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=1680 PROTO=UDP
SPT=51296 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=1684 PROTO=UDP
SPT=51296 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=1687 PROTO=UDP
SPT=51296 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=1694 PROTO=UDP
SPT=51296 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=1698 PROTO=UDP
SPT=51296 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=1706 PROTO=UDP
SPT=51296 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=2453 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=242 TOS=0x00 PREC=0x00 TTL=128 ID=3294 PROTO=UDP
SPT=138 DPT=138 LEN=222
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=4124 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=242 TOS=0x00 PREC=0x00 TTL=128 ID=5428 PROTO=UDP
SPT=138 DPT=138 LEN=222
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=5877 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=7689 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=242 TOS=0x00 PREC=0x00 TTL=128 ID=7697 PROTO=UDP
SPT=138 DPT=138 LEN=222
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=78 TOS=0x00 PREC=0x00 TTL=128 ID=8348 PROTO=UDP
SPT=137 DPT=137 LEN=58
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=78 TOS=0x00 PREC=0x00 TTL=128 ID=8349 PROTO=UDP
SPT=137 DPT=137 LEN=58
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=78 TOS=0x00 PREC=0x00 TTL=128 ID=8350 PROTO=UDP
SPT=137 DPT=137 LEN=58
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=78 TOS=0x00 PREC=0x00 TTL=128 ID=8351 PROTO=UDP
SPT=137 DPT=137 LEN=58
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=78 TOS=0x00 PREC=0x00 TTL=128 ID=8352 PROTO=UDP
SPT=137 DPT=137 LEN=58
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=78 TOS=0x00 PREC=0x00 TTL=128 ID=8353 PROTO=UDP
SPT=137 DPT=137 LEN=58
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=255.255.255.255 LEN=328 TOS=0x00 PREC=0x00 TTL=128 ID=8436 PROTO=UDP
SPT=68 DPT=67 LEN=308
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=255.255.255.255 LEN=328 TOS=0x00 PREC=0x00 TTL=128 ID=8437 PROTO=UDP
SPT=68 DPT=67 LEN=308
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=8474 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=242 TOS=0x00 PREC=0x00 TTL=128 ID=8491 PROTO=UDP
SPT=138 DPT=138 LEN=222
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:0f:66:32:d4:49:08:00 SRC=192.168.1.1
DST=255.255.255.255 LEN=576 TOS=0x00 PREC=0x00 TTL=150 ID=483 PROTO=UDP
SPT=67 DPT=68 LEN=556
IPKF Invalid TCP flag: IN=eth0 OUT=
MAC=00:13:20:2b:98:18:00:0f:66:32:d4:49:08:00 SRC=206.57.28.24
DST=192.168.1.3 LEN=48 TOS=0x00 PREC=0x00 TTL=58 ID=0 DF PROTO=TCP
SPT=80 DPT=54038 WINDOW=5840 RES=0x00 ACK SYN URGP=0
[drm:i915_getparam] *ERROR* Unknown parameter 5
[drm:i915_getparam] *ERROR* Unknown parameter 5
mythfrontend[31548]: segfault at 6f732e4c ip 6f732e4c sp bfe0b09c error
4
[drm:i915_getparam] *ERROR* Unknown parameter 5
[drm:i915_getparam] *ERROR* Unknown parameter 5
mythfrontend[32128]: segfault at 6f732e4c ip 6f732e4c sp bffb8a4c error
4
[drm:i915_getparam] *ERROR* Unknown parameter 5
[drm:i915_getparam] *ERROR* Unknown parameter 5
mythfrontend[32527]: segfault at 6f732e4c ip 6f732e4c sp bf98041c error
4
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=255.255.255.255 LEN=338 TOS=0x00 PREC=0x00 TTL=128 ID=8588 PROTO=UDP
SPT=68 DPT=67 LEN=318
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:0f:66:32:d4:49:08:00 SRC=192.168.1.1
DST=255.255.255.255 LEN=576 TOS=0x00 PREC=0x00 TTL=150 ID=484 PROTO=UDP
SPT=67 DPT=68 LEN=556
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=8601 PROTO=UDP
SPT=59729 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=8605 PROTO=UDP
SPT=59729 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=8606 PROTO=UDP
SPT=59729 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=8607 PROTO=UDP
SPT=59729 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=8608 PROTO=UDP
SPT=59729 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=8621 PROTO=UDP
SPT=57964 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=78 TOS=0x00 PREC=0x00 TTL=128 ID=8654 PROTO=UDP
SPT=137 DPT=137 LEN=58
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=8656 PROTO=UDP
SPT=62075 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=78 TOS=0x00 PREC=0x00 TTL=128 ID=8660 PROTO=UDP
SPT=137 DPT=137 LEN=58
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=78 TOS=0x00 PREC=0x00 TTL=128 ID=8661 PROTO=UDP
SPT=137 DPT=137 LEN=58
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=8663 PROTO=UDP
SPT=62087 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=8664 PROTO=UDP
SPT=62087 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=8665 PROTO=UDP
SPT=62087 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=8666 PROTO=UDP
SPT=62087 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=8667 PROTO=UDP
SPT=62087 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=8669 PROTO=UDP
SPT=62087 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=8670 PROTO=UDP
SPT=62087 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=8671 PROTO=UDP
SPT=62087 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=8672 PROTO=UDP
SPT=62087 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=8673 PROTO=UDP
SPT=62087 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=8674 PROTO=UDP
SPT=62087 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=8675 PROTO=UDP
SPT=62087 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=01:00:5e:7f:ff:fa:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=161 TOS=0x00 PREC=0x00 TTL=1 ID=8676 PROTO=UDP
SPT=62087 DPT=1900 LEN=141
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=255.255.255.255 LEN=328 TOS=0x00 PREC=0x00 TTL=128 ID=8686 PROTO=UDP
SPT=68 DPT=67 LEN=308
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=255.255.255.255 LEN=328 TOS=0x00 PREC=0x00 TTL=128 ID=8692 PROTO=UDP
SPT=68 DPT=67 LEN=308
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=78 TOS=0x00 PREC=0x00 TTL=128 ID=8925 PROTO=UDP
SPT=137 DPT=137 LEN=58
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=78 TOS=0x00 PREC=0x00 TTL=128 ID=8930 PROTO=UDP
SPT=137 DPT=137 LEN=58
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=78 TOS=0x00 PREC=0x00 TTL=128 ID=8941 PROTO=UDP
SPT=137 DPT=137 LEN=58
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=255.255.255.255 LEN=328 TOS=0x00 PREC=0x00 TTL=128 ID=9340 PROTO=UDP
SPT=68 DPT=67 LEN=308
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=255.255.255.255 LEN=328 TOS=0x00 PREC=0x00 TTL=128 ID=9348 PROTO=UDP
SPT=68 DPT=67 LEN=308
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=255.255.255.255 LEN=328 TOS=0x00 PREC=0x00 TTL=128 ID=10676
PROTO=UDP SPT=68 DPT=67 LEN=308
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=255.255.255.255 LEN=328 TOS=0x00 PREC=0x00 TTL=128 ID=10680
PROTO=UDP SPT=68 DPT=67 LEN=308
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=10997 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=242 TOS=0x00 PREC=0x00 TTL=128 ID=11408 PROTO=UDP
SPT=138 DPT=138 LEN=222
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=12699 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=242 TOS=0x00 PREC=0x00 TTL=128 ID=13456 PROTO=UDP
SPT=138 DPT=138 LEN=222
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=14355 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=242 TOS=0x00 PREC=0x00 TTL=128 ID=15598 PROTO=UDP
SPT=138 DPT=138 LEN=222
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=16045 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=17707 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=242 TOS=0x00 PREC=0x00 TTL=128 ID=17708 PROTO=UDP
SPT=138 DPT=138 LEN=222
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=19343 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=242 TOS=0x00 PREC=0x00 TTL=128 ID=19796 PROTO=UDP
SPT=138 DPT=138 LEN=222
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=21084 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=242 TOS=0x00 PREC=0x00 TTL=128 ID=21932 PROTO=UDP
SPT=138 DPT=138 LEN=222
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=22867 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=242 TOS=0x00 PREC=0x00 TTL=128 ID=24227 PROTO=UDP
SPT=138 DPT=138 LEN=222
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=255.255.255.255 LEN=328 TOS=0x00 PREC=0x00 TTL=128 ID=24274
PROTO=UDP SPT=68 DPT=67 LEN=308
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=255.255.255.255 LEN=328 TOS=0x00 PREC=0x00 TTL=128 ID=24282
PROTO=UDP SPT=68 DPT=67 LEN=308
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=24732 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=242 TOS=0x00 PREC=0x00 TTL=128 ID=26485 PROTO=UDP
SPT=138 DPT=138 LEN=222
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=26497 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=28287 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=242 TOS=0x00 PREC=0x00 TTL=128 ID=28725 PROTO=UDP
SPT=138 DPT=138 LEN=222
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=30068 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=242 TOS=0x00 PREC=0x00 TTL=128 ID=30957 PROTO=UDP
SPT=138 DPT=138 LEN=222
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=31848 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=242 TOS=0x00 PREC=0x00 TTL=128 ID=383 PROTO=UDP
SPT=138 DPT=138 LEN=222
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=848 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=242 TOS=0x00 PREC=0x00 TTL=128 ID=2647 PROTO=UDP
SPT=138 DPT=138 LEN=222
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=2667 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=4470 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=242 TOS=0x00 PREC=0x00 TTL=128 ID=4910 PROTO=UDP
SPT=138 DPT=138 LEN=222
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=6256 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=242 TOS=0x00 PREC=0x00 TTL=128 ID=7153 PROTO=UDP
SPT=138 DPT=138 LEN=222
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=8021 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=242 TOS=0x00 PREC=0x00 TTL=128 ID=9241 PROTO=UDP
SPT=138 DPT=138 LEN=222
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=9702 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=242 TOS=0x00 PREC=0x00 TTL=128 ID=11420 PROTO=UDP
SPT=138 DPT=138 LEN=222
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=11424 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=13199 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=242 TOS=0x00 PREC=0x00 TTL=128 ID=13631 PROTO=UDP
SPT=138 DPT=138 LEN=222
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=14954 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=242 TOS=0x00 PREC=0x00 TTL=128 ID=15840 PROTO=UDP
SPT=138 DPT=138 LEN=222
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=16729 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=242 TOS=0x00 PREC=0x00 TTL=128 ID=18034 PROTO=UDP
SPT=138 DPT=138 LEN=222
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=18498 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=242 TOS=0x00 PREC=0x00 TTL=128 ID=20260 PROTO=UDP
SPT=138 DPT=138 LEN=222
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=20278 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=22067 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=242 TOS=0x00 PREC=0x00 TTL=128 ID=22477 PROTO=UDP
SPT=138 DPT=138 LEN=222
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=23818 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=242 TOS=0x00 PREC=0x00 TTL=128 ID=24687 PROTO=UDP
SPT=138 DPT=138 LEN=222
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=25581 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=242 TOS=0x00 PREC=0x00 TTL=128 ID=26880 PROTO=UDP
SPT=138 DPT=138 LEN=222
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=27325 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=242 TOS=0x00 PREC=0x00 TTL=128 ID=29040 PROTO=UDP
SPT=138 DPT=138 LEN=222
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=29056 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=30817 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=242 TOS=0x00 PREC=0x00 TTL=128 ID=31225 PROTO=UDP
SPT=138 DPT=138 LEN=222
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=32560 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=242 TOS=0x00 PREC=0x00 TTL=128 ID=681 PROTO=UDP
SPT=138 DPT=138 LEN=222
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=1604 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=242 TOS=0x00 PREC=0x00 TTL=128 ID=2915 PROTO=UDP
SPT=138 DPT=138 LEN=222
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=3338 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=242 TOS=0x00 PREC=0x00 TTL=128 ID=5053 PROTO=UDP
SPT=138 DPT=138 LEN=222
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=5070 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=78 TOS=0x00 PREC=0x00 TTL=128 ID=6125 PROTO=UDP
SPT=137 DPT=137 LEN=58
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=78 TOS=0x00 PREC=0x00 TTL=128 ID=6126 PROTO=UDP
SPT=137 DPT=137 LEN=58
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=78 TOS=0x00 PREC=0x00 TTL=128 ID=6127 PROTO=UDP
SPT=137 DPT=137 LEN=58
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=255.255.255.255 LEN=328 TOS=0x00 PREC=0x00 TTL=128 ID=6131 PROTO=UDP
SPT=68 DPT=67 LEN=308
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=255.255.255.255 LEN=328 TOS=0x00 PREC=0x00 TTL=128 ID=6132 PROTO=UDP
SPT=68 DPT=67 LEN=308
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=229 TOS=0x00 PREC=0x00 TTL=128 ID=6166 PROTO=UDP
SPT=138 DPT=138 LEN=209
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:1f:3a:15:c1:0d:08:00 SRC=192.168.1.101
DST=192.168.1.255 LEN=242 TOS=0x00 PREC=0x00 TTL=128 ID=6176 PROTO=UDP
SPT=138 DPT=138 LEN=222
IPKF INPUT Catch-all: IN=eth0 OUT=
MAC=ff:ff:ff:ff:ff:ff:00:0f:66:32:d4:49:08:00 SRC=192.168.1.1
DST=255.255.255.255 LEN=576 TOS=0x00 PREC=0x00 TTL=150 ID=495 PROTO=UDP
SPT=67 DPT=68 LEN=556
Here's what I could gather from Xorg.0.log:
camille log # grep EE Xorg.0.log
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) Failed to load module "type1" (module does not exist, 0)
(EE) Failed to load module "freetype" (module does not exist, 0)
(EE) AIGLX error: dlopen of /usr/lib/dri/i915_dri.so failed
(/usr/lib/dri/i915_dri.so: cannot open shared object file: No such file
or directory)
(EE) AIGLX: reverting to software rendering
camille log # grep WW Xorg.0.log
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The directory "/usr/share/fonts/CID/" does not exist.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or
directory)
(WW) Warning, couldn't open module type1
(WW) Warning, couldn't open module freetype
(WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB
(WW) intel(0): ESR is 0x00000001, instruction error
(WW) intel(0): Existing errors found in hardware state.
Here's the gdm log:
camille log # cat /var/log/gdm/:0.log
X.Org X Server 1.5.3
Release Date: 5 November 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.25-gentoo-r8 i686
Current Operating System: Linux camille 2.6.25-gentoo-r8 #1 SMP Mon Nov
3 00:09:10 CST 2008 i686
Build Date: 14 April 2009 09:06:14AM
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Apr 14 09:28:32 2009
(==) Using config file: "/etc/X11/xorg.conf"
(EE) Failed to load module "type1" (module does not exist, 0)
(EE) Failed to load module "freetype" (module does not exist, 0)
(EE) AIGLX error: dlopen of /usr/lib/dri/i915_dri.so failed
(/usr/lib/dri/i915_dri.so: cannot open shared object file: No such file
or directory)
(EE) AIGLX: reverting to software rendering
exaCopyDirty: Pending damage region empty!
Once again there's the freetype and type1 errors...
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-15 0:07 ` Michael Sullivan
@ 2009-04-15 1:19 ` Mark Knecht
2009-04-15 5:14 ` Michael Sullivan
2009-04-16 14:40 ` Michael Sullivan
0 siblings, 2 replies; 52+ messages in thread
From: Mark Knecht @ 2009-04-15 1:19 UTC (permalink / raw
To: gentoo-user
On Tue, Apr 14, 2009 at 5:07 PM, Michael Sullivan <msulli1355@gmail.com> wrote:
<SNIP>
> [drm:i915_getparam] *ERROR* Unknown parameter 5
> [drm:i915_getparam] *ERROR* Unknown parameter 5
> mythfrontend[31548]: segfault at 6f732e4c ip 6f732e4c sp bfe0b09c error
> 4
> [drm:i915_getparam] *ERROR* Unknown parameter 5
> [drm:i915_getparam] *ERROR* Unknown parameter 5
> mythfrontend[32128]: segfault at 6f732e4c ip 6f732e4c sp bffb8a4c error
> 4
> [drm:i915_getparam] *ERROR* Unknown parameter 5
> [drm:i915_getparam] *ERROR* Unknown parameter 5
> mythfrontend[32527]: segfault at 6f732e4c ip 6f732e4c sp bf98041c error
> 4
<SNIP>
>
> Here's what I could gather from Xorg.0.log:
>
> camille log # grep EE Xorg.0.log
> (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> (II) Loading extension MIT-SCREEN-SAVER
> (EE) Failed to load module "type1" (module does not exist, 0)
> (EE) Failed to load module "freetype" (module does not exist, 0)
> (EE) AIGLX error: dlopen of /usr/lib/dri/i915_dri.so failed
> (/usr/lib/dri/i915_dri.so: cannot open shared object file: No such file
> or directory)
> (EE) AIGLX: reverting to software rendering
> camille log # grep WW Xorg.0.log
> (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> (WW) The directory "/usr/share/fonts/CID/" does not exist.
> (WW) The directory "/usr/share/fonts/OTF" does not exist.
> (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or
> directory)
> (WW) Warning, couldn't open module type1
> (WW) Warning, couldn't open module freetype
> (WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB
> (WW) intel(0): ESR is 0x00000001, instruction error
> (WW) intel(0): Existing errors found in hardware state.
>
<SNIP>
This is all suggesting to me a fairly serious setup problem, but not
necessarily a problem with Myth.
You are correct - there is no mythfrontend log file. That would be on
your server. My mistake. You still might want to look through the tail
of that file but I doubt anything about this will be there.
As I said earlier, you should simply remove the freetype line from the
fonts section of your xorg.conf file. It's not an issue though.
PRobably the same for the type1 font, assuming it's a font. Xorg isn't
finding those fonts which jsut means it cannot use them. That's not
going to cause a crash in Myth though.
I'm not understanding why your system isn't finding the right video
driver. It appears hal wants you to run the i915 driver. Is the i915
driver in memory? (lsmod|grep i915)
Is it on your system? On the 32-bit machine they are in /usr/lib/dri.
Your Xorg.0.log file says they aren't there. Why not?
dragonfly ~ # ls -la /usr/lib/dri/
total 8824
drwxr-xr-x 2 root root 4096 2009-04-12 08:37 .
drwxr-xr-x 125 root root 77824 2009-04-14 17:22 ..
-rwxr-xr-x 1 root root 2150796 2009-04-12 08:37 i810_dri.so
-rwxr-xr-x 1 root root 2372108 2009-04-12 08:37 i915_dri.so
-rwxr-xr-x 1 root root 2422028 2009-04-12 08:37 i965_dri.so
-rwxr-xr-x 1 root root 1978328 2009-04-12 08:37 swrast_dri.so
dragonfly ~ #
If they really aren't there then you need to build them. They are
provided byxf86-video-intel. I don't have them on this AMD64 machine
but note that if I wanted to add them then they drag in XvMC which I
am suspecting is causing the segfault crash on my wife's 32-bit Intel
based machine:
lightning mythtv # emerge -pv1 xf86-video-intel
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild N ] app-admin/eselect-xvmc-0.1 0 kB
[ebuild N ] x11-libs/libXvMC-1.0.4 USE="-debug" 220 kB
[ebuild N ] x11-drivers/xf86-video-intel-2.6.3-r1 USE="dri -debug" 772 kB
Total: 3 packages (3 new), Size of downloads: 992 kB
lightning mythtv #
I am curious as to whether this matters. xvmc is one of the rendering
technologies and is pretty much default with Myth. On my wife's
machine neither implementation is selected. Possibly that's part of
the problem on her machine. I'll have to play with that a bit:
dragonfly ~ # eselect xvmc list
Available XvMC implementations ( * is current ):
[1] xorg-x11
[2] intel
dragonfly ~ #
I don't know what other clues to give you. I'm going back to xorg-1.3
as we speak to see if I can get her machine working again. I'll let
you know how it goes.
- Mark
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-15 1:19 ` Mark Knecht
@ 2009-04-15 5:14 ` Michael Sullivan
2009-04-16 14:40 ` Michael Sullivan
1 sibling, 0 replies; 52+ messages in thread
From: Michael Sullivan @ 2009-04-15 5:14 UTC (permalink / raw
To: gentoo-user
On Tue, 2009-04-14 at 18:19 -0700, Mark Knecht wrote:
> I'm not understanding why your system isn't finding the right video
> driver. It appears hal wants you to run the i915 driver. Is the i915
> driver in memory? (lsmod|grep i915)
>
camille ~ # lsmod|grep i915
i915 26624 1
drm 54168 2 i915
> Is it on your system? On the 32-bit machine they are in /usr/lib/dri.
> Your Xorg.0.log file says they aren't there. Why not?
>
camille ~ # ls -al /usr/lib/dri
total 2120
drwxr-xr-x 2 root root 4096 Apr 11 09:23 .
drwxr-xr-x 175 root root 110592 Apr 14 23:56 ..
-rwxr-xr-x 1 root root 2047960 Apr 12 03:17 swrast_dri.so
> If they really aren't there then you need to build them. They are
> provided byxf86-video-intel. I don't have them on this AMD64 machine
> but note that if I wanted to add them then they drag in XvMC which I
> am suspecting is causing the segfault crash on my wife's 32-bit Intel
> based machine:
>
> lightning mythtv # emerge -pv1 xf86-video-intel
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
> [ebuild N ] app-admin/eselect-xvmc-0.1 0 kB
> [ebuild N ] x11-libs/libXvMC-1.0.4 USE="-debug" 220 kB
> [ebuild N ] x11-drivers/xf86-video-intel-2.6.3-r1 USE="dri -debug" 772 kB
>
> Total: 3 packages (3 new), Size of downloads: 992 kB
> lightning mythtv #
>
camille ~ # emerge -pv xf86-video-intel
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] x11-drivers/xf86-video-intel-2.6.3-r1 USE="dri -debug"
0 kB
Total: 1 package (1 reinstall), Size of downloads: 0 kB
> I am curious as to whether this matters. xvmc is one of the rendering
> technologies and is pretty much default with Myth. On my wife's
> machine neither implementation is selected. Possibly that's part of
> the problem on her machine. I'll have to play with that a bit:
>
> dragonfly ~ # eselect xvmc list
> Available XvMC implementations ( * is current ):
> [1] xorg-x11
> [2] intel
> dragonfly ~ #
>
Could this be the problem? None of them seem to be selected:
camille ~ # eselect xvmc list
Available XvMC implementations ( * is current ):
[1] xorg-x11
[2] openchrome
[3] openchrome-pro
[4] intel
> I don't know what other clues to give you. I'm going back to xorg-1.3
> as we speak to see if I can get her machine working again. I'll let
> you know how it goes.
>
> - Mark
>
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-15 0:02 ` Michael Sullivan
@ 2009-04-15 6:48 ` Neil Bothwick
2009-04-15 14:52 ` Mark Knecht
0 siblings, 1 reply; 52+ messages in thread
From: Neil Bothwick @ 2009-04-15 6:48 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 400 bytes --]
On Tue, 14 Apr 2009 19:02:59 -0500, Michael Sullivan wrote:
> There are no mythfrontend logs unless they go somewhere
> besides /var/log/mythtv...
You need to explicitly tell mythfrontend to use a log file. I
run it with
mythfrontend -l /var/log/mythtv/mythfrontend.log -v important,general
--
Neil Bothwick
Idaho - It's not the end of the world, but you can see it from there.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-15 6:48 ` Neil Bothwick
@ 2009-04-15 14:52 ` Mark Knecht
0 siblings, 0 replies; 52+ messages in thread
From: Mark Knecht @ 2009-04-15 14:52 UTC (permalink / raw
To: gentoo-user
On Tue, Apr 14, 2009 at 11:48 PM, Neil Bothwick <neil@digimed.co.uk> wrote:
> On Tue, 14 Apr 2009 19:02:59 -0500, Michael Sullivan wrote:
>
>> There are no mythfrontend logs unless they go somewhere
>> besides /var/log/mythtv...
>
> You need to explicitly tell mythfrontend to use a log file. I
> run it with
>
> mythfrontend -l /var/log/mythtv/mythfrontend.log -v important,general
>
>
> --
> Neil Bothwick
>
I rolled back to xorg-server-1.3 but a slightly newer version of the
intel driver and mythfrontend still segfaulted.
I then tried to roll back to the same version of the Intel driver that
I had before (According to the /var/log/emerge.log it was 2.1.1) and
that won't build!
Not a happy camper in sight around here right now.... ;-)
I'll have to try this again later today.
- Mark
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-15 1:19 ` Mark Knecht
2009-04-15 5:14 ` Michael Sullivan
@ 2009-04-16 14:40 ` Michael Sullivan
2009-04-16 16:18 ` [gentoo-user] Mythfrontend segfaults [SOLVED] Michael Sullivan
2009-04-16 17:11 ` [gentoo-user] Mythfrontend segfaults Mark Knecht
1 sibling, 2 replies; 52+ messages in thread
From: Michael Sullivan @ 2009-04-16 14:40 UTC (permalink / raw
To: gentoo-user
On Tue, 2009-04-14 at 18:19 -0700, Mark Knecht wrote:
> On Tue, Apr 14, 2009 at 5:07 PM, Michael Sullivan <msulli1355@gmail.com> wrote:
> <SNIP>
> > [drm:i915_getparam] *ERROR* Unknown parameter 5
> > [drm:i915_getparam] *ERROR* Unknown parameter 5
> > mythfrontend[31548]: segfault at 6f732e4c ip 6f732e4c sp bfe0b09c error
> > 4
> > [drm:i915_getparam] *ERROR* Unknown parameter 5
> > [drm:i915_getparam] *ERROR* Unknown parameter 5
> > mythfrontend[32128]: segfault at 6f732e4c ip 6f732e4c sp bffb8a4c error
> > 4
> > [drm:i915_getparam] *ERROR* Unknown parameter 5
> > [drm:i915_getparam] *ERROR* Unknown parameter 5
> > mythfrontend[32527]: segfault at 6f732e4c ip 6f732e4c sp bf98041c error
> > 4
> <SNIP>
> >
> > Here's what I could gather from Xorg.0.log:
> >
> > camille log # grep EE Xorg.0.log
> > (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> > (II) Loading extension MIT-SCREEN-SAVER
> > (EE) Failed to load module "type1" (module does not exist, 0)
> > (EE) Failed to load module "freetype" (module does not exist, 0)
> > (EE) AIGLX error: dlopen of /usr/lib/dri/i915_dri.so failed
> > (/usr/lib/dri/i915_dri.so: cannot open shared object file: No such file
> > or directory)
> > (EE) AIGLX: reverting to software rendering
> > camille log # grep WW Xorg.0.log
> > (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> > (WW) The directory "/usr/share/fonts/CID/" does not exist.
> > (WW) The directory "/usr/share/fonts/OTF" does not exist.
> > (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or
> > directory)
> > (WW) Warning, couldn't open module type1
> > (WW) Warning, couldn't open module freetype
> > (WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB
> > (WW) intel(0): ESR is 0x00000001, instruction error
> > (WW) intel(0): Existing errors found in hardware state.
> >
> <SNIP>
>
> This is all suggesting to me a fairly serious setup problem, but not
> necessarily a problem with Myth.
>
> You are correct - there is no mythfrontend log file. That would be on
> your server. My mistake. You still might want to look through the tail
> of that file but I doubt anything about this will be there.
>
> As I said earlier, you should simply remove the freetype line from the
> fonts section of your xorg.conf file. It's not an issue though.
> PRobably the same for the type1 font, assuming it's a font. Xorg isn't
> finding those fonts which jsut means it cannot use them. That's not
> going to cause a crash in Myth though.
>
> I'm not understanding why your system isn't finding the right video
> driver. It appears hal wants you to run the i915 driver. Is the i915
> driver in memory? (lsmod|grep i915)
>
> Is it on your system? On the 32-bit machine they are in /usr/lib/dri.
> Your Xorg.0.log file says they aren't there. Why not?
>
> dragonfly ~ # ls -la /usr/lib/dri/
> total 8824
> drwxr-xr-x 2 root root 4096 2009-04-12 08:37 .
> drwxr-xr-x 125 root root 77824 2009-04-14 17:22 ..
> -rwxr-xr-x 1 root root 2150796 2009-04-12 08:37 i810_dri.so
> -rwxr-xr-x 1 root root 2372108 2009-04-12 08:37 i915_dri.so
> -rwxr-xr-x 1 root root 2422028 2009-04-12 08:37 i965_dri.so
> -rwxr-xr-x 1 root root 1978328 2009-04-12 08:37 swrast_dri.so
> dragonfly ~ #
>
> If they really aren't there then you need to build them. They are
> provided byxf86-video-intel. I don't have them on this AMD64 machine
> but note that if I wanted to add them then they drag in XvMC which I
> am suspecting is causing the segfault crash on my wife's 32-bit Intel
> based machine:
>
> lightning mythtv # emerge -pv1 xf86-video-intel
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
> [ebuild N ] app-admin/eselect-xvmc-0.1 0 kB
> [ebuild N ] x11-libs/libXvMC-1.0.4 USE="-debug" 220 kB
> [ebuild N ] x11-drivers/xf86-video-intel-2.6.3-r1 USE="dri -debug" 772 kB
>
> Total: 3 packages (3 new), Size of downloads: 992 kB
> lightning mythtv #
>
> I am curious as to whether this matters. xvmc is one of the rendering
> technologies and is pretty much default with Myth. On my wife's
> machine neither implementation is selected. Possibly that's part of
> the problem on her machine. I'll have to play with that a bit:
>
> dragonfly ~ # eselect xvmc list
> Available XvMC implementations ( * is current ):
> [1] xorg-x11
> [2] intel
> dragonfly ~ #
>
> I don't know what other clues to give you. I'm going back to xorg-1.3
> as we speak to see if I can get her machine working again. I'll let
> you know how it goes.
>
> - Mark
>
In my /var/log/Xorg.0.log file, the only errors are as follows:
camille ~ # grep EE /var/log/Xorg.0.log
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(EE) Unable to locate/open config file
(II) Loading extension MIT-SCREEN-SAVER
(EE) open /dev/fb0: No such file or directory
(EE) AIGLX error: dlopen of /usr/lib/dri/i915_dri.so failed
(/usr/lib/dri/i915_dri.so: cannot open shared object file: No such file
or directory)
(EE) AIGLX: reverting to software rendering
Now I don't know what /dev/fb0 is, but the /usr/lib/dri/i915_dri.so I
think I should have, but I don't.
camille ~ # locate i915_dri.so
camille ~ # ls -l /usr/lib/dri
total 2004
-rwxr-xr-x 1 root root 2047960 Apr 12 03:17 swrast_dri.so
Where can I get this file?
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults [SOLVED]
2009-04-16 14:40 ` Michael Sullivan
@ 2009-04-16 16:18 ` Michael Sullivan
2009-04-16 17:13 ` Mark Knecht
2009-04-17 14:48 ` Mark Knecht
2009-04-16 17:11 ` [gentoo-user] Mythfrontend segfaults Mark Knecht
1 sibling, 2 replies; 52+ messages in thread
From: Michael Sullivan @ 2009-04-16 16:18 UTC (permalink / raw
To: gentoo-user
On Thu, 2009-04-16 at 09:40 -0500, Michael Sullivan wrote:
> On Tue, 2009-04-14 at 18:19 -0700, Mark Knecht wrote:
> > On Tue, Apr 14, 2009 at 5:07 PM, Michael Sullivan <msulli1355@gmail.com> wrote:
> > <SNIP>
> > > [drm:i915_getparam] *ERROR* Unknown parameter 5
> > > [drm:i915_getparam] *ERROR* Unknown parameter 5
> > > mythfrontend[31548]: segfault at 6f732e4c ip 6f732e4c sp bfe0b09c error
> > > 4
> > > [drm:i915_getparam] *ERROR* Unknown parameter 5
> > > [drm:i915_getparam] *ERROR* Unknown parameter 5
> > > mythfrontend[32128]: segfault at 6f732e4c ip 6f732e4c sp bffb8a4c error
> > > 4
> > > [drm:i915_getparam] *ERROR* Unknown parameter 5
> > > [drm:i915_getparam] *ERROR* Unknown parameter 5
> > > mythfrontend[32527]: segfault at 6f732e4c ip 6f732e4c sp bf98041c error
> > > 4
> > <SNIP>
> > >
> > > Here's what I could gather from Xorg.0.log:
> > >
> > > camille log # grep EE Xorg.0.log
> > > (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> > > (II) Loading extension MIT-SCREEN-SAVER
> > > (EE) Failed to load module "type1" (module does not exist, 0)
> > > (EE) Failed to load module "freetype" (module does not exist, 0)
> > > (EE) AIGLX error: dlopen of /usr/lib/dri/i915_dri.so failed
> > > (/usr/lib/dri/i915_dri.so: cannot open shared object file: No such file
> > > or directory)
> > > (EE) AIGLX: reverting to software rendering
> > > camille log # grep WW Xorg.0.log
> > > (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> > > (WW) The directory "/usr/share/fonts/CID/" does not exist.
> > > (WW) The directory "/usr/share/fonts/OTF" does not exist.
> > > (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or
> > > directory)
> > > (WW) Warning, couldn't open module type1
> > > (WW) Warning, couldn't open module freetype
> > > (WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB
> > > (WW) intel(0): ESR is 0x00000001, instruction error
> > > (WW) intel(0): Existing errors found in hardware state.
> > >
> > <SNIP>
> >
> > This is all suggesting to me a fairly serious setup problem, but not
> > necessarily a problem with Myth.
> >
> > You are correct - there is no mythfrontend log file. That would be on
> > your server. My mistake. You still might want to look through the tail
> > of that file but I doubt anything about this will be there.
> >
> > As I said earlier, you should simply remove the freetype line from the
> > fonts section of your xorg.conf file. It's not an issue though.
> > PRobably the same for the type1 font, assuming it's a font. Xorg isn't
> > finding those fonts which jsut means it cannot use them. That's not
> > going to cause a crash in Myth though.
> >
> > I'm not understanding why your system isn't finding the right video
> > driver. It appears hal wants you to run the i915 driver. Is the i915
> > driver in memory? (lsmod|grep i915)
> >
> > Is it on your system? On the 32-bit machine they are in /usr/lib/dri.
> > Your Xorg.0.log file says they aren't there. Why not?
> >
> > dragonfly ~ # ls -la /usr/lib/dri/
> > total 8824
> > drwxr-xr-x 2 root root 4096 2009-04-12 08:37 .
> > drwxr-xr-x 125 root root 77824 2009-04-14 17:22 ..
> > -rwxr-xr-x 1 root root 2150796 2009-04-12 08:37 i810_dri.so
> > -rwxr-xr-x 1 root root 2372108 2009-04-12 08:37 i915_dri.so
> > -rwxr-xr-x 1 root root 2422028 2009-04-12 08:37 i965_dri.so
> > -rwxr-xr-x 1 root root 1978328 2009-04-12 08:37 swrast_dri.so
> > dragonfly ~ #
> >
> > If they really aren't there then you need to build them. They are
> > provided byxf86-video-intel. I don't have them on this AMD64 machine
> > but note that if I wanted to add them then they drag in XvMC which I
> > am suspecting is causing the segfault crash on my wife's 32-bit Intel
> > based machine:
> >
> > lightning mythtv # emerge -pv1 xf86-video-intel
> >
> > These are the packages that would be merged, in order:
> >
> > Calculating dependencies... done!
> > [ebuild N ] app-admin/eselect-xvmc-0.1 0 kB
> > [ebuild N ] x11-libs/libXvMC-1.0.4 USE="-debug" 220 kB
> > [ebuild N ] x11-drivers/xf86-video-intel-2.6.3-r1 USE="dri -debug" 772 kB
> >
> > Total: 3 packages (3 new), Size of downloads: 992 kB
> > lightning mythtv #
> >
> > I am curious as to whether this matters. xvmc is one of the rendering
> > technologies and is pretty much default with Myth. On my wife's
> > machine neither implementation is selected. Possibly that's part of
> > the problem on her machine. I'll have to play with that a bit:
> >
> > dragonfly ~ # eselect xvmc list
> > Available XvMC implementations ( * is current ):
> > [1] xorg-x11
> > [2] intel
> > dragonfly ~ #
> >
> > I don't know what other clues to give you. I'm going back to xorg-1.3
> > as we speak to see if I can get her machine working again. I'll let
> > you know how it goes.
> >
> > - Mark
> >
>
> In my /var/log/Xorg.0.log file, the only errors are as follows:
>
> camille ~ # grep EE /var/log/Xorg.0.log
> (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> (EE) Unable to locate/open config file
> (II) Loading extension MIT-SCREEN-SAVER
> (EE) open /dev/fb0: No such file or directory
> (EE) AIGLX error: dlopen of /usr/lib/dri/i915_dri.so failed
> (/usr/lib/dri/i915_dri.so: cannot open shared object file: No such file
> or directory)
> (EE) AIGLX: reverting to software rendering
>
>
> Now I don't know what /dev/fb0 is, but the /usr/lib/dri/i915_dri.so I
> think I should have, but I don't.
>
> camille ~ # locate i915_dri.so
> camille ~ # ls -l /usr/lib/dri
> total 2004
> -rwxr-xr-x 1 root root 2047960 Apr 12 03:17 swrast_dri.so
>
>
> Where can I get this file?
I found /usr/lib/dri/i915_dri.so on one of my other boxes and ran equery
belongs on it. It belonged to media-libs/mesa. I re-merged mesa and
rebooted X and myth works. I checked LiveTV and it works too.
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults
2009-04-16 14:40 ` Michael Sullivan
2009-04-16 16:18 ` [gentoo-user] Mythfrontend segfaults [SOLVED] Michael Sullivan
@ 2009-04-16 17:11 ` Mark Knecht
1 sibling, 0 replies; 52+ messages in thread
From: Mark Knecht @ 2009-04-16 17:11 UTC (permalink / raw
To: gentoo-user
On Thu, Apr 16, 2009 at 7:40 AM, Michael Sullivan <msulli1355@gmail.com> wrote:
<SNIP>
>
> In my /var/log/Xorg.0.log file, the only errors are as follows:
>
> camille ~ # grep EE /var/log/Xorg.0.log
> (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> (EE) Unable to locate/open config file
> (II) Loading extension MIT-SCREEN-SAVER
> (EE) open /dev/fb0: No such file or directory
> (EE) AIGLX error: dlopen of /usr/lib/dri/i915_dri.so failed
> (/usr/lib/dri/i915_dri.so: cannot open shared object file: No such file
> or directory)
> (EE) AIGLX: reverting to software rendering
>
>
> Now I don't know what /dev/fb0 is, but the /usr/lib/dri/i915_dri.so I
> think I should have, but I don't.
>
> camille ~ # locate i915_dri.so
> camille ~ # ls -l /usr/lib/dri
> total 2004
> -rwxr-xr-x 1 root root 2047960 Apr 12 03:17 swrast_dri.so
>
>
> Where can I get this file?
This was caused by you and I following the somewhat generic upgrade
instructions. fb = Frame Buffer.
Under VIDEO_CARDS="intel fb vesa" (that's all from meory but you'll
know it when you look at your make.conf file you probably added fb or
fbdev - whatever it was. If you and I don't use frame buffers then you
and I should remove it, or so I think. Then when X starts it won't
have those drivers to load and it won't look for stuff we don't have
in our kernels.
Hope this helps,
Mark
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults [SOLVED]
2009-04-16 16:18 ` [gentoo-user] Mythfrontend segfaults [SOLVED] Michael Sullivan
@ 2009-04-16 17:13 ` Mark Knecht
2009-04-17 14:48 ` Mark Knecht
1 sibling, 0 replies; 52+ messages in thread
From: Mark Knecht @ 2009-04-16 17:13 UTC (permalink / raw
To: gentoo-user
On Thu, Apr 16, 2009 at 9:18 AM, Michael Sullivan <msulli1355@gmail.com> wrote:
<SNIP>
>>
>> Now I don't know what /dev/fb0 is, but the /usr/lib/dri/i915_dri.so I
>> think I should have, but I don't.
>>
>> camille ~ # locate i915_dri.so
>> camille ~ # ls -l /usr/lib/dri
>> total 2004
>> -rwxr-xr-x 1 root root 2047960 Apr 12 03:17 swrast_dri.so
>>
>>
>> Where can I get this file?
>
> I found /usr/lib/dri/i915_dri.so on one of my other boxes and ran equery
> belongs on it. It belonged to media-libs/mesa. I re-merged mesa and
> rebooted X and myth works. I checked LiveTV and it works too.
>
Thanks. that's great news, although somewhat perplexing to me. None
the less I shall attempt to duplicate it this afternoon and see if my
wife's machine is fixed.
thanks much,
Mark
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [gentoo-user] Mythfrontend segfaults [SOLVED]
2009-04-16 16:18 ` [gentoo-user] Mythfrontend segfaults [SOLVED] Michael Sullivan
2009-04-16 17:13 ` Mark Knecht
@ 2009-04-17 14:48 ` Mark Knecht
1 sibling, 0 replies; 52+ messages in thread
From: Mark Knecht @ 2009-04-17 14:48 UTC (permalink / raw
To: gentoo-user
On Thu, Apr 16, 2009 at 9:18 AM, Michael Sullivan <msulli1355@gmail.com> wrote:
<SNIP>
Michael,
The second line of the upgrade guide says:
X now no longer forces a double hidden build of media-libs/mesa. Mesa
now builds the software renderer (swrast) and whatever hardware driver
you've chosen with the VIDEO_CARDS variable.
Seems to me you're saying the new ebuild didn't build what you
needed from mesa so I'd suggest filing a bug report on that one.
Unfortunately for me this hasn't solved the problem. After
rebuilding mesa I did, 1 time out of 4 tries, manage to watch Live TV,
but that event had bad video and as soon as I tried to change the
channel X crashed again.
From dmesg I see the following video related things. The last two
lines are clearly errors. Everytime I try watching Live TV in Myth,
after the crash I have two more of these in dmesg:
Linux agpgart interface v0.103
agpgart-intel 0000:00:00.0: Intel 865 Chipset
agpgart-intel 0000:00:00.0: detected 16252K stolen memory
agpgart-intel 0000:00:00.0: AGP aperture is 128M @ 0xf0000000
<SNIP>
<SNIP>
[drm] Initialized drm 1.1.0 20060810
<SNIP>
[drm] Initialized i915 1.6.0 20060119 on minor 0
<SNIP>
[drm:i915_getparam] *ERROR* Unknown parameter 5
[drm:i915_getparam] *ERROR* Unknown parameter 5
One Google thread I read says this is the X driver looking for gem
support in my kernel. supposedly it's nothing to worry about but I
never had these messages before the xorg-server upgrade. Possibly each
two lines like this is just the driver starting back up again after
the crash. Don't know...
Unfortunately our machine here is still unusable...
- Mark
^ permalink raw reply [flat|nested] 52+ messages in thread
end of thread, other threads:[~2009-04-17 14:48 UTC | newest]
Thread overview: 52+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-11 23:35 [gentoo-user] Mythfrontend segfaults Michael Sullivan
2009-04-12 8:20 ` Neil Bothwick
2009-04-12 16:00 ` Michael Sullivan
2009-04-12 17:32 ` Neil Bothwick
2009-04-12 17:46 ` Michael Sullivan
2009-04-12 19:30 ` Neil Bothwick
2009-04-12 21:33 ` Michael Sullivan
2009-04-12 22:16 ` Neil Bothwick
2009-04-12 23:45 ` Mark Knecht
2009-04-13 0:01 ` Mark Knecht
2009-04-13 0:06 ` Jorge Morais
2009-04-13 2:03 ` Michael Sullivan
2009-04-13 3:30 ` Mark Knecht
2009-04-13 12:02 ` Michael Sullivan
2009-04-13 12:13 ` Michael Sullivan
2009-04-13 13:18 ` Michael Sullivan
2009-04-13 14:01 ` Mark Knecht
2009-04-13 14:27 ` Michael Sullivan
2009-04-13 15:23 ` Mark Knecht
2009-04-13 19:52 ` Michael Sullivan
2009-04-13 20:21 ` Alan McKinnon
2009-04-13 23:48 ` Michael Sullivan
2009-04-14 0:14 ` Mark Knecht
2009-04-14 6:43 ` Neil Bothwick
2009-04-14 14:35 ` Michael Sullivan
2009-04-14 15:59 ` Mark Knecht
2009-04-14 23:20 ` Michael Sullivan
2009-04-14 23:36 ` Mark Knecht
2009-04-15 0:02 ` Michael Sullivan
2009-04-15 6:48 ` Neil Bothwick
2009-04-15 14:52 ` Mark Knecht
2009-04-15 0:07 ` Michael Sullivan
2009-04-15 1:19 ` Mark Knecht
2009-04-15 5:14 ` Michael Sullivan
2009-04-16 14:40 ` Michael Sullivan
2009-04-16 16:18 ` [gentoo-user] Mythfrontend segfaults [SOLVED] Michael Sullivan
2009-04-16 17:13 ` Mark Knecht
2009-04-17 14:48 ` Mark Knecht
2009-04-16 17:11 ` [gentoo-user] Mythfrontend segfaults Mark Knecht
2009-04-14 14:02 ` Michael Sullivan
2009-04-14 6:43 ` Alan McKinnon
2009-04-13 15:43 ` Mark Knecht
2009-04-13 14:21 ` Dale
2009-04-13 1:42 ` Michael Sullivan
2009-04-12 17:56 ` Mythweb [WAS Re: [gentoo-user] Mythfrontend segfaults] Michael Sullivan
2009-04-12 19:32 ` Neil Bothwick
2009-04-12 20:17 ` Michael Sullivan
2009-04-12 22:14 ` Neil Bothwick
2009-04-13 1:40 ` Michael Sullivan
2009-04-13 8:35 ` Neil Bothwick
2009-04-13 11:55 ` Michael Sullivan
2009-04-13 15:15 ` Neil Bothwick
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox