You are not logged in.
Just upgraded eveything, including xorg-server-1.2.0-3.
After the upgrade the DPI was forced to 94x95 by X and it just ignored the 'DisplaySize'-entry in xorg.conf.
Anyone know if they renamed or removed that command? Can't upgrade when it's impossible to get correct DPI.
Last edited by Goophy (2007-02-28 19:14:01)
Offline
That is the exact issue I am having.. I posted a bug report on it. Maintainer is looking into it although i hadn't narrowed it down to the DisplaySize command. That makes perfect sense since my screen size got all screwy..
Offline
It's probably a bug in xorg.
See https://bugs.freedesktop.org/show_bug.cgi?id=9758
Feel free to correct my English
Offline
I forwarded that info to the bug report I had posted so the maintainer can look into it. Thanks for the info Prim I am sure it will help.
Offline
Same effect here. But adding Option "NoDDC" to the Device section for the video card in xorg.conf seems to fix it.
Offline
The NoDCC-option did not work for me, unfortunately.
Let's hope they'll fix it for the next update.
Offline
It's weird. It seems to work for me. Without it I have 98x96 dpi. With NoDDC option I have 98x98 but something is still wrong - different logs show different display sizes in mm. For example xorg log says
(**) I810(0): Display dimensions: (331, 207) mm
(**) I810(0): DPI set to (98, 98)which is exactly the size from DisplaySize. But xdpyinfo says
dimensions: 1280x800 pixels (332x207 millimeters)
resolution: 98x98 dots per inchI have no idea where this data come from :-)
Maybe it's just "luck" that NoDDC forced correct display size. I'm also pretty sure that xorg log should say something about using size from DisplaySize but it doesn't. Well, something is still broken...
EDIT: but if you are using different video card than mine and non open source drivers you should try other options like edid options for nvidia (NoDDC doesn't work anymore for this driver).
Last edited by lanrat (2007-03-05 21:08:06)
Offline
I also had the same problem with 'DisplaySize' being ignored after an update. I use a nvidia card and it's drivers, so the advice to use edid options that lanrat gave really helped. I added Option "UseEDID" "FALSE" and Option "UseEdidFreqs" "FALSE" and got back to my resolution and refresh rate. I don't know, maybe only using the first option would be enough too. Anyways, somebody might find this feedback useful ![]()
Offline
Nvidia binary users could just add
Option "DPI" "100 x 100"to their video-device section
Stand back, intruder, or i'll blast you out of space! I am Klixon and I don't want any dealings with you human lifeforms. I'm a cyborg!
Offline
is there some way to fix it without patch?
Arch - newbie
Offline
Same effect here. But adding Option "NoDDC" to the Device section for the video card in xorg.conf seems to fix it.
Thanks a lot. That works for me ![]()
Last edited by no4 (2007-03-20 21:01:29)
Thank you free software developers for sharing your work.
Offline
NoDDC doesnt work for me ![]()
Arch - newbie
Offline
NoDDC doesnt work for me
here is my xorg.conf
Section "ServerLayout"
Identifier "Xorg Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
Option "AIGLX" "true"
InputDevice "USB Mouse" "CorePointer"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/PEX"
# Additional fonts: Locale, Gimp, TTF...
FontPath "/usr/share/fonts/cyrillic"
# FontPath "/usr/share/lib/X11/fonts/latin2/75dpi"
# FontPath "/usr/share/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/ttf/western"
FontPath "/usr/share/fonts/ttf/decoratives"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/truetype/openoffice"
FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
FontPath "/usr/share/fonts/latex-ttf-fonts"
FontPath "/usr/share/fonts/defoma/CID"
FontPath "/usr/share/fonts/defoma/TrueType"
EndSection
Section "Module"
Load "ddc" # ddc probing of monitor
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "bitmap" # bitmap-fonts
Load "type1"
Load "freetype"
Load "record"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" ""
Option "XkbVariant" ""
EndSection
Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection
# Auto-generated by Archie mkxcfg
Section "Monitor"
Identifier "Monitor0"
Option "DPMS" "true"
HorizSync 28.0 - 96.0 # Warning: This may fry old Monitors
VertRefresh 50.0 - 75.0 # Very conservative. May flicker.
# DisplaySize 390 246 # 84 DPI @ 1280x800
Modeline "1280x800_60.00" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync +Vsync
EndSection
# Auto-generated by Archie mkxcfg
Section "Device"
Identifier "Card0"
Driver "i810"
VendorName "Intel Corporation"
BoardName "Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
BusID "PCI:0:2:0"
VideoRam 131072
Option "DRI" "true"
Option "XVideo" "true"
Option "XAANoOffscreenPixmaps" "true"
Option "NoDDC"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 24
SubSection "Display"
Depth 1
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "38"
Virtual 1280 800
#Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSectionThank you free software developers for sharing your work.
Offline
eduac wrote:NoDDC doesnt work for me
here is my xorg.conf
Section "ServerLayout" Identifier "Xorg Configured" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" Option "AIGLX" "true" InputDevice "USB Mouse" "CorePointer" EndSection Section "ServerFlags" Option "AllowMouseOpenFail" "true" EndSection Section "Files" RgbPath "/usr/share/X11/rgb" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/misc:unscaled" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/75dpi:unscaled" FontPath "/usr/share/fonts/75dpi" FontPath "/usr/share/fonts/100dpi:unscaled" FontPath "/usr/share/fonts/100dpi" FontPath "/usr/share/fonts/PEX" # Additional fonts: Locale, Gimp, TTF... FontPath "/usr/share/fonts/cyrillic" # FontPath "/usr/share/lib/X11/fonts/latin2/75dpi" # FontPath "/usr/share/lib/X11/fonts/latin2/100dpi" # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig! FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/ttf/western" FontPath "/usr/share/fonts/ttf/decoratives" FontPath "/usr/share/fonts/truetype" FontPath "/usr/share/fonts/truetype/openoffice" FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera" FontPath "/usr/share/fonts/latex-ttf-fonts" FontPath "/usr/share/fonts/defoma/CID" FontPath "/usr/share/fonts/defoma/TrueType" EndSection Section "Module" Load "ddc" # ddc probing of monitor Load "dbe" Load "dri" Load "extmod" Load "glx" Load "bitmap" # bitmap-fonts Load "type1" Load "freetype" Load "record" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "" Option "XkbVariant" "" EndSection Section "InputDevice" Identifier "USB Mouse" Driver "mouse" Option "Device" "/dev/input/mice" Option "SendCoreEvents" "true" Option "Protocol" "IMPS/2" Option "ZAxisMapping" "4 5" Option "Buttons" "5" EndSection # Auto-generated by Archie mkxcfg Section "Monitor" Identifier "Monitor0" Option "DPMS" "true" HorizSync 28.0 - 96.0 # Warning: This may fry old Monitors VertRefresh 50.0 - 75.0 # Very conservative. May flicker. # DisplaySize 390 246 # 84 DPI @ 1280x800 Modeline "1280x800_60.00" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync +Vsync EndSection # Auto-generated by Archie mkxcfg Section "Device" Identifier "Card0" Driver "i810" VendorName "Intel Corporation" BoardName "Mobile 945GM/GMS/940GML Express Integrated Graphics Controller" BusID "PCI:0:2:0" VideoRam 131072 Option "DRI" "true" Option "XVideo" "true" Option "XAANoOffscreenPixmaps" "true" Option "NoDDC" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultColorDepth 24 SubSection "Display" Depth 1 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "38" Virtual 1280 800 #Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 32 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "DRI" Mode 0666 EndSection Section "Extensions" Option "Composite" "Enable" EndSection
nothing ![]()
Arch - newbie
Offline