Aufloesung unter Xorg?

ringo

Well-Known Member
Kann mir jemand sagen welche Option ich in der xorg.conf hinzufuegen muss, um die Auloesung auf 1024x768 hinzubekommen. Ich krieg hier schon die Krise...

DefaultDepth 24
....
Modes "1024x768"
wie in XFree86

funzt offensichtlich nicht...
 
Hmm also das sagt nicht wirklich viel. Vielleicht kannst Du mal die komplette config posten. Auf welcher Aufloesung laeuft es denn jetzt? Wo genau ist das Problem? Hast Du ueberhaupt ein Bild?
 
p.h. schrieb:
Guckst du http://www.bsdforen.de/showthread.php?t=5900, da ist genau erklärt, wie man einen X-Server einrichtet. Das Beispiel benutzt IIRC sogar 1024·768.

auf nen gehirn-pfurz kann ich verzichten...
gibts denn unter xorg kein tag like modes "102.." um die Aufloesung hinzubekommen? unter xfree86 funzte alles prima..hier mal meine xorg.conf:


Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "record"
Load "xtrap"
Load "freetype"
Load "speedo"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xorg"
Option "XkbLayout" "pc105"
Option "XkbModel" "de"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
EndSection

Section "Monitor"
Identifier "Monitor0"
#VertRefresh 58.0 - 62.0
#DisplaySize 323 260
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "Rotate" # [<str>]
#Option "VideoKey" # <i>
#Option "FlatPanel" # [<bool>]
#Option "FPDither" # [<bool>]
#Option "CrtcNumber" # <i>
Identifier "Card0"
Driver "nv"
VendorName "nVidia Corporation"
BoardName "GeForce FX Go5600"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection
 
jaja, ich kann solche smartass-kommentare wie von p.h. nicht ausstehen. wenn jemand keine passende antwort hat, soll er sich raushalten.
 
ringo schrieb:
jaja, ich kann solche smartass-kommentare wie von p.h. nicht ausstehen. wenn jemand keine passende antwort hat, soll er sich raushalten.

p.h. hat dir einen hinweis auf ein pdf gegeben das dir genau bei deinem problem geholfen hätte. in dem pdf sind auch andere wichtige hinweise, tipps und erklärungen für einsteiger und umsteiger.
wenn du keine lust hast zu lesen kann dir auch keiner helfen...
 
ausserdem sollte ringo auch mal seine wortwahl überdenken.

etwas unpassend in diesem forum imho...
 
na gut, wenn ich hier schon mal ein problem poste, dann will ich - wie du richtig schreibst - mir nicht unbedingt noch ein x-seitiges how-to durchlesen. in der regel mach ich dies vor dem posting.

grundsätzlich ist man ja dankbar für solche links auf dokus/howto`s etc. in diesem konkreten fall war ich aber kurz vorm zerstören... dann kann ich halt solche in "türken-slang" verfasste kommentare wie "guckst du ..." schon mal gar nicht ab...

danke nochmal an FierceOne und dir, morpheus, für euer bemühen mir in diesem fall weiterzuhelfen.
 
Zurück
Oben