Herakles
Profifragensteller
Hi!
Ich möchte gerne meinen X-Server in der Auflösung ändern. Bisher habe ich 1280x800 gefahren, es ist ein Widescreen Bildschirm (Laptop Siemens Amilo M1425).
Ich brauche aber für nen Beamer eine Standardauflösung. Ich denke, daß beispielsweise 1024x768 gut wäre, bin mir sogar SICHER, dass ich das vor ein, zwei monaten shconmal eingestellt hatte und das klappte auch wunderbar, hatte dann eben an den Seiten zwei schwarze Ränder...
Hilfe wäre SUPER!
Hier die /etc/X11/xorg.conf (die auch auf jedenfall gelesen wird, denn das steht beim starten von X auf meinem Screen)
Die Auflösung 1024x768 wird aber nicht gestartet, sondern IMMER nur 1280x800, nichts anderes...
Help?
Herakles
Ich möchte gerne meinen X-Server in der Auflösung ändern. Bisher habe ich 1280x800 gefahren, es ist ein Widescreen Bildschirm (Laptop Siemens Amilo M1425).
Ich brauche aber für nen Beamer eine Standardauflösung. Ich denke, daß beispielsweise 1024x768 gut wäre, bin mir sogar SICHER, dass ich das vor ein, zwei monaten shconmal eingestellt hatte und das klappte auch wunderbar, hatte dann eben an den Seiten zwei schwarze Ränder...
Hilfe wäre SUPER!
Hier die /etc/X11/xorg.conf (die auch auf jedenfall gelesen wird, denn das steht beim starten von X auf meinem Screen)
Code:
Section "ServerLayout"
Identifier "X.org Configured"
Screen "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 "XkbModel" "logicdit"
Option "XkbLayout" "de"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Monitor0"
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 "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "Dac6Bit" # [<bool>]
#Option "Dac8Bit" # [<bool>]
#Option "ForcePCIMode" # [<bool>]
#Option "BusType" # [<str>]
#Option "CPPIOMode" # [<bool>]
#Option "CPusecTimeout" # <i>
#Option "AGPMode" # <i>
#Option "AGPFastWrite" # [<bool>]
#Option "AGPSize" # <i>
#Option "GARTSize" # <i>
#Option "RingSize" # <i>
#Option "BufferSize" # <i>
#Option "EnableDepthMoves" # [<bool>]
#Option "EnablePageFlip" # [<bool>]
#Option "NoBackBuffer" # [<bool>]
#Option "PanelOff" # [<bool>]
#Option "DDCMode" # [<bool>]
#Option "MonitorLayout" # [<str>]
#Option "IgnoreEDID" # [<bool>]
#Option "OverlayOnCRTC2" # [<bool>]
#Option "CloneMode" # [<str>]
#Option "CloneHSync" # [<str>]
#Option "CloneVRefresh" # [<str>]
#Option "UseFBDev" # [<bool>]
#Option "VideoKey" # <i>
#Option "DisplayPriority" # [<str>]
#Option "PanelSize" # [<str>]
#Option "ForceMinDotClock" # <freq>
Identifier "Card0"
Driver "ati"
VendorName "ATI Technologies Inc"
BoardName "RV350 [Mobility Radeon 9600 M10]"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Die Auflösung 1024x768 wird aber nicht gestartet, sondern IMMER nur 1280x800, nichts anderes...
Help?
Herakles
Zuletzt bearbeitet:
