Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
x.org only runs in 1280x1024?
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
saluk
n00b
n00b


Joined: 25 Aug 2004
Posts: 34

PostPosted: Sun Oct 10, 2004 5:58 pm    Post subject: x.org only runs in 1280x1024? Reply with quote

I am having this weird problem, where X will only run in 1280x1024. If I try to run it in 800x600 or 1024x768, the screen is shrunk, but the resolution is still the same. I have tried going back to 6.7 because I thought that was the issue, but 6.7 wont even run any more, saying it can't load my ati's drivers. I thought it might be a kernel issue, because I was booting the kernel in 1280x1024 resolution, but after switching that to 640, x still only starts in high res. Any ideas what the problem could be?
Back to top
View user's profile Send private message
steveb
Advocate
Advocate


Joined: 18 Sep 2002
Posts: 4564

PostPosted: Sun Oct 10, 2004 6:08 pm    Post subject: Reply with quote

how about posting the xorg configuration?
how about posting specs of your monitor (lcd,crt)?
how about posting specs of your gfx card?
etc, etc...
Back to top
View user's profile Send private message
saluk
n00b
n00b


Joined: 25 Aug 2004
Posts: 34

PostPosted: Sun Oct 10, 2004 7:02 pm    Post subject: Reply with quote

Code:
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"     # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
#      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the Type1 and FreeType font modules
    Load        "type1"
    Load        "speedo"
    Load        "freetype"
#    Load        "xtt"

# This loads the GLX module
    Load       "glx"
# This loads the DRI module
    Load       "dri"

EndSection

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"


    RgbPath   "/usr/X11R6/lib/X11/rgb"

    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/TTF/"
    FontPath   "/usr/share/fonts/Speedo/"
    FontPath   "/usr/share/fonts/Type1/"
    FontPath   "/usr/share/fonts/CID/"
    FontPath   "/usr/share/fonts/75dpi/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath   "/usr/share/fonts/local/"
    FontPath   "/usr/share/fonts/freefont/"
EndSection

Section "InputDevice"

    Identifier   "Keyboard1"
    Driver   "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbModel"   "pc105"
    Option "XkbLayout"   "us"

EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"
    Identifier   "Mouse1"
    Driver   "mouse"
    Option "Protocol"    "Auto"
    Option "Device"      "/dev/mouse"
    Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"

    Identifier  "My Monitor"
    HorizSync   31.5, 35.5
    VertRefresh 50-70

EndSection


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

# Any number of graphics device sections may be present

# Standard VGA Device:

Section "Device"
    Identifier   "Standard VGA"
    VendorName   "Unknown"
    BoardName   "Unknown"
    Driver     "vga"
EndSection

# Device configured by xorgconfig:

Section "Device"
    Identifier  "radeon"
    Driver      "radeon"
    VideoRam    131072
EndSection


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

Section "Screen"
    Identifier  "Screen 1"
    Device      "radeon"
    Monitor     "My Monitor"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

Section "ServerLayout"

# The Identifier line must be present
    Identifier  "Simple Layout"


    Screen "Screen 1"    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

Section "DRI"
    Mode 0666
EndSection

Section "Extensions"
    Option "Composite" "false"
EndSection


I have an ati radeon 7500, micron 19 inch crt monitor.

At some point the scaling was working right, I'm not sure when it stopped working...
Back to top
View user's profile Send private message
catkfr
Guru
Guru


Joined: 02 Aug 2004
Posts: 300

PostPosted: Sun Oct 10, 2004 7:40 pm    Post subject: Reply with quote

Your Monitor section looks really weird. On a Iiyama 17" screen, here are the values I have:
Code:
Section "Monitor"

    Identifier  "Monitor1"
    HorizSync   27.0-96.0
    VertRefresh 50-160
    Option      "DPMS"

EndSection


I imagine that it is your HorizSync which limits the resolutions your screen can switch to. I would look at your screen specs, change your xorg.conf and try again.
Back to top
View user's profile Send private message
saluk
n00b
n00b


Joined: 25 Aug 2004
Posts: 34

PostPosted: Sun Oct 10, 2004 10:28 pm    Post subject: Reply with quote

Well thanks for the thought, I have tried many settings there, including what the sticker on the back of my monitor says with no luck :( I'm pretty sure I didn't have this problem before I upgraded to 6.8... I'll see if I can figure out why 6.7 wont work anymore :(
Back to top
View user's profile Send private message
charliecompany
Tux's lil' helper
Tux's lil' helper


Joined: 10 Apr 2004
Posts: 106

PostPosted: Mon Oct 11, 2004 3:55 am    Post subject: Reply with quote

If you want to only run at a lower resolution, you could just delete the 1280x1024 out of xorg.conf.
Code:
    Subsection "Display"
        Depth       8
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes      "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection

This will make it so that it can't go higher than say 1024x768.
_________________
The only difference between genious and stupidity is that stupidity has no limits.
Back to top
View user's profile Send private message
saluk
n00b
n00b


Joined: 25 Aug 2004
Posts: 34

PostPosted: Mon Oct 11, 2004 4:26 am    Post subject: Reply with quote

Right, but I've already tried that, it has the same problem. It's stuck in one resolution! If I go 1024x768 the upper left corner has the screen and the rest is black. And all the text gets really small. It's really weird. I don't think it's the monitor, but I'm really at a loss where the problem is. kernel, x.org, video drivers, etc. I've remade my x.org configuration and tweaked that a lot so I'm pretty sure its not something in there. I think I'm going to tweak my use settings and reemerge x, I'm just worried it wont work like when I tried to downgrade x.org again. But I still have the quickpkg so heh, it's worth a shot :)
Back to top
View user's profile Send private message
azote
Guru
Guru


Joined: 17 Sep 2002
Posts: 415

PostPosted: Tue Oct 12, 2004 1:53 pm    Post subject: Reply with quote

im having the same problem .. but worst!!!!!

mine will go only to 1600x1200 !!!! my laptop has gone crazy!!
_________________
contact me -> azote@mail.i2p

What do you want to emerge today?

if you think that a person is normal, it is because you do not know them well
Back to top
View user's profile Send private message
saluk
n00b
n00b


Joined: 25 Aug 2004
Posts: 34

PostPosted: Tue Oct 12, 2004 4:20 pm    Post subject: Reply with quote

Which version of X are you using? And what is your xorg.conf?
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