Software :: Xorg Config For Fglrx ATI 4290 Dell 2405FPW?
Jun 19, 2010
I've just built a new system, the motherboard has an inbuilt ATI 4290 video (part of AMD GX890) and I'm using it with a Dell 2405 monitor. I've installed the latest Catalyst driver (10.6) from the AMD site, I can build the driver and X starts OK. The control panel for Catalyst says it will support 1920x1200 for a DVI connected screen - which mine is. When I start X it's always 1600x1200 and if I set the resolution via the Catalyst control panel, I get a display that has a black edge on the right of the monitor - about 1/4 of the screen.
At this point, I haven't tried setting any Modelines in xorg.conf as the fglrx driver is getting the information from the monitor via DDC and I'm assuming (probably a bad idea) that this data is correct.
Can anyone make any suggestions regarding this? Should I be setting Modelines regardless of what the driver gets from the monitor? Log files available if requested. Other that the 1600x1200 limitation, the system (AMD X6 1090t) runs very well.
View 3 Replies
ADVERTISEMENT
Jul 23, 2015
I cannot get my X working with fglrx.
Additional info:
Code: Select all# cat /etc/X11/xorg.conf.d/20-fglrx.conf
Section "Device"
Identifier "Advanced Micro Devices, Inc. [AMD/ATI] Seymour [Radeon HD 6400M/7400M Series]"
Driver "fglrx"
EndSection
[Code] ....
View 9 Replies
View Related
Jan 21, 2010
I am trying to install xorg-driver-fglrx using apt--get but it return error which says btw i am using ubuntu8.10 Desktop distribution
Code:
root@VAIO:/home/miriyala# apt-get install xorg-driver-fglrx
Reading package lists... Done
Building dependency tree
Reading state information... Done
[Code]...
View 2 Replies
View Related
Feb 20, 2010
i was recently trying to run some opengl apps on ubuntu, and installed new drivers for intel. The problem is that now, every time it reaches login screen it crashes. I'd like to remove it, but i can't. Recovery console asks for root password. Is there a way to do it from a livecd?
View 1 Replies
View Related
Feb 16, 2010
A few days ago I ditched the user friendly world of Ubuntu and installed Debian Squeeze amd64 (testing) over it. I did not install the suggested Gnome 'X desktop' in favour of booting to the terminal and starting X once logged in as a user.
Everything was fine except for the fact Xvesa was used instead of Xorg as the system did not have the required Fglrx driver. I'm using an Acer ASPIRE 5536 with an ATI Radeon HD 3200 Graphics stuffed in it, which certainly beats intel GMA.
Unfortunately the drivers for it are proprietary.
On Ubuntu this was automatically detected and I was asked if I wanted to sell my soul and enable the restricted drivers. On debian however I have to download a shell-script of the ATI website to install the fglrx module.
Following this guide I downloaded the correct file (Under motherboard/something) and ran it as root.
I couldn't run it with any --buildpky Debian/XXX option, they all failed.
Code:
==================================================
ATI Technologies Linux Driver Installer/Packager
==================================================
Generating package: Debian/testing
cp: cannot stat `/root/fglrx-install.tCX8nC/x710_64a/*': No such file or directory
Package build failed!
[Code].....
View 5 Replies
View Related
Aug 4, 2011
I've been using Fedora 15 LXDE for a few weeks (its been great), and decided to install the ati proprietary drivers (I used the tutorial in one of the general strickies). As soon as I rebooted, I now get the following message:
Code:
Started SYSV: Late init script for live image... ATI external events daemon. into universal adresses I can type stuff using the cursor, but it doesn't do anything. I've tried adding 'runlevel 3' to the boot options in Grub to try and prevent fglrx conflicting with Xorg but it doesn't seem to work, unless I'm doing something wrong.
View 1 Replies
View Related
Aug 18, 2010
I was trying to disable touchpad click, added a section to /etc/X11/xorg.config, and now the OS never starts up, the laptop just runs... This is my second day with the machine, I've done a ton of setup but haven't yet setup a backup utility... is there any way for me to just go in and change the file back to the way it was?
View 3 Replies
View Related
Jul 14, 2009
I d/l the dvd installation image of fedora i386 and tried to install it. First what I saw is the error message - Disk error 20, AX = 4290, drive FX
What that mean and what can I do about it?
View 1 Replies
View Related
Feb 14, 2010
I have connected my computer to my LCD-TV (HDMI-cable) to enjoy my movies and such, on a big screen. I have nVidia GeForce 7050 so in nvidia-settings I've been using the TwinView configuration which allows me to see both the monitor and the TV.
There was a bit of trouble-shooting but it worked just fine until yesterday when I changed my monitor to a new one and on the way probably messed up in nvidia-settings. I thought it would be easy to fix it but the configuration (in nvidia-settings) is stuck on "separete x-screen" and doesn't allow any changes at all. When I hit the "Detect display" nothing happens although I have the TV connected!
Maybe my xorg.config could tell somebody what is wrong. I've been messing around with the file and made lots of changes acc to different advices but I really don't understand the options and settings so I'm afraid I'll soon do something inreperable.
[Code]...
View 5 Replies
View Related
Apr 8, 2011
I have google'd the crap out of this and have yet to find a "solved" forum. I currently have 2 sapphire ati 5770's in xfire. I also have two monitors. My (preferred) primary display has a dvi input and my other display is hdmi. I have them both plugged into only one of the cards. For some reason it keeps setting the hdmi display as the primary. And I want them in extended view. The ATI CCC suite does not support changing the primary monitor and I have tinkered with the xconfig but I do not really know what I am doing, so I have ultimately not been successful. here is my xorg.config file.
Code:
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
[Code]...
View 1 Replies
View Related
Aug 15, 2011
How do I edit this file to include 1680x1050 resolution?
View 9 Replies
View Related
Mar 29, 2010
I am trying to set up a permanent resolution in the xorg.conf file. At the moment whenever I reboot the machine the resolution defaults to auto. How I can change that to be constantly at 1600x1200?
Here is my xorg.conf file.
Code: # nvidia-xconfig: version 1.0 (buildmeister@builder62)
Wed May 27 01:58:49 PDT 2009
Section "ServerLayout"
Identifier "Layout"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
InputDevice "stylus" "SendCoreEvents" # Added
InputDevice "eraser" "SendCoreEvents" # Added
InputDevice "cursor" "SendCoreEvents" # Added
InputDevice "pad" "SendCoreEvents"
EndSection .....
View 2 Replies
View Related
Dec 4, 2010
Was trying to play some new games, so was trying to install the ati drivers for my x15xx or something card.
anyway i am using ubuntu 10.10, so was having to try force them, using 9.10 config or something.
anyway got it installed, restarted and I get black screen have been trying to go back to "vesa" drivers or something. but been having no luck
I do not have a "/etc/X11/xorg.conf". and I cannot seam to make 1 using stuff like aticonifig --initial --input=/etc/X11/xorg.cong or anything like that
I am really stuck, even using dpkg-reconfigure or something didnt make the X11 conf
View 7 Replies
View Related
Mar 3, 2010
Now that I have system-config-display installed I tried to create a new xorg.conf so I can have 3D acceleration, etc using the correct driver. But the xorg.conf file generated does not work. It locks up the laptop (Toshiba Satellite A45-S250). I don't understand why this happens because the Fedora 12 Live CD (for i686) works find on boot.
I tried looking for the xorg.conf file after booting the live CD but it doesn't exist. I don't understand what is happening here. Also, when I used an older version of Fedora (8 I think) the X driver was i810 which worked fine. It gave me all the 3D acceleration, etc. When I installed F11 it gave me a dumbed down install using the VESA driver. What happened to the i810 driver? Why does the intel driver not work? Why does the Live CD work great but an installed system not?
Necessary info: Toshiba Satellite A45-S25 Fedora 12 (preupgraded from F11)
View 1 Replies
View Related
Apr 21, 2010
When trying to conigure via nvidia-setting using root (sudo) and then saving to config file I get the ' Unable to open X config file '/etc/X11/xorg.conf' for writing.' in a message box - below is what i get on terminal:
Code:
Traceback (most recent call last):
File "/usr/share/screen-resolution-extra/nvidia-polkit.py", line 75, in <module>
operation_status = main(options)
File "/usr/share/screen-resolution-extra/nvidia-polkit.py", line 51, in main
[Code]...
View 7 Replies
View Related
Feb 3, 2011
Does anyone remember the name of the Dell utility that allows you to view the config of an external array while the server is running, through a CLI. I have a bad drive in one of my servers, but can't take it down right now but want to see the specs on the drive as none of them are labeled.
View 1 Replies
View Related
Feb 11, 2009
There I had legacy driver from nVidia but resolution was degraded to 640x320 and in their version 8.10 I cannot edit xorg.config (there was not anythig about resolution) I hoped in fedora i`ll fix this.
View 6 Replies
View Related
Jun 15, 2011
I tried to installed Centos5.4 version on Dell PC intel corei3 inspiron580s and succeeded but found some issues following below
1 Hardware issue for LAN driver ( Broadcomlink(TM)gigabit ethernet)
2 Display Driver not support and also missing Xorg.config file (i.e ., My Screen Starts from center of screen )
3. What is minimum configuration for centos 5.4 ?
View 2 Replies
View Related
Jun 18, 2011
I found in my xorg.0.log the the xorg ATI driver is failing ALL options.
Code:
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 8.942] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[ 8.942] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 8.942] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[Code].....
View 9 Replies
View Related
Sep 7, 2009
I was tryin to deploy svn on centos 5 with respect to [URL] I am stuck understandin the location svnpath parameter on svn config
[Code]...
View 1 Replies
View Related
Jul 10, 2011
I'm running Ubuntu Server 11.04 with OpenSSH, trying to create an ssh tunnel (for web traffic) to it from my (also Ubuntu) laptop. This is the command I'm using to create the tunnel:
Code: ssh -ND localhost:8080 george@192.168.1.20 I had it all working on a virtual machine.. which was deleted What settings/lines do I need to change/add from the default OpenSSH config files to get tunnelling to work? I've Googled and AllowTcpForwarding is set to yes, as is X11Forwarding.. but it still doesn't work. Chrome can connect to the server, but says the connection was closed before any data was sent.
View 3 Replies
View Related
Apr 9, 2011
I am running a server with a GRSecurity patched Kernel 2.6.32.36. I've tried to optimize the kernel as much as I can and know it (removing options, not needed drivers and so on) and compiled the modules into the kernel (no loadable modules anymore). I've started with Slackware 13.0 and the default config for 2.6.29.6-huge. Still I am not sure what to remove/optimize further now.
My question: Is there a way to boot with a kernel with loadable modules, check which modules are really needed for this hardware, (do something like lsmod) and save the running configuration modules for a next kernel compile to be the default .config instead of writing them down by hand and search for the appropriate names in .config or during menuconfig? (Note: zcat /proc/config.gz > .config is NOT the way I want, as it gives me just the current kernel config)
View 5 Replies
View Related
May 7, 2011
I currently can run an old swf on my Chumby 8 device by storing and using these three files on a USB plugged into the device
config
<?xml version="1.0" encoding="utf-8" ?>
- <config>
[code]...
View 1 Replies
View Related
Dec 23, 2009
I am using a dell laptop which has Dell 1397 802.11B/G Wireless Mini Card. I not able to connect to internet and was not able to detect what actual problem is weather card is not supported (i.e. drivers are not available) .
Also, if any one can point to exact process to connect to wireless Lan using fedora12.
View 10 Replies
View Related
May 24, 2010
This card has been the bane of my existence for a while. In the old days I could get it to work with Fedora using a generic video driver. A friend recommended OpenSuse because of my love for KDE.
The good news is that install went greeeeat. But after that, I once again got a black screen with a line randomly done it. Is there a way to change? I tried changing those resolution options but it didn't work. I have the Windoze driver from Dell's site. Its Dell Inspiron 5160.
View 8 Replies
View Related
Jan 12, 2010
My Dell Vostro 1520's Dell Wireless 1397 WLAN Mini-Card must not have been set-up correctly, as the Network Manager won't even let me select the wireless tab. Please just explain to me, step by step, what exactly I must do to make it work! Additionally, I can't figure out how to disable my Touchpad's Tap to Click funtionality, which must be done if I'm to effectively use my current KDE installation of openSUSE
View 9 Replies
View Related
Jan 22, 2010
I find myself in unfamiliar territory. I am attempting to get a Dell M610 (in an M100e) running Ubuntu 9.1 64bit to talk to a Dell EMC Fibre Channel Array. The Dell has an Emulex card in it and it appears that the driver is loaded OK. What I am not sure on is what to do next! I have the SAN end configured but how do I get my LUN mounted on Ubuntu ?
View 1 Replies
View Related
Feb 7, 2010
I have just installed Slackware 13 on my Dell but the BT LED is not lighted when I start machine.
I run:
# hciconfig -a
But no result returns
I search many times about this problem but seem not find any solution.
View 14 Replies
View Related
Dec 11, 2010
I've just done a fresh install of Lubuntu 10.10 on an older Sony Vaio laptop. Having learned the hard way about editing xorg files, I wanted to create a backup of the xorg.conf file so that I dont have to do another install when I screw everything up. In a terminal, I typed
[Code]....
View 8 Replies
View Related
Jan 5, 2010
my laptop is running Slackware64 13.0. Today I tried to update to X.org 7.5 (version 1.7.1) from version 1.6.3 shipped with Slackware. I downloaded the relevant source tarballs from www.x.org and compiled them with no errors. The compiled packages are:
xorg-server-1.7.1
xf86-input-synaptics-1.2.0
xextproto-7.1.1
xcmiscproto-1.2.0
[code]....
My laptop has an NVIDIA graphics card and I'm using the proprietary driver from NVIDIA. Thus I reinstalled the driver after the update and tried to launch X.org with "startx". After a short while the NVIDIA logo appears for some hundred milliseconds and disappears then. But now the screen is blank and it is not possible to switch to another VT via Ctrl+Alt+Fx. But it is possible to login from another computer and restart everything, so that I conclude that the system does not hang.
It is even possible to do work normally with the laptop from remote. If I try to kill the X-server, it ignores SIGTERM and has to be terminated by SIGKILL. But the laptop's screen stays black and empty and does not allow to switch to another VT (chvt terminates with "interrupted system call."). dmesg does not give any errors.
/var/log/Xorg.0.log:
Code:
X.Org X Server 1.7.1
Release Date: 2009-10-23
X Protocol Version 11, Revision 0
[code]....
View 2 Replies
View Related