| View previous topic :: View next topic |
| Author |
Message |
vitoriung Apprentice


Joined: 21 May 2007 Posts: 158 Location: Prague, Czech Republic
|
Posted: Wed Mar 17, 2010 7:49 pm Post subject: [SOLVED] Dual head - xrandr vs. xorg.conf |
|
|
Hi,
I have slight issue setting up the dual head configuration,
have ATI Radeon 9600pro, left monitor is called DVI-0 and right VGA-0 is detected as primary by default.
Everytime I login into the KDE, DVI-0 is clone of VGA-0 and only way how to change it what works for me is this command:
| Code: | | xrandr --output DVI-0 --auto --rotate normal --pos 0x0 --primary --output VGA-0 --auto --rotate normal --right-of DVI-0 |
That would represent the desired results, but here is one issue: I have to leave X by pressing CTRL+ALT+F1 and get back with ALT+F7 to see actual dual screen.
Modifying Display Settings in the System settings doesn't work as expected and doesn't remember the configuration so I'd have to set it again after every restart.
Perhaps modifying xorg.conf would do the job better? I'd like to have DVI-0 as primary screen and VGA-0 right-of DVI-0
Here is my xorg.conf:
| Code: |
Section "ServerFlags"
# Option "AIGLX" "off"
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen 0 "Screen1" 0 0
# Screen "Screen1" RightOf "Screen2"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/freefonts"
FontPath "/usr/share/fonts/sharefonts"
FontPath "/usr/share/fonts/terminus"
FontPath "/usr/share/fonts/ttf-bitstream-vera"
FontPath "/usr/share/fonts/unifont"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/artwiz"
EndSection
Section "Module"
Load "dbe"
Load "i2c"
Load "ddc"
Load "type1"
Load "freetype"
Load "extmod"
# SubSection "extmod"
# Option "omit XVideo"
# Option "omit XVideo-MotionCompensation"
# Option "omit XFree86-VidModeExtension"
# EndSubSection
Load "glx"
Load "v4l"
# Load "dri"
# Load "drm"
# Load "drm"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
Option "XkbRules" "xorg"
Option "XkbModel" "pc101"
Option "XkbLayout" "uk"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto" # Auto detect
Option "Device" "/dev/input/mice"
# When using XQUEUE, comment out the above two lines, and uncomment
Option "ZAxisMapping" "4 5 6 7"
# Emulate3Buttons is an option for 2-button mice
EndSection
Section "Monitor"
Identifier "Monitor1"
# VendorName "ACR"
# ModelName "Acer AL1916W"
### Comment all HorizSync and VertRefresh values to use DDC:
# HorizSync 30.0 - 82.0
# VertRefresh 56.0 - 76.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Radeon9600pro[0]"
Driver "radeon"
#Option "UseInternalAGPGART" "no"
#Option "ForceMonitors" "notv"
BusID "PCI:1:0:0"
#
# ### generic DRI settings ###
# === disable PnP Monitor ===
#Option "NoDDC"
# === disable/enable XAA/DRI ===
Option "no_accel" "no"
Option "no_dri" "no"
EndSection
Section "DRI"
Group "video"
Mode 0666
EndSection
#Section "Extensions"
#EndSection
#Section "Device"
# Identifier "Radeon9600pro[1]"
# Driver "fglrx"
# BusID "PCI:1:0:0"
# Screen 1
#EndSection
Section "Screen"
Identifier "Screen 1"
Device "Radeon9600pro[0]"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1440x900" "1280x1024"
Virtual 2880 1024
EndSubSection
EndSection
|
Last edited by vitoriung on Sun Dec 05, 2010 10:25 pm; edited 1 time in total |
|
| Back to top |
|
 |
Mad Merlin Veteran

Joined: 09 May 2005 Posts: 1044
|
Posted: Wed Mar 17, 2010 8:10 pm Post subject: |
|
|
I have a static dual head setup with this xorg.conf:
| Code: |
Section "Device"
Identifier "video card"
Option "Monitor-DVI-0" "DVI-Left"
Option "Monitor-VGA-0" "VGA-Right"
Option "AccelMethod" "exa"
EndSection
Section "Monitor"
Identifier "DVI-Left"
EndSection
Section "Monitor"
Identifier "VGA-Right"
Option "RightOf" "DVI-Left"
EndSection
Section "Screen"
Identifier "screeny"
DefaultDepth 24
SubSection "Display"
Depth 24
Virtual 2560 1024
EndSubSection
EndSection
|
_________________ Game! - Where the stick is mightier than the sword! |
|
| Back to top |
|
 |
vitoriung Apprentice


Joined: 21 May 2007 Posts: 158 Location: Prague, Czech Republic
|
Posted: Sun Mar 21, 2010 7:27 pm Post subject: |
|
|
OK I am almost there, reduced my xorg.conf to this:
| Code: |
Section "Device"
Identifier "9600pro"
Driver "radeon"
Option "Monitor-DVI-0" "DVI-Left"
Option "Monitor-VGA-0" "VGA-Right"
Option "AccelMethod" "exa"
EndSection
Section "Monitor"
Identifier "DVI-Left"
EndSection
Section "Monitor"
Identifier "VGA-Right"
Option "RightOf" "DVI-Left"
EndSection
Section "Screen"
Identifier "screeny"
Device "9600pro"
Monitor "DVI-Left"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1440x900" "1280x1024"
Virtual 2720 1024
EndSubSection
EndSection
|
Issue is that screen VGA-0 is started in 1280x960:
| Code: |
$ xrandr -q
Screen 0: minimum 320 x 200, current 2720 x 960, maximum 2720 x 1024
VGA-0 connected 1280x960+1440+0 (normal left inverted right x axis y axis) 337mm x 270mm
1280x1024 60.0 + 75.0 60.0
1280x960 60.0*
1024x768 75.0 70.1 60.0
832x624 74.6
800x600 72.2 75.0 60.3 56.2
640x480 75.0 72.8 66.7 59.9
720x405 70.0
720x400 70.1
640x400 70.0
640x360 70.0
DVI-0 connected 1440x900+0+0 (normal left inverted right x axis y axis) 408mm x 255mm
1440x900 59.9*+ 60.0
1280x1024 75.0 60.0
1280x960 60.0
1152x864 75.0
1024x768 75.0 70.1 60.0
832x624 74.6
800x600 72.2 75.0 60.3 56.2
640x480 75.0 72.8 66.7 59.9
720x400 70.1
S-video disconnected (normal left inverted right x axis y axis)
|
Where could I find out how system did set this resolution - no indication in Xorg.0.log
How to force it to 1280x1024?
It's a bigger alchemy than one would think  |
|
| Back to top |
|
 |
Mad Merlin Veteran

Joined: 09 May 2005 Posts: 1044
|
Posted: Mon Mar 22, 2010 4:11 am Post subject: |
|
|
That's odd, usually X will pick the highest/native resolution for your monitors, which is why I don't specify a resolution in my xorg.conf, just the Virtual (which is the statically allocated maximum size of the framebuffer).
What happens if you select 1280x1024 in lieu of 1280x960 via xrandr? _________________ Game! - Where the stick is mightier than the sword! |
|
| Back to top |
|
 |
vitoriung Apprentice


