Help me Getting Right Resolution in Sabayon

Status
Not open for further replies.

Dark Star

Cyborg Agent
I am having 19": TFT LCD which is suppose to have 1440X900 reso. but I am getting 1024X768 despite the fact ATI drivers are installed :)


Code:
Section "Module"
    SubSection  "extmod"
       Option    "omit xfree86-dga"
    EndSubSection
    Load   "i2c"
    Load   "ddc"
    Load   "vbe"
   Load        "dri"
EndSection


Section "ServerFlags"
     Option    "AllowMouseOpenFail" "true"
EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"
    Identifier   "Generic Monitor"
    VertRefresh 56-75
    HorizSync 30-81
EndSection

# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

Section "Device"
    Identifier  "VESA"
    Driver    "fglrx"
    #Option "RenderAccel" "on"
    Option "XAANoOffscreenPixmaps"
    #Option "BusType" "PCI"
    #Option "ColorTiling" "on"
    #Option "EnablePageFlip" "on"
    Option "UseEvents" "True"
EndSection


# **********************************************************************
# Screen sections.
# **********************************************************************

Section "Screen"

# The Identifier, Device and Monitor lines must be present

    Identifier   "Screen 1"
    Device   "VESA"
    Monitor   "Generic Monitor"
    Option "AddARGBGLXVisuals" "true"

# The favoured Depth and/or Bpp may be specified here

    DefaultDepth 24

    SubSection "Display"
        Depth      8
        ViewPort   0 0
        Modes "1440X900" "1024x768" "800x600" "640x480"
    EndSubsection

    SubSection "Display"
        Depth           16
        ViewPort        0 0
        Modes "1440X900" "1024x768" "800x600" "640x480"
    EndSubsection

    SubSection "Display"
        Depth           24
        ViewPort        0 0
        Modes "1440X900" "1024x768" "800x600" "640x480"
    EndSubsection


EndSection


Section "ServerLayout"
# The Identifier line must be present

    Identifier   "Main Layout"
    Screen 0    "Screen 1"

EndSection

Section "DRI"
    Mode 0666
EndSection

Section "Extensions"
   Option "Composite" "Enable"
EndSection

The above is the output of Xorg.conf , I even Added 1440X900 but still there is no option !

*www.imgx.org/thumbs/small/29235_oxnih/ATI.jpg


Rest ok.. Please let me know how to configure resolution...

Regards
 

Liverpool_fan

Sami Hyypiä, LFC legend
Code:
aticonfig --initial --input=/etc/X11/xorg.conf --resolution=0,1440x900

(I think you need root permission, but not 100% sure)

Restart X.

Does it work?
 
OP
Dark Star

Dark Star

Cyborg Agent
Code:
shashwat@localhost ~ $ sudo su root
localhost shashwat # aticonfig --initial --input=/etc/X11/xorg.conf --resolution=0,1440x900
bash: aticonfig: command not found
 

desiibond

Bond, Desi Bond!
open display properties and select your monitor as a 19" monitor or even bigger.

Then you will get option for 1440x900 resolution. select the reso, restart X.
 
OP
Dark Star

Dark Star

Cyborg Agent
Not there :( But ATI Drivers and Control Center is instaled then why they haven't installed aticonfig ? :s
 

Hitboxx

Juke Box Hero
what about adding in more refresh rates? 75 hz max? It should definitely do more than that. Then probably you can get more res.

Also try with another Depth 32 section.
 
OP
Dark Star

Dark Star

Cyborg Agent
Its @ 75 htz atm .. So should I add 32depth section too / ? ok will try that and come back :)

Nope nothing happened ! It seems I have to re-install ATI drivers :|

Downloaded and installed ATI Driver,,, no new options for resolution, but I noticed a Xinerria plugin ..

What to do now !

*www.imgx.org/thumbs/small/29269_cujzn/Screenshot.png *www.imgx.org/thumbs/small/29270_gun41/Screenshot-Catalyst%20Control%20Center.png
 
Last edited:

Liverpool_fan

Sami Hyypiä, LFC legend
It's very strange that there is catalyst but no aticonfig.
Did you follow the instructions here to install:
*wiki.cchtml.com/index.php/Gentoo_Installation_Guide

(I guess Gentoo's method should work since Sabayon is based on Gentoo IIRC, no?)
 

shady_inc

Pee into the Wind...
Are you sure the ati drivers are actualy in use.?Shouldn't Graphics device section in xorg.conf read as:
-----------------------------------
Identifier "<your card name>"
Driver "ati"
-----------------------------------
 
Status
Not open for further replies.
Top Bottom