[ltp] Re: anybody have DVI at 1600x1200?
David Abrahams
linux-thinkpad@linux-thinkpad.org
Mon, 29 Dec 2008 21:20:09 -0900
--=-=-=
on Sat Dec 20 2008, Aidan Marks <aidan-AT-cisco.com> wrote:
> Hi
>
> T60 with fglrx. I currently drive DVI @ 1024x768 through the dock and
> has worked fine from day one, but my NEC 2080UX+ native resolution is
> 1600x1200 and my attempts in the past to get it working have failed.
>
> If I set 1600x1200@60 I get completely unstable video, screen
> blanking/on/off.
Works for me. I even have that same monitor though I think it's running
off the VGA port -- I'm using the DVI to drive a Dell monitor at the
same resolution, and -- I think -- frequency. I'm away from my dock for
the next few days so can't check.
> Does anybody have 1600x1200@60 working properly? If so please post the
> relevant driver/version and xorg config. Or if you haven't got it
> working, please chime in also.
I'm currently using the latest fglrx shipped by ubuntu.
$ dpkg-query -l xorg-driver-fglrx xorg
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version
+++-==========================================-=================================
ii xorg 1:7.4~5ubuntu3
ii xorg-driver-fglrx 2:8.543-0ubuntu4
This version of Xorg apparently uses some newfangled config system where
lots of things don't go in xorg.conf, but mine is enclosed.
I use xrandr to change resolutions.
--- schnipp ---
--=-=-=
Content-Disposition: inline; filename=xorg.conf
Content-Description: My xorg.conf
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
# sudo dpkg-reconfigure -phigh xserver-xorg
# commented out by update-manager, HAL is now used
#Section "InputDevice"
# Identifier "Generic Keyboard"
# Driver "kbd"
# Option "XkbRules" "xorg"
# Option "XkbModel" "pc105"
# Option "XkbLayout" "us"
#EndSection
# commented out by update-manager, HAL is now used
#Section "InputDevice"
# Identifier "Configured Mouse"
# Driver "mouse"
#EndSection
Section "Monitor"
Identifier "Configured Monitor"
DisplaySize 420 316
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
Option "DPI" "96x96"
DefaultDepth 24
SubSection "Display"
Modes "1600x1200"
EndSubSection
EndSection
Section "Module"
Load "dri"
Load "GLcore"
Load "glx"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
EndSection
Section "Device"
Identifier "Configured Video Device"
Option "EnableMonitor" "tmds1,crt1"
Option "DesktopSetup" "horizontal"
Option "PowerState" "1"
Option "HSync2" "31.5-91.1"
Option "VRefresh2" "50-85"
Option "AccelMethod" "EXA"
BusID "PCI:1:0:0"
Driver "fglrx"
EndSection
Section "ServerFlags"
Option "NoTrapSignals" "true"
Option "DontZap" "yes"
EndSection
--=-=-=
--- schnapp ---
HTH,
--
Dave Abrahams
BoostPro Computing
http://www.boostpro.com
--=-=-=--