LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Dual Screen with ATI Radeon 2400 (https://www.linuxquestions.org/questions/linux-software-2/dual-screen-with-ati-radeon-2400-a-599362/)

Fle>< 11-13-2007 12:29 PM

Dual Screen with ATI Radeon 2400
 
Hi folks!
I am having troubles getting into dual screen mode with an ati radeon
2400. I'd like to get an "expended" mode.
I am just seeing the same on both screens yet. Unfortunately the
right screen (vga) has a lower resolution than the left one (dvi), and
both screens show me the lower resolution, if they are both plugged in.
If I unplug the right screen. I get the high resolution on the left
monitor.
Have a look at my Xorg.conf, perhaps you can help me. Here's also `lspci
´:
Quote:

00:00.0 Host bridge: Intel Corporation 82Q35 Express DRAM Controller (rev 02)
00:02.0 VGA compatible controller: Intel Corporation 82Q35 Express Integrated Graphics Controller (rev 02)
00:02.1 Display controller: Intel Corporation 82Q35 Express Integrated Graphics Controller (rev 02)
00:03.0 Communication controller: Intel Corporation 82Q35 Express MEI Controller (rev 02)
00:03.2 IDE interface: Intel Corporation 82Q35 Express PT IDER Controller (rev 02)
00:03.3 Serial controller: Intel Corporation 82Q35 Express Serial KT Controller (rev 02)
00:19.0 Ethernet controller: Intel Corporation 82566DM-2 Gigabit Network Connection (rev 02)
00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 02)
00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 02)
00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 02)
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 92)
00:1f.0 ISA bridge: Intel Corporation LPC Interface Controller (rev 02)
00:1f.2 SATA controller: Intel Corporation 82801IR/IO/IH (ICH9R/DO/DH) 6 port SATA AHCI Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 02)
Xorg.conf:
Quote:

Section "Files"
EndSection

Section "Module"
Load "dbe"
Load "GLcore"
Load "glx"
Load "extmod"
Load "xtrap"
Load "dri"
Load "record"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5 6 7"

EndSection

# LEFT SCREEN
Section "Device"
Identifier "LEFT DEVICE" #00:02.0 VGA compatible controller: Intel Corporation 82Q35 Express Integrated Graphics Controller (rev 02)
Driver "vesa" # intel
BusID "PCI:00:02:0"
Screen 0
EndSection

Section "Monitor"
Identifier "DELL 2007FPb"
Option "DPMS"
HorizSync 28-80
VertRefresh 43-60
EndSection

Section "Screen"
Identifier "LEFT SCREEN"
Device "LEFT DEVICE" #"Intel Corporation Integrated Graphics Controller"
Monitor "DELL 2007FPb"
DefaultDepth 24
# SubSection "Display"
# Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
# EndSubSection
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1600x1200" "1280x1024" "800x600" "640x480"
EndSubSection
EndSection

#RIGHT SCREEN
Section "Device"
Identifier "RIGHT DEVICE" #00:02.1 Display controller: Intel Corporation 82Q35 Express Integrated Graphics Controller (rev 02)
Driver "vesa" # intel
BusID "PCI:00:02:1"
Screen 1
EndSection

Section "Monitor"
Identifier "DELL 1703FP"
Option "DPMS"
# HorizSync 60
EndSection

Section "Screen"
Identifier "RIGHT SCREEN"
Device "RIGHT DEVICE" #"Intel Corporation Integrated Graphics Controller"
Monitor "DELL 1703FP"
DefaultDepth 24
SubSection "Display"
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
EndSection

#LEFT SCREEN LEFT - RIGHT SCREEN RIGHT
Section "ServerLayout"
Identifier "Dual Screen"
Screen 0 "LEFT SCREEN" 0 0
Screen 1 "RIGHT SCREEN" RightOf "LEFT SCREEN"
# Screen 1 "RIGHT SCREEN" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

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

[Edit]: This is ubuntu 7.10, Linux sina 2.6.22-13-generic #1 SMP Thu Oct 4 17:52:26 GMT 2007 x86_64 GNU/Linux


All times are GMT -5. The time now is 04:20 PM.