PDA

View Full Version : Dynamic Display and higher resolutions


Avenger
12-28-2007, 11:02 AM
I'm having some issues with the dynamic display management implemented in the later fglrx drivers. I'm connecting my laptop to a LCD TV through a VGA cable and the TV is capable of a 1366x768 resolution.

Now, the problem is that when I plug in this display and use dynamic display to enable it: aticonfig --enable-monitor=crt1, which works, I'm not able to get a resolution higher than what my laptop's LVDS supports, so I'm stuck with 1024x768. XRandr only shows this resolution and lower ones when I run it.

I moved over the the new code-base when it came out, but xrandr 1.2 and the free drivers where able to get this to work perfectly. (However with a resolution of 1360x768, don't know why but it worked :P).

So, is there any way I can get this to work with the right resolutions?

I'm using a ATI Mobility Radeon x700.

Dandel
12-28-2007, 05:45 PM
can you please provide a copy of your xorg.conf file? and also, please try reading the gentoo wiki page about widescreen resolutions. (http://gentoo-wiki.com/HOWTO_Widescreen_Resolutions_%28WSXGA%29)

Avenger
01-02-2008, 08:00 AM
Sorry for the delayed response, but here's my xorg.conf.

The main point here though, is that I don't want to edit my xorg.conf and restart X whenever I change monitors, if possible.


# Auto-generated by Archie mkxcfg
# Auto-generated by Archie mkxcfg

Section "ServerLayout"

# Serial Mouse not detected
# USB Mouse not detected
# Option "AIGLX" "true"
Identifier "Xorg Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Touchpad" "CorePointer"
EndSection

Section "Extensions"
Option "Composite" "Enable"
# Option "RENDER" "Enable"
EndSection

Section "Files"

# Additional fonts: Locale, Gimp, TTF...
# 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!
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"
FontPath "/usr/share/fonts/cyrillic"
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 "ServerFlags"
Option "AllowMouseOpenFail" "true"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "no"
EndSection

Section "InputDevice"
Identifier "Touchpad"
Driver "synaptics"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.06"
Option "MaxSpeed" "0.12"
Option "AccelFactor" "0.0010"
Option "SHMConfig" "on"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
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

Section "Monitor"
Identifier "Monitor0"
Modeline "1360x768" 84.72 1360 1424 1568 1776 768 769 772 795 -HSync +Vsync
Option "DPMS" "true"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "ColorTiling" "on"
Option "AccelMethod" "EXA"
Option "EnablePageFlip" "on"
Option "RenderAccel" "on"
Option "GARTSize" "64"
Option "XaaNoOffscreenPixmaps" " on"
# Option "AGPFastWrite" "yes"
Option "DesktopSetup" "single"
EndSection

Section "Screen"
Identifier "Screen0"
Device "aticonfig-Device[0]"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection