Mailinglist Archive: radeonhd (290 mails)
| < Previous | Next > |
[radeonhd] need to run xrandr after start of X
- From: Thomas Drillich <th@xxxxxxxxxxxx>
- Date: Sat, 2 Aug 2008 17:11:58 +0200
- Message-id: <200808021711.58366.th@xxxxxxxxxxxx>
Hi,
after each "startx" I need to run
xrandr --output VGA_1 --mode 1280x1024
xrandr --output VGA_1 --right-of DVI-I_1/digital
to get the correct screen setup.
How do I get the correct setup into xorg.conf ?
--
mit freundlichem Gruss -- regards
Thomas
# xorg.conf (xorg X Window System server configuration file)
#
Section "ServerLayout"
Identifier "Default"
Screen "MyScreen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "Files"
EndSection
Section "Module"
# Load "GLcore"
# Load "glx" # libglx.a
# Load "dri" # libdri.a
# Load "dbe" # Double buffer extension
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
Option "AutoRepeat" "500 30"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "SendCoreEvents" "true"
EndSection
Section "Monitor"
Identifier "IIyama"
HorizSync 31.5 - 80.0
VertRefresh 59.9 - 75.0
Option "DPMS"
# DisplaySize 520 325
EndSection
Section "Monitor"
Identifier "PHL"
HorizSync 31.5 - 64.3
VertRefresh 56.0 - 76.0
Option "Dpms"
Option "RightOf" "IIyama"
# DisplaySize 361 287
EndSection
Section "Device"
Identifier "ATI1550-0"
Driver "radeonhd"
Option "monitor-DVI-I_1/digital" "IIyama"
Option "monitor-VGA_1" "PHL"
Option "RROutputOrder" "DVI-I_1/digital"
EndSection
Section "Screen"
Identifier "MyScreen"
Device "ATI1550-0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "DRI"
# Access to OpenGL ICD is allowed for all users:
# Group 0
# Access to OpenGL ICD is restricted to a specific user group:
# Group 100 # users
# Mode 0660
Mode 0666
EndSection
Section "Extensions"
EndSection
Section "ServerFlags"
EndSection
after each "startx" I need to run
xrandr --output VGA_1 --mode 1280x1024
xrandr --output VGA_1 --right-of DVI-I_1/digital
to get the correct screen setup.
How do I get the correct setup into xorg.conf ?
--
mit freundlichem Gruss -- regards
Thomas
# xorg.conf (xorg X Window System server configuration file)
#
Section "ServerLayout"
Identifier "Default"
Screen "MyScreen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "Files"
EndSection
Section "Module"
# Load "GLcore"
# Load "glx" # libglx.a
# Load "dri" # libdri.a
# Load "dbe" # Double buffer extension
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
Option "AutoRepeat" "500 30"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "SendCoreEvents" "true"
EndSection
Section "Monitor"
Identifier "IIyama"
HorizSync 31.5 - 80.0
VertRefresh 59.9 - 75.0
Option "DPMS"
# DisplaySize 520 325
EndSection
Section "Monitor"
Identifier "PHL"
HorizSync 31.5 - 64.3
VertRefresh 56.0 - 76.0
Option "Dpms"
Option "RightOf" "IIyama"
# DisplaySize 361 287
EndSection
Section "Device"
Identifier "ATI1550-0"
Driver "radeonhd"
Option "monitor-DVI-I_1/digital" "IIyama"
Option "monitor-VGA_1" "PHL"
Option "RROutputOrder" "DVI-I_1/digital"
EndSection
Section "Screen"
Identifier "MyScreen"
Device "ATI1550-0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "DRI"
# Access to OpenGL ICD is allowed for all users:
# Group 0
# Access to OpenGL ICD is restricted to a specific user group:
# Group 100 # users
# Mode 0660
Mode 0666
EndSection
Section "Extensions"
EndSection
Section "ServerFlags"
EndSection
| < Previous | Next > |