Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
12-04-2009, 03:41 AM
|
#1
|
Member
Registered: Nov 2006
Posts: 54
Rep:
|
in Fedora 11 square screen have not adjust square of monitor.
Good day!
in Fedora 8 all OK!
in Fedora 11 square screen have not adjust square of monitor.
What parameters I must use in "xorg.config" or "aticonfig --initial"?
driver ati-driver-installer-9-11-x86.x86_64.html
videoadapter radeon hd 2400 PRO, monitor SONY CPD-E530.
kernel 2.6.?-99
"akmod-catalyst
kmod-catalist
kmod-catalist-PAE
xorg-x11-drv-catalyst
xorg-x11-drv-catalyst-libs" installed
|
|
|
01-01-2010, 06:42 PM
|
#2
|
Senior Member
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187
|
Have you compared the F8 xorg.conf file with the one in your F12 system? What differences did you see?
|
|
|
01-02-2010, 02:58 AM
|
#3
|
Member
Registered: Nov 2006
Posts: 54
Original Poster
Rep:
|
After 10/10/10 I will see thats differences.
Thank
Last edited by us_ed; 01-02-2010 at 02:59 AM.
|
|
|
01-12-2010, 03:21 AM
|
#4
|
Member
Registered: Nov 2006
Posts: 54
Original Poster
Rep:
|
Good day.I have chenge xorg.conf from fedora8 to fedota11.Nothing chenge
I was can not add xorg.conf in replay(19.01.10)
I am repeet tomorrow.
excuse me for late replay
Last edited by us_ed; 01-19-2010 at 12:47 PM.
|
|
|
01-13-2010, 09:28 PM
|
#5
|
Senior Member
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187
|
I think you misunderstood my question. What I asked you to do was to post copies of your F8 and F12 xorg.conf files so we could see if there were any differences. I suspect that the problem is in your Subsection "Display" settings, but, without seeing them, it's hard to know. (Remember to use code tags around any posted text to preserve the formatting.)
You might want to run the command Xorg -configure, and post the xorg.conf.new file that will be generated (in your current working directory, not /etc/X11/ unless you've cd'ed there - which I suggest that you do not do.)
Re the code tags: Click on the BB code link in the "Posting Rules" box at the bottom of this page for a description of the codes you can use and how to use them.
|
|
|
01-20-2010, 03:09 AM
|
#6
|
Member
Registered: Nov 2006
Posts: 54
Original Poster
Rep:
|
this is my xorg.configs
|
|
|
01-20-2010, 03:19 AM
|
#7
|
Member
Registered: Nov 2006
Posts: 54
Original Poster
Rep:
|
this is aaa.tar
rename aa.txt aaa.tar
|
|
|
01-22-2010, 08:38 PM
|
#8
|
Senior Member
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187
|
Please read the BB tags section I referenced above. You should post information to this thread, not create an attachment.
Anyhow, you F11 "ServerLayout" section says:
Code:
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
EndSection
That means, of course, that only the definition of screen0 will be used, and your other definitions ignored. Since you mode definitions are incorrect in that definition, you should not be too supprised that you have problems.
FYI, a file extension is meaningless in almost all Linux distributions. Vis:
Code:
$ cd tmp
$ mkdir us_ed
$ cd us_ed/
$ tar -xvf ~/Downloads/aa.txt
./f11_xorg.conf
./f8_xorg.conf
$ ls
f11_xorg.conf f8_xorg.conf
$ diff f11_xorg.conf f8_xorg.conf
2,11c2,6
< #
< # FROM XVIDTUNE
< #
< # xvidtune
< # Vendor: (null), Model: (null)
< # Num hsync: 1, Num vsync: 1
< # hsync range 0: 30.00 - 117.00
< # vsync range 0: 48.00 - 170.00
< # "1600x1200" 202.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
< # vert refresh 70g
---
> # xvidtune
> # Vendor: , Model:
> # Num hsync: 0, Num vsync: 0
> # "1600x1200" 229.50 1600 1664 1856 2160 1200 1201 1204 1250 -hsync -vsync
> # vert refresh 85g
13,17c8
<
<
<
<
< # Xorg configuration created by livna-config-display
---
> # Xorg configuration created by system-config-display
21c12,13
< Screen 0 "Screen0" 0 0
---
> Screen 0 "aticonfig-Screen[0]-0" 0 0
> InputDevice "Keyboard0" "CoreKeyboard"
25,26d16
< ModulePath "/usr/lib/xorg/modules/extensions/catalyst"
< ModulePath "/usr/lib/xorg/modules"
30c20
< Option "AIGLX" "on"
---
> Option "Xinerama" "off"
48,61d37
< Section "Monitor"
< Identifier "aticonfig-Monitor[0]-0"
< ModeLine "1600x1200" 229.5 1600 1664 1856 2160 1200 1201 1204 1250 -hsync -vsync
< Option "VendorName" "ATI Proprietary Driver"
< Option "ModelName" "Generic Autodetecting Monitor"
< Option "DPMS" "true"
< EndSection
<
< Section "Device"
< Identifier "Videocard0"
< Driver "radeonhd"
< BusID "PCI:1:0:0"
< EndSection
<
65,66d40
< Option "OpenGLOverlay" "off"
< Option "VideoOverlay" "on"
71,82d44
< Identifier "Screen0"
< Device "Videocard0"
< Monitor "aticonfig-Monitor[0]-0"
< DefaultDepth 24
< SubSection "Display"
< Viewport 0 0
< Depth 24
< Modes "1600x1200" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480" "640x400"
< EndSubSection
< EndSection
<
< Section "Screen"
90c52
< Modes "1600x1200" "1280x1024" "1024x768"
---
> Modes "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x768" "1152x864" "1024x768" "800x600" "640x480" "640x400"
94,97d55
< Section "Extensions"
< Option "Composite" "Enable"
< EndSection
<
Last edited by PTrenholme; 01-22-2010 at 08:42 PM.
|
|
|
01-26-2010, 11:17 AM
|
#9
|
Member
Registered: Nov 2006
Posts: 54
Original Poster
Rep:
|
Good day.
I am adjust in section monitor
Option Screen "Screen0"
but nothinh chenge/
Thank
|
|
|
01-26-2010, 12:48 PM
|
#10
|
Senior Member
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187
|
I notice that one of your xorg.conf files was generated by livna-config-dispaly whilst the other was made by system-config-display. Perhaps one does a better job then the other. 
|
|
|
01-27-2010, 09:31 AM
|
#11
|
Member
Registered: Nov 2006
Posts: 54
Original Poster
Rep:
|
I am notice.
if i chenge xorg.conf and reboot,one is chenge again.
How to i am 'off' livna-config-dispaly.
Thank
|
|
|
01-29-2010, 03:03 PM
|
#12
|
Senior Member
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187
|
Well, why not do a yum erase livna-config-display? (The livna-config-display program is usually installed when you install a display driver from the rpm-fusion repositories.) You can always re-install it if you find that you need it.
NOTE: Since livna-config-display is a "dependency" of the display device drivers installed from the rpm-fusion repositories, erasing it with yum may force you to also erase the driver(s) you loaded from those repositories. Since the ATI driver is a part of the standard X-server distribution, removing ATI drivers loaded from rpm-fusion should not be a problem for you. Just make sure you run the system-config-display program before you reboot after you erase the livna-config-display package. Or you could just change the Driver "fglrx" line to read Driver "ati" before you reboot.
Last edited by PTrenholme; 01-29-2010 at 03:34 PM.
Reason: Added note.
|
|
|
02-01-2010, 10:39 AM
|
#13
|
Member
Registered: Nov 2006
Posts: 54
Original Poster
Rep:
|
good day!
yum erase livna-config-display.
removed livna-config-display ...catalyst...kmod....akmod e.t.
run ati driver(9.12) from ati.amd.com
X -configure
not exist section monitor
add section monitor from old xorg.conf
add string Monitot in section Screen
this is new xorg.conf
"
#Xorg configuration created by livna-config-display !!!!!!!!!????????
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/catalyst"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
ModeLine "1600x1200" 229.5 1600 1664 1856 2160 1200 1201 1204 1250 -hsync -vsync
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "Device"
Identifier "Videocard0"
# Driver "fglrx"
Driver "ati"
Option "OpenGLOverlay" "off"
Option "VideoOverlay" "on"
EndSection
Section "Screen"
Identifier "Screen0"
Monitor "aticonfig-Monitor[0]-0"
Device "Videocard0"
DefaultDepth 24
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
"
but nothig chenge
thank
|
|
|
02-01-2010, 01:18 PM
|
#14
|
Senior Member
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187
|
OK, try the other X-org driver for ATI: change the Driver "ati" to Driver "radeon". Look at man radeon to see if our card is one of the supported ones, and to see the list of option you can set.
|
|
|
02-02-2010, 03:29 AM
|
#15
|
Member
Registered: Nov 2006
Posts: 54
Original Poster
Rep:
|
thank .I will test.
|
|
|
All times are GMT -5. The time now is 07:01 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|