Permalänk
Medlem

Upplösningen i Ubuntu

Hur kan jag ändra upplösningen i Ubuntu till 1024 x 768 ?

Just nu är det 800 x 600 och om jag går in i System Cpnfiguration och sen Skärmupplösningen så har jag bara två alternativ:

800 x 600

640 x 480

Hur kan jag få det till 1024 x 768,så här med 800 x 600 fungerar inte blir ju för fan blind snart

Permalänk
Medlem

Sök reda på specifikationerna för din skärm och skriv in rätt värden i /etc/X11/XF86Config-4

Permalänk
Medlem
Citat:

Ursprungligen inskrivet av dcg
Sök reda på specifikationerna för din skärm och skriv in rätt värden i /etc/X11/XF86Config-4

Section "Monitor"
Identifier "IBM E74"
HorizSync 30-69
VertRefresh 50-120
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. 3D Rage IIC (AGP)"
Monitor "IBM E74"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "720x400" "640x480"
EndSubSection

EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "DRI"
Mode 0666
EndSection

Har du någon anning om vad jag ska byta här Så att jag får 1024 x 768 upplösningen?

Permalänk

Section "Monitor"
Identifier "IBM E74"
HorizSync 30-69
VertRefresh 50-120
Option "DPMS"
EndSection

Öka horizsync till t.ex. 30-90

Visa signatur

Dator