Hi!
> Looks like you are using the wrong intel driver.
>
> For intel modesetting you need
> CONFIG_DRM=y
> CONFIG_DRM_KMS_HELPER=y
> # CONFIG_DRM_TDFX is not set
> # CONFIG_DRM_R128 is not set
> # CONFIG_DRM_RADEON is not set
> # CONFIG_DRM_I810 is not set
> # CONFIG_DRM_I830 is not set
> CONFIG_
Hi,
Looks like you are using the wrong intel driver.
For intel modesetting you need
CONFIG_DRM=y
CONFIG_DRM_KMS_HELPER=y
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_R128 is not set
# CONFIG_DRM_RADEON is not set
# CONFIG_DRM_I810 is not set
# CONFIG_DRM_I830 is not set
CONFIG_DRM_I915=y
# CONFIG_DR
Hi!
I'm trying to fix up my kernel setup so that X is happy... currently
it fails to start with:
FATAL: Could not load /lib/modules/2.6.37-rc5+/modules.dep: No such
file or directory
(EE) intel(0): No kernel modesetting driver detected.
(EE) Screen(s) found, but none have a usable configuration.
On Sat, Dec 11, 2010 at 10:13 PM, Pavel Machek wrote:
You want CONFIG_DRM_I915 and not CONFIG_FB_INTEL. The old framebuffer
driver should not be used in conjunction with xf86-video-intel.
Matt
https://bugs.freedesktop.org/show_bug.cgi?id=32326
--- Comment #4 from Dave Airlie 2010-12-11 20:23:28
PST ---
radeonCreatescreen is only called in DRI1 system,
radeonCreateScreen2 is called on DRI2 systems.
You can only have a version 1.x driver with a DRI1 system
and a version 2.x driver wi
CONFIG_ACPI_VIDEO depends on more than just CONFIG_ACPI, so add those
dependencies to the Kconfig select condition and make the code
conditional on CONFIG_ACPI_VIDEO.
Fixes building for ia64 (ACPI && !X86).
Signed-off-by: Ben Hutchings
---
Please send this up to Linus for 2.6.37.
Ben.
drivers
https://bugs.freedesktop.org/show_bug.cgi?id=32326
--- Comment #4 from Dave Airlie 2010-12-11
20:23:28 PST ---
radeonCreatescreen is only called in DRI1 system,
radeonCreateScreen2 is called on DRI2 systems.
You can only have a version 1.x driver with a DRI1 system
and a version 2.x driver wi
https://bugzilla.kernel.org/show_bug.cgi?id=19002
--- Comment #14 from Holger Lenz 2010-12-11
16:58:14 ---
Tried the patch on 2.6.36.1-2 (RV730 AGP)
Not much luck:
With KMS the system will boot into a black screen and lock up.
With UMS (nomodeset in kernel command line) it will show X, but
https://bugs.freedesktop.org/show_bug.cgi?id=32326
Chris Rankin changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|NOTABUG
https://bugs.freedesktop.org/show_bug.cgi?id=32326
Chris Rankin changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|NOTABUG
https://bugs.freedesktop.org/show_bug.cgi?id=32326
Dave Airlie changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=32326
Dave Airlie changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Kconfig says fbcon is required by drm_kms_helper. If radeon, fbcon,
and drm_kms_helper are all modules, radeon is auto loaded (by PCI id?),
drm_kms_helper is loaded because of the module dependency, but fbcon
isn't loaded leaving the console unusable. Since fbcon is required
and there isn't an ex
Hello.
In my double-carded ASUS U30JC (nvidia + intel i915) I do the following:
stop X
This is the output of /sys/kernel/debug/vgaswitcheroo/switch
daphne linux # cat /sys/kernel/debug/vgaswitcheroo/switch
0: :Pwr::01:00.0
1:+:Pwr::00:02.0 (intel graphic card in use, ok)
echo "DDIS" >
https://bugs.freedesktop.org/show_bug.cgi?id=32325
--- Comment #1 from Chris Rankin 2010-12-11 14:58:51
PST ---
There is a similar absence of DRM major version number checking in the
radeonCreateScreen() function in radeon_screen.c. (This probably affect r600c
as well, seeing as how the file is
https://bugs.freedesktop.org/show_bug.cgi?id=32325
--- Comment #1 from Chris Rankin 2010-12-11
14:58:51 PST ---
There is a similar absence of DRM major version number checking in the
radeonCreateScreen() function in radeon_screen.c. (This probably affect r600c
as well, seeing as how the file is
https://bugs.freedesktop.org/show_bug.cgi?id=32326
--- Comment #1 from Chris Rankin 2010-12-11 14:54:08
PST ---
There is a similar absence of DRM major version number checking in the
radeonCreateScreen() funtion in radeon_screen.c
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cg
https://bugs.freedesktop.org/show_bug.cgi?id=32326
--- Comment #1 from Chris Rankin 2010-12-11
14:54:08 PST ---
There is a similar absence of DRM major version number checking in the
radeonCreateScreen() funtion in radeon_screen.c
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cg
Hi,
Looks like you are using the wrong intel driver.
For intel modesetting you need
CONFIG_DRM=y
CONFIG_DRM_KMS_HELPER=y
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_R128 is not set
# CONFIG_DRM_RADEON is not set
# CONFIG_DRM_I810 is not set
# CONFIG_DRM_I830 is not set
CONFIG_DRM_I915=y
# CONFIG_DR
https://bugs.freedesktop.org/show_bug.cgi?id=32326
Summary: [R200] DRM version check only looks at minor number.
Product: Mesa
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
P
https://bugs.freedesktop.org/show_bug.cgi?id=32326
Summary: [R200] DRM version check only looks at minor number.
Product: Mesa
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
P
On Sat, Dec 11, 2010 at 10:13 PM, Pavel Machek wrote:
You want CONFIG_DRM_I915 and not CONFIG_FB_INTEL. The old framebuffer
driver should not be used in conjunction with xf86-video-intel.
Matt
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
Hi!
I'm trying to fix up my kernel setup so that X is happy... currently
it fails to start with:
FATAL: Could not load /lib/modules/2.6.37-rc5+/modules.dep: No such
file or directory
(EE) intel(0): No kernel modesetting driver detected.
(EE) Screen(s) found, but none have a usable configuration.
https://bugs.freedesktop.org/show_bug.cgi?id=30351
Sven Arvidsson changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=30351
Sven Arvidsson changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=32325
Summary: [radeon] DRM version check only looks at minor number.
Product: Mesa
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
https://bugs.freedesktop.org/show_bug.cgi?id=32325
Summary: [radeon] DRM version check only looks at minor number.
Product: Mesa
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
https://bugs.freedesktop.org/show_bug.cgi?id=31046
--- Comment #7 from Tobias Jakobi 2010-12-11 12:42:06 PST
---
I'm currently on vacation, so I can't test this at the moment. Will do a check
when I return home.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
---
https://bugs.freedesktop.org/show_bug.cgi?id=31046
--- Comment #7 from Tobias Jakobi 2010-12-11 12:42:06
PST ---
I'm currently on vacation, so I can't test this at the moment. Will do a check
when I return home.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
---
https://bugs.freedesktop.org/show_bug.cgi?id=32323
Summary: GL_EXT_texture_sRGB is broken
Product: Mesa
Version: 7.9
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
https://bugs.freedesktop.org/show_bug.cgi?id=32323
Summary: GL_EXT_texture_sRGB is broken
Product: Mesa
Version: 7.9
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
https://bugs.freedesktop.org/show_bug.cgi?id=32271
--- Comment #6 from Álmos 2010-12-11 11:23:36 PST ---
I don't think it's necessary to contact them: in this year's release there is a
completely different set of shaders, and all compile fine. At least in theory,
because the game doesn't start up
https://bugs.freedesktop.org/show_bug.cgi?id=32271
--- Comment #6 from ?lmos 2010-12-11 11:23:36 PST ---
I don't think it's necessary to contact them: in this year's release there is a
completely different set of shaders, and all compile fine. At least in theory,
because the game doesn't start up
From: jurriaan
Date: Sat, Dec 04, 2010 at 02:16:38PM +0100
> on my up-to-date Debian Unstable system, running on an Phenom X4, on
> an ATI RS880/SB700/built-in Radeon HD 4200 system, kdm crashes
> consistently when trying to start X.org when running kernel 2.6.37-rc4.
> It doesn't when running 2.6
https://bugzilla.kernel.org/show_bug.cgi?id=19002
--- Comment #14 from Holger Lenz 2010-12-11
16:58:14 ---
Tried the patch on 2.6.36.1-2 (RV730 AGP)
Not much luck:
With KMS the system will boot into a black screen and lock up.
With UMS (nomodeset in kernel command line) it will show X, but
https://bugs.freedesktop.org/show_bug.cgi?id=32318
Giacomo Perale changed:
What|Removed |Added
CC||ghe...@virgilio.it
--- Comment #2 from
https://bugs.freedesktop.org/show_bug.cgi?id=32318
Giacomo Perale changed:
What|Removed |Added
CC||ghepeu at virgilio.it
--- Comment #2 fr
https://bugs.freedesktop.org/show_bug.cgi?id=32320
Summary: vdrift 2010 release cannot start with shaders enabled
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: med
https://bugs.freedesktop.org/show_bug.cgi?id=32320
Summary: vdrift 2010 release cannot start with shaders enabled
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: med
https://bugs.freedesktop.org/show_bug.cgi?id=32319
--- Comment #7 from boris64 2010-12-11 07:49:59 PST ---
Uuh, i forgot to mention some important things.
Software used:
kernel-2.6.37-rc5+
libdrm/mesa/xf86-video-ati from git (today).
--
Configure bugmail: https://bugs.freedesktop.org/userp
https://bugs.freedesktop.org/show_bug.cgi?id=32319
--- Comment #7 from boris64 2010-12-11 07:49:59 PST
---
Uuh, i forgot to mention some important things.
Software used:
kernel-2.6.37-rc5+
libdrm/mesa/xf86-video-ati from git (today).
--
Configure bugmail: https://bugs.freedesktop.org/user
https://bugs.freedesktop.org/show_bug.cgi?id=32319
--- Comment #6 from boris64 2010-12-11 07:47:35 PST ---
Created an attachment (id=41017)
--> (https://bugs.freedesktop.org/attachment.cgi?id=41017)
Xorg.0.log
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- Y
https://bugs.freedesktop.org/show_bug.cgi?id=32319
--- Comment #6 from boris64 2010-12-11 07:47:35 PST
---
Created an attachment (id=41017)
--> (https://bugs.freedesktop.org/attachment.cgi?id=41017)
Xorg.0.log
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
---
https://bugs.freedesktop.org/show_bug.cgi?id=32319
--- Comment #5 from boris64 2010-12-11 07:46:37 PST ---
Created an attachment (id=41016)
--> (https://bugs.freedesktop.org/attachment.cgi?id=41016)
lspci -vnn
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- Y
https://bugs.freedesktop.org/show_bug.cgi?id=32319
--- Comment #5 from boris64 2010-12-11 07:46:37 PST
---
Created an attachment (id=41016)
--> (https://bugs.freedesktop.org/attachment.cgi?id=41016)
lspci -vnn
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
---
https://bugs.freedesktop.org/show_bug.cgi?id=32319
--- Comment #4 from boris64 2010-12-11 07:45:51 PST ---
Created an attachment (id=41015)
--> (https://bugs.freedesktop.org/attachment.cgi?id=41015)
dmesg
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You ar
https://bugs.freedesktop.org/show_bug.cgi?id=32319
--- Comment #4 from boris64 2010-12-11 07:45:51 PST
---
Created an attachment (id=41015)
--> (https://bugs.freedesktop.org/attachment.cgi?id=41015)
dmesg
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You a
https://bugs.freedesktop.org/show_bug.cgi?id=32319
--- Comment #3 from boris64 2010-12-11 07:43:53 PST ---
Created an attachment (id=41014)
--> (https://bugs.freedesktop.org/attachment.cgi?id=41014)
Fade-to-white-picture No.4
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab
https://bugs.freedesktop.org/show_bug.cgi?id=32319
--- Comment #2 from boris64 2010-12-11 07:43:31 PST ---
Created an attachment (id=41013)
--> (https://bugs.freedesktop.org/attachment.cgi?id=41013)
Fade-to-white-picture No.3
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab
https://bugs.freedesktop.org/show_bug.cgi?id=32319
--- Comment #3 from boris64 2010-12-11 07:43:53 PST
---
Created an attachment (id=41014)
--> (https://bugs.freedesktop.org/attachment.cgi?id=41014)
Fade-to-white-picture No.4
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?ta
https://bugs.freedesktop.org/show_bug.cgi?id=32319
--- Comment #2 from boris64 2010-12-11 07:43:31 PST
---
Created an attachment (id=41013)
--> (https://bugs.freedesktop.org/attachment.cgi?id=41013)
Fade-to-white-picture No.3
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?ta
https://bugs.freedesktop.org/show_bug.cgi?id=32319
--- Comment #1 from boris64 2010-12-11 07:43:02 PST ---
Created an attachment (id=41012)
--> (https://bugs.freedesktop.org/attachment.cgi?id=41012)
Fade-to-white-picture No.2
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab
https://bugs.freedesktop.org/show_bug.cgi?id=32319
--- Comment #1 from boris64 2010-12-11 07:43:02 PST
---
Created an attachment (id=41012)
--> (https://bugs.freedesktop.org/attachment.cgi?id=41012)
Fade-to-white-picture No.2
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?ta
https://bugs.freedesktop.org/show_bug.cgi?id=32319
Summary: Display fades to white screen instead of blanking out
in DPMS mode on a Sony Vaio VPCEC3L1E
Product: DRI
Version: DRI CVS
Platform: x86-64 (AMD64)
OS/Version: Linux (A
https://bugs.freedesktop.org/show_bug.cgi?id=32319
Summary: Display fades to white screen instead of blanking out
in DPMS mode on a Sony Vaio VPCEC3L1E
Product: DRI
Version: DRI CVS
Platform: x86-64 (AMD64)
OS/Version: Linux (A
https://bugs.freedesktop.org/show_bug.cgi?id=32318
--- Comment #1 from Chris Rankin 2010-12-11 07:39:38
PST ---
Created an attachment (id=41010)
--> (https://bugs.freedesktop.org/attachment.cgi?id=41010)
Titan, as seen with OpenGL Vertex Program rendering path
And Basic, Multitexture rendering
https://bugs.freedesktop.org/show_bug.cgi?id=32318
--- Comment #1 from Chris Rankin 2010-12-11
07:39:38 PST ---
Created an attachment (id=41010)
--> (https://bugs.freedesktop.org/attachment.cgi?id=41010)
Titan, as seen with OpenGL Vertex Program rendering path
And Basic, Multitexture rendering
https://bugs.freedesktop.org/show_bug.cgi?id=32318
Summary: [r300g] Titan's atmosphere in celestia is blue with
OpenGL 2.0 rendering path.
Product: Mesa
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Stat
https://bugs.freedesktop.org/show_bug.cgi?id=32318
Summary: [r300g] Titan's atmosphere in celestia is blue with
OpenGL 2.0 rendering path.
Product: Mesa
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Stat
https://bugs.freedesktop.org/show_bug.cgi?id=32271
Marek Olšák changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=32271
Marek Ol??k changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=30488
--- Comment #1 from Marek Olšák 2010-12-11 06:38:22 PST ---
There has been some fixes in Mesa master. Could you possibly test the game
again with current git?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- Yo
https://bugs.freedesktop.org/show_bug.cgi?id=30488
--- Comment #1 from Marek Ol??k 2010-12-11 06:38:22 PST
---
There has been some fixes in Mesa master. Could you possibly test the game
again with current git?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- Y
https://bugs.freedesktop.org/show_bug.cgi?id=30351
--- Comment #8 from Marek Olšák 2010-12-11 06:35:09 PST ---
Commit 2af8a1983180fc0168c1e0e53bcc69ee3d684ea4 in Mesa master should fix some
missing objects. Could you test the game again with current git?
--
Configure bugmail: https://bugs.freed
https://bugs.freedesktop.org/show_bug.cgi?id=30351
--- Comment #8 from Marek Ol??k 2010-12-11 06:35:09 PST
---
Commit 2af8a1983180fc0168c1e0e53bcc69ee3d684ea4 in Mesa master should fix some
missing objects. Could you test the game again with current git?
--
Configure bugmail: https://bugs.free
non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3309 bytes
Desc: not available
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20101211/97ce9f42/attachment.bin>
https://bugs.freedesktop.org/show_bug.cgi?id=32271
--- Comment #4 from Marek Olšák 2010-12-11 01:59:58 PST ---
(In reply to comment #3)
> (In reply to comment #2)
> > I wonder if lowering DDX/DDY to SFL makes any difference compared to using a
> > shader that outputs (0,0,0,1).
>
> The lowering
https://bugs.freedesktop.org/show_bug.cgi?id=32271
--- Comment #4 from Marek Ol??k 2010-12-11 01:59:58 PST
---
(In reply to comment #3)
> (In reply to comment #2)
> > I wonder if lowering DDX/DDY to SFL makes any difference compared to using a
> > shader that outputs (0,0,0,1).
>
> The lowering
68 matches
Mail list logo