Unable to select full resolution of monitor 1680x1050

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
kjrunner

Unable to select full resolution of monitor 1680x1050

Post by kjrunner »

I am at wit's end on this one. Basically I am trying to get my computer to run at the maximum resolution of my monitor and nothing I have tried has allowed this. Any help in getting this resolved would be appreciated.

System:
LMDE (Kernel 2.6.32-5-amd64)
Onboard ATI HD 4250 Video Card (on a MSI 880GMA-E55 motherboard)
Installed ATI proprietary drivers, fglrx-driver 1.11-3-1 (was not able to get even this high of resolution before installing proprietary drivers), installed from synaptic
Monitor Westinghouse LCM-22w3 with maximum resolution of 1680x1050
Monitor connected via standard VGA cable

From Menu->Preferences->Monitors

Current Resolution choices: 1600x1200, 1400x1050, 1280x1020, 1440x900 and some more lower ones
(Interestingly I am currently running at 1600x1200, at least that is what the system and monitor are reporting, looks stretched, so I don't think that is what is being achieved)

The monitor is reported as Unknown, it seems that the computer is unable to communicate with the monitor to get the EDID information

The same information and limitations are given useing the Catalyst Control Center

I did remove the xorg ati drivers by running:
apt-get --purge xserver-xorg-video-radeon

xorg.conf:

Code: Select all

Section "ServerLayout"
	Identifier     "aticonfig Layout"
	Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]-0"
	HorizSync    31.5 - 80.0
	VertRefresh  55.0 - 60.0
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]-0"
	Driver      "fglrx"
	Option	    "UseFastTLS" "1"
	BusID       "PCI:1:5:0"
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[0]-0"
	Device     "aticonfig-Device[0]-0"
	Monitor    "aticonfig-Monitor[0]-0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
                Virtual 1680 1200
		Modes    "1680x1050"
	EndSubSection
EndSection
I first added Modes "1680x1050" under "Display" I added this by editing xorg.conf directly and then running aticonfig --initial
after reboot no option for "1680x1050"

