Djon
2006-02-11, 15:20:13
Hallo!!!
Habe jetzt geschafft meine Display richtig zu konfigurieren, doch jetzt habe ich ein anderes Problem und zwar, obwohl die Schrift eine Grösse "10" hat, sind diese trotze 1920x1200 riesengross, muss schon auf "7" wechseln, damit es einigermaßen "normal" aussieht. Liegt es vielleicht an "Modeline" in meiner xorg.conf???
Hier ist meine xorg.conf:
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
Load "synaptics"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "de"
EndSection
# This section allows use of a supplementary USB mouse at any time:
Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
#Option "Device" "/dev/input/mouse2"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "false"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Alps Glidepoint"
Driver "synaptics"
#Option "CorePointer"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
#Option "Device" "/dev/input/mouse1"
Option "Protocol" "auto-dev"
Option "SHMConfig" "on"
Option "LeftEdge" "120"
Option "RightEdge" "830"
Option "TopEdge" "120"
Option "BottomEdge" "600"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "110"
Option "MaxDoubleTapTime" "180"
Option "ClickTime" "100"
Option "FastTaps" "1"
Option "EmulateMidButtonTime" "75"
Option "VertScrollDelta" "10"
Option "HorizScrollDelta" "20"
Option "MinSpeed" "0.2"
Option "MaxSpeed" "2.5"
Option "AccelFactor" "0.06"
Option "EdgeMotionMinZ" "30"
Option "EdgeMotionMaxZ" "160"
Option "EdgeMotionMinSpeed" "15"
Option "EdgeMotionMaxSpeed" "15"
Option "EdgeMotionUseAlways" "0"
Option "UpDownScrolling" "1"
Option "LeftRightScrolling" "1"
Option "TouchpadOff" "0"
Option "GuestMouseOff" "1"
Option "LockedDrags" "1"
Option "RTCornerButton" "0"
Option "RBCornerButton" "0"
Option "LTCornerButton" "2"
Option "LBCornerButton" "2"
Option "TapButton1" "1"
Option "TapButton2" "1"
Option "TapButton3" "3"
Option "CircularScrolling" "0"
Option "CircScrollDelta" "0.08"
Option "CircScrollTrigger" "0"
Option "CircularPad" "0"
Option "PalmDetect" "1"
Option "PalmMinWidth" "10"
Option "PalmMinZ" "200"
Option "CoastingSpeed" "0"
EndSection
Section "ServerFlags"
Option "DontZoom" "false"
Option "BlankTime" "30"
Option "StandbyTime" "40"
Option "SuspendTime" "50"
EndSection
Section "Device"
Identifier "Radeon-Single"
Driver "ati"
BusID "PCI:1:0:0"
#Option "AGPMode" "4"
#Option "AGPFastWrite" "true"
Option "BusType" "PCIE"
Option "MonitorLayout" "LVDS"
Option "MergedFB" "false"
Option "PanelOff" "false"
Option "DynamicClocks" "true"
Option "UserInternalAGPGART" "no"
## Change this to "false" if there are any problems:
Option "EnablePageFlip" "true"
EndSection
Section "Modes"
Identifier "16:10"
Modeline "1920x1200" 334 1920 2020 2052 2184 1200 1202 1208 1235
EndSection
Section "Screen"
Identifier "HauptScreen"
Device "Radeon-Single"
Monitor "Dell"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1920x1200"
EndSubSection
SubSection "Display"
Depth 4
Modes "1920x1200"
EndSubSection
SubSection "Display"
Depth 8
Modes "1920x1200"
EndSubSection
SubSection "Display"
Depth 15
Modes "1920x1200"
EndSubSection
SubSection "Display"
Depth 16
Modes "1920x1200"
EndSubSection
SubSection "Display"
Depth 24
Modes "1920x1200"
EndSubSection
EndSection
Section "Monitor"
Identifier "Dell"
DisplaySize 332 210
Option "DPMS"
HorizSync 28-110
VertRefresh 43-90
ModelName "1920x1200"
UseModes "16:10"
EndSection
Section "ServerLayout"
Identifier "Default Screen"
#
# Uncomment ONE of these three entries, depending on your external montior setup:
#
Screen "HauptScreen"
InputDevice "Generic Keyboard"
InputDevice "Alps Glidepoint"
InputDevice "USB Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
Mfg Djon
Habe jetzt geschafft meine Display richtig zu konfigurieren, doch jetzt habe ich ein anderes Problem und zwar, obwohl die Schrift eine Grösse "10" hat, sind diese trotze 1920x1200 riesengross, muss schon auf "7" wechseln, damit es einigermaßen "normal" aussieht. Liegt es vielleicht an "Modeline" in meiner xorg.conf???
Hier ist meine xorg.conf:
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
Load "synaptics"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "de"
EndSection
# This section allows use of a supplementary USB mouse at any time:
Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
#Option "Device" "/dev/input/mouse2"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "false"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Alps Glidepoint"
Driver "synaptics"
#Option "CorePointer"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
#Option "Device" "/dev/input/mouse1"
Option "Protocol" "auto-dev"
Option "SHMConfig" "on"
Option "LeftEdge" "120"
Option "RightEdge" "830"
Option "TopEdge" "120"
Option "BottomEdge" "600"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "110"
Option "MaxDoubleTapTime" "180"
Option "ClickTime" "100"
Option "FastTaps" "1"
Option "EmulateMidButtonTime" "75"
Option "VertScrollDelta" "10"
Option "HorizScrollDelta" "20"
Option "MinSpeed" "0.2"
Option "MaxSpeed" "2.5"
Option "AccelFactor" "0.06"
Option "EdgeMotionMinZ" "30"
Option "EdgeMotionMaxZ" "160"
Option "EdgeMotionMinSpeed" "15"
Option "EdgeMotionMaxSpeed" "15"
Option "EdgeMotionUseAlways" "0"
Option "UpDownScrolling" "1"
Option "LeftRightScrolling" "1"
Option "TouchpadOff" "0"
Option "GuestMouseOff" "1"
Option "LockedDrags" "1"
Option "RTCornerButton" "0"
Option "RBCornerButton" "0"
Option "LTCornerButton" "2"
Option "LBCornerButton" "2"
Option "TapButton1" "1"
Option "TapButton2" "1"
Option "TapButton3" "3"
Option "CircularScrolling" "0"
Option "CircScrollDelta" "0.08"
Option "CircScrollTrigger" "0"
Option "CircularPad" "0"
Option "PalmDetect" "1"
Option "PalmMinWidth" "10"
Option "PalmMinZ" "200"
Option "CoastingSpeed" "0"
EndSection
Section "ServerFlags"
Option "DontZoom" "false"
Option "BlankTime" "30"
Option "StandbyTime" "40"
Option "SuspendTime" "50"
EndSection
Section "Device"
Identifier "Radeon-Single"
Driver "ati"
BusID "PCI:1:0:0"
#Option "AGPMode" "4"
#Option "AGPFastWrite" "true"
Option "BusType" "PCIE"
Option "MonitorLayout" "LVDS"
Option "MergedFB" "false"
Option "PanelOff" "false"
Option "DynamicClocks" "true"
Option "UserInternalAGPGART" "no"
## Change this to "false" if there are any problems:
Option "EnablePageFlip" "true"
EndSection
Section "Modes"
Identifier "16:10"
Modeline "1920x1200" 334 1920 2020 2052 2184 1200 1202 1208 1235
EndSection
Section "Screen"
Identifier "HauptScreen"
Device "Radeon-Single"
Monitor "Dell"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1920x1200"
EndSubSection
SubSection "Display"
Depth 4
Modes "1920x1200"
EndSubSection
SubSection "Display"
Depth 8
Modes "1920x1200"
EndSubSection
SubSection "Display"
Depth 15
Modes "1920x1200"
EndSubSection
SubSection "Display"
Depth 16
Modes "1920x1200"
EndSubSection
SubSection "Display"
Depth 24
Modes "1920x1200"
EndSubSection
EndSection
Section "Monitor"
Identifier "Dell"
DisplaySize 332 210
Option "DPMS"
HorizSync 28-110
VertRefresh 43-90
ModelName "1920x1200"
UseModes "16:10"
EndSection
Section "ServerLayout"
Identifier "Default Screen"
#
# Uncomment ONE of these three entries, depending on your external montior setup:
#
Screen "HauptScreen"
InputDevice "Generic Keyboard"
InputDevice "Alps Glidepoint"
InputDevice "USB Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
Mfg Djon