Sie sind nicht angemeldet.

1

26.04.2007, 22:53

vergebliche Versuche - trotz 915resolution nix mit 1400x1050

ich habe schon sehr viele Threads gelesen und alles Mögliche probiert, um eine 1400x1050er Auflösung zu bekommen

ich besitze ein Samsung Notebook X20 1730V
mit folgender Grafikarte: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller

ich habe mit "915resolution 5c 1400 1050" meine Auflösung eingefügt, die war zwar anschließend mit "915resolution -l"sichtbar, konnte jedoch nicht gewählt werden
--> Resultat war die maximale Auflösung von 1024x768 :-(

also habe ich auf Anraten eines Kommilitionen eine Modeline eingefügt, die ich per "gtf 1400 1050 60" generiert habe
--> Resultat war eine Auflösung von 1280x1024, aber eben nicht meine 1400er Auflösung :-(

auch der folgende Eintrag schaffte keine Abhilfe:
Option "ForceBIOS" "1024x768=1400x1050"

kann mir jemand weiterhelfen?? ich bin für alle Hinweise dankbar!!!
Danke im Voraus...

ich benutze die folgende 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 xorg.conf(5) manual page.
# (Type "man 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 "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
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 "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
EndSection

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

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Device"
Identifier "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
Modeline "1400x1050" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -HSync +Vsync
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1400x1050" "1280x1024"
EndSubSection
SubSection "Display"
Depth 2
Modes "1400x1050" "1280x1024"
EndSubSection
SubSection "Display"
Depth 4
Modes "1400x1050" "1280x1024"
EndSubSection

SubSection "Display"
Depth 8
Modes "1400x1050" "1280x1024"
EndSubSection

SubSection "Display"
Depth 16
Modes "1400x1050" "1280x1024"
EndSubSection

SubSection "Display"
Depth 24
Modes "1400x1050" "1280x1024"
EndSubSection

SubSection "Display"
Depth 32
Modes "1400x1050" "1280x1024"
EndSubSection

EndSection


Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Dorle Dunkel« (26.04.2007, 22:57)


2

27.04.2007, 18:50

Hi,

in deiner xorg.conf fällt mir eigentlich nur das auf:

Zitat

HorizSync 28-51
VertRefresh 43-60

Der HorizSync-Wert scheint mir etwas niedig. Für einen externen TFT liegt der Wert bei ca. 30-83 (bei mir genau: 30-81).
Da sich Samsung nicht über die Werte auslässt < hier > musst du suchen.

Ein weiteres Log-File das dir Infos geben könnte ist

Zitat

/var/log/Xorg.0.log


Noch ein Tip. Diese Einträge

Zitat

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

ebenso

InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"

kannst du löschen, wenn du keine solche Geräte laufen hast.

Jean-Paul

3

30.04.2007, 19:11

Danke für die Hilfe, hat jedoch leider nix gebracht.....doch nun funzt es trotzdem und zwar...

hier gab es die entscheidende Hilfe!
Jedoch hat bei mir nach der Installation erstmal gar nichts mehr funktioniert...der Anmeldebildschirm wurde zwar noch gezeigt, doch nach dem Eingeben des Benutzernamens mit dem Passwort ist der XServer scheinbar immer wieder abgestürtzt - wer weiss, was ich durch mein vorgheriges Rumspielen angerichtet habe ;-) ..vielleicht hatte es ja etwas mit den aktivierten Desktop-Effekten zu utn...da ich Ubuntu eh erst frisch installiert habe, habe ich es einfach nochmal platt gemacht und neu installiert und anschleißend nur folgendes getan(ohne 915Resolution)


http://forum.ubuntuusers.de/viewtopic.php?p=699008#699008

--> sudo apt-get install xserver-xorg-video-intel

juhu..alles funktioniert!!!

Gutes Gelingen für alle mit dem gleichen Problem!!