Add video card name information.

lvmraid
Mike Hiretsky 13 years ago
parent 7f124b1fea
commit 9d0798189e

Binary file not shown.

@ -889,7 +889,7 @@ class cl_install(color_print, SignalInterrupt):
(_("Machine hardware name"),
clGet('os_install_arch_machine'),True),
(_("Quantity processors"),clGet('hr_cpu_num'),hdd),
(_("Videocard vendor"),clGet('hr_video'),hdd),
(_("Videocard"),clGet('hr_video_name'),hdd),
(_("{0} video driver").format("Xorg"),
clGet('os_install_x11_video_drv'),hdd),
(_("Screen resolution"),clGet('os_install_x11_resolution'),hdd)

@ -376,6 +376,7 @@ class Data:
# lib vars
os_locale_xkb = {}
hr_video = {}
hr_video_name = {}
os_linux_name = {}
os_scratch = {}
os_x11_video_drv = {}

Loading…
Cancel
Save