Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
two heads on D610 docking station resolution issues
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
0ofh2
n00b
n00b


Joined: 15 Sep 2003
Posts: 4

PostPosted: Mon Nov 06, 2006 3:54 pm    Post subject: two heads on D610 docking station resolution issues Reply with quote

I have a Dell Latitude D610, on a docking station, and I can get 2 heads going. However, main head (DVI) is running at 1600x1200, and 2nd head (VGA) is running at 1400x1050. I can't get it to run at 1600x1200, and it looks *UGLY*.

Anyone has any ideas? Thanx in advance!



It has the ATI M300 chip:

01:00.0 VGA compatible controller: ATI Technologies Inc M22 [Radeon Mobility M300]

I'm running ati-drivers 8.30.3-r1

Here's my xorg.conf:

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "aticonfig-Screen[0]" 0 0
Screen 1 "aticonfig-Screen[1]" LeftOf "aticonfig-Screen[0]"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection

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

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "inspiron"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

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

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

Section "Device"
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "M22 [Radeon Mobility M300]"
BusID "PCI:1:0:0"
Option "Mode2" "1600x1200"
Option "DesktopSetup" "horizontal"
Option "ForceMonitors" "lvds,lvds"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "Mode2" "1600x1200"
BusID "PCI:1:0:0"
Option "MonitorLayout" "LVDS,AUTO"
Option "DesktopSetup" "horizontal"
Option "ForceMonitors" "lvds,lvds"
EndSection

Section "Device"
Identifier "aticonfig-Device[1]"
Driver "fglrx"
Option "Mode2" "1600x1200"
BusID "PCI:1:0:0"
Screen 1
Option "MonitorLayout" "LVDS,LVDS"
Option "DesktopSetup" "horizontal"
Option "ForceMonitors" "lvds,lvds"
EndSection

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

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

Section "DRI"
Mode 0666
EndSection
Back to top
View user's profile Send private message
Dan
Veteran
Veteran


Joined: 25 Oct 2005
Posts: 1302

PostPosted: Mon Nov 06, 2006 5:06 pm    Post subject: Reply with quote

/var/log/Xorg.0.log will probably explain a what point the res is decided. look there for the answer. Post the log file here and someone may be able to explain it for you.

HorizSync and VertRefresh in your monitor sections may help
and/or
Option "UseEdidFreqs" "True" in your Screen section


Last edited by Dan on Tue Nov 07, 2006 1:54 pm; edited 1 time in total
Back to top
View user's profile Send private message
0ofh2
n00b
n00b


Joined: 15 Sep 2003
Posts: 4

PostPosted: Mon Nov 06, 2006 7:38 pm    Post subject: Reply with quote

I looked over Xorg.0.log, and noticed something interesting.

Can it be that X is confused as to which is what screen? Display1 and Display3 are the correct displays. Display2 looks like it's the laptop's LCD.

Also, in aticonfig, I noticed a list of none, crt1, crt2, lvds, tv, tmds1, tmds2 and auto - what are these things?

Thanx!

Xorg.0.log has the following:

