Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ATI 8.16.20 and 1680x1050
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
zecg
n00b
n00b


Joined: 20 Jan 2005
Posts: 61

PostPosted: Wed Sep 14, 2005 10:50 pm    Post subject: ATI 8.16.20 and 1680x1050 Reply with quote

Anyone else using ATI 9200 w/ LCD panel at 1680x1050 and having problems with 8.16.20 drivers? Anyone using said combo successfully?
If "yes", I would very much appreciate your xorg.conf (grep -iv ^# /etc/X11/xorg.conf, please, so it's tidier).

Thanks a bunch.

P.S. With 8.16.20, xorg won't start in 1680x1050 (which is my LCD panel's native res)...
_________________
.i lu doi ringos.star. xu do puku'aroroi dunli dopecaku leni virnu li'u
.i lu go'i co'i le pamoi se morji be mi li'u
Back to top
View user's profile Send private message
InsaneHamster
Guru
Guru


Joined: 02 May 2003
Posts: 435

PostPosted: Thu Sep 15, 2005 5:36 am    Post subject: Re: ATI 8.16.20 and 1680x1050 Reply with quote

zecg wrote:
Anyone else using ATI 9200 w/ LCD panel at 1680x1050 and having problems with 8.16.20 drivers? Anyone using said combo successfully?
If "yes", I would very much appreciate your xorg.conf (grep -iv ^# /etc/X11/xorg.conf, please, so it's tidier).

Thanks a bunch.

P.S. With 8.16.20, xorg won't start in 1680x1050 (which is my LCD panel's native res)...


Code:
localhost ~ # grep -iv ^# /etc/X11/xorg.conf



Section "dri"
    Mode 0666
EndSection

Section "Module"


    Load        "dbe"   # Double buffer extension

    SubSection  "extmod"
    EndSubSection

    Load        "type1"
    Load        "freetype"

    Load        "glx"   # libglx.a
    Load        "dri"   # libdri.a

EndSection


Section "Files"


    RgbPath     "/usr/lib/X11/rgb"














    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"



EndSection


Section "ServerFlags"















EndSection



Section "InputDevice"

    Identifier  "Keyboard1"













    Driver      "kbd"


    Option "AutoRepeat" "500 30"








    Option "XkbModel"   "pc105"
    Option "XkbLayout"  "us"

EndSection



Section "InputDevice"


    Identifier  "Mouse1"
    Driver "mouse"
    Option "Protocol"   "ImPS/2"
    Option "ZAxisMapping"   "4 5"
    Option "Device"     "/dev/input/mice"
    Option      "Resolution" "1600"









EndSection





Section "Monitor"
    Identifier  "Monitor0"

EndSection





Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"




    Driver      "vga"




EndSection


Section "Device"
    Identifier                          "ATI Graphics Adapter"
    Driver                              "fglrx"
    #Option                              "noDDC"
    Option "no_accel"                   "no"
    Option "no_dri"                     "no"
    Option "mtrr"                       "off" # disable DRI mtrr mapper, driver has its own code for mtrr
    Option "DesktopSetup"               "single"
    Option "ScreenOverlap"              "0"
    Option "GammaCorrectionI"           "0x00000000"
    Option "GammaCorrectionII"          "0x00000000"
    Option "Capabilities"               "0x00000000"
    Option "CapabilitiesEx"             "0x00000000"
    Option "VideoOverlay"               "on"
    Option "OpenGLOverlay"              "off"
    Option "CenterMode"                 "off"
    Option "PseudoColorVisuals"         "off"
    Option "Stereo"                     "off"
    Option "StereoSyncEnable"           "1"
    Option "FSAAEnable"                 "no"
    Option "FSAAScale"                  "1"
    Option "FSAADisableGamma"           "no"
    Option "FSAACustomizeMSPos"         "no"
    Option "FSAAMSPosX0"                "0.000000"
    Option "FSAAMSPosY0"                "0.000000"
    Option "FSAAMSPosX1"                "0.000000"
    Option "FSAAMSPosY1"                "0.000000"
    Option "FSAAMSPosX2"                "0.000000"
    Option "FSAAMSPosY2"                "0.000000"
    Option "FSAAMSPosX3"                "0.000000"
    Option "FSAAMSPosY3"                "0.000000"
    Option "FSAAMSPosX4"                "0.000000"
    Option "FSAAMSPosY4"                "0.000000"
    Option "FSAAMSPosX5"                "0.000000"
    Option "FSAAMSPosY5"                "0.000000"
    Option "UseFastTLS"                 "0"
    Option "BlockSignalsOnLock"         "on"
    Option "UseInternalAGPGART"         "yes"
    Option "ForceGenericCPU"            "no"
    #BusID      "PICE"
    Screen 0
EndSection


Section "Screen"
    Identifier  "Screen0"
    Device      "ATI Graphics Adapter"
    Monitor     "Monitor0"
    DefaultDepth 24
    #Option "backingstore"

    Subsection "Display"
        Depth       24
        Modes       "1400x1050"
        ViewPort    0 0  # initial origin if mode is smaller than desktop
    EndSubsection
EndSection



Section "ServerLayout"

    Identifier  "Server Layout"


    Screen "Screen0"


    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection
 
Back to top
View user's profile Send private message
InsaneHamster
Guru
Guru


Joined: 02 May 2003
Posts: 435

PostPosted: Thu Sep 15, 2005 5:37 am    Post subject: Re: ATI 8.16.20 and 1680x1050 Reply with quote

it does run at 1680x1050

but for somereason i had to state 1400x1050 without passing ddc option

if mine doesnt work

pass ddc option and try again at both resolutions
Back to top
View user's profile Send private message
zecg
n00b
n00b


Joined: 20 Jan 2005
Posts: 61

PostPosted: Thu Sep 15, 2005 11:21 am    Post subject: Reply with quote

Tried "NoDDC" and resolution, still no dice. I have a feeling something is a tiny bit broken...

Thanks for your help, anyway.
_________________
.i lu doi ringos.star. xu do puku'aroroi dunli dopecaku leni virnu li'u
.i lu go'i co'i le pamoi se morji be mi li'u
Back to top
View user's profile Send private message
frenkel
Veteran
Veteran


Joined: 13 May 2003
Posts: 1034
Location: .nl

PostPosted: Thu Sep 15, 2005 2:07 pm    Post subject: Reply with quote

Try the ati-drivers-8.14.13-r5. There are a lot of problems with 8.16.20, that's why it's masked.
Back to top
View user's profile Send private message
zecg
n00b
n00b


Joined: 20 Jan 2005
Posts: 61

PostPosted: Fri Sep 16, 2005 10:44 am    Post subject: Reply with quote

Obviously, 8.14.13 are what I was using prior to upgrading. Anyway, you're right - going unstable is one thing, but using masked drivers is a bit too much. Thanks.
_________________
.i lu doi ringos.star. xu do puku'aroroi dunli dopecaku leni virnu li'u
.i lu go'i co'i le pamoi se morji be mi li'u
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum