|
Bugzilla – Full Text Bug Listing |
| Summary: | Install fails to set up Xorg for PCI nVidia card on computer with Intel Extreme Graphics 2 | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Sean Patrick Hogan <sean> |
| Component: | SaX2 | Assignee: | Stefan Dirsch <sndirsch> |
| Status: | RESOLVED WONTFIX | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Beta 2 | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
Xorg.conf that was auto-generated (/etx/X11/xorg.conf)
The SaX Log from running sax2 -r -a Xorg.conf after running sax2 -r -a New SaX log (sax2 -c 0) |
||
|
Description
Sean Patrick Hogan
2006-01-29 18:40:01 UTC
Created attachment 65565 [details]
Xorg.conf that was auto-generated (/etx/X11/xorg.conf)
It looks like SaX never configured the graphical interface during the hardware configuration portion of the install. I'm going to try running sax from the command line and see if I can get it working that way.
I ran sax2 from the command line after logging in. It recognized that there was no X server running and started its own, but it terminated without getting through its process with the message: "ups lost card during probing...abort at /usr/share/sax/init.pl line 618." I hope that helps. I assume you have multiple cards installed which couldn't be used together. The xorg.conf is completely broken. If you don't mind call sax2 -r -a and send me the files /var/log/SaX.log /etc/X11/xorg.conf Thanks Created attachment 65646 [details]
The SaX Log from running sax2 -r -a
One thing I noticed looking at the SaX log is that it's seeing the nVidia card as AGP - it's PCI. Also, I don't know if this is true, but I thought that Intel Extreme Graphics integrated graphics chipsets were AGP even though they were on the board.
Created attachment 65647 [details]
Xorg.conf after running sax2 -r -a
It doesn't look like running sax changed the file.
NVidia in combination with Intel seems to be a bad match :-) Try to select one device only: sax2 -c 0 Stefan do you know about problems with these devices ? Not really. Maybe the Intel Device can be disabled in the BIOS setup ... Created attachment 65784 [details]
New SaX log (sax2 -c 0)
The Intel Extreme Graphics 2 is disabled in the BIOS (as much as the BIOS allows). The BIOS has an option to use the built-in graphics or a PCI card installed and so I set it to PCI but both Windows and Linux can still see/use the integrated graphics.
This SaX log (created using sax -c 0) might be a little more telling. It seems to indicate that a xorg.conf file was created, but it tried to use the i810 driver rather than the nv driver - similar to what Ubuntu does. Of course, I might be misreading the log file.
yes it does what it should. With -c 0 you told sax2 to use the chip 0 which is the i865G but the driver isn't able to setup X because it couldn't read the BIOS: (II) I810(0): initializing int10 (EE) I810(0): Cannot read V_BIOS (EE) I810(0): VBE initialization failed. BIOS or driver Problem, Stefan Dirsch may know more If you want to use the Nvidia board simply type sax2 -c 1 Will reassign this one because of the intel problem > BIOS or driver Problem Both in my eyes. Why can't this internal gfx chipset be disabled completely? Works fine here on my Intel 945G machine. I remember we run into a similar/identical problem with a Intel i815 integrated/<whatever gfx board> combination and were never able to resolve the problem. :-( > Fedora 5 test 2 does seem to set it up correctly. xorg.conf from this installation still available? This might help, although I'm afraid it won't. The sax2 -c 1 worked. I think it's more a matter of getting SaX to only set up one interface and for that interface to be the nVidia card. I feel like Fedora either read something from the BIOS that said that the PCI card was the one indicated to use there or just decided that if I had an nVidia card and integrated graphics I probably wanted to use the nVidia card ;) I don't think the xorg.conf would help since SaX can generate a working xorg.conf as long as it configures the right things. As for disabling the Intel Extreme Graphics 2, I get the option of using the on-board graphics or PCI in the BIOS menu. This is my second eMachine and they both worked this way (both with Intel's integrated graphics, but I think the other was Intel's original while this is their second version). Sorry, I didn't know that sax2 can create a working configuration. Ok. I hope you can live with this workaround, since this is something we cannot fix. |