drungel
hallo,
ich habe ein problem mit meinem externen monitor.
unter "anzeige" kann ich nur eine auflösung von 1024x768 einstellen.
ich habe shcon versucht mit der xorg die auflösunf zu ändern, aber das hat nicht funktioniert.
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"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "dbe"
Load "dri2"
Load "dri"
Load "glx"
Load "extmod"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
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 "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile 4 Series Chipset Integrated Graphics Controller"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Virtual 2048 1280
Modes "1280x1024"
EndSubSection
EndSection
könnt ihr mit helfen?
mfg drungel
drungel
danke
[gelöscht]
Normalerweise würde man so etwas wie
xrandr --output VGA1 --mode 1280x1024
ausführen.
drungel
dann sagt er mir
[joe@myhost ~]$ xrandr --output VGA1 --mode 1280x1024
xrandr: cannot find mode 1280x1024
drungel
dann sagt er mir
[joe@myhost ~]$ xrandr --output VGA1 --mode 1280x1024
xrandr: cannot find mode 1280x1024
[gelöscht]
Deswegen hatte ich "so etwas wie" geschrieben. 😉
Schließ mal den Monitor an und führ nur "xrandr" aus. Dann siehst du wie dein Anschluss heißt (bei mir VGA1) und welche Modi für den Monitor zur Verfügung stehen.
drungel
das kommt bei xrandr:
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 8192 x 8192
VGA1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.0*
832x624 74.6
800x600 85.1 85.1 72.2 75.0 60.3 56.2
640x480 85.0 75.0 72.8 75.0 59.9 59.9
720x400 85.0
640x400 85.1
640x350 85.1
LVDS1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
DP3 disconnected (normal left inverted right x axis y axis)
TV1 disconnected (normal left inverted right x axis y axis)
CrAc
xrandr --output VGA1 --mode 1024x768
/e: aehm ja, erst lesen dann denken 🙁
Das Gerät unterstützt anscheinend keine anderen Modi...
killajoe
Kommt ja auch auf die Graka an... an meinen Thinkpads hat ein extern angeschlossener Monitor immer nur die Auflösung des Internen der Anschluss ist sozusagen gecloned...
drungel
unter windows kann ich probremlos die 1280x1024 einstellen.
nur unter arch geht das nicht, ist doch irgendwie komisch oder?