LinuxQuestions.org
Help answer threads with 0 replies.
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 10-15-2003, 05:52 AM   #1
ughi
LQ Newbie
 
Registered: Oct 2003
Location: Dortmund, Germany
Distribution: Debian
Posts: 3

Rep: Reputation: 0
Xfree86 + Xinerama + Radeon9700 + Dualhead


Hi,

on friday i bought an acer tft 17" additional to my 19"crt-monitor... I have a ATI Radeon 9700 Card with DVI-D and VGA output...

Since friday i try to get a "Big Desktop" working... Finally I had some different problems...

When I use the integrated XaFree Radeon-Driver, Xinerama works and my Desktop goes over 2 monitors... - but with one problem.
the tft monitor shows me a box "input not supported", but i see the Desktop (KDE) behind it. - It seems that the resolution is a bit bigger than 1280x1024pixels, approx. 1280x1050pixels or so.
I cant see the KDE-Bar, but on the second screen its visible.

Thats the problem no.1

When i use the original ATI Driver "fglrx" with Xinerama, the content of the tft looks fine. on the Second monitor i see an exact copy of the content (like the tft) - only the mouse cursor is only in one screen. so the problem here is that the second monitor displays the wrong content. - When i Try to hit a button on the second screen, nothing happens.

A Third method i tried is to use the Integrated function for "big desktop" in fglrx. When i use fglrxconfig to create the XFConfig-4-file and then start X, i get two black screens... and a 100%cpu load caused by Xfree. I cant kill the process, when i reboot over ssh or so, the machine wont reboot cause Xfree blocks this somehow. so i have to reset the machine hard.


Problems over problems. Someone knows help for ONE of these?

My Config:
debian 3.0 stable - XFree 4.3.0 - Kernel 2.4.22
fglrx 3.2.8
ATI Radeon 9700 graphic
my XF86Config-4

sorry for my bad english.

Last edited by ughi; 10-15-2003 at 06:01 AM.
 
Old 10-15-2003, 08:39 PM   #2
@lex
LQ Newbie
 
Registered: Feb 2003
Posts: 15

Rep: Reputation: 0
similar here...

I have a similar problem with my new 9800. I can get the clone mode and single monitor modes running without a problem using the fglrx driver, but anything else has problems.

The big screen gives me cloned desktops, the other multi-monitor settings don't give me anything but the console. Xinerama doesn't work either using both monitors attached to the 2 9800 outputs.

If I pop in my other ATI card, a Radeon 7500, I can hook up the 2nd monitor and get X appearing fine on both monitors using xinerama, but with one small problem: the mouse. If I just type startx, it boots into WindowMaker and the mouse does not display in the 9800 monitor except very infrequently after I left-click and then left-click again to close the menu. It appears normally in the 7500 monitor. If I use KDM or switch to runlevel 4 (I'm on Slackware, this is multi-user graphical, equivalent to RedHat's runlevel 5), the mouse works fine until I log into a user session, at which point it stops working on the 9800 monitor except when I roll over something that highlights, like a button or icon, it works for a few seconds. Then, when I log out of the session back to the login manager the screen goes grey and the computer stops responding to all input. I have had xinerama working with the 7500 and monitor plus a different card and monitor on another computer, so I know my XF86Config settings are correct for this card and monitor.

Anyone else have this problem?
 
Old 10-17-2003, 03:36 AM   #3
ughi
LQ Newbie
 
Registered: Oct 2003
Location: Dortmund, Germany
Distribution: Debian
Posts: 3

Original Poster
Rep: Reputation: 0
I solved my problem,
I use the XFree-Driver "radeon", the problem was that the TFT monitor said "input not supported". - But only when i connect the TFT with the DVI-Cable. I tried the VGA-Cable and it works.

with the fglrx-drivers, the TFT also works with the DVI-cable. its a bit strange...
but now, the "big desktop" works fine, when new fglrx-drivers are released i'll try to get them work again....
 
Old 10-29-2003, 11:12 PM   #4
riskadh
LQ Newbie
 
