You are not logged in.

#1 2006-11-03 17:45:45

efossvold
Member
From: Kamloops, Canada
Registered: 2006-07-23
Posts: 59

Can't make ATI radeon use 1680x1050 resolution

I can't get my ati card to display 1680x1050 resolution in xorg. I'm running xorg 7.1 and the newest ati drivers. but I only get 1600x854 (or something) when trying to set it to 1680x1050. My video card is ATI Radeon Mobility 9700. Do  I need to update the firmware of the card, or is there a setup issue?

Thanks in advance.

Offline

#2 2006-11-04 03:40:32

Shaika-Dzari
Member
From: Québec, Canada
Registered: 2006-04-14
Posts: 436
Website

Re: Can't make ATI radeon use 1680x1050 resolution

Hi,

Could you post your /etc/X11/xorg.conf?

@+

Offline

#3 2006-11-04 15:02:09

nirvanix
Member
From: Saskatoon
Registered: 2005-01-31
Posts: 193

Re: Can't make ATI radeon use 1680x1050 resolution

That's an old card - it may not display that resolution, which has recently become a standard for widescreens.

If I look at ATI documentation for Radeon 9700, it doesn't list that resolution as supported.

I wonder if there is a firmware upgrade for something like that?


I've got a lovely bunch of coconuts...

Offline

#4 2006-11-04 18:21:37

efossvold
Member
From: Kamloops, Canada
Registered: 2006-07-23
Posts: 59

Re: Can't make ATI radeon use 1680x1050 resolution

Here it is:

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

Section "ServerLayout"

# Serial Mouse not detected
# USB Mouse not detected
    #InputDevice    "Mouse0" "CorePointer"
    Identifier     "Xorg Configured"
    Screen      0  "aticonfig-Screen[0]" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "USB Mouse" "CorePointer"
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" ""
    Option        "XkbVariant" ""
EndSection

Section "InputDevice"

#    Option      "Emulate3Timeout" "70"
    Identifier  "Mouse0"
    Driver      "synaptics"
    Option        "Protocol" "auto"
    Option        "ZAxisMapping" "4 5"
    Option        "Device" "/dev/input/mouse0"
#    Option      "Emulate3Buttons" "true"
    Option        "SendCoreEvents" "true"
EndSection

Section "InputDevice"
    Identifier  "USB Mouse"
    Driver      "mouse"
    Option        "Device" "/dev/input/mouse0"
    Option        "SendCoreEvents" "true"
    Option        "Protocol" "IMPS/2"
    Option        "ZAxisMapping" "4 5"
    Option        "Buttons" "5"
EndSection

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

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

Section "Device"
    Identifier  "aticonfig-Device[0]"
    Driver      "fglrx"
    Option        "DesktopSetup" "clone"
    Option        "EnableMonitor" "crt1"
    Option        "ForceMonitors" "crt1,lvds"
    BusID       "PCI:1:0:0"
EndSection

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

Section "Screen"
    Identifier "aticonfig-Screen[0]"
    Device     "aticonfig-Device[0]"
    Monitor    "aticonfig-Monitor[0]"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes    "1680x1050"
    EndSubSection
EndSection

Section "Screen"
    Identifier "aticonfig-Screen[1]"
    Device     "aticonfig-Device[1]"
    Monitor    "aticonfig-Monitor[1]"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes    "1680x1050"
    EndSubSection
EndSection

Section "DRI"
    Mode         0666
EndSection

Offline

Board footer

Powered by FluxBB