View previous topic :: View next topic |
Author |
Message |
saluk n00b

Joined: 25 Aug 2004 Posts: 34
|
Posted: Sun Oct 10, 2004 5:58 pm Post subject: x.org only runs in 1280x1024? |
|
|
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 |
|
 |
steveb Advocate


Joined: 18 Sep 2002 Posts: 4564
|
Posted: Sun Oct 10, 2004 6:08 pm Post subject: |
|
|
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 |
|
 |
saluk n00b

Joined: 25 Aug 2004 Posts: 34
|
Posted: Sun Oct 10, 2004 7:02 pm Post subject: |
|
|
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 |
|
 |
catkfr Guru

Joined: 02 Aug 2004 Posts: 300
|
Posted: Sun Oct 10, 2004 7:40 pm Post subject: |
|
|
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 |
|
 |
saluk n00b

Joined: 25 Aug 2004 Posts: 34
|
Posted: Sun Oct 10, 2004 10:28 pm Post subject: |
|
|
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 |
|
 |
charliecompany Tux's lil' helper


Joined: 10 Apr 2004 Posts: 106
|
Posted: Mon Oct 11, 2004 3:55 am Post subject: |
|
|
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 |
|
 |
saluk n00b

Joined: 25 Aug 2004 Posts: 34
|
Posted: Mon Oct 11, 2004 4:26 am Post subject: |
|
|
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 |
|
 |
azote Guru


Joined: 17 Sep 2002 Posts: 415
|
Posted: Tue Oct 12, 2004 1:53 pm Post subject: |
|
|
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 |
|
 |
saluk n00b

Joined: 25 Aug 2004 Posts: 34
|
Posted: Tue Oct 12, 2004 4:20 pm Post subject: |
|
|
Which version of X are you using? And what is your xorg.conf? |
|
Back to top |
|
 |
|