T
Teclado
Mitglied
Hallo,
mein System ist Suse 10.3.
Ich hatte mir einen neuen Bildschirm gekauft und hab nach einem Tipp aus dem Forum die Auflösung über Yast - Monitor - Ändern als LCD-Bildschirm auf 1280 x1024 eingestellt.
Meine xorg.conf sieht jetzt so aus:
Section "Monitor"
DisplaySize 377 301
HorizSync 30-82
Identifier "Monitor[0]"
ModelName "1280X1024@60HZ"
Option "DPMS"
VendorName "--> LCD"
VertRefresh 50-60
UseModes "Modes[0]"
EndSection
Section "Modes"
Identifier "Modes[0]"
Modeline "1024x768" 64.11 1024 1080 1184 1344 768 769 772 795
Modeline "800x600" 38.22 800 832 912 1024 600 601 604 622
EndSection
Section "Screen"
DefaultDepth 24
SubSection "Display"
Depth 15
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection
Section "Device"
BoardName "ProSavage DDR-K"
BusID "1:0:0"
Driver "savage"
Identifier "Device[0]"
Screen 0
VendorName "S3"
EndSection
Ich würd mal sagen, der Bildschirm hat jetzt die maximale Auflösung von 1280 x 1024 (?), aber bei Yast - Eigenschaften - Auflösung wird immer noch als Auflösung 1024 x 768 angezeigt. Was muss ich an der xorg.conf noch alles richtig stellen?
Teclado
mein System ist Suse 10.3.
Ich hatte mir einen neuen Bildschirm gekauft und hab nach einem Tipp aus dem Forum die Auflösung über Yast - Monitor - Ändern als LCD-Bildschirm auf 1280 x1024 eingestellt.
Meine xorg.conf sieht jetzt so aus:
Section "Monitor"
DisplaySize 377 301
HorizSync 30-82
Identifier "Monitor[0]"
ModelName "1280X1024@60HZ"
Option "DPMS"
VendorName "--> LCD"
VertRefresh 50-60
UseModes "Modes[0]"
EndSection
Section "Modes"
Identifier "Modes[0]"
Modeline "1024x768" 64.11 1024 1080 1184 1344 768 769 772 795
Modeline "800x600" 38.22 800 832 912 1024 600 601 604 622
EndSection
Section "Screen"
DefaultDepth 24
SubSection "Display"
Depth 15
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection
Section "Device"
BoardName "ProSavage DDR-K"
BusID "1:0:0"
Driver "savage"
Identifier "Device[0]"
Screen 0
VendorName "S3"
EndSection
Ich würd mal sagen, der Bildschirm hat jetzt die maximale Auflösung von 1280 x 1024 (?), aber bei Yast - Eigenschaften - Auflösung wird immer noch als Auflösung 1024 x 768 angezeigt. Was muss ich an der xorg.conf noch alles richtig stellen?
Teclado