LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 07-22-2013, 10:55 AM   #1
dexterous.me82
LQ Newbie
 
Registered: Jul 2013
Posts: 7

Rep: Reputation: Disabled
Dual monitor is not working on 3.6.11-4.fc16.i686.PAE?


$sudo lspci | grep -ir vga 00:02.0 VGA compatible controller: Intel Corporation Device 0162
However, the xrandr doesn't show the other monitor.
sudo xrandr Screen 0: minimum 320 x 200, current 1366 x 768, maximum 8192 x 8192 VGA1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 410mm x 230mm 1366x768 59.8*+ 1360x768 60.0
1280x800 59.8
1280x768 59.9
1024x768 75.1 70.1 60.0
1024x576 60.0
800x600 72.2 75.0 60.3 56.2
848x480 60.0
640x480 72.8 75.0 60.0
720x400 70.1
HDMI1 disconnected (normal left inverted right x axis y axis) DP1 disconnected (normal left inverted right x axis y axis) HDMI2 disconnected (normal left inverted right x axis y axis) DP2 disconnected (normal left inverted right x axis y axis)


I tried using the system utility; that threw an error saying Other monitor is not detected.

How can I get it detected and make it working? Please share your views.
 
Old 07-22-2013, 12:07 PM   #2
jp734
LQ Newbie
 
Registered: Mar 2012
Posts: 29

Rep: Reputation: Disabled
Check what driver is being used. VESA will not work, I think, with xrandr.
 
Old 07-23-2013, 01:46 AM   #3
dexterous.me82
LQ Newbie
 
Registered: Jul 2013
Posts: 7

Original Poster
Rep: Reputation: Disabled
Hi,

The details are

sudo lspci | grep -ir vga
00:02.0 VGA compatible controller: Intel Corporation Device 0162 (rev 09)
01:00.0 VGA compatible controller: ATI Technologies Inc Device 6778


find /sys | grep drivers.*02:00
[joshis1@(none) D183]$ find /sys | grep drivers.*00:02
/sys/bus/pci/drivers/i915/0000:00:02.0
/sys/bus/pci/drivers/r8169/0000:02:02.0

[joshis1@(none) D183]$ find /sys | grep drivers.*01:0
/sys/bus/pci/drivers/snd_hda_intel/0000:01:00.1
 
Old 07-23-2013, 05:53 AM   #4
jp734
LQ Newbie
 
Registered: Mar 2012
Posts: 29

Rep: Reputation: Disabled
BusID 1:00:0 is the video and 1:00:01 is the audio. so if what im thinking is right, It seems like the driver for your ATI video is not being loaded. Is the other monitor connected to ATI?

i915 is loaded for your intel card so that part is ok but no fglrx or radeon for the AMD card.
 
Old 07-23-2013, 09:54 AM   #5
dexterous.me82
LQ Newbie
 
Registered: Jul 2013
Posts: 7

Original Poster
Rep: Reputation: Disabled
Hi,

Thanks! What I did today was;
http://support.amd.com/us/gpudownloa...eon_linux.aspx

From here, I downloaded the latest beta version.

Now, I rebooted. The first screen started showing me all the booting logs.
Before launching the login screen. I got the other screen active. The first screen just showed .. launching display manager.
And the other screen showed the login screen. I logged in and was able to use only second screen. When I pressed alt+f2 ; I was able to switch to first screen but this just showed me..launching display manager. I couldn't do anything.

My desire is to use dual monitor setup. Thus, I will be able to move my workspace items to another window.
Afterwards, I installed NVidia-config. This is also not helping me.
 
Old 07-23-2013, 12:52 PM   #6
jp734
LQ Newbie
 
Registered: Mar 2012
Posts: 29

Rep: Reputation: Disabled
Nvidia??? I'm assuming this is typo coz you have AMD ATI and not NVidia.

So at least now you've seen both monitors turn on just not at the same time.

A few questions:
1.) are you using the intel card as well or both monitors on ATI card?
2.) do you have xorg.conf file?
3.) before we try number 2, try using xrandr again and see if it will show two displays now.
 
Old 07-24-2013, 12:15 AM   #7
dexterous.me82
LQ Newbie
 
Registered: Jul 2013
Posts: 7

Original Poster
Rep: Reputation: Disabled
Thanks!
My answers for your question.

are you using the intel card as well or both monitors on ATI card?
1) I am using intel card as well.


do you have xorg.conf file?
Yes, Here is the content of xorg.conf

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 304.60 (mockbuild@) Thu Oct 25 17:47:50 CEST 2012


Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Module"
Load "glx"
EndSection

Section "InputDevice"

# generated from data in "/etc/sysconfig/keyboard"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbLayout" "us"
Option "XkbModel" "pc105"
EndSection

Section "InputDevice"

# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "nvidia"
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection


3. xrandr says

Screen 0: minimum 320 x 200, current 1366 x 768, maximum 1366 x 1366
DFP1 disconnected (normal left inverted right x axis y axis)
DFP2 disconnected (normal left inverted right x axis y axis)
DFP3 disconnected (normal left inverted right x axis y axis)
DFP4 disconnected (normal left inverted right x axis y axis)
DFP5 disconnected (normal left inverted right x axis y axis)
CRT1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 410mm x 230mm
1366x768 59.8*+
1280x1024 75.0
1280x960 75.0
1360x768 59.8
1280x768 75.0 59.8
1280x720 75.0 59.8
1024x768 75.0 60.0
800x600 75.0 60.3
640x480 75.0 59.9
 
Old 07-24-2013, 07:00 AM   #8
dexterous.me82
LQ Newbie
 
Registered: Jul 2013
Posts: 7

Original Poster
Rep: Reputation: Disabled
Sorry, The xorg.conf file content is

Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
 
Old 07-24-2013, 07:32 PM   #9
jp734
LQ Newbie
 
Registered: Mar 2012
Posts: 29

Rep: Reputation: Disabled
Edit your Section "ServerLayout" and add:
Screen "Screen1" RightOf "aticonfig-Screen[0]-0"

Also add these for you second card, monitor and screen:

Section "Device"
Identifier "Intel"
Driver "i915"
BusID "PCI:0:02:0
EndSection

Section "Monitor"
Identifier "Monitor1"
Option "DPMS" "true"
EndSection

Section "Screen"
Identifier "Screen1"
Device "Intel"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "ServerFlags"
Option "Xinerama" "on" #This is so you can move windows from screen to screen
EndSection


And finally, on your first Section "Screen", add this under SubSection "Display":
Virtual 2560 1024 #This is if you have two 1280x1024 monitors.
 
  


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
Fedora (2.6.31.5-127.fc12.i686.PAE) - file system with errors Mags74 Linux - Newbie 4 05-14-2013 04:15 AM
[SOLVED] problems with fedora 3.6.6-1.fc16-.i686 gnome 3.2.1 startup rmknox Fedora 2 11-21-2012 02:57 PM
Problems with Yum/automatic updates after changing i686 kernel to PAE-version MheAd Linux - Software 2 12-23-2009 04:05 AM
[SOLVED] Nvidia Driver fails to load after Kernel Update (2.6.30.9-90.fc11.i686.PAE) nivantha Linux - Laptop and Netbook 3 11-10-2009 09:52 AM
Alienware Laptop: no touchpad or keyboard: fedora 2.6.29.4.-167.fc11.i686.pae philco_yodi Fedora - Installation 3 10-16-2009 01:57 AM

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

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