LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
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 02-16-2010, 03:24 AM   #16
us_ed
Member
 
Registered: Nov 2006
Posts: 54

Original Poster
Rep: Reputation: 15

Good day!
Excuse me.PC on the plan and i have many works.
I am remove xorg.conf created livna-config-display;
uninstall livna-config-display.
X -configure do not work
in xorg.conf created livna-config-display,remove all fglrx and test with some drivers
and get next error mesages

with vesa
I get mesage:
.....
....
radeon
fglrx
ati
fbdat
vesa
(WW)fglrx no matching device section for instance(BusID PCI:0@1:0:1) not found
.......
fatal server error
Caught signal 11 server aborting.

with radeon
RadeonHD(0) RHDDrversioncheckdrmOpen"Radeon","PCI:0000:01:00.0) " failed

with ati
GLX error:Cannot get required symbols

with radeonhd
Radeo(0)[dri] radeondrigetversion failed to open the DRI
Radeon ACCeleration initialization failed

---------------------------
In all try PC worcked.

6 month ago PC do not work antill I am install kmod,.....
thank
 
Old 02-16-2010, 08:06 PM   #17
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
You say that X -configure didn't work, but do not say why it didn't work. If you tried to run it as a normal user, you should have received a message that, "The '-configure' option can only be used by root." On the other hand, if you ran it as "root," than it should have created a file in the directory in which you ran the command. The (full) name og the file created is at the end of the on-line output created by the command. I've highlighted the line in red in this example of my laptop:
Code:
$ sudo X :1 -configure
X.Org X Server 1.7.4
Release Date: 2010-01-08
X Protocol Version 11, Revision 0
Build Operating System: x86-03 2.6.18-164.6.1.el5 
Current Operating System: Linux dv9810us 2.6.31.12-174.2.3.fc12.x86_64 #1 SMP Mon Jan 18 19:52:07 UTC 2010 x86_64
Kernel command line: root=LABEL=Fedora12 quiet LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rd_plytheme=charge
Build Date: 01 February 2010  04:13:44AM
Build ID: xorg-x11-server 1.7.4-6.fc12 
Current version of pixman: 0.16.6
        Before reporting problems, check http://bodhi.fedoraproject.org/
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.1.log", Time: Tue Feb 16 13:49:27 2010
List of video drivers:
        rendition
        nvidia
        v4l
        nv
        ast
        savage
        mga
        s3virge
        nouveau
        r128
        mach64
        nvidia
        nouveau
        trident
        radeon
        cirrus
        voodoo
        i740
        sis
        i128
        sisusb
        dummy
        intel
        glint
        openchrome
        tdfx
        vmware
        apm
        siliconmotion
        ati
        fbdev
        vesa
(++) Using config file: "/home/Peter/xorg.conf.new"


Xorg detected your mouse at device /dev/input/mice.
Please check your config if the mouse is still not
operational, as by default Xorg tries to autodetect
the protocol.

Your xorg.conf file is /home/Peter/xorg.conf.new

To test the server, run 'X -config /home/Peter/xorg.conf.new'
(By the way, I needed the :1 before the -convigure in the command line because I was already running an X-server on tty7.)

As you can see here, the generated code uses the propitiatory nvidia driver I've installed. This is, of course, just an example of using the X -configure command. Your driver will, of course, be different from mine.
Code:
$ grep -iA 5 -B 2 driver xorg.conf.new 
Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

--
Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "GeForce 7150M"
        BusID       "PCI:0:18:0"
EndSection
 
Old 02-24-2010, 03:11 AM   #18
us_ed
Member
 
Registered: Nov 2006
Posts: 54

Original Poster
Rep: Reputation: 15
HI!
I am run PC on level 3 as root without GUI.
delete xorg.conf
X -configure
I am get:
"
X.Org X Server 1.6.3.901 (1.6.4 RC 1)
Release Date: 2009-8-25
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.18-164.el5 i686.
Current Operating System: Linux usov-en 2.6.30.10-105.fc11.i686.PAE #1 SMP Thu D
Kernel command line: ro root=UUID=82a69e19-a28a-4179-b6f9-335fd1b5fc66 rhgb quie
Build Date: 09 September 2009 11:25:24AM
Build ID: xorg-x11-server 1.6.4-0.1.fc11.
<------>Before reporting problems, check http://wiki.x.org
<------>to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
<------>(++) from command line, (!!) notice, (II) informational,
<------>(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 24 13:28:46 2010
List of video drivers:
<------>radeon
<------>dummy
<------>fglrx
<------>apm
<------>ast
<------>ati
------>radeonhd
<------>vmware
<------>nv
<------>fbdev
<------>vesa
(WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found

Backtrace:
0: X(xorg_backtrace+0x3b) [0x812d8eb]
1: X(xf86SigHandler+0x9e) [0x80c0e0e]
2: [0x7d5400]
3: /usr/lib/xorg/modules/drivers//fglrx_drv.so(atiddxProbeMain+0xa78) [0x11803e8
4: X(xf86CallDriverProbe+0xde) [0x80a7c4e]
5: X(DoConfigure+0x1d0) [0x80b2ef0]
6: X(InitOutput+0x176) [0x80a9156]
7: X(main+0x1cb) [0x806ba2b]
8: /lib/libc.so.6(__libc_start_main+0xe6) [0xbaaa86]
9: X [0x806b0a1]

Fatal server error:
Caught signal 11. Server aborting

Please consult the The X.Org Foundation support.
<------> at http://wiki.x.org
for help..
Please also check the log file at "/var/log/Xorg.0.log" for additional informati

"
I am try many taims with various conditions,nothing chenge.
I am not find xorg.conf or xorg.conf.new nowheare.
thanks.

Last edited by us_ed; 02-24-2010 at 10:12 AM.
 
Old 02-24-2010, 03:19 AM   #19
us_ed
Member
 
Registered: Nov 2006
Posts: 54

Original Poster
Rep: Reputation: 15
I am add xorg.0.log
 
Old 02-24-2010, 08:48 PM   #20
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
Strange. It seems that the fglrx driver makes the X-server crash. Have you done a yum update to load the latest versions of all the software you're using. (If you have an Internet connect when you're running at init level 3, you can do the update from the command line.)

If that's the latest version of the fglrx driver, then you need to remove it from the library searched by the X-server since it causes the X-server to crash. (When you boot without an xorg.conf file, the X-server will try all the drivers it finds in its libraries until it finds one that works. That's what the "list of video drivers" in the log you posted is: a list of the drivers the X-server found in its libraries.)
 
