Xorg Widescreen Problem

espo

espo

On the dark side
Hallo zusammen,

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
 
Hi,

probier doch mal diese Screen Section:

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 16
Modes ">> Deine Auflösung bsp: 1024x768 <<"
EndSubSection
EndSection

Mfg

sebi
 
Ich hatte das gleiche Problem, als ich Knoppix mal starten wollte. Vielleicht mal beim Booten ein paar Optionen übergeben, so z.B. bei Knoppix:
Code:
knoppix screen=1440x900

MfG, Hardcoder.
 
xorg.conf fuer samsung syncmaster 205bw

hallo, habe hier die loesung,
meine xorg.conf funktioniert, ubuntu 6.10, ati radeon 9250, DVI-connected, fglrx-driver enabled... alles geht, entscheidend war am ende die ModeLine unter section monitor,,,,
hier die xorg.conf:


# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection

Section "Files"

# path to defoma fonts
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"

# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"

# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"

# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Monitor"
Identifier "SyncMaster"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
DisplaySize 433 270
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 75.0
Option "DPMS" "true"
ModeLine "1680x1050" 146.8 1680 1784 1960 2240 1050 1053 1059 1089
EndSection


Section "Device"
Identifier "ATI Technologies, Inc. RV280 [Radeon 9200 PRO]"
Driver "fglrx"
Option "ForceMonitors" "tmds1"
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "ATI Technologies, Inc. RV280 [Radeon 9200 PRO]"
Monitor "SyncMaster"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1680x1050"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection

Section "Extensions"
Option "Composite" "Disable"
EndSection
 

Ähnliche Themen

X startet nichtmehr

Samba 4 Gast Zugang unter Ubuntu funktioniert nicht

Windows clients können nicht mehr auf lange laufendes System zugreifen

NagiosGrapher 1.7.1 funktioniert nicht

Zweiter Monitor geht bei Vollbildspielen aus.

Zurück
Oben