I then attempted to add this resolution level by running: (after reading http://www.edaboard.com/thread96483.html )
aticonfig --resolution=0,1680x1050 then
aticonfig --hsync=0,60.0-70.0 then
aticonfig --vrefresh=0,55.0-65.0
after reboot no option for "1680x1050"

I also tried the xorg.conf file with the following Modeline under "Monitor" obtained from: (http://www.bohne-lang.de/spec/linux/mod ... 50&FREQ=60 )
Modeline "1680x1050" 149.00 1680 1760 1944 2280 1050 1050 1052 1089

And the replaced with this one created from running the command gtf 1680 1050 60
Modeline "1680x1050_60.00" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -HSync +Vsync

after reboot (each time Modeline was changed) no option for "1680x1050"
removed Modeline

After examining /var/log/Xorg.0.log and reading this threadhttp://fedoraforum.org/forum/showthread.php?p=1445700 because I was getting the "(width too large for virtual size)" warning for 1680x1050 resolution lines

Now I am getting these two errors in for the 1680x1050 resolution:
[ 6.424] (II) fglrx(0): Not using mode "1680x1050" (unknown reason)
[ 6.424] (II) fglrx(0): Not using mode "1680x1050" (vrefresh out of range)

I tried expanding the vrefresh rate to 40.0-80.0
after reboot no option for 1680x1050

Current Xorg.0.log:

Code: Select all

[     5.578] 
X.Org X Server 1.9.5
Release Date: 2011-03-17
[     5.578] X Protocol Version 11, Revision 0
[     5.578] Build Operating System: Linux 2.6.38-1-amd64 x86_64 Debian
[     5.578] Current Operating System: Linux goober 2.6.32-5-amd64 #1 SMP Thu Nov 25 18:02:11 UTC 2010 x86_64
[     5.578] Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.32-5-amd64 root=UUID=2cd7e694-eac2-41ad-8c0a-d36905d672a6 ro quiet
[     5.578] Build Date: 26 March 2011  03:32:34AM
[     5.578] xorg-server 2:1.9.5-1 (Cyril Brulebois <kibi@debian.org>) 
[     5.578] Current version of pixman: 0.18.4
[     5.578] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     5.578] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     5.579] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Apr 29 13:40:59 2011
[     5.580] (==) Using config file: "/etc/X11/xorg.conf"
[     5.580] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     5.582] (==) ServerLayout "aticonfig Layout"
[     5.582] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[     5.582] (**) |   |-->Monitor "aticonfig-Monitor[0]-0"
[     5.583] (**) |   |-->Device "aticonfig-Device[0]-0"
[     5.583] (==) Automatically adding devices
[     5.583] (==) Automatically enabling devices
[     5.588] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[     5.588] 	Entry deleted from font path.
[     5.588] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[     5.588] 	Entry deleted from font path.
[     5.588] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[     5.588] 	Entry deleted from font path.
[     5.589] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[     5.589] 	Entry deleted from font path.
[     5.589] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[     5.589] 	Entry deleted from font path.
[     5.590] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins
[     5.590] (==) ModulePath set to "/usr/lib/xorg/modules"
[     5.590] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     5.590] (II) Loader magic: 0x7d1be0
[     5.590] (II) Module ABI versions:
[     5.590] 	X.Org ANSI C Emulation: 0.4
[     5.590] 	X.Org Video Driver: 8.0
[     5.590] 	X.Org XInput driver : 11.0
[     5.590] 	X.Org Server Extension : 4.0
[     5.591] (--) PCI:*(0:1:5:0) 1002:9715:1462:7642 rev 0, Mem @ 0xd0000000/268435456, 0xfe7e0000/65536, 0xfe600000/1048576, I/O @ 0x0000a000/256
[     5.592] (II) Open ACPI successful (/var/run/acpid.socket)
[     5.592] (II) "extmod" will be loaded by default.
[     5.592] (II) "dbe" will be loaded by default.
[     5.592] (II) "glx" will be loaded by default.
[     5.592] (II) "record" will be loaded by default.
[     5.592] (II) "dri" will be loaded by default.
[     5.592] (II) "dri2" will be loaded by default.
[     5.592] (II) LoadModule: "extmod"
[     5.595] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[     5.597] (II) Module extmod: vendor="X.Org Foundation"
[     5.597] 	compiled for 1.9.5, module version = 1.0.0
[     5.597] 	Module class: X.Org Server Extension
[     5.597] 	ABI class: X.Org Server Extension, version 4.0
[     5.597] (II) Loading extension SELinux
[     5.598] (II) Loading extension MIT-SCREEN-SAVER
[     5.598] (II) Loading extension XFree86-VidModeExtension
[     5.598] (II) Loading extension XFree86-DGA
[     5.598] (II) Loading extension DPMS
[     5.598] (II) Loading extension XVideo
[     5.598] (II) Loading extension XVideo-MotionCompensation
[     5.598] (II) Loading extension X-Resource
[     5.598] (II) LoadModule: "dbe"
[     5.598] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[     5.599] (II) Module dbe: vendor="X.Org Foundation"
[     5.599] 	compiled for 1.9.5, module version = 1.0.0
[     5.599] 	Module class: X.Org Server Extension
[     5.599] 	ABI class: X.Org Server Extension, version 4.0
[     5.599] (II) Loading extension DOUBLE-BUFFER
[     5.599] (II) LoadModule: "glx"
[     5.600] (II) Loading /usr/lib/xorg/modules/extensions/fglrx/libglx.so
[     5.604] (II) Module glx: vendor="FireGL - ATI Technologies Inc."
[     5.604] 	compiled for 6.9.0, module version = 1.0.0
[     5.605] (II) Loading extension GLX
[     5.605] (II) LoadModule: "record"
[     5.606] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[     5.606] (II) Module record: vendor="X.Org Foundation"
[     5.606] 	compiled for 1.9.5, module version = 1.13.0
[     5.606] 	Module class: X.Org Server Extension
[     5.606] 	ABI class: X.Org Server Extension, version 4.0
[     5.606] (II) Loading extension RECORD
[     5.606] (II) LoadModule: "dri"
[     5.607] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[     5.609] (II) Module dri: vendor="X.Org Foundation"
[     5.609] 	compiled for 1.9.5, module version = 1.0.0
[     5.609] 	ABI class: X.Org Server Extension, version 4.0
[     5.609] (II) Loading extension XFree86-DRI
[     5.609] (II) LoadModule: "dri2"
[     5.610] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[     5.610] (II) Module dri2: vendor="X.Org Foundation"
[     5.610] 	compiled for 1.9.5, module version = 1.2.0
[     5.610] 	ABI class: X.Org Server Extension, version 4.0
[     5.610] (II) Loading extension DRI2
[     5.610] (II) LoadModule: "fglrx"
[     5.611] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[     5.693] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
[     5.695] 	compiled for 1.4.99.906, module version = 8.83.6
[     5.695] 	Module class: X.Org Video Driver
[     5.696] (II) Loading sub module "fglrxdrm"
[     5.696] (II) LoadModule: "fglrxdrm"
[     5.696] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[     5.698] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
[     5.698] 	compiled for 1.4.99.906, module version = 8.83.6
[     5.698] (II) ATI Proprietary Linux Driver Version Identifier:8.83.6
[     5.698] (II) ATI Proprietary Linux Driver Release Identifier: 8.831.2                              
[     5.698] (II) ATI Proprietary Linux Driver Build Date: Mar  8 2011 22:53:31
[     5.698] (++) using VT number 7

