LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
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


Reply
  Search this Thread
Old 12-04-2009, 03:41 AM   #1
us_ed
Member
 
Registered: Nov 2006
Posts: 54

Rep: Reputation: 15
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
Attached Thumbnails
Click image for larger version

Name:	fedora8.png
Views:	22
Size:	32.9 KB
ID:	2114   Click image for larger version

Name:	fedora11.png
Views:	19
Size:	138.2 KB
ID:	2115  
 
Old 01-01-2010, 06:42 PM   #2
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
Have you compared the F8 xorg.conf file with the one in your F12 system? What differences did you see?
 
Old 01-02-2010, 02:58 AM   #3
us_ed
Member
 
Registered: Nov 2006
Posts: 54

Original Poster
Rep: Reputation: 15
After 10/10/10 I will see thats differences.
Thank

Last edited by us_ed; 01-02-2010 at 02:59 AM.
 
Old 01-12-2010, 03:21 AM   #4
us_ed
Member
 
Registered: Nov 2006
Posts: 54

Original Poster
Rep: Reputation: 15
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.
 
Old 01-13-2010, 09:28 PM   #5
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
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.
 
Old 01-20-2010, 03:09 AM   #6
us_ed
Member
 
Registered: Nov 2006
Posts: 54

Original Poster
Rep: Reputation: 15
this is my xorg.configs
 
Old 01-20-2010, 03:19 AM   #7
us_ed
Member
 
Registered: Nov 2006
Posts: 54

Original Poster
Rep: Reputation: 15
this is aaa.tar
rename aa.txt aaa.tar
Attached Files
File Type: txt aa.txt (10.0 KB, 11 views)
 
Old 01-22-2010, 08:38 PM   #8
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
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.
 
Old 01-26-2010, 11:17 AM   #9
us_ed
Member
 
Registered: Nov 2006
Posts: 54

Original Poster
Rep: Reputation: 15
Good day.
I am adjust in section monitor
Option Screen "Screen0"
but nothinh chenge/
Thank
 
Old 01-26-2010, 12:48 PM   #10
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
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.
 
Old 01-27-2010, 09:31 AM   #11
us_ed
Member
 
Registered: Nov 2006
Posts: 54

Original Poster
Rep: Reputation: 15
I am notice.
if i chenge xorg.conf and reboot,one is chenge again.
How to i am 'off' livna-config-dispaly.
Thank
 
Old 01-29-2010, 03:03 PM   #12
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
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.
 
Old 02-01-2010, 10:39 AM   #13
us_ed
Member
 
Registered: Nov 2006
Posts: 54

Original Poster
Rep: Reputation: 15
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
 
Old 02-01-2010, 01:18 PM   #14
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
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.
 
Old 02-02-2010, 03:29 AM   #15
us_ed
Member
 
Registered: Nov 2006
Posts: 54

Original Poster
Rep: Reputation: 15
thank .I will test.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Square root in python? raskol Programming 4 04-06-2008 07:56 PM
White square on screen christopher5 Fedora 3 07-23-2007 10:35 AM
Square fonts with CEDEGA? Spooky Linux - Games 1 05-14-2005 02:14 PM
square one - how do I make it go? linuxceptic Linux - Wireless Networking 3 02-04-2004 07:23 PM
Square mouse pointer ? d4d4n9 Mandriva 11 12-28-2003 07:44 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 03:30 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration