LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   intel 946gz video problem with sax2 (https://www.linuxquestions.org/questions/linux-hardware-18/intel-946gz-video-problem-with-sax2-547912/)

chuckbuhler 04-21-2007 03:25 PM

intel 946gz video problem with sax2
 
When I installed SuSE 10.2, sax insists that I have only VESA graphics, and only in 800x600. I have Intel 946gz express chipset, which supports considerably higher than that. Did a search and found that it needed the Intel i810 driver. Sax will not let me change to that (or anything other than VESA - frambuffer).

I ran xconfig and manually set up the video to use the i810, and it seems to work perfectly. Sax still says that I'm using VESA, but the xorg.conf must override what Sax thinks.

The only real error I get is when I try to switch to a console or start another session. I loose the video at that point. The display will start flashing, usually light blue or white. I do not get the video back even if I switch back to the origional screen. There are no other errors with the video that I know of, and everything else seems to be working. KDE looks great, and no problem switching for one desktop to another. I can view pictures and movies just fine, just can't go to another session or to a console. (XTerm works just fine, by console I'm refering to the ctrl-alt-F1-6)

from the xorg.conf:

**********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

Identifier "i810a"

HorizSync 31.5 - 64.3

VertRefresh 50-100

EndSection
**********************************************************************

(I removed the help notes to shorten the read)

The Sync and Refresh values are supported by the display I have - a ViewSonic VP920b. The specs of the computer are in my sig. The computer is current on updates. I dual boot between 32bit and 64bit, both SuSE 10.2, and the problem is the same with both.

It seems that the real problem is getting Sax in sync with what's in the xorg.conf file.

Thanks for any help or suggestions.

chuckbuhler 04-21-2007 03:34 PM

Drrr. Let put all of that section of the xorg.conf. (Bad editing, yet, I'm an idiot)


# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

Identifier "i810a"

HorizSync 31.5 - 64.3

VertRefresh 50-100

EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

# Standard VGA Device:

Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"

Driver "vga"


EndSection

# Device configured by xorgconfig:

Section "Device"
Identifier "i810ax"
Driver "i810"
#VideoRam 65536
# Insert Clocks lines here if appropriate
EndSection


# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
Identifier "Screen 1"
Device "i810ax"
Monitor "i810a"
DefaultDepth 24

Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection

chuckbuhler 04-23-2007 09:26 PM

Partial solution:

I normally run the display at 1280x1024. But if I switch it to 1024x768, switching to the virtual console and back to X works fine.


All times are GMT -5. The time now is 08:43 AM.