Hi google01103,
to the best of my knowledge the PC setup is as follows
I suspect 'Size & Orientation-System Settings' info is kept elsewhere, as the
Primary output is set to DVI-0, but is not visible below.
set-up details,
Code:
OS Information
OS: Linux 2.6.38-18-desktop i686
Current user: jens@linux-m6e5
System: openSUSE 11.4 (i586)
KDE: 4.6.1 (4.6.1) "release 390"
Display Info
Vendor: ATI Technologies Inc
Model: Radeon X1650
2D driver: radeon
3D driver: R300 Gallium (7.10)
NO_KMS_IN_INITRD=default (have had it set 'yes' but makes no difference)
No 'nomodeset' in boot cmd line (if introduced, can only boot terminal mode)
/etc/X11/xorg.conf.d/50-device.conf
Code:
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[1]-0" 0 0
EndSection
Section "Device" Identifier "aticonfig-Device[1]-0"
Driver "radeon"
Option "Monitor-VGA-0" "VGA-0"
Option "Monitor-DVI-0" "DVI-0"
# lspci: 02:00.0 VGA compatible controller: ATI Technologies Inc RV530LE [Radeon X1600/X1650 PRO]
# 02:00.1 Display controller: ATI Technologies Inc RV530LE [Radeon X1650 PRO] (Secondary)
BusID "PCI:2:0:0"
EndSection
/etc/X11/xorg.conf.d/50-monitor.conf
Code:
Section "Monitor"
# xrandr -q: VGA-0 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 338mm x 270mm
Identifier "VGA-0"
Option "VendorName" "ATI Open source Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "1280x1024"
Option "TargetRefresh" "60"
Option "Position" "0 0"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection
Section "Monitor"
# xrandr -q: DVI-0 connected 1280x1024+1280+0 (normal left inverted right x axis y axis) 338mm x 270mm
Identifier "DVI-0"
Option "VendorName" "ATI Open Source Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "1280x1024"
Option "TargetRefresh" "60"
Option "Position" "1280 0"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection
/etc/X11/xorg.conf.d/50-screen.conf
Code:
Section "Screen"
# xrandr -q: Screen 0: minimum 320 x 200, current 2560 x 1024, maximum 3840 x 1920
Identifier "aticonfig-Screen[1]-0"
Device "aticonfig-Device[1]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Virtual 2560 1024
Depth 24
EndSubSection
EndSection
regards
michael
Bookmarks