XORG i810 problem

Asked by tepaks

After long struggle with my Compaq EVO D510 and buggy GRUB loader finally got Dapper running with LILO just to run in to another problem. Whatever I do with XORG config I can’t get it to initialize i810 driver to a lower refresh rate than 85 Hz. Normally it shouldn’t be a problem but my monitor can’t run higher than 75 Hz. Can anyone hlp me with this one please?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Jaroslav Petráš (jape) said :
#1

Maybe we will know more when you place here part of your xorg.conf..

Like that:
------------------------------------------------------------------------------------------

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

Section "Monitor"
    Identifier "My Monitor"
    HorizSync 30-60 # for correct values you need monitor manual
    VertRefresh 60-75 # for correct values you need... //this is maybe good?!
EndSection

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

Section "Device"
    Identifier " dev_i810"
    Driver "i810"
    #VideoRam 16384
    # Insert Clocks lines here if appropriate
EndSection

Or write model of your monitor... (and vendor)

Revision history for this message
Jaroslav Petráš (jape) said :
#2

OR do you have installation diskette or CD of your monitor?

PS: Sorry for my English... :-D

Revision history for this message
tepaks (nimda-quicknet) said :
#3

Newer mind your English it's better than my Slovak!

My xorg.config looks like this:
Section "Device"
 Identifier "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
 Driver "i810"
 BusID "PCI:0:2:0"
 VideoRam 8192
 Option "UseFBDev" "true"
EndSection

Section "Monitor"
 Identifier "Fujitsu715"
 Option "DPMS"
 HorizSync 30-68
 VertRefresh 50-75
 Modeline "800x600@75" 49.85 800 832 1016 1048 600 611 619 631
 Modeline "1024x768@75" 85.52 1024 1056 1376 1408 768 782 792 807
 Modeline "1152x864@75" 111.72 1152 1184 1608 1640 864 880 891 908
EndSection

Section "Screen"
 Identifier "Default Screen"
 Device "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
 Monitor "Fujitsu715"
 DefaultDepth 24
 SubSection "Display"
  Depth 24
  Modes "1152x864" "1024x768" "800x600"
 EndSubSection
EndSection

I don't have drivers for my monitor, needer a manual. It'a
 Fujitsu 715 17" CRT. Only thing that I know for sure is that it's best resolution is 1152x864@75 (it runs fine on XP). By manually adding modeline entry I got it on 1024x768@75 but not any higher. Chipset's BIOS supports all tree modes but somehow I can't get it set up on my desktop. Another thing is that acceleration doesn't work to. Graphics are wherry slow and flickering. As far as I understand it's a driver problem. I'm newbie to Linux so any help is more than welcome.

Can you help with this problem?

Provide an answer of your own, or ask tepaks for more information if necessary.

To post a message you must log in.