You are not logged in.

#1 2008-09-08 20:28:03

niclasc
Member
Registered: 2008-09-08
Posts: 42

[solved] 1680x1050 with intel i810 driver

I just did a fresh install of Arch on a HP D530. It has a intel 865G chipset. I've tried a lot of different settings in xorg.conf but I can't get 1680x1050 to work. I've installed 915resolution and made the needed configs. I've also tried to use the intel driver. But with that X doesn't start at all.
My minitor is a Samsung 205BW


Section "Monitor"
        Identifier   "Monitor0"
        HorizSync       30.0 - 81.0
        VertRefresh     56.0 - 75.0
        ModeLine "1680x1050_60" 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync$
        Option         "DPMS" "true"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "i810"
        Card        "Intel 810"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1680x1050"
        EndSubSection
EndSection


How do I fix this?

I had Xubuntu installed before and there it worked right out of the box. No config at all. Why is it so difficult to fix this in Arch?

Thanks
/Niclas

Last edited by niclasc (2008-09-09 06:08:49)

Offline

#2 2008-09-08 21:03:13

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: [solved] 1680x1050 with intel i810 driver

My "Device" section is as follows:

Section "Device"
Option "VBERestore" "true"
Option "DRI" "true"
Option "XAANoOffscreenPixmaps" "true"
Identifier "Card0"
Driver "i810"
VendorName "All"
BoardName "All"
EndSection

I note you have a ...Card "810".. which may conflict with "Card0"

Just an observation....


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#3 2008-09-08 21:15:54

pauldonnelly
Member
Registered: 2006-06-19
Posts: 776

Re: [solved] 1680x1050 with intel i810 driver

In what way does X not start with the intel driver?

Offline

#4 2008-09-09 06:07:03

niclasc
Member
Registered: 2008-09-08
Posts: 42

Re: [solved] 1680x1050 with intel i810 driver

Hi, I solved it at last. Don't know exactly what I did. Dut now I use the intel driver. And it works.


lilsirecho:
What card/chipset do you have. Same as mine?

/Niclas

Offline

#5 2008-09-09 14:38:59

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: [solved] 1680x1050 with intel i810 driver

My mobo is Gigabyte GA-945GCM-S2C so the Intel chips are intel945 and ICH7.


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

Board footer

Powered by FluxBB