Fedora :: ATI Radeon 7000 With 2 Attached VGA Monitors.But By Booting Is One Of Them Switched Off:- Without Kernel Param?
Aug 8, 2009
I have dualhead configuration - ATI Radeon 7000 with 2 attached VGA monitors.But by booting is one of them switched off:- without kernel param. - nomodeset (added to GRUB), the monitor is switched off just before X start- with nomodeset - is switchet off by X start.In X: xrandr reports only 1 attached monitor (second port is reported as "disconnected") - the same info is in /var/log/Xorg.0.log.I have also try to use my elsewhere working predefined configuration in xorg.conf, but also without effect. The second monitor stays off :On every other OS I have ever tried: Ubuntu 8.04/8.10/9.04, Mandriva 2008/2009.1, Knoppix, SuSE 10.3/11.1, Windows XP, ....I had not this problem.Also - what is wrong in Fedora ? Why do switch the monitor off ? Why reports, that the monitor is disconnected - when it is not true ?
View 9 Replies
ADVERTISEMENT
Aug 10, 2010
I have using Fedora 12. my video card is ati radeon 7000 with 64mb video ram. i like to see how is Gnome 3 Preview. i install required packages. when i run "desktop-effects" command, a error message appear with following ccontext "Accelerated 3D graphics is not available Desktop effects require hardware 3D support."
I think this is about my video card drivers. so, what drivers i need to install and how i can install them?
View 6 Replies
View Related
Jun 17, 2010
I use the following command to find under /var some param in my script
grep -R "param" /var/* 2>/dev/null |grep -wq "param"
my problem is that: after grep find the param in file grep continue to search until all searches under /var/* will completed
How to perform stop immediately after grep match the param word
For example when I run the: grep -R "param" /var/* 2>/dev/null |grep -wq "param"
grep find the param after one second.
But grep continue to Search other same param on other files and its take almost 30 seconds
How to stop the grep immediately after param match?
View 1 Replies
View Related
Mar 25, 2010
I have a machine with an ATI Radeon 7000/VE graphic card and I can not get the screen resolution I need. This is running on redhat enterprise 4 OS (32bit). My monitor is a 1600x1280 but I can not get anything better than 1024x768. I did set the desired resolution in the xorg file. I guess this would rather be a driver issue? I am running with radeon driver at the moment. I tried to get the fglrx from ATI but they do not seem to give any linux support for this card.
View 4 Replies
View Related
Mar 15, 2010
With Karmic there's some support for the ati radeon 7000 ve, but it's the default driver with limited or no 3d function. Previous distros supported radeon 7000 ve. Is it likely to expect that Lucid will not support this video card.
View 2 Replies
View Related
Dec 24, 2010
So here is my problem In short, I am having trouble enabling hardware rendering on my Radeon 7000. As a result, games run slow, and Compiz refuses to run. ATI Radeon 7000, uses the open-source driver that already comes installed (Mesa, I think it is called) Here are outputs of different commands I think you might find useful. Let me know if you want anything else.
Code:
$ lspci |grep VGA
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE]
Code:
$ glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: Mesa X11
[Code]...
View 8 Replies
View Related
May 31, 2011
The default install of F15 is not detecting my multiple monitor setup properly.I have two dell 17" monitors running on an ATI hd4650. In system settings the display tool does not detect the second monitor. The monitor is working and on but just shows a mirror of the main display.I didn't see an xorg.conf anywhere to try to fiddle with that... so I don't know what to do. Hitting the Detect Displays button does nothing but cause the 2nd display to flicker for a minute.
View 1 Replies
View Related
May 21, 2010
After working on trying to get my 3 monitors to work with Ubuntu 10.4 and my ATI Radeon HD3200 (IGP) and HD4850 cards, I just had to share the xorg.conf. I am using the default open source drivers that came with 10.4 and I kept KMS enabled (it wouldn't work without it).
Here is my conf:
Code:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "4850-2-Screen"
Screen 1 "4850-1-Screen" RightOf "4850-2-Screen"
Screen 2 "3200-Screen" RightOf "4850-1-Screen"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "on"
#OPtion "Clone" "off"
EndSection .....
View 9 Replies
View Related
Jan 19, 2010
I'm running Ubuntu 9.10 on an HP Desktop with an ATI Radeon 2600 pci card that has four outputs. I want to run the same 3-monitor array that I had in windows. Is it possible to get this thing running and configured right in Linux? At the moment I can only get it to send a signal to 2 monitors. I installed the drivers step by step from the manufacturer, but I can't seem to get a signal to all 3 monitors.
View 6 Replies
View Related
Aug 4, 2010
Can anyone help with me configure my dual-screen monitors for rotation? I have xrandr 1.1. Have tried various approaches, nothing takes. I can't even get the xrandr options to show up in KDE's Display control panel.
My lspci output: 03:00.0 VGA compatible controller: ATI Technologies Inc RV516 [Radeon X1300/X1550 Series] My current xorg.conf (works, minus screen rotation): # Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "Multihead layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "off"
[Code]...
View 1 Replies
View Related
Jul 28, 2011
Yesterday I updated my F15 x86_64 system from kernel 2.6.38.6-27 to 2.6.38.8-35. After the reboot, my triple-head system complained of not having enough CRTCs and only 2 screens worked. Other components were also updated, including some X11 components, however selecting a fallback kernel at the grub prompt indicates this follows the kernel (fall back to old kernel has all 3 monitors working). xrandr --verbose on the 2.6.38.6-27 kernel shows each of the 3 monitors assigned to separate CRTC entries, with CRTCs 0 thru 5 available.
Same command on the new 2.6.38.8-35 system only shows CRTCs 0 & 1 available. My system using an XFX Radeon HD5450 card, with 3 interfaces: HDMI, DVI, VGA. The default Fedora open source "radeon" driver allows all 3 interfaces to be usable. However, with the new kernel, the loss of several CRTCs prevents the 3rd monitor from working.What are the thoughts from the community? I've searched various forums here and haven't seen similar symptoms reported. I'm looking for any direction/experience/thingsToTry from others before trying to open a bug report. (Attempts to use the Catalyst driver several months ago resulted in only 2 of the 3 connected monitors working.
View 2 Replies
View Related
Feb 24, 2011
It started when I tried to install Kubuntu 10.10. It booted OK from the CD, but after I installed it, it wouldn't boot. It would hang showing "floppy: no floppy found". I think the next part is either initializing swap or disks. No matter what, I couldn't it to boot.
So, I installed with Xubuntu. it worked great, and booted fine a few times. Worked a couple days.
But just today, after updating to the new kernel, it won't boot at all. It gets stuck at the same place!
It does this even if I go back to the old kernel on the boot list.
When I boot into recovery mode, SOMETIMES it will boot. Actually, just once. All other times, it failed to boot even in recovery. I attached the dmesg from one of these boots.
I booted into a puppy partition, and fsck -f my other partitions. It reported no problems.
Could it be a hard drive problem? I don't hear anything from the drive, but it's getting old and I was planning on replacing it soon anyhow.
My computer is a Compaq R3000 AMD64, but I'm running the 32 bit OS.
View 3 Replies
View Related
Jul 10, 2011
since upgrading the squeeze kernel from 2.6.26-2-686 to 2.6.32-5-686 Iīve been unable to boot my HP D510S/845G without attached monitor. As this computer serves as router and print/faxserver, there is/was neither a monitor nor a keyboard/mouse attached. With monitor everything works fine, without monitor the computer hangs somewhere. Unfortunately it hangs without logging anything in /var/log.
Reinstalling xorg and xserver-xorg didnīt change anything, neither was the new xorg.conf from dpkg-reconfigure -phigh xserver-xorg of any use. (After booting with attached monitor I disconnected the monitor and ran dpkg-reconfigure) Maybe disabling Xorg would solve the problem, but I want to be able to log in via vnc and use a GUI - for example to configure mythtv. Up to the kernel-update everything was working fine, so I think some changes to the new kernel are responsible. how to fix it or how to start logging earlier in the boot process?
View 7 Replies
View Related
Apr 26, 2010
I had fedora-11 installed and the kernel version was 2.6.29 I downloaded new kernel version 2.6.33.2 and did following,
make mrproper
make
make modules_install
make install
when I rebooted and selected 2.6.33.2 from grub entry, fedora logo came and spalshed, after that monitor started blinking and now its not going anywhere, i can see blank screen and nothing else. If I do ctrl+alt+del it shuts down the system normally.
I tried interactive mode also system did fine untill this point "registering binary handler for windows application" after that the same problem came, monitor started blinking and screen is blank., Any pointer regarding this will be helpful , what exactly went wrong? I can provide more info if u need it.
View 2 Replies
View Related
Feb 15, 2011
i have installed kernel 2.6.29.1 on fedora14. when i tried to boot the kernel 2.6.29.1 it does some USB identification,and then it got hanged and displays nothing... logs are [1.955941]usb3-1: configuration #1 chosen from 1 choice [2.054770]input: ImPS/2 Logitech Wheel Mouse as /devices/platform/i8042/serio1/input/input1
View 4 Replies
View Related
Sep 30, 2010
I upgraded my F13 kernel from 2.6.33 to 2.6.34. But, the newer kernel isn't booting. It starts the booting process and then goes idle. how shall I troubleshoot?
View 2 Replies
View Related
Apr 13, 2011
I just installed 2.6.35.12-88.fc14.x86_64 via Software Update and rebooted. When selecting new kernel to boot from, the boot sequence doesn't finish. I am not sure how t o troubleshoot; I am prompted for the PassWord for encrypted /home, but after that, it freezes.
View 8 Replies
View Related
Nov 16, 2010
I'm relatively new to Linux, and have broken many more things than I have fixed.. I guess that's the learning process eh? So here's my problem: I've been experimenting with the mount command, and have mounted my local file system (sda1) to a directory (/mnt/test). I was attempting to mount an external hard drive, and sda1 clearly was not the correct drive (I did eventually discover where the external was located, however sda1 remains tied to that directory). I rebooted my system, and now the Grub command prompt loads. When I type "boot" I'm presented with "Error 8: Kernel must be loaded before booting". I'm assuming this is because I mounted my local file system, but I could be wrong. Does anyone have any ideas how I could remedy this?
View 5 Replies
View Related
Apr 4, 2010
I replaced an ATI Radeon 9550 with a Radeon X1300/X1550, in hopes of better performance.
My System: P4@3GHz, 1.5Gb RAM, Fedora 12, kernel 2.6.32.10-90.fc12.
Faults: Screen refresh is extremely low. Glxgears outputs 25 FPS. Dragging windows around is sometimes really slow.
What I did so far, in hope of fixing it:
1. Installed 'system-config-display', for providing an xorg.conf
2. Did: yum --enablerepo=rawhide update mesa-dri-drivers-experimental mesa*, fixing this, but to no avail...
I cannot find any errors in the log...I don't know what to do...
I am posting my Xorg.conf, Xorg.0.log and Glxinfo through links to pastebin.com
POST UPDATE:
When running GlxGears, I get a bit of motion, and then the gears freeze for 1 second. And this goes on and on. But...if I move the mouse around, I get 1100FPS!
Now I messed a bit with xorg.conf and the "SWCursor" Option, but the above happens when this option is on "true". On "false" there is no 1100FPS, only the freezing loop...
View 1 Replies
View Related
Jul 19, 2011
In an attempt to ameliorate some other problems (lm_sensors, and loopback), and based on several forum entries, I decided to update the default f15 kernel (2.6.38.35) using kernel-2.6.39-1.fc16.x86_64.rpm from rawhide. It seemed to install without problems and when I rebooted it seemed to hang just before completing the boot process. The on screen boot messages ended with:
Started Display Manager
Started LSB: daemon for libvirt ........
Starting LSB: suspend/resume libvirt guests on shutdown/boot
[ 12 ......
about a dozen similar lines ending with
[25.030991 hci_cmd_timer: hci0 command tx timeout
then it apparently hangs
However, at that point I can log into to a console using Cntl-Alt-f2, so most, if not all, the crucial boot processes seem to have completed. There is an issue with the nVidia driver that I will deal with by modifying /boot/grub/grub.conf to re-enable nouveau, but I am stumped by what is causing the hang up. There is a certain amount of traffic regarding a similar problem with Ubuntu 11.04, but no solution other than it seems to be related to a BIOS bug (NFI)
what sub-system uses the "hci_cmd_timer" and why it might interfere with the boot process? Has anyone else run into a similar problem with f15?
Is there a better way to get an updated kernel in f15? I do want to keep all the Red Hat patches and back ports, so reluctant to build a kernel from scratch from upstream sources at kernel.org (and maybe just a bit apprehensive ;-})
View 11 Replies
View Related
Mar 27, 2011
I Installed Fedora 14 about 2 weeks ago and was just settling into using it more or les permanantly and had to turn of the power to do some maintenanace. When I rebooted I got the grub> prompt. As I have already shut down and rebooted several times over the last couple of weeks, I could not se why this happened, so I rebooted and stiull got the same problem. Things I have tried:
[code]...
I am currently using a 64 bit ASUS P75P55-M motherboard.
View 1 Replies
View Related
Aug 3, 2011
I have a PC104 running debian. I have 3 hard drives (in addition to the one booting) mounted in fstab by UUID. I use the options defaults,error=remount-ro. However, this means that when I boot with the hard drives not attached, I have to press Ctrl-D to bypass when the boot discovers the drives are missing. Is there a timeout commandoption I can add to fstab so that it automatically continues booting even if the hard drives are not attached? I could not find anything on a timeout command. (I tried adding timeout=1000 but no-random guess)
View 5 Replies
View Related
Aug 14, 2010
I need to run ./pythonScript keyword one time for each keyword in a text file, how can I do this from a gnome terminal? (without having to modify the pythonScript)
pseudo code:
for each keyword in file:
./pythonScript keyword
waitfor(pythonScript to finish)
View 3 Replies
View Related
Jul 25, 2010
When I am installing texlive software suddenly power is switched off in the middle. Then onwards I am unable to update the system. And I tried to remove texlive but The error coming as texlive is not installed.
View 1 Replies
View Related
Oct 29, 2010
just like most Linux distributions, will happily co-exist on a hard disk with just about any version of Windows. This is a concept known as dual-booting. Essentially, when you power up your PC you will be presented with a menu which provides the option to boot either Ubuntu Linux or Windows. Obviously you can only run one operating system at a time, but it is worth noting that the files on the Windows partition of your disk drive will be available to you from Ubuntu Linux regardless of whether your windows partition was formatted using NTFS. To day I have installed Latest Windows 7 and Latest Ubuntu 10.10 on my office system (Dual booting). This two operating system which I installed in HP dx 7200 micro towers.
System Information
Operating System: Windows 7 Ultimate 32-bit (6.1, Build 7201) (7201.winmain_win7ids.090601-1516)
Language: English (Regional Setting: English)
System Manufacturer: Hewlett-Packard
System Model: HP Compaq dx7200 Microtower
BIOS: Default System BIOS
[Code]...
View 3 Replies
View Related
Aug 5, 2010
I recently switched to Fedora 13 and 'yum'ed Eclipse, however I can't get it to work correctly. I started a project and created a source file and built the classic "Hello World" program to see how it worked. When I tried to run it as a local C++ program, I got the error messege, "Launch failed. Binary not found." Below the source code, in the 'Problems' box, I got two errors, "make: *** [filename.cpp] Error 1" in line 0, and "undefined reference to 'main' " in line 0,ext. Here's my source code:
Code:
#include <iostream>
using namespace std;
int main()
{
cout << "Hello world" << endl;
return 0;
}
View 4 Replies
View Related
Sep 8, 2010
When I load the radeon module, from initscripts, the commandline, or when Xorg loads it, it makes all my consoles go blank. They are still active I can type into them then cat /dev/vcs* from X, and I see what I typed. I am using vga16fb as my framebuffer console driver, and am on PowerPC so I don't think I can use plain VGA consoles.
this is my /etc/modprobe.d/video.conf
Code:
install radeon /sbin/modprobe --ignore-install radeon modeset=1 tv=0
lspci | grep -i radeon
Code:
0000:04:00.0 VGA compatible controller: ATI Technologies Inc RV380 0x3e50 [Radeon X600]
View 7 Replies
View Related
Apr 26, 2010
This is just to report that I've got 3D support successfully enabled on my Mobility Radeon HD3200 chip with the open source driver on openSUSE 11.2. I did this to replace the proprietary fglrx driver that has already been installed for quite some time on my system.
Uninstalled fglrx, and here we go... Basically what I did was to get the latest X.Org server (1.8) and Mesa from Index of /repositories/X11:/XOrg/openSUSE_11.2 I changed all the corresponding system packages to the versions in that repository. I noticed that I cannot get any 3D support when pairing the last X server with the updated openSUSE 11.2 kernel (2.6.31.12_0.2). With RadeonHD driver it gives me no acceleration at all (No DRI), perhaps it is still intentionally disabled to prevent lockups in r600 cards. With Radeon KDE wouldn't start.
So to get usable driver support I have to update the stock kernel to the one in Index of /repositories/Kernel:/HEAD/openSUSE_11.2 I installed the 2.6.34-rc5-22 kernel and reboot. Immediately I notice that KMS is working, but I could not get DRI to work, presumably caused by the drm being unable to locate two related firmware files (it is there in the kernel, just doesn't know why it is not being loaded). Other than that I do not know why I can't get any acceleration with KMS on. To workaround I passed the 'nomodeset' parameter to the kernel to run in UMS mode instead, and voila! with UMS 2D + 3D accelerations are working. I can enable kwin effects just fine.
Since this is a laptop I need suspend & resume and power management working. Good news is s2ram works perfectly with extra parameter. And all the new Radeon power management options: DynamicPM, ClockGating and ForceLowPowerMode can be enabled just fine! (For UMS you need to generate a xorg.conf and put those options in)Performance is good. So far it's faster than fglrx in some areas and slower in some other area. Now this is truly amazing!
View 9 Replies
View Related
May 13, 2010
I recently got a new dell studio 1558 with radeon hd 5470 video card. So far have had lot of small problems and such but been able to fix the via google and a lil luck but now I'm stumped with this one and decided to try and turn here for some possible help. Now on to the details.
Distro - Debian lenny with 2.6.33.3 custom kernel propriatory lgrfx 10.4 drivers installed direct from ati (installed no problem)after compiling the kernel and installing the drivers from ATI my card IS recognized and X will boot up with the proper resolution, but that's where all the problems start. I can no longer switch to virtual terminals (ctrl-alt-F1,F2,F3,F4 etc) and graphics performance in X is extremely poor due to the fact that 3D fails to initialize, and catalyst control fails to load (it tries to but then just disappears)
View 7 Replies
View Related
Jan 23, 2009
I just installed fedora 10 using the GUI install, and when I try to boot, it gets me to the grub command line
grub>
when i enter 'boot', it gives me grub error 8: kernel must be loaded before booting. Not sure how to fix this.
Also, I used to have fedora 9, and i had an option to boot fedora or 'other', which is windows. How do I go about setting up something similar in this case?
EDIT:
Also, when I type root, it tells me that the partition (hd2,0) (i assume the one i installed FC10: 3rd hdd, first partition) is an unspecified file system ...
I think something happened to grub when it removed my old partition with FC9...
View 3 Replies
View Related