Registered: Aug 2003
Posts: 8

Rep: Reputation: 0
9700 Xinerama Red Hat 9 problem

I was finally able to get my 9700 Pro to clone the displays on both monitors. I am using the most current ATI drivers. I am trying to get the 'big desktop' but cannot seem to get it working. I have tried the 'fglrxconfig' utility provided by the ATI drivers, but then it won't go into the X server. With the setup that I have posted here, I can actually move the mouse to either screen and it appears that the screen size is definitely twice as wide. The problem is that I still show the same content on both screens. If I change the server layout to 'leftof', programs open up on part of the screen that cannot be accessed since the monitors are cloning each other. If anyone has any suggestions, they would be greatly appreciated.

My XF86Config-4 file contents:

# XFree86 4 configuration created by pyxf86config



Section "Files"
# RgbPath is the location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.

RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection

Section "InputDevice"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"

# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection

Section "InputDevice"
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
Identifier "DevInputMice"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "NEC MultiSync FE700"
DisplaySize 330 240
HorizSync 31.0 - 70.0
VertRefresh 55.0 - 120.0
Option "dpms"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "NEC MultiSync XE17"
DisplaySize 330 240
HorizSync 31.0 - 70.0
VertRefresh 55.0 - 120.0
Option "dpms"
EndSection


Section "Device"
Identifier "Radeon0"
Driver "fglrx"
BusID "PCI:1:0:0"
VendorName "Videocard vendor"
BoardName "ATI Radeon 9700 Pro"
Option "CloneDisplay" "off"
VideoRam 131072
Screen 0
EndSection

Section "Device"
Identifier "Radeon1"
Driver "fglrx"
BusID "PCI:1:0:0"
VendorName "Videocard vendor"
BoardName "ATI Radeon 9700 Pro"
Option "CloneDisplay" "off"
VideoRam 131072
Screen 1
EndSection

Section "Screen"
Identifier "Screen0"
Device "Radeon0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Radeon1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerFlags"
Option "Xinerama" "true"
EndSection

Section "ServerLayout"
Identifier "DualHead"
Screen 0 "Screen0"
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "on"
EndSection


Section "DRI"
Group 0
Mode 0666
EndSection
 
Old 10-30-2003, 12:47 AM   #5
shampoo
LQ Newbie
 
Registered: Oct 2003
Posts: 6

Rep: Reputation: 0
Dear ughi :

I has a big problem with starting X. I have tried the 'fglrxconfig' utility provided by the ATI drivers, but then it won't go into the X server. Which XFree-Driver "radeon" do you use?? could you post the lastest XF86COnfig-4 in your platform?
How did you set in .config?
I has sufferred the problem for 2 weeks...>"<~
Thank you very much...........
 
Old 10-30-2003, 11:31 AM   #6
ughi
LQ Newbie
 
Registered: Oct 2003
Location: Dortmund, Germany
Distribution: Debian
Posts: 3

Original Poster
Rep: Reputation: 0
Well,

after 3 weeks of configuring and testing and frustration i decided to change the graphics card... A hard solution, but the drivers of ati are not yet good enough.
I bought a Matrox P650 with dual dvi-adapter. half an hour of configuring, and all works fine. - the card is not good as the ati card, but enough for me.
I will sell my card @ ebay.... for the windows users
 
  


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
Xinerama with Radeon Dualhead LKWPeter Linux - Software 2 07-18-2005 04:13 PM
xinerama and non-xinerama displays edgood1 Linux - Software 0 04-02-2005 03:08 PM
Xinerama with XFree86 4.3.0.1 & GNOME 2.6.1 on Debian rowen1024 Linux - General 0 01-11-2005 01:22 PM
dualhead, using nvidia and xinerama, problem with opengl afrodocter Linux - Software 0 02-26-2004 07:50 PM
My Solution for Radeon9700 Xfree86 4.3.0 KT400 netarchy Linux - Hardware 11 08-25-2003 12:42 AM

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

All times are GMT -5. The time now is 12:29 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