II) fglrx(0): Connected Display1: CRT on primary DAC [crt1]
(II) fglrx(0): Display1 EDID data ---------------------------
(II) fglrx(0): Manufacturer: VSC Model: 131c Serial#: 16843009
(II) fglrx(0): Year: 2006 Week: 17
(II) fglrx(0): EDID Version: 1.3
(II) fglrx(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
(II) fglrx(0): Sync: Separate Composite SyncOnGreen
(II) fglrx(0): Max H-Image Size [cm]: horiz.: 41 vert.: 31
(II) fglrx(0): Gamma: 2.20
(II) fglrx(0): DPMS capabilities: Off; RGB/Color Display
(II) fglrx(0): Default color space is primary color space
(II) fglrx(0): First detailed timing is preferred mode
(II) fglrx(0): redX: 0.648 redY: 0.339 greenX: 0.289 greenY: 0.598
(II) fglrx(0): blueX: 0.143 blueY: 0.078 whiteX: 0.313 whiteY: 0.329
...
II) fglrx(0): h_active: 1600 h_sync: 1664 h_sync_end 1856 h_blank_end 2160 h_
border: 0
(II) fglrx(0): v_active: 1200 v_sync: 1201 v_sync_end 1204 v_blanking: 1250 v_
border: 0
(II) fglrx(0): Serial No: PSB061700680
(II) fglrx(0): Ranges: V min: 50 V max: 75 Hz, H min: 30 H max: 92 kHz, PixClo
ck max 170 MHz
(II) fglrx(0): Monitor name: VP2030 SERIES
(II) fglrx(0): End of Display1 EDID data --------------------
(II) fglrx(0): Connected Display2: LCD on internal LVDS [lvds]
(II) fglrx(0): Display2: No EDID information from DDC.
(II) fglrx(0): Derived EDID from BIOS and internal tables for Display2:
(II) fglrx(0): Display2 EDID data ---------------------------
(II) fglrx(0): Manufacturer: MS_ Model: 0 Serial#: 0
(II) fglrx(0): Year: 1990 Week: 0
(II) fglrx(0): EDID Version: 1.3
(II) fglrx(0): Digital Display Input
(II) fglrx(0): Max H-Image Size [cm]: horiz.: 40 vert.: 30
(II) fglrx(0): Gamma: 1.00
(II) fglrx(0): DPMS capabilities: StandBy Suspend Off; Non RGB Multicolor Displa
y
(II) fglrx(0): First detailed timing is preferred mode
(II) fglrx(0): redX: 0.000 redY: 0.000 greenX: 0.000 greenY: 0.000
(II) fglrx(0): blueX: 0.000 blueY: 0.000 whiteX: 0.000 whiteY: 0.000
...
(II) fglrx(0): h_active: 1400 h_sync: 1448 h_sync_end 1560 h_blank_end 1688 h_
border: 0
(II) fglrx(0): v_active: 1050 v_sync: 1051 v_sync_end 1055 v_blanking: 1066 v_
border: 0
(II) fglrx(0): End of Display2 EDID data --------------------
(II) fglrx(0): Connected Display3: DFP on internal TMDS [tmds1]
(II) fglrx(0): Display3 EDID data ---------------------------
(II) fglrx(0): Manufacturer: VSC Model: 131c Serial#: 16843009
(II) fglrx(0): Year: 2006 Week: 17
(II) fglrx(0): EDID Version: 1.3
(II) fglrx(0): Digital Display Input
(II) fglrx(0): Max H-Image Size [cm]: horiz.: 41 vert.: 31
(II) fglrx(0): Gamma: 2.20
(II) fglrx(0): DPMS capabilities: Off; RGB/Color Display
(II) fglrx(0): Default color space is primary color space
(II) fglrx(0): First detailed timing is preferred mode
(II) fglrx(0): redX: 0.648 redY: 0.339 greenX: 0.289 greenY: 0.598
(II) fglrx(0): blueX: 0.143 blueY: 0.078 whiteX: 0.313 whiteY: 0.329
...
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 162.0 MHz Image Size: 408 x 306 mm
(II) fglrx(0): h_active: 1600 h_sync: 1664 h_sync_end 1856 h_blank_end 2160 h_
border: 0
(II) fglrx(0): v_active: 1200 v_sync: 1201 v_sync_end 1204 v_blanking: 1250 v_
border: 0
(II) fglrx(0): Serial No: PSB061700699
(II) fglrx(0): Ranges: V min: 50 V max: 75 Hz, H min: 30 H max: 92 kHz, PixClo
ck max 170 MHz
(II) fglrx(0): Monitor name: VP2030 SERIES
(II) fglrx(0): End of Display3 EDID data --------------------
(II) fglrx(0): Primary Controller - CRT on primary DAC
(II) fglrx(0): Primary Controller - LCD on internal LVDS
(II) fglrx(0): Secondary Controller - DFP on internal TMDS
(II) fglrx(0): Internal Desktop Setting: 0x00000001
(II) fglrx(0): POWERplay version 3. 5 power states available:
(II) fglrx(0): 1. 297/216MHz @ 60Hz [enable load balancing]
(II) fglrx(0): 2. 105/122MHz @ 60Hz [low voltage, enable sleep]
(II) fglrx(0): 3. 105/182MHz @ 60Hz [low voltage, enable sleep, thermal diode
mode]
(II) fglrx(0): 4. 209/182MHz @ 60Hz [low voltage, enable sleep]
(II) fglrx(0): 5. 209/182MHz @ 60Hz [low voltage, enable sleep, thermal diode
...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum