Mailinglist Archive: opensuse-bugs (13484 mails)
| < Previous | Next > |
[Bug 331609] intel: Bad DPI value is uncorrectable via xorg.conf
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 24 Oct 2007 06:02:09 -0600 (MDT)
- Message-id: <20071024120209.C9B5FCC7AC@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=331609#c41
Stefan Dirsch <sndirsch@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |NEEDINFO
Info Provider|
|ast@xxxxxxxxxx
--- Comment #41 from Stefan Dirsch <sndirsch@xxxxxxxxxx> 2007-10-24 06:02:09
MST ---
Anja, could you provide a SWAMPID for this issue?
Summary/Description
-------------------
Fix for Xserver crash when using intel driver without a Monitor section in
xorg.conf. Fixes a regression introduced with the latest Xserver update.
Matthias, can you push this upstream?
- if (output->conf_monitor->mon_width > 0 ||
- output->conf_monitor->mon_height > 0)
+ if (output->conf_monitor &&
+ (output->conf_monitor->mon_width > 0 ||
+ output->conf_monitor->mon_height > 0))
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Stefan Dirsch <sndirsch@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |NEEDINFO
Info Provider|
|ast@xxxxxxxxxx
--- Comment #41 from Stefan Dirsch <sndirsch@xxxxxxxxxx> 2007-10-24 06:02:09
MST ---
Anja, could you provide a SWAMPID for this issue?
Summary/Description
-------------------
Fix for Xserver crash when using intel driver without a Monitor section in
xorg.conf. Fixes a regression introduced with the latest Xserver update.
Matthias, can you push this upstream?
- if (output->conf_monitor->mon_width > 0 ||
- output->conf_monitor->mon_height > 0)
+ if (output->conf_monitor &&
+ (output->conf_monitor->mon_width > 0 ||
+ output->conf_monitor->mon_height > 0))
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |