![Shocked 8O](./images/smilies/icon_eek.gif)
a) Wie bringe ich xorg.conf bei beim booten den angeschlossenen Monitor zu nutzen und denn eigenen im Lap zu deaktivieren.
b) Wie kann man den Lap-Bildschrim aus/einschalten (FN + F8-CRT/LCD) keine Reaktion
Debian ETCH, 2.6.18
Code: Alles auswählen
aufgegeben?
Code: Alles auswählen
VGA compatible controller: ATI Technologies Inc Radeon R250 [Mobility FireGL 9000] (rev 01
Lap: Dell Inspiron, Aufl. 1600x1050
Code: Alles auswählen
# /etc/X11/xorg.conf (xorg X Window System server configuration file
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
Screen 1 "Eizo_Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
InputDevice "Synaptics Touchpad"
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
# Option "BlankTime" "5"
Option "Clone" "Off" # neu
# Option "Xinerama" "On" # neu
EndSection
Section "Files"
# path to defoma fonts
# FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
# FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/100dpi:unscaled"
FontPath "/usr/share/fonts/X11/75dpi:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/usr/local/share/fonts"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "drm"
Load "dri" # neu deaktiviert
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "ServerFlags"
Option "AIGLX" "off"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "ch"
Option "XkbVariant" "de"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"
EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "6 7"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "20"
Option "VertScrollDelta" "20"
Option "MinSpeed" "0.3"
Option "MaxSpeed" "0.75"
Option "AccelFactor" "0.015"
Option "EdgeMotionMiniSpeed" "200"
Option "EdgeMotionMaxSpeed" "200"
Option "LeftEdge" "120"
Option "RightEdge" "830"
Option "TopEdge" "120"
Option "UpDownScrolling" "1"
Option "LeftRightScrolling" "1"
Option "CircularScrolling" "1"
Option "CircScrollDelta" "0.1"
Option "CircScrollTrigger" "2"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
# Option "ATI Proprietary Driver"
# Option "Generic Autodetecting Monitor"
# UseModes "WIDE"
Option "DPMS" "true"
HorizSync 28.00-84.00
VertRefresh 43.00-60.00
DisplaySize 344 222 #MonitorAngaben in mm
EndSection
Section "Monitor"
Identifier "Eizo"
Option "DPMS"
HorizSync 27.00-82.00
VertRefresh 50.00-85.00
Option "DPMS" "true"
# VendorName "Eizo"
DisplaySize 359 288
EndSection
#Section "Device"
# Identifier "aticonfig-Device[0]"
# Driver "ati"
# BusID "PCI:1:0:0"
# VideoRam 32768
# BoardName "Radeon R250 [Radeon Mobility FireGL 9000]"
# Option "AGPMode" "4"
# Option "XAANoOffscreenPixmaps" "true"
# Option "AccelMethod" "XAA"
# Option "FlatPanelProperties" "Scaling = aspect-scaled"
# Option "VideoOverlay" "on" #neu
# Option "UseInternalAGPGART" "on" #neu
# Option "OpenGLOverlay" "off" #neu
# Option "UseFastTLS" "on" #neu
# Option "NoTV" "on" #neu
# Screen 0
#EndSection
Section "Device"
Screen 0
Identifier "aticonfig-Device[0]"
Driver "ati"
BusID "PCI:1:0:0"
VendorName "ATI Technologies Inc"
BoardName "Radeon R250 [Radeon Mobility FireGL 9000]
Option "TwinView"
Option "Metamodes" "1600x1024,1600x1050,1400x1050,1440x900,1280x1024"
Option "TwinViewOrientation" "Leftof"
# Option "ConnectedMonitor" "CRT, DFP"
Option "DDCMode"
Option "EnablePageFlip" "on"
# Option "SWcursor" "true"
# Option "CloneDisplay" "4"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Eizo_Screen"
Device "aticonfig-Device[0]"
Monitor "Eizo"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1024" "1600x1050" "1400x1050" "1280x1024"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection