On 09.12.2010 00:21, Alex Deucher wrote:
"video=9-pin DIN-1:1024x768...@60e"
but kernel panics saying about bad variable name
I don't think you have a space in the name. grub doesn't deal with it
properly unfortunately.
drm_connector_enum_list contains "9-pin DIN". Then it used in
drm_fb_helper.c
as
fb_get_options(drm_get_connector_name(fb_helper_conn->connector), &option)
drm_get_connector_name() function just sprintfs:
snprintf(buf, 32, "%s-%d",
drm_connector_enum_list[connector->connector_type].name,
connector->connector_type_id);
so if I understand correctly we have "9-pin DIN-1" in fb_get_options() call.
_______________________________________________
xorg-driver-ati mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-driver-ati