Old 02-26-2010, 03:32 AM   #21
us_ed
Member
 
Registered: Nov 2006
Posts: 54

Original Poster
Rep: Reputation: 15
Hi!
I am can not find pure xorg-x11-drv-fglrx for fedora 11.
exist with kmod and other.
rpm -qa|grep fglrx
nothing

Last edited by us_ed; 02-26-2010 at 03:36 AM.
 
Old 02-26-2010, 05:23 PM   #22
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
According to the backtrace you posted, you have the Xorg driver installed (/usr/lib/xorg/modules/drivers//fglrx_drv.so). And that driver is causing the error that crashes the X server.

Try the command (as "root") mv /usr/lib/xorg/modules/drivers//fglrx_drv.so /usr/lib/xorg/modules/drivers//fglrx_drv.so.bad so the X-server won't try to use it.
 
Old 02-27-2010, 03:17 AM   #23
us_ed
Member
 
Registered: Nov 2006
Posts: 54

Original Poster
Rep: Reputation: 15
Hi!
What rpm i must use for reinstall fglrx?
 
Old 02-27-2010, 05:50 PM   #24
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
Why reinstall it? I thought the point was to try other drivers (radeon, etc.) that are shipped with the X-server package. By th way, have you done a yum update on your Fedora 11 system to get the latest versions on all you software installed? Specifically, which version of the Xorg do you have installed.
Code:
$ Xorg -version

X.Org X Server 1.7.5
Release Date: 2010-02-16
X Protocol Version 11, Revision 0
Build Operating System: x86-01 2.6.18-164.6.1.el5 
Current Operating System: Linux dv9810us 2.6.31.12-174.2.22.fc12.x86_64 #1 SMP Fri Feb 19 18:55:03 UTC 2010 x86_64
Kernel command line: root=LABEL=Fedora12 quiet LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rd_plytheme=charge
Build Date: 16 February 2010  04:33:35AM
Build ID: xorg-x11-server 1.7.5-1.fc12 
Current version of pixman: 0.16.6
        Before reporting problems, check http://bodhi.fedoraproject.org/
        to make sure that you have the latest version.
(Of course, I'm running Fedora 12, but the current version on 11 should be close to the above.)
 
Old 03-01-2010, 03:29 AM   #25
us_ed
Member
 
Registered: Nov 2006
Posts: 54

Original Poster
Rep: Reputation: 15
HI!
After "mv......" I am run X -confugure and get big xorg.conf with radeonhd,copy it to /etc/X11/xorg.conf.
restart xserver.
compare f8,gape by contur ~8mm.
refresh screen 85Hz in f8(1600x1200)good for eyes
refresh screen 75Hz in f11(1600x1200)(early too)(only and lower)that i notice well.
with readeon or ati not tested,do tomorrow.
I am copy content update site f11(Yandex) to stick usb,and update from usb(once week).
thank.
I am tested radeon and ati.
result the same.

Last edited by us_ed; 03-02-2010 at 03:02 AM.
 
Old 04-07-2010, 03:04 AM   #26
us_ed
Member
 
Registered: Nov 2006
Posts: 54

Original Poster
Rep: Reputation: 15
Hi!
With new driver ATI.AMD xxxx10.3xxxx all ok!
But pickche litl pale,it is nothink
thank!
 
Old 10-01-2010, 03:35 AM   #27
us_ed
Member
 
Registered: Nov 2006
Posts: 54

Original Poster
Rep: Reputation: 15
HI!
fedora 13 with ati don't work!
Fedora 11 radeonhd2400 driver ATI 1600x1200 refresh 85 analog monitor Sony CPD-530.,all ok!
Fedora 13 with NVIDIA driver 256.53 nvidia GX218(200)kernel 2.6.33 1400x1050 refresh 75! not adjust edge screen with monitor
Fedora 13 with NVIDIA 256.53 nvidia 210 CPU GX218 kernel 2.6.34-47 don't work!
How to make 1600x1200!
How to refresh 85!

Last edited by us_ed; 10-07-2010 at 03:26 AM.
 
Old 10-05-2010, 12:35 PM   #28
us_ed
Member
 
Registered: Nov 2006
Posts: 54

Original Poster
Rep: Reputation: 15
hi!
found in internet/
in kernel string add vmalloc=256MB
after
thet Fedora 13 with NVIDIA 256.53 zotas 20301 CPU GX218 kernel 2.6.34-47 work!
but 1400x1050 refresh 75! not adjust edge screen with monitor.
sqwear of image <sqwear screen
and move to right edge

Last edited by us_ed; 10-07-2010 at 03:27 AM.
 
  


Reply



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 06:53 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