Samsung 172x / nvidia driver / XFree86 4.3.0

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



In case my experience helps someone else with a similar setup to me:

Monitor: Samsung SyncMaster 172x (LCD)
XFree86 4.3.0.dfsg.1-1 (Debian Sarge)
nVidia nForce 220D
xfree driver: nvidia

Initial problems:
1. Desktop too large for screen.
2. Unable to get 1280x1024 mode (max 1024x960)

Initial XF86Config-4 settings (from monitor manual):
Horizontal sync.: 30-81
Vertical sync.: 56-75

Solution (after much tinkering):
1. Reduce horizontal sync. range to 30-79.
2. At one point I had to use a default screen depth of 16 to enable X to get 1280x1024, but at the last it seems be working even with 24.


Here are some snippets from my XF86Config-4 file:
.............................................................................
# XF86Config-4 (XFree86 X Window System server configuration file)
#
<snip/>
Section "Device"
Identifier "nVidia nForce 220D"
Driver "nvidia"
EndSection
Section "Monitor"
Identifier "Samsung SyncMaster 172x"
# Note: 172x manual gives horizontal sync of 30-81 kHz.
# If use upper bound >79 get desktop too tall for screen.
HorizSync 30-79
VertRefresh 56-75
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia nForce 220D"
Monitor "Samsung SyncMaster 172x"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
<snip/>
.............................................................................




_______________________________________________
XFree86 mailing list
XFree86@xxxxxxxxxxx
http://XFree86.Org/mailman/listinfo/xfree86

[Index of Archives]     [X Forum]     [Xorg]     [XFree86 Newbie]     [IETF Announce]     [Security]     [Font Config]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux Kernel]

  Powered by Linux