Joined: 21 May 2007 Posts: 158 Location: Prague, Czech Republic
|
Posted: Sun Jul 11, 2010 1:39 am Post subject: |
|
|
| Mad Merlin wrote: | That's odd, usually X will pick the highest/native resolution for your monitors, which is why I don't specify a resolution in my xorg.conf, just the Virtual (which is the statically allocated maximum size of the framebuffer).
What happens if you select 1280x1024 in lieu of 1280x960 via xrandr? |
OK, few months have passed, I am off sick, so I can enjoy my computer at home after a while
Looking into my Xorg.0.log seeing this:
| Code: | [ 14.892] (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
[ 14.948] (II) RADEON(0): EDID for output VGA-0
[ 14.948] (II) RADEON(0): Manufacturer: PTS Model: 417 Serial#: 430279
[ 14.948] (II) RADEON(0): Year: 2003 Week: 45
[ 14.948] (II) RADEON(0): EDID Version: 1.3
[ 14.948] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
[ 14.948] (II) RADEON(0): Sync: Separate
[ 14.948] (II) RADEON(0): Max Image Size [cm]: horiz.: 34 vert.: 27
[ 14.948] (II) RADEON(0): Gamma: 2.50
[ 14.948] (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
[ 14.948] (II) RADEON(0): First detailed timing is preferred mode
[ 14.948] (II) RADEON(0): redX: 0.590 redY: 0.340 greenX: 0.290 greenY: 0.580
[ 14.948] (II) RADEON(0): blueX: 0.148 blueY: 0.120 whiteX: 0.310 whiteY: 0.330
[ 14.948] (II) RADEON(0): Supported established timings:
[ 14.948] (II) RADEON(0): 720x400@70Hz
[ 14.948] (II) RADEON(0): 640x480@60Hz
[ 14.948] (II) RADEON(0): 640x480@67Hz
[ 14.948] (II) RADEON(0): 640x480@72Hz
[ 14.948] (II) RADEON(0): 640x480@75Hz
[ 14.948] (II) RADEON(0): 800x600@56Hz
[ 14.948] (II) RADEON(0): 800x600@60Hz
[ 14.948] (II) RADEON(0): 800x600@72Hz
[ 14.948] (II) RADEON(0): 800x600@75Hz
[ 14.948] (II) RADEON(0): 832x624@75Hz
[ 14.948] (II) RADEON(0): 1024x768@60Hz
[ 14.948] (II) RADEON(0): 1024x768@70Hz
[ 14.949] (II) RADEON(0): 1024x768@75Hz
[ 14.949] (II) RADEON(0): 1280x1024@75Hz
[ 14.949] (II) RADEON(0): Manufacturer's mask: 0
[ 14.949] (II) RADEON(0): Supported standard timings:
[ 14.949] (II) RADEON(0): #0: hsize: 640 vsize 360 refresh: 70 vid: 51761
[ 14.949] (II) RADEON(0): #1: hsize: 640 vsize 400 refresh: 70 vid: 2609
[ 14.949] (II) RADEON(0): #2: hsize: 720 vsize 405 refresh: 70 vid: 51771
[ 14.949] (II) RADEON(0): #3: hsize: 1024 vsize 768 refresh: 75 vid: 20321
[ 14.949] (II) RADEON(0): #4: hsize: 1280 vsize 960 refresh: 60 vid: 16513
[ 14.949] (II) RADEON(0): Supported detailed timing:
[ 14.949] (II) RADEON(0): clock: 108.0 MHz Image Size: 337 x 270 mm
[ 14.949] (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
[ 14.949] (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
[ 14.949] (II) RADEON(0): Ranges: V min: 60 V max: 75 Hz, H min: 30 H max: 80 kHz, PixClock max 140 MHz
[ 14.949] (II) RADEON(0): Monitor name: CY765
[ 14.949] (II) RADEON(0): Serial No: FGXJ3A0430279
[ 14.949] (II) RADEON(0): EDID (in hex):
[ 14.949] (II) RADEON(0): 00ffffffffffff0042931704c7900600
[ 14.949] (II) RADEON(0): 2d0d010368221b962a063697574a9426
[ 14.949] (II) RADEON(0): 1e4f54bfef0031ca310a3bca614f8140
[ 14.949] (II) RADEON(0): 010101010101302a009851002a403070
[ 14.949] (II) RADEON(0): 1300510e1100001e000000fd003c4b1e
[ 14.949] (II) RADEON(0): 500e000a202020202020000000fc0043
[ 14.949] (II) RADEON(0): 593736350a20202020202020000000ff
[ 14.949] (II) RADEON(0): 004647584a33413034333032373900e0
[ 14.949] (II) RADEON(0): EDID vendor "PTS", prod id 1047
[ 14.950] (II) RADEON(0): Using EDID range info for horizontal sync
[ 14.950] (II) RADEON(0): Using EDID range info for vertical refresh
[ 14.950] (II) RADEON(0): Printing DDC gathered Modelines:
[ 14.950] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 14.950] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 14.950] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 14.950] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 14.950] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
[ 14.950] (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 14.950] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 14.950] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 14.950] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 14.950] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
[ 14.950] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 14.950] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 14.950] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 14.950] (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 1
[ 14.950] (II) RADEON(0): EDID data from the display on output: VGA-0 ----------------------
[ 14.950] (II) RADEON(0): Manufacturer: PTS Model: 417 Serial#: 430279
[ 14.950] (II) RADEON(0): Year: 2003 Week: 45
[ 14.950] (II) RADEON(0): EDID Version: 1.3
[ 14.951] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
[ 14.951] (II) RADEON(0): Sync: Separate
[ 14.951] (II) RADEON(0): Max Image Size [cm]: horiz.: 34 vert.: 27
[ 14.951] (II) RADEON(0): Gamma: 2.50
[ 14.951] (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
[ 14.951] (II) RADEON(0): First detailed timing is preferred mode
[ 14.951] (II) RADEON(0): redX: 0.590 redY: 0.340 greenX: 0.290 greenY: 0.580
[ 14.951] (II) RADEON(0): blueX: 0.148 blueY: 0.120 whiteX: 0.310 whiteY: 0.330
[ 14.951] (II) RADEON(0): Supported established timings:
[ 14.951] (II) RADEON(0): 720x400@70Hz
[ 14.951] (II) RADEON(0): 640x480@60Hz
[ 14.951] (II) RADEON(0): 640x480@67Hz
[ 14.951] (II) RADEON(0): 640x480@72Hz
[ 14.951] (II) RADEON(0): 640x480@75Hz
[ 14.951] (II) RADEON(0): 800x600@56Hz
[ 14.951] (II) RADEON(0): 800x600@60Hz
[ 14.951] (II) RADEON(0): 800x600@72Hz
[ 14.951] (II) RADEON(0): 800x600@75Hz
[ 14.951] (II) RADEON(0): 832x624@75Hz
[ 14.951] (II) RADEON(0): 1024x768@60Hz
[ 14.951] (II) RADEON(0): 1024x768@70Hz
[ 14.951] (II) RADEON(0): 1024x768@75Hz
[ 14.951] (II) RADEON(0): 1280x1024@75Hz
[ 14.951] (II) RADEON(0): Manufacturer's mask: 0
[ 14.951] (II) RADEON(0): Supported standard timings:
[ 14.951] (II) RADEON(0): #0: hsize: 640 vsize 360 refresh: 70 vid: 51761
[ 14.951] (II) RADEON(0): #1: hsize: 640 vsize 400 refresh: 70 vid: 2609
[ 14.951] (II) RADEON(0): #2: hsize: 720 vsize 405 refresh: 70 vid: 51771
[ 14.951] (II) RADEON(0): #3: hsize: 1024 vsize 768 refresh: 75 vid: 20321
[ 14.951] (II) RADEON(0): #4: hsize: 1280 vsize 960 refresh: 60 vid: 16513
[ 14.951] (II) RADEON(0): Supported detailed timing:
[ 14.951] (II) RADEON(0): clock: 108.0 MHz Image Size: 337 x 270 mm
[ 14.951] (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
[ 14.951] (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
[ 14.951] (II) RADEON(0): Ranges: V min: 60 V max: 75 Hz, H min: 30 H max: 80 kHz, PixClock max 140 MHz
[ 14.952] (II) RADEON(0): Monitor name: CY765
[ 14.952] (II) RADEON(0): Serial No: FGXJ3A0430279
[ 14.952] (II) RADEON(0): EDID (in hex):
[ 14.952] (II) RADEON(0): 00ffffffffffff0042931704c7900600
[ 14.952] (II) RADEON(0): 2d0d010368221b962a063697574a9426
[ 14.952] (II) RADEON(0): 1e4f54bfef0031ca310a3bca614f8140
[ 14.952] (II) RADEON(0): 010101010101302a009851002a403070
[ 14.952] (II) RADEON(0): 1300510e1100001e000000fd003c4b1e
[ 14.952] (II) RADEON(0): 500e000a202020202020000000fc0043
[ 14.952] (II) RADEON(0): 593736350a20202020202020000000ff
[ 14.952] (II) RADEON(0): 004647584a33413034333032373900e0
[ 14.952] finished output detect: 0
|
So now I am confused, does it mean that X log reports active resolution 1280x1024?:
| Code: | [ 14.949] (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
[ 14.949] (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 |
because it is not, menu on LCD reports resolution 1280x960
There are things I don't understand like: Supported standard timings or Supported established timings as they seem to contradict each other.
Using xrandr will switch to proper resolution, but it's a pain as I have to leave F7 console and come back to see actual change.. |
|
| Back to top |
|
 |
OPelerin Apprentice


Joined: 17 Jul 2004 Posts: 284 Location: Belgium
|
Posted: Mon Jul 12, 2010 9:16 am Post subject: |
|
|
To setup my dual screen, I've modified the following file [Xsetup]
| Quote: |
kroupouk tmp # more /usr/share/config/kdm/Xsetup
#! /bin/sh
# Xsetup - run as root before the login dialog appears
#for ati
#xrandr --output DVI-0 --mode 1920x1200
#xrandr --output LVDS --mode 1680x1050
#xrandr --output LVDS --right-of DVI-0
#For Radeon HD
xrandr --output PANEL --right-of DVI-D_1
xrandr --output PANEL --mode 1680x1050
xrandr --output DVI-D_1 --mode 1920x1200
xrandr --output PANEL --right-of DVI-D_1
#For ATI
#xrandr --output LVDS --right-of DVI-0
#xrandr --output LVDS --mode 1680x1050
#xrandr --output DVI-0 --mode 1920x1200
#xrandr --output LVDS --right-of DVI-0
#xconsole -geometry 480x130-0-0 -notify -verbose -fn fixed -exitOnFail -file /dev/xconsole &
|
Works like a charm _________________ Olivier PELERIN |
|
| Back to top |
|
 |
vitoriung Apprentice


Joined: 21 May 2007 Posts: 158 Location: Prague, Czech Republic
|
Posted: Wed Jul 14, 2010 9:21 pm Post subject: |
|
|
you're right works like a charm on your computer and mine at work, but not on this one.
It still lies on the fact that xrandr settings won't apply until you rejoin F7 console and that's a real bummer.
I am using RADEON open source driver from kernel, not sure if it hasn't too many modules running with it:
| Code: |
radeon 609859 2
ttm 40543 1 radeon
drm_kms_helper 22946 1 radeon
drm 140024 5 radeon,ttm,drm_kms_helper
fb 38086 2 radeon,drm_kms_helper
i2c_algo_bit 4056 1 radeon
cfbcopyarea 2785 1 radeon
cfbimgblt 1993 1 radeon
cfbfillrect 2589 1 radeon
|
I have installed
| Code: |
x11-base/xorg-server-1.8.1.902 USE="hal kdrive nptl udev xorg -dmx -doc -ipv6 -minimal -static-libs -tslib"
x11-drivers/xf86-video-ati-6.13.1
x11-base/xorg-x11-7.4-r1
x11-apps/xrandr-1.3.2
|
What else is important to check? |
|
| Back to top |
|
 |
chithanh Developer

Joined: 05 Aug 2006 Posts: 1012 Location: Berlin, Germany
|
Posted: Wed Jul 14, 2010 11:07 pm Post subject: |
|
|
| You don't need any screen section. In the Monitor section, set Option PreferredMode to the desired resolution. Also see "man xorg.conf" for a description of that option. |
|
| Back to top |
|
 |
vitoriung Apprentice


Joined: 21 May 2007 Posts: 158 Location: Prague, Czech Republic
|
Posted: Wed Jul 14, 2010 11:42 pm Post subject: |
|
|
| chithanh wrote: | | You don't need any screen section. In the Monitor section, set Option PreferredMode to the desired resolution. Also see "man xorg.conf" for a description of that option. |
That will pickup wrong resolution for DVI and after login will disable it completely:
| Code: |
$ xrandr -q
Screen 0: minimum 320 x 200, current 1280 x 960, maximum 1440 x 1440
VGA-0 connected 1280x960+0+0 (normal left inverted right x axis y axis) 337mm x 270mm
1280x1024 60.0 + 75.0
1280x960 60.0*
1024x768 75.0 70.1 60.0
832x624 74.6
800x600 72.2 75.0 60.3 56.2
640x480 75.0 72.8 66.7 59.9
720x405 70.0
720x400 70.1
640x400 70.0
640x360 70.0
DVI-0 connected (normal left inverted right x axis y axis)
1440x900 59.9 + 60.0
1280x1024 75.0 60.0
1280x960 60.0
1152x864 75.0
1024x768 75.0 70.1 60.0
832x624 74.6
800x600 72.2 75.0 60.3 56.2
640x480 75.0 72.8 66.7 59.9
720x400 70.1
S-video disconnected (normal left inverted right x axis y axis)
|
I inserted these options and disabled screen section:
| Code: | Section "Monitor"
Identifier "DVI-Left"
Option "PreferredMode" "1440x900@59.90"
Modeline "1440x900" 106.47 1440 1520 1672 1904 900 901 904 932 -HSync +Vsync
EndSection
#Option "Enable" "true"
Section "Monitor"
Identifier "VGA-Right"
Option "RightOf" "DVI-Left"
#Option "Enable" "true"
Option "PreferredMode" "1280x1024@59.90"
#Modeline "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
EndSection
|
|
|
| Back to top |
|
 |
vitoriung Apprentice


Joined: 21 May 2007 Posts: 158 Location: Prague, Czech Republic
|
Posted: Sun Dec 05, 2010 10:25 pm Post subject: |
|
|
Finally resolved that today after having some other system issues.
I found out about KMS, my configuration was more than 2 years old and didn't hear about KMS until yesterday.
At the moment it's working like a charm, dual screen is initiated when running kdm. No further issues, resolved  |
|
| Back to top |
|
 |
|