Description of problem: Use 'vesa' as default in FC7 test3 after installed, please use 'ast' as default if use AST2000 (vendor id = 0x1a03, device id = 0x2000)
Er, that should have worked in test3. Please attach the output of: rpm -q xorg-x11-drv-ast xorg-x11-drivers
Created attachment 154008 [details] rpm -q xorg-x11-drv-ast xorg-x11-drivers output srceen This attach file is output srceen
Dear sir, I know the AST2000 driver had been included in FC7 already. Our concern is that after installed the FC7 using AST2000 VGA card, then the xorg config will set 'vesa' as default and not 'ast'. We hope FC7 installer could use 'ast' as default if AST2000 be detected. Maybe this issue not related to the component of xorg-x11-drv-ast, could you help to transfer to proper owner? Regards, Y.C. Chen
ast is probably the right component. The question is just why we're not detecting it properly. Can you also attach the output of: lspci -vn and kudzu -p -c video ?
Created attachment 154093 [details] kudzu -p -c video This attach file is output result.
Created attachment 154094 [details] lspci -vn This attach file is output result.
Comment on attachment 154093 [details] kudzu -p -c video This result is already change VGA default setting.
Dir sir, DO you have any update or need us supply more information? Regards, Y.C. Chen
So in F7 and later, I think this is caused by a bug in anaconda. The initial xorg.conf is created by anaconda at install time, but it will only select among those drivers that happen to be present in the anaconda stage2 image, and -drv-ast was never added there. In current anaconda, the X driver list for stage2 is populated by the dependencies of the xorg-x11-drivers metapackage, so this should no longer be an issue. Please test installation with Fedora 8 test 2 (which should be released in the next week or so) and verify that this is resolved for you.
We will try it on FC8 test2. Thanks, Y.C. Chen