PDA

View Full Version : [ubuntu] ATI + Dual heads: Resolution of screen #2



Kyosys
February 3rd, 2009, 03:43 PM
Alright, I've been setting up my dual monitor setup for the last two days (re-setting it up, actually. Accidentally overwrote my good xorg.conf with no backup) - I managed to get everything working right minus one thing;

The resolution of screen two. It's 1024x768 instead of 1280x1024 - Screen 1 is fine at 1280x1024


Here's my xorg.conf:



# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "Default Screen" 0 0
Screen "aticonfig-Screen[0]-1" LeftOf "Default Screen"
Option "Xinerama" "on"
Option "Clone" "off"
EndSection

Section "Files"
EndSection

Section "Module"
Load "glx"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]-1"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Device"
Identifier "Configured Video Device"
Driver "fglrx"
Option "" "DDX"
Option "ForceMonitors" "crt1,notv"
Option "horizontal,reverse" "off"
Option "OpenGLOverlay" "off"
Option "PairModes" "1280x1024+1280x1024"
Option "Capabilities" "0x00000800"
Option "EnableMonitor" "crt1,tmds1"
Option "DesktopSetup" "horizontal,reverse"
Option "Mode2" "1280x1024"
BusID "PCI:2:0:0"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]-1"
Driver "fglrx"
Option "ForceMonitors" "crt1,notv"
Option "DesktopSetup" "horizontal"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "PairModes" "1280x1024+1280x1024"
Option "Capabilities" "0x00000800"
Option "EnableMonitor" "crt1,tmds1"
BusID "PCI:2:0:0"
Screen 1
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x1024" "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 32
Modes "1280x1024" "1024x768"
EndSubSection
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]-1"
Device "aticonfig-Device[0]-1"
Monitor "aticonfig-Monitor[0]-1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x1024"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 32
Modes "1280x1024" "1024x768"
EndSubSection
EndSection



Oh - and something totally unrelated while I'm at it - is there anything I need to edit in my xorg.conf in order to get my wacom to work?

Kyosys
February 4th, 2009, 04:08 PM
bump