Find the answer to your Linux question:
Results 1 to 10 of 10
Hi, I have notebook ASUS x51r (M530, ATI XPress 1100) with Fedora 11, before installing Fedora, I used other linux distro (Ubuntu, SL, Debian, Centos), on this other distr i ...
  1. #1
    Just Joined! nesca2in1's Avatar
    Join Date
    Aug 2008
    Location
    Silesia/Poland
    Posts
    16

    How change screen resolution (more than 1024x 768)

    Hi,
    I have notebook ASUS x51r (M530, ATI XPress 1100) with Fedora 11,
    before installing Fedora, I used other linux distro (Ubuntu, SL, Debian, Centos), on this other distr i can set my screen resolution more then 1024x768, 61 MHz , but on Fedora 11 I can't do this?

    How repair this? How and what I must install/remove/edit?
    TIA

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,097
    Are you using the proprietary video drivers?

    Have you tried editing or creating an xorg.conf file containing the resolution that you seek?
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    Just Joined! nesca2in1's Avatar
    Join Date
    Aug 2008
    Location
    Silesia/Poland
    Posts
    16
    Hi,
    thx for answer,

    how edit xorg.conf? what i must change?
    when i using FreeBSD (2 or 3 years ago) i edit this file,
    In fedora 11, xorg is this same struct ? (FreeBSD)

  4. #4
    Trusted Penguin Roxoff's Avatar
    Join Date
    Aug 2005
    Location
    Nottingham, England
    Posts
    3,393
    The problem is that your monitor is not being set up properly by Fedora - I've seen this a few times. Use the tool 'system-config-display', if you run this as root, it'll allow you to specify a monitor. If you cant find yours in the list, just use a generic one that matches. Once your monitor is set, you'll have all the correct resolutions available to you.
    Linux user #126863 - see http://linuxcounter.net/

  5. #5
    Just Joined! nesca2in1's Avatar
    Join Date
    Aug 2008
    Location
    Silesia/Poland
    Posts
    16
    I can't set up more then 1024x768,

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Post the contents of /etc/X11/xorg.conf file here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined! nesca2in1's Avatar
    Join Date
    Aug 2008
    Location
    Silesia/Poland
    Posts
    16
    my xorg.conf :
    only this:


    Section "Device"
    Identifier "Videocard0"
    Driver "vesa"
    EndSection

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Edit xorg.conf file :
    Code:
    Section "Monitor"
    	Identifier   "Monitor0"
    	HorizSync    30.0 - 71.0
    	VertRefresh  50.0 - 160.0
    	Option	    "dpms"
    EndSection
    
    Section "Device"
    	Identifier  "Videocard0"
    	Driver      "vesa"
    EndSection
    
    Section "Screen"
    	Identifier "Screen0"
    	Device     "Videocard0"
    	Monitor    "Monitor0"
    	DefaultDepth     24
    	SubSection "Display"
    		Depth     24
    		Modes    "1280x1024" "1024x768"
    	EndSubSection
    EndSection
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  9. #9
    Just Joined! nesca2in1's Avatar
    Join Date
    Aug 2008
    Location
    Silesia/Poland
    Posts
    16
    Quote Originally Posted by devils casper View Post
    Edit xorg.conf file :
    Code:
    Section "Monitor"
    	Identifier   "Monitor0"
    	HorizSync    30.0 - 71.0
    	VertRefresh  50.0 - 160.0
    	Option	    "dpms"
    EndSection
    
    Section "Device"
    	Identifier  "Videocard0"
    	Driver      "vesa"
    EndSection
    
    Section "Screen"
    	Identifier "Screen0"
    	Device     "Videocard0"
    	Monitor    "Monitor0"
    	DefaultDepth     24
    	SubSection "Display"
    		Depth     24
    		Modes    "1280x1024" "1024x768"
    	EndSubSection
    EndSection

    on this xorg.conf, I can't still set resolution more than 1024x768 :/

    When i try install driver for ATI web i can see this error msg:
    ==================================================
    ATI Technologies Linux Driver Installer/Packager
    ==================================================
    which: no XFree86 in (/usr/kerberos/sbin:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/rafal/bin)

    Error: ./default_policy.sh does not support version
    default:v2:i686:lib::none:2.6.29.4-167.fc11.i686.PAE; make sure that the version is being
    correctly set by --iscurrentdistro

    Removing temporary directory: fglrx-install.C4mZaP




    actualy on system i have instaled this package:

    [root@localhost ]# yum list |grep radeon
    radeontool.i586 1.5-5.fc11 installed
    xorg-x11-drv-radeonhd.i586 1.2.5-2.10.20090714git.fc11 updates
    [root@localhost ]#

  10. #10
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Replace "vesa" with "radeon" in xorg.conf file.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...