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 ...
- 10-04-2009 #1
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
- 10-04-2009 #2forum.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.
- 10-05-2009 #3
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)
- 10-06-2009 #4
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/
- 10-06-2009 #5
- 10-06-2009 #6
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
- 10-06-2009 #7
my xorg.conf :
only this:
Section "Device"
Identifier "Videocard0"
Driver "vesa"
EndSection
- 10-07-2009 #8
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
- 10-07-2009 #9
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-08-2009 #10
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


Reply With Quote
