You are not logged in.

#1 2008-01-21 20:39:31

broom
Member
Registered: 2008-01-21
Posts: 7

[Solved] Intel video driver - wrong DPI

I can't resolve this problem. sad
I have a Dell Inspiron 640m laptop with Intel 945GM videocard.

00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)

Version of video driver:

xf86-video-intel 2.1.1-2

Now I have 120x120 DPI:

# xdpyinfo | grep resolution
  resolution:    120x120 dots per inch

But I want to get 96x96. roll

Parts of my xorg.conf:

Section "Device"
        Identifier  "Card0"
        Driver      "intel"
        VendorName  "Intel Corporation"
        BoardName   "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
        BusID       "PCI:0:2:0"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "AUO"
        ModelName    "1247"
EndSection

I tried to give DisplaySize parameter, but intel driver ignores it. I tried "Option "DPI" "96x96"", but also no effect.
What can I do to fix it?
Thanks for any help!

Last edited by broom (2008-01-22 07:06:13)

Offline

#2 2008-01-22 06:56:01

luca
Member
From: Rome
Registered: 2005-10-30
Posts: 280

Re: [Solved] Intel video driver - wrong DPI

Hi broom,
try to add in section "Monitor" this:

Option "DDC" "no"

Offline

#3 2008-01-22 07:05:28

broom
Member
Registered: 2008-01-21
Posts: 7

Re: [Solved] Intel video driver - wrong DPI

luca wrote:

Hi broom,
try to add in section "Monitor" this:

Option "DDC" "no"

It helped. No DDC + DisplaySize gave the correct DPI.
I am so confused, that the solution was so simple... Thank you very much!

Offline

Board footer

Powered by FluxBB