Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Serious screen resolution problems

  • 15-03-2006 1:37am
    #1
    Registered Users, Registered Users 2 Posts: 2,567 ✭✭✭


    basically, when the GUI starts up, it runs in a 1280x1024 window, but like zoomed, so that my monitor is actually running at 650x480 and you can pan around the screen with the mouse. This has happened with both Fedora Core 4 and Ubuntu 5.10 (breezy). Can't seem to figure out whats going on. Screen resolution control panel only lists 0hz as available refresh rates as well.

    I'm using a Radeon 9700 pro and a dell p991 monitor. Under windows the monitor runs 1280x1024x85hz fine.

    Anyone have any idea?


Comments

  • Closed Accounts Posts: 210 ✭✭deimos


    look in your xorg.conf file

    /etc/X11/xorg.conf
    or it could be (if using Xfree86)
    /etc/X11/XF86Config-4


    Near the end of the page you will see data relating to screen resolution etc etc


  • Registered Users, Registered Users 2 Posts: 2,567 ✭✭✭mloc


    I looked through the file earlier, and it did show under the monitor settings that it was capable of displaying a range of vsync and hsync values.

    Unfortunately I'm a linux beginner, and the rest of the file didnt mean a whole lot to me. Just various resolutions, but no refresh rates.


  • Registered Users, Registered Users 2 Posts: 1,606 ✭✭✭djmarkus


    Post up your configuration file


  • Registered Users, Registered Users 2 Posts: 2,567 ✭✭✭mloc



    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor 1280x1024"
    DisplaySize 370 270
    HorizSync 31.5 - 79.0
    VertRefresh 50.0 - 90.0
    Option "dpms"
    EndSection

    Section "Device"
    Identifier "Videocard0"
    Driver "radeon"
    VendorName "Videocard vendor"
    BoardName "ATI Radeon 9700 Pro"
    EndSection

    Section "Screen"
    Identifier "Screen0"
    Device "Videocard0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 16
    Modes "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1280x1024" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection

    Section "DRI"
    Group 0
    Mode 0666
    EndSection


    There tis the relevent bits


  • Registered Users, Registered Users 2 Posts: 1,606 ✭✭✭djmarkus


    and your monitor runs @ 650x480? very odd, u using 16 bit or 24bit color depth do you know?


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 2,567 ✭✭✭mloc


    ah, typo there. its 640x480. not really sure to be honest, far as i know its 24bit. using linux at all at the moment is a pain in the ass due to the scrolling.

    it's like the whole 1280x1024 screen is magnified and i have to scroll around it. so far, ive had the problem with Ubuntu 5.10 (both installed and running from the live cd), and Fedora Core 4.


  • Registered Users, Registered Users 2 Posts: 1,606 ✭✭✭djmarkus


    SubSection "Display"
    Depth 15
    Modes "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "800x600" "768x576" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "800x600" "768x576" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "800x600" "768x576" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 32
    Modes "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "800x600" "768x576" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "800x600" "768x576" "640x480"
    EndSubSection


    Heres mine, try using these settings, back up first tho!


  • Registered Users, Registered Users 2 Posts: 2,567 ✭✭✭mloc


    nope didnt work. I just tried using a different monitor, and now it works fine. I think it may be because the P911 is not DCC compatible and doesn't auto-detect even under windows.


  • Registered Users, Registered Users 2 Posts: 1,419 ✭✭✭nadir


    ctrl alt +(keypad)
    ctrl alt -(keypad)

    cycles resolutions supported in xorg.conf

    although it looks like you may have set a virtual in there, thats usually what causes that problem, watchout for that ' Viewport 0 0' could be messing things up.


Advertisement