[     5.701] (WW) Falling back to old probe method for fglrx
[     5.715] (II) Loading PCS database from /etc/ati/amdpcsdb
[     5.721] (--) Chipset Supported AMD Graphics Processor (0x9715) found
[     5.722] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
[     5.722] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
[     5.722] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
[     5.722] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
[     5.722] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
[     5.722] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
[     5.722] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
[     5.722] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
[     5.722] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
[     5.722] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
[     5.722] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found
[     5.722] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:22:0) found
[     5.722] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:22:2) found
[     5.722] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:5:1) found
[     5.723] (II) AMD Video driver is running on a device belonging to a group targeted for this release
[     5.723] (II) AMD Video driver is signed
[     5.723] (II) fglrx(0): pEnt->device->identifier=0x23b13f0
[     5.723] (II) fglrx(0): === [xdl_x760_atiddxPreInit] === begin
[     5.724] (II) Loading sub module "vgahw"
[     5.724] (II) LoadModule: "vgahw"
[     5.724] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[     5.726] (II) Module vgahw: vendor="X.Org Foundation"
[     5.726] 	compiled for 1.9.5, module version = 0.1.0
[     5.726] 	ABI class: X.Org Video Driver, version 8.0
[     5.726] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[     5.726] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[     5.726] (==) fglrx(0): Default visual is TrueColor
[     5.726] (**) fglrx(0): Option "UseFastTLS" "1"
[     5.727] (**) fglrx(0): Option "DPMS" "true"
[     5.727] (==) fglrx(0): RGB weight 888
[     5.727] (II) fglrx(0): Using 8 bits per RGB 
[     5.727] (==) fglrx(0): Buffer Tiling is ON
[     5.728] (II) Loading sub module "fglrxdrm"
[     5.728] (II) LoadModule: "fglrxdrm"
[     5.728] (II) Reloading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[     5.732] ukiDynamicMajor: found major device number 250
[     5.732] ukiDynamicMajor: found major device number 250
[     5.732] ukiOpenByBusid: Searching for BusID PCI:1:5:0
[     5.732] ukiOpenDevice: node name is /dev/ati/card0
[     5.732] ukiOpenDevice: open result is 11, (OK)
[     5.732] ukiOpenByBusid: ukiOpenMinor returns 11
[     5.732] ukiOpenByBusid: ukiGetBusid reports PCI:1:5:0
[     5.732] (==) fglrx(0): NoAccel = NO
[     5.732] (==) fglrx(0): ATI 2D Acceleration Architecture enabled
[     5.732] (--) fglrx(0): Chipset: "ATI Radeon HD 4250  " (Chipset = 0x9715)
[     5.732] (--) fglrx(0): (PciSubVendor = 0x1462, PciSubDevice = 0x7642)
[     5.732] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
[     5.732] (--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
[     5.732] (--) fglrx(0): MMIO registers at 0xfe7e0000
[     5.732] (--) fglrx(0): I/O port at 0x0000a000
[     5.732] (==) fglrx(0): ROM-BIOS at 0x000c0000
[     5.737] (II) fglrx(0): AC Adapter is used
[     5.755] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
[     5.804] (II) Loading sub module "vbe"
[     5.804] (II) LoadModule: "vbe"
[     5.804] (II) Loading /usr/lib/xorg/modules/libvbe.so
[     5.805] (II) Module vbe: vendor="X.Org Foundation"
[     5.805] 	compiled for 1.9.5, module version = 1.1.0
[     5.805] 	ABI class: X.Org Video Driver, version 8.0
[     5.806] (II) fglrx(0): VESA BIOS detected
[     5.806] (II) fglrx(0): VESA VBE Version 3.0
[     5.806] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
[     5.806] (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
[     5.806] (II) fglrx(0): VESA VBE OEM Software Rev: 10.94
[     5.806] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc. 
[     5.806] (II) fglrx(0): VESA VBE OEM Product: RS880
[     5.806] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
[     5.820] (II) fglrx(0): ATI Video BIOS revision 9 or later detected
[     5.820] (--) fglrx(0): Video RAM: 524288 kByte, Type: DDR2
[     5.820] (II) fglrx(0): PCIE card detected
[     5.820] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[     5.820] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[     5.822] (II) fglrx(0): Using adapter: 1:5.0.
[     5.828] (II) fglrx(0): [FB] MC range(MCFBBase = 0xc0000000, MCFBSize = 0x20000000)
[     6.048] (II) fglrx(0): Interrupt handler installed at IRQ 30.
[     6.048] (II) fglrx(0): RandR 1.2 support is enabled!
[     6.048] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[     6.048] (==) fglrx(0): Center Mode is disabled 
[     6.048] (II) Loading sub module "fb"
[     6.048] (II) LoadModule: "fb"
[     6.048] (II) Loading /usr/lib/xorg/modules/libfb.so
[     6.049] (II) Module fb: vendor="X.Org Foundation"
[     6.049] 	compiled for 1.9.5, module version = 1.0.0
[     6.049] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     6.049] (II) Loading sub module "ddc"
[     6.049] (II) LoadModule: "ddc"
[     6.049] (II) Module "ddc" already built-in
[     6.404] (II) fglrx(0): Finished Initialize PPLIB!
[     6.408] (II) fglrx(0): Output DFP1 using monitor section aticonfig-Monitor[0]-0
[     6.408] (II) fglrx(0): Output CRT1 has no monitor section
[     6.408] (II) Loading sub module "ddc"
[     6.408] (II) LoadModule: "ddc"
[     6.408] (II) Module "ddc" already built-in
[     6.408] (II) fglrx(0): Connected Display0: CRT1
[     6.408] (II) fglrx(0):  Display0: Failed to get EDID information. 
[     6.423] (II) fglrx(0): EDID for output DFP1
[     6.423] (II) fglrx(0): Cannot get EDID information for CRT1
[     6.423] (II) fglrx(0): EDID for output CRT1
[     6.423] (II) fglrx(0): Not using mode "640x350" (vrefresh out of range)
[     6.423] (II) fglrx(0): Not using mode "640x400" (vrefresh out of range)
[     6.423] (II) fglrx(0): Not using mode "720x400" (vrefresh out of range)
[     6.423] (II) fglrx(0): Not using mode "640x480" (unknown reason)
[     6.423] (II) fglrx(0): Not using mode "640x480" (vrefresh out of range)
[     6.423] (II) fglrx(0): Not using mode "640x480" (vrefresh out of range)
[     6.423] (II) fglrx(0): Not using mode "640x480" (vrefresh out of range)
[     6.424] (II) fglrx(0): Not using mode "800x600" (unknown reason)
[     6.424] (II) fglrx(0): Not using mode "800x600" (unknown reason)
[     6.424] (II) fglrx(0): Not using mode "800x600" (vrefresh out of range)
[     6.424] (II) fglrx(0): Not using mode "800x600" (vrefresh out of range)
[     6.424] (II) fglrx(0): Not using mode "800x600" (vrefresh out of range)
[     6.424] (II) fglrx(0): Not using mode "800x600" (vrefresh out of range)
[     6.424] (II) fglrx(0): Not using mode "848x480" (unknown reason)
[     6.424] (II) fglrx(0): Not using mode "1024x768i" (vrefresh out of range)
[     6.424] (II) fglrx(0): Not using mode "1024x768" (unknown reason)
[     6.424] (II) fglrx(0): Not using mode "1024x768" (vrefresh out of range)
[     6.424] (II) fglrx(0): Not using mode "1024x768" (vrefresh out of range)
[     6.424] (II) fglrx(0): Not using mode "1024x768" (vrefresh out of range)
[     6.424] (II) fglrx(0): Not using mode "1024x768" (vrefresh out of range)
[     6.424] (II) fglrx(0): Not using mode "1152x864" (vrefresh out of range)
[     6.424] (II) fglrx(0): Not using mode "1280x768" (monitor doesn't support reduced blanking)
[     6.424] (II) fglrx(0): Not using mode "1280x768" (unknown reason)
[     6.424] (II) fglrx(0): Not using mode "1280x768" (vrefresh out of range)
[     6.424] (II) fglrx(0): Not using mode "1280x768" (vrefresh out of range)
[     6.424] (II) fglrx(0): Not using mode "1280x768" (vrefresh out of range)
[     6.424] (II) fglrx(0): Not using mode "1280x800" (monitor doesn't support reduced blanking)
[     6.424] (II) fglrx(0): Not using mode "1280x800" (unknown reason)
[     6.424] (II) fglrx(0): Not using mode "1280x800" (vrefresh out of range)
[     6.424] (II) fglrx(0): Not using mode "1280x800" (vrefresh out of range)
[     6.424] (II) fglrx(0): Not using mode "1280x800" (vrefresh out of range)
[     6.424] (II) fglrx(0): Not using mode "1280x960" (unknown reason)
[     6.424] (II) fglrx(0): Not using mode "1280x960" (vrefresh out of range)
[     6.424] (II) fglrx(0): Not using mode "1280x960" (vrefresh out of range)
[     6.424] (II) fglrx(0): Not using mode "1280x1024" (unknown reason)
[     6.424] (II) fglrx(0): Not using mode "1280x1024" (vrefresh out of range)
[     6.424] (II) fglrx(0): Not using mode "1280x1024" (vrefresh out of range)
[     6.424] (II) fglrx(0): Not using mode "1280x1024" (vrefresh out of range)
[     6.424] (II) fglrx(0): Not using mode "1360x768" (unknown reason)
[     6.424] (II) fglrx(0): Not using mode "1360x768" (vrefresh out of range)
[     6.424] (II) fglrx(0): Not using mode "1400x1050" (monitor doesn't support reduced blanking)
[     6.424] (II) fglrx(0): Not using mode "1400x1050" (unknown reason)
[     6.424] (II) fglrx(0): Not using mode "1400x1050" (vrefresh out of range)
[     6.424] (II) fglrx(0): Not using mode "1400x1050" (vrefresh out of range)
[     6.424] (II) fglrx(0): Not using mode "1400x1050" (vrefresh out of range)
[     6.424] (II) fglrx(0): Not using mode "1440x900" (monitor doesn't support reduced blanking)
[     6.424] (II) fglrx(0): Not using mode "1440x900" (unknown reason)
[     6.424] (II) fglrx(0): Not using mode "1440x900" (vrefresh out of range)
[     6.424] (II) fglrx(0): Not using mode "1440x900" (vrefresh out of range)
[     6.424] (II) fglrx(0): Not using mode "1440x900" (vrefresh out of range)
[     6.424] (II) fglrx(0): Not using mode "1600x1200" (unknown reason)
[     6.424] (II) fglrx(0): Not using mode "1600x1200" (vrefresh out of range)
[     6.424] (II) fglrx(0): Not using mode "1600x1200" (vrefresh out of range)
[     6.424] (II) fglrx(0): Not using mode "1600x1200" (vrefresh out of range)
[     6.424] (II) fglrx(0): Not using mode "1600x1200" (vrefresh out of range)
[     6.424] (II) fglrx(0): Not using mode "1600x1200" (vrefresh out of range)
[     6.424] (II) fglrx(0): Not using mode "1680x1050" (monitor doesn't support reduced blanking)
[     6.424] (II) fglrx(0): Not using mode "1680x1050" (unknown reason)
[     6.424] (II) fglrx(0): Not using mode "1680x1050" (vrefresh out of range)
[     6.424] (II) fglrx(0): Not using mode "1680x1050" (vrefresh out of range)
[     6.424] (II) fglrx(0): Not using mode "1680x1050" (vrefresh out of range)
[     6.424] (II) fglrx(0): Not using mode "1792x1344" (height too large for virtual size)
[     6.424] (II) fglrx(0): Not using mode "1792x1344" (height too large for virtual size)
[     6.424] (II) fglrx(0): Not using mode "1792x1344" (height too large for virtual size)
[     6.424] (II) fglrx(0): Not using mode "1856x1392" (height too large for virtual size)
[     6.424] (II) fglrx(0): Not using mode "1856x1392" (height too large for virtual size)
[     6.424] (II) fglrx(0): Not using mode "1856x1392" (height too large for virtual size)
[     6.424] (II) fglrx(0): Not using mode "1920x1200" (width too large for virtual size)
[     6.424] (II) fglrx(0): Not using mode "1920x1200" (width too large for virtual size)
[     6.424] (II) fglrx(0): Not using mode "1920x1200" (width too large for virtual size)
[     6.424] (II) fglrx(0): Not using mode "1920x1200" (width too large for virtual size)
[     6.424] (II) fglrx(0): Not using mode "1920x1200" (width too large for virtual size)
[     6.424] (II) fglrx(0): Not using mode "1920x1440" (height too large for virtual size)
[     6.424] (II) fglrx(0): Not using mode "1920x1440" (height too large for virtual size)
[     6.424] (II) fglrx(0): Not using mode "1920x1440" (height too large for virtual size)
[     6.424] (II) fglrx(0): Not using mode "2560x1600" (height too large for virtual size)
[     6.424] (II) fglrx(0): Not using mode "2560x1600" (height too large for virtual size)
[     6.424] (II) fglrx(0): Not using mode "2560x1600" (height too large for virtual size)
[     6.424] (II) fglrx(0): Not using mode "2560x1600" (height too large for virtual size)
[     6.424] (II) fglrx(0): Not using mode "2560x1600" (height too large for virtual size)
[     6.424] (II) fglrx(0): Printing probed modes for output CRT1
[     6.424] (II) fglrx(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 -hsync -vsync (75.0 kHz)
[     6.424] (II) fglrx(0): Modeline "1400x1050"x60.0  121.75  1400 1488 1632 1864  1050 1053 1057 1089 +hsync -vsync (65.3 kHz)
[     6.424] (II) fglrx(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 -hsync -vsync (64.0 kHz)
[     6.424] (II) fglrx(0): Modeline "1280x1024"x47.0   85.51  1280 1344 1480 1680  1024 1025 1028 1083 interlace +hsync -vsync (50.9 kHz)
[     6.424] (II) fglrx(0): Modeline "1280x1024"x43.0   77.80  1280 1344 1480 1680  1024 1025 1028 1077 interlace +hsync -vsync (46.3 kHz)
[     6.424] (II) fglrx(0): Modeline "1440x900"x60.0  106.50  1440 1520 1672 1904  900 903 909 934 +hsync -vsync (55.9 kHz)
[     6.424] (II) fglrx(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 -hsync -vsync (60.0 kHz)
[     6.424] (II) fglrx(0): Modeline "1366x768"x60.0   85.76  1366 1438 1582 1800  768 769 772 795 +hsync -vsync (47.6 kHz)
[     6.424] (II) fglrx(0): Modeline "1360x768"x60.0   85.50  1360 1424 1536 1792  768 771 777 795 -hsync -vsync (47.7 kHz)
[     6.424] (II) fglrx(0): Modeline "1280x800"x60.0   83.46  1280 1344 1480 1680  800 801 804 828 +hsync -vsync (49.7 kHz)
[     6.424] (II) fglrx(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 +hsync -vsync (53.7 kHz)
[     6.424] (II) fglrx(0): Modeline "1152x864"x47.0   64.67  1152 1208 1328 1504  864 865 868 915 interlace +hsync -vsync (43.0 kHz)
[     6.424] (II) fglrx(0): Modeline "1152x864"x43.0   58.28  1152 1200 1320 1488  864 865 868 911 interlace +hsync -vsync (39.2 kHz)
[     6.424] (II) fglrx(0): Modeline "1280x768"x60.0   79.50  1280 1344 1472 1664  768 771 778 798 +hsync -vsync (47.8 kHz)
[     6.424] (II) fglrx(0): Modeline "1280x768"x56.0   73.89  1280 1336 1472 1664  768 769 772 793 +hsync -vsync (44.4 kHz)
[     6.424] (II) fglrx(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 -hsync -vsync (45.0 kHz)
[     6.424] (II) fglrx(0): Modeline "1280x720"x50.0   60.46  1280 1328 1456 1632  720 721 724 741 +hsync -vsync (37.0 kHz)
[     6.424] (II) fglrx(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 +hsync +vsync (48.4 kHz)
[     6.424] (II) fglrx(0): Modeline "1024x768"x43.0   44.90  1024 1032 1208 1264  768 768 772 817 interlace -hsync -vsync (35.5 kHz)
[     6.424] (II) fglrx(0): Modeline "800x600"x60.0   40.00  800 840 968 1056  600 601 605 628 -hsync -vsync (37.9 kHz)
[     6.424] (II) fglrx(0): Modeline "800x600"x56.0   36.00  800 824 896 1024  600 601 603 625 -hsync -vsync (35.2 kHz)
[     6.424] (II) fglrx(0): Modeline "800x600"x47.0   29.60  800 816 896 992  600 601 604 635 interlace +hsync -vsync (29.8 kHz)
[     6.424] (II) fglrx(0): Modeline "720x480"x60.0   26.71  720 736 808 896  480 481 484 497 +hsync -vsync (29.8 kHz)
[     6.424] (II) fglrx(0): Modeline "640x480"x60.0   25.18  640 648 744 800  480 482 484 525 +hsync +vsync (31.5 kHz)
[     6.424] (II) fglrx(0): Output DFP1 disconnected
[     6.424] (II) fglrx(0): Output CRT1 connected
[     6.424] (II) fglrx(0): Using exact sizes for initial modes
[     6.424] (II) fglrx(0): Output CRT1 using initial mode 1600x1200
[     6.424] (II) fglrx(0): DPI set to (96, 96)
[     6.424] (II) fglrx(0): Adapter ATI Radeon HD 4250   has 2 configurable heads and 1 displays connected.
[     6.424] (==) fglrx(0):  PseudoColor visuals disabled
[     6.424] (II) Loading sub module "ramdac"
[     6.424] (II) LoadModule: "ramdac"
[     6.424] (II) Module "ramdac" already built-in
[     6.424] (==) fglrx(0): NoDRI = NO
[     6.424] (==) fglrx(0): Capabilities: 0x00000000
[     6.424] (==) fglrx(0): CapabilitiesEx: 0x00000000
[     6.424] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[     6.424] (**) fglrx(0): UseFastTLS=1
[     6.424] (==) fglrx(0): BlockSignalsOnLock=1
[     6.425] (--) Depth 24 pixmap format is 32 bpp
[     6.425] (II) Loading extension ATIFGLRXDRI
[     6.425] (II) fglrx(0): doing swlDriScreenInit
[     6.425] (II) fglrx(0): swlDriScreenInit for fglrx driver
[     6.425] ukiDynamicMajor: found major device number 250
[     6.425] ukiDynamicMajor: found major device number 250
[     6.425] ukiDynamicMajor: found major device number 250
[     6.425] ukiOpenByBusid: Searching for BusID PCI:1:5:0
[     6.425] ukiOpenDevice: node name is /dev/ati/card0
[     6.425] ukiOpenDevice: open result is 16, (OK)
[     6.425] ukiOpenByBusid: ukiOpenMinor returns 16
[     6.425] ukiOpenByBusid: ukiGetBusid reports PCI:1:5:0
[     6.425] (II) fglrx(0): [uki] DRM interface version 1.0
[     6.425] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:5:0"
[     6.425] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
[     6.425] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0x7f8caf88c000
[     6.425] (II) fglrx(0): [uki] framebuffer handle = 0x3000
[     6.425] (II) fglrx(0): [uki] added 1 reserved context for kernel
[     6.425] (II) fglrx(0): swlDriScreenInit done
[     6.425] (II) fglrx(0): Kernel Module Version Information:
[     6.425] (II) fglrx(0):     Name: fglrx
[     6.425] (II) fglrx(0):     Version: 8.83.6
[     6.425] (II) fglrx(0):     Date: Mar  8 2011
[     6.425] (II) fglrx(0):     Desc: ATI FireGL DRM kernel module
[     6.425] (II) fglrx(0): Kernel Module version matches driver.
[     6.425] (II) fglrx(0): Kernel Module Build Time Information:
[     6.425] (II) fglrx(0):     Build-Kernel UTS_RELEASE:        2.6.32-5-amd64
[     6.425] (II) fglrx(0):     Build-Kernel MODVERSIONS:        no
[     6.425] (II) fglrx(0):     Build-Kernel __SMP__:            no
[     6.425] (II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
[     6.425] (II) fglrx(0): [uki] register handle = 0x00004000
[     6.438] (II) fglrx(0): DRI initialization successfull
[     6.438] (II) fglrx(0): FBADPhys: 0xc0000000 FBMappedSize: 0x01008000
[     6.439] (==) fglrx(0): Backing store disabled
[     6.439] (II) Loading extension FGLRXEXTENSION
[     6.439] (**) fglrx(0): DPMS enabled
[     6.440] (II) fglrx(0): Initialized in-driver Xinerama extension
[     6.440] (**) fglrx(0): Textured Video is enabled.
[     6.440] (II) LoadModule: "glesx"
[     6.440] (II) Loading /usr/lib/xorg/modules/glesx.so
[     6.456] (II) Module glesx: vendor="X.Org Foundation"
[     6.456] 	compiled for 1.4.99.906, module version = 1.0.0
[     6.457] (II) Loading extension GLESX
[     6.457] (II) fglrx(0): GLESX enableFlags = 528
[     6.457] (II) fglrx(0): GLESX is enabled
[     6.457] (II) LoadModule: "amdxmm"
[     6.457] (II) Loading /usr/lib/xorg/modules/amdxmm.so
[     6.460] (II) Module amdxmm: vendor="X.Org Foundation"
[     6.460] 	compiled for 1.4.99.906, module version = 2.0.0
[     6.460] (II) Loading extension AMDXVOPL
[     6.460] (II) Loading extension AMDXVBA
[     6.464] (II) fglrx(0): UVD feature is enabled(II) fglrx(0): 
[     6.468] (II) fglrx(0): Enable composite support successfully
[     6.470] (WW) fglrx(0): Option "VendorName" is not used
[     6.470] (WW) fglrx(0): Option "ModelName" is not used
[     6.470] (II) fglrx(0): X context handle = 0x1
[     6.470] (II) fglrx(0): [DRI] installation complete
[     6.470] (==) fglrx(0): Silken mouse enabled
[     6.470] (==) fglrx(0): Using HW cursor of display infrastructure!
[     6.471] (II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
[     6.503] (--) RandR disabled
[     6.503] (II) Initializing built-in extension Generic Event Extension
[     6.503] (II) Initializing built-in extension SHAPE
[     6.503] (II) Initializing built-in extension MIT-SHM
[     6.503] (II) Initializing built-in extension XInputExtension
[     6.503] (II) Initializing built-in extension XTEST
[     6.503] (II) Initializing built-in extension BIG-REQUESTS
[     6.503] (II) Initializing built-in extension SYNC
[     6.503] (II) Initializing built-in extension XKEYBOARD
[     6.503] (II) Initializing built-in extension XC-MISC
[     6.503] (II) Initializing built-in extension SECURITY
[     6.503] (II) Initializing built-in extension XINERAMA
[     6.503] (II) Initializing built-in extension XFIXES
[     6.503] (II) Initializing built-in extension RENDER
[     6.503] (II) Initializing built-in extension RANDR
[     6.503] (II) Initializing built-in extension COMPOSITE
[     6.503] (II) Initializing built-in extension DAMAGE
[     6.503] (II) SELinux: Disabled on system
[     6.505] ukiDynamicMajor: found major device number 250
[     6.505] ukiDynamicMajor: found major device number 250
[     6.505] ukiOpenByBusid: Searching for BusID PCI:1:5:0
[     6.505] ukiOpenDevice: node name is /dev/ati/card0
[     6.505] ukiOpenDevice: open result is 17, (OK)
[     6.505] ukiOpenByBusid: ukiOpenMinor returns 17
[     6.505] ukiOpenByBusid: ukiGetBusid reports PCI:1:5:0
[     6.708] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
[     6.735] (II) fglrx(0): Enable the clock gating!
[     6.735] (II) fglrx(0): Setting screen physical size to 423 x 317
[     6.800] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[     6.800] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     6.800] (II) LoadModule: "evdev"
[     6.800] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     6.801] (II) Module evdev: vendor="X.Org Foundation"
[     6.801] 	compiled for 1.9.4, module version = 2.6.0
[     6.801] 	Module class: X.Org XInput Driver
[     6.801] 	ABI class: X.Org XInput driver, version 11.0
[     6.801] (**) Power Button: always reports core events
[     6.801] (**) Power Button: Device: "/dev/input/event3"
[     6.833] (--) Power Button: Found keys
[     6.833] (II) Power Button: Configuring as keyboard
[     6.833] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[     6.833] (**) Option "xkb_rules" "evdev"
[     6.833] (**) Option "xkb_model" "pc105"
[     6.833] (**) Option "xkb_layout" "us"
[     6.838] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     6.838] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     6.838] (**) Power Button: always reports core events
[     6.838] (**) Power Button: Device: "/dev/input/event2"
[     6.865] (--) Power Button: Found keys
[     6.865] (II) Power Button: Configuring as keyboard
[     6.865] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[     6.865] (**) Option "xkb_rules" "evdev"
[     6.865] (**) Option "xkb_model" "pc105"
[     6.865] (**) Option "xkb_layout" "us"
[     6.875] (II) config/udev: Adding input device PIXART USB OPTICAL MOUSE (/dev/input/event1)
[     6.875] (**) PIXART USB OPTICAL MOUSE: Applying InputClass "evdev pointer catchall"
[     6.875] (**) PIXART USB OPTICAL MOUSE: always reports core events
[     6.875] (**) PIXART USB OPTICAL MOUSE: Device: "/dev/input/event1"
[     6.896] (--) PIXART USB OPTICAL MOUSE: Found 3 mouse buttons
[     6.896] (--) PIXART USB OPTICAL MOUSE: Found scroll wheel(s)
[     6.896] (--) PIXART USB OPTICAL MOUSE: Found relative axes
[     6.896] (--) PIXART USB OPTICAL MOUSE: Found x and y relative axes
[     6.896] (II) PIXART USB OPTICAL MOUSE: Configuring as mouse
[     6.896] (II) PIXART USB OPTICAL MOUSE: Adding scrollwheel support
[     6.896] (**) PIXART USB OPTICAL MOUSE: YAxisMapping: buttons 4 and 5
[     6.896] (**) PIXART USB OPTICAL MOUSE: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     6.896] (II) XINPUT: Adding extended input device "PIXART USB OPTICAL MOUSE" (type: MOUSE)
[     6.896] (**) PIXART USB OPTICAL MOUSE: (accel) keeping acceleration scheme 1
[     6.896] (**) PIXART USB OPTICAL MOUSE: (accel) acceleration profile 0
[     6.896] (**) PIXART USB OPTICAL MOUSE: (accel) acceleration factor: 2.000
[     6.896] (**) PIXART USB OPTICAL MOUSE: (accel) acceleration threshold: 4
[     6.896] (II) PIXART USB OPTICAL MOUSE: initialized for relative axes.
[     6.897] (II) config/udev: Adding input device PIXART USB OPTICAL MOUSE (/dev/input/mouse1)
[     6.897] (II) No input driver/identifier specified (ignoring)
[     6.898] (II) config/udev: Adding input device HID 0b38:0010 (/dev/input/event5)
[     6.898] (**) HID 0b38:0010: Applying InputClass "evdev keyboard catchall"
[     6.898] (**) HID 0b38:0010: always reports core events
[     6.898] (**) HID 0b38:0010: Device: "/dev/input/event5"
[     6.928] (--) HID 0b38:0010: Found keys
[     6.928] (II) HID 0b38:0010: Configuring as keyboard
[     6.928] (II) XINPUT: Adding extended input device "HID 0b38:0010" (type: KEYBOARD)
[     6.928] (**) Option "xkb_rules" "evdev"
[     6.928] (**) Option "xkb_model" "pc105"
[     6.928] (**) Option "xkb_layout" "us"
[     6.930] (II) config/udev: Adding input device HID 0b38:0010 (/dev/input/event6)
[     6.930] (**) HID 0b38:0010: Applying InputClass "evdev keyboard catchall"
[     6.930] (**) HID 0b38:0010: always reports core events
[     6.930] (**) HID 0b38:0010: Device: "/dev/input/event6"
[     6.960] (--) HID 0b38:0010: Found 1 mouse buttons
[     6.960] (--) HID 0b38:0010: Found scroll wheel(s)
[     6.960] (--) HID 0b38:0010: Found relative axes
[     6.960] (--) HID 0b38:0010: Found absolute axes
[     6.960] (--) HID 0b38:0010: Found keys
[     6.960] (II) HID 0b38:0010: Configuring as mouse
[     6.960] (II) HID 0b38:0010: Configuring as keyboard
[     6.960] (II) HID 0b38:0010: Adding scrollwheel support
[     6.960] (**) HID 0b38:0010: YAxisMapping: buttons 4 and 5
[     6.960] (**) HID 0b38:0010: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     6.960] (II) XINPUT: Adding extended input device "HID 0b38:0010" (type: KEYBOARD)
[     6.960] (**) Option "xkb_rules" "evdev"
[     6.960] (**) Option "xkb_model" "pc105"
[     6.960] (**) Option "xkb_layout" "us"
[     6.961] (EE) HID 0b38:0010: failed to initialize for relative axes.
[     6.961] (II) HID 0b38:0010: initialized for absolute axes.
[     6.965] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[     6.965] (II) No input driver/identifier specified (ignoring)
[     6.969] (II) config/udev: Adding input device Macintosh mouse button emulation (/dev/input/event0)
[     6.969] (**) Macintosh mouse button emulation: Applying InputClass "evdev pointer catchall"
[     6.969] (**) Macintosh mouse button emulation: always reports core events
[     6.969] (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
[     6.992] (--) Macintosh mouse button emulation: Found 3 mouse buttons
[     6.992] (--) Macintosh mouse button emulation: Found relative axes
[     6.992] (--) Macintosh mouse button emulation: Found x and y relative axes
[     6.992] (II) Macintosh mouse button emulation: Configuring as mouse
[     6.992] (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
[     6.992] (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     6.992] (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
[     6.992] (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
[     6.992] (**) Macintosh mouse button emulation: (accel) acceleration profile 0
[     6.992] (**) Macintosh mouse button emulation: (accel) acceleration factor: 2.000
[     6.992] (**) Macintosh mouse button emulation: (accel) acceleration threshold: 4
[     6.992] (II) Macintosh mouse button emulation: initialized for relative axes.
[     6.993] (II) config/udev: Adding input device Macintosh mouse button emulation (/dev/input/mouse0)
[     6.993] (II) No input driver/identifier specified (ignoring)
[     7.016] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
[     7.668] (II) fglrx(0): Cannot get EDID information for CRT1
[     7.998] (II) fglrx(0): Cannot get EDID information for CRT1
[     8.326] (II) fglrx(0): Cannot get EDID information for CRT1
[    14.521] (II) fglrx(0): Cannot get EDID information for CRT1
[    14.849] (II) fglrx(0): Cannot get EDID information for CRT1
[    15.176] (II) fglrx(0): Cannot get EDID information for CRT1
[    15.215] (II) fglrx(0): xdl_x760_atiddxDisplayScreenEnableDisplays
[    16.186] (II) fglrx(0): Cannot get EDID information for CRT1
[    28.704] (II) fglrx(0): Cannot get EDID information for CRT1
[    87.022] (II) fglrx(0): Cannot get EDID information for CRT1
[    92.048] (II) fglrx(0): Cannot get EDID information for CRT1
[    92.382] (II) fglrx(0): Cannot get EDID information for CRT1
[  2129.197] (II) fglrx(0): Cannot get EDID information for CRT1
[  3505.172] (II) fglrx(0): Cannot get EDID information for CRT1
I included the results of the following commands in case there is important information contained within:

glxinfo |grep direct

Code: Select all

direct rendering: Yes
    GL_EXT_copy_buffer, GL_EXT_copy_texture, GL_EXT_direct_state_access, 
xrandr

Code: Select all

Screen 0: minimum 320 x 200, current 1600 x 1200, maximum 1680 x 1200
DFP1 disconnected (normal left inverted right x axis y axis)
CRT1 connected 1600x1200+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1600x1200      60.0*+
   1400x1050      60.0  
   1280x1024      60.0     47.0     43.0  
   1440x900       59.9  
   1280x960       60.0  
   1366x768       59.9  
   1360x768       60.0  
   1280x800       60.0  
   1152x864       60.0     47.0     43.0  
   1280x768       59.9     56.0  
   1280x720       60.0     50.0  
   1024x768       60.0     43.5  
   800x600        60.3     56.2     47.0  
   720x480        60.0  
   640x480        60.0  
lspci

Code: Select all

00:00.0 Host bridge: Advanced Micro Devices [AMD] RS780 Host Bridge Alternate
00:01.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (int gfx)
00:05.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 1)
00:07.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 3)
00:09.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 4)
00:0a.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 5)
00:11.0 SATA controller: ATI Technologies Inc SB700/SB800 SATA Controller [IDE mode] (rev 40)
00:12.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller
00:12.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller
00:13.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller
00:13.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 42)
00:14.1 IDE interface: ATI Technologies Inc SB700/SB800 IDE Controller (rev 40)
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA) (rev 40)
00:14.3 ISA bridge: ATI Technologies Inc SB700/SB800 LPC host controller (rev 40)
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge (rev 40)
00:14.5 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI2 Controller
00:16.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller
00:16.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller
00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control
00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Link Control
01:05.0 VGA compatible controller: ATI Technologies Inc RS880 [Radeon HD 4250]
01:05.1 Audio device: ATI Technologies Inc RS880 Audio Device [Radeon HD 4200]
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
03:00.0 USB Controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 03)
04:00.0 IDE interface: JMicron Technology Corp. JMB368 IDE controller
05:00.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6315 Series Firewire Controller (rev 01)
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
kjrunner

Re: Unable to select full resolution of monitor 1680x1050

Post by kjrunner »

Okay I made some progress; I managed to get the resolution to 1680x1050; but I don't know how to make it perminate when the system reboots. Here is what I did:

Got modline for 1680x1050 at 60 Hz

Code: Select all

gtf 1680 1050 60
Result:
# 1680x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 147.14 MHz
Modeline "1680x1050_60.00" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -HSync +Vsync

Set new mode in xrandr:

Code: Select all

xrandr --newmode "1680x1050_60.00"  147.14  1680 1784 1968 2256  1050 1051 1054 1087  -HSync +Vsync
Then set output to newmode:

Code: Select all

xrandr --output CRT1 --mode 1680x1050_60.00
Any ideas on how to get this configuration to stick through reboot would be appreciated. Thanks.

KJ
Locked

Return to “Graphics Cards & Monitors”