espo
On the dark side
Hallo zusammen,
wenn ich diese Xorg config verwende:
nimmt er immer automatisch die aufloesung 1600x1200 nur leider ist der TFT darauf nicht optimiert und dementsprechend bescheiden sieht das ergebnis dann aus.
Vielleicht kann mir einer von euch helfen.
Gruss
eSpo
wenn ich diese Xorg config verwende:
Code:
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
RgbPath "/usr/share/X11/rgb"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/encodings"
FontPath "/usr/share/fonts/util"
FontPath "/usr/share/fonts/artwiz-fonts"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "glx"
Load "freetype"
Load "dri"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Samsung"
ModelName "SyncMaster 205BW"
Modeline "1680x1050_75.00" 188.07 1680 1800 1984 2288 1050 1051 1054 1096 -HSync +Vsync
Option "dpms"
# Important. At least on my setup it doesn't detect the size
# If not specified, the fonts may look very tiny.
# Numbers found on a random web site using Google.
DisplaySize 430 270
#
# Those are the magic values that make it all work.
#
HorizSync 30.0 - 75.0
VertRefresh 56.0 - 80.0
## This allowed for resolutions in the 19AAxBBBB
## See also the Virtual directive in Display subsection below
#VertRefresh 56.0 - 83.0
EndSection
Section "Device"
Identifier "Device0"
# Other important bit. The radeon driver is mature enough, as been said in #xorg
Driver "savage"
VendorName "Savage"
BoardName "S3 Savage MX"
#Option "UseBIOS" "Off"
Option "NoAccel" "True"
BusID "PCI:1:0:0"
VideoRam 16000
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
# Fix the viewable area to 1680x1050, or something
Modes "1680x1050"
#Virtual 1680 1050
Depth 16
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
nimmt er immer automatisch die aufloesung 1600x1200 nur leider ist der TFT darauf nicht optimiert und dementsprechend bescheiden sieht das ergebnis dann aus.
Vielleicht kann mir einer von euch helfen.
Gruss
eSpo