Gå til innhold

Skjermoppløsning i Ubuntu 5.10 *LØST* (tilslutt)


Anbefalte innlegg

Heisann, jeg har nettopp innstallert ubuntu på min stasjonære pc. Når jeg kommer inn i Linux første gangen er skjermen diger så jeg finner innstillingene for dette.

 

Nå kommer det jeg ikke skjønner meg på.... det står på Resolution 640x480

og på Refresh rate står det 60 Hz. Jeg får ikke forandret dette... hvorfor? Er ingen andre alternativer listet opp der.... kan jo ikke ha den syke oppløsninga da..

 

Har en ganske ny 19" LCD skjerm.. noen som veit hva som er gærnt?

Endret av AudiPowha
Lenke til kommentar
Videoannonse
Annonse

Du kan prøve å gjøre slik at skjermen selv bestemmer hvilke instillinger den vil ha:

 

åpne en terminal og skriv:

 

sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup

sudo gedit /etc/X11/xorg.conf

 

Her redigerer du:

 

Section "Monitor"
Identifier	"Generic Monitor"
Option  "DPMS"
HorizSync	28-70
VertRefresh	43-60

 

til

 

Section "Monitor"
Identifier	"Generic Monitor"
Option  "DPMS"
#HorizSync	28-70
#VertRefresh	43-60

 

Så restarter du bare X.

Lenke til kommentar

Section "Screen"

Identifier "Default Screen"

Device "S3 Inc. Savage 4"

Monitor "NEC LCD91VM"

DefaultDepth 16

SubSection "Display"

Depth 1

Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"

EndSubSection

SubSection "Display"

Depth 4

Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"

EndSubSection

SubSection "Display"

Depth 8

Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"

EndSubSection

SubSection "Display"

Depth 15

Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"

EndSubSection

SubSection "Display"

Depth 16

Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"

EndSubSection

SubSection "Display"

Depth 24

Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"

EndSubSection

EndSection

 

 

 

Dette får jeg opp... hva skal jeg redigere?

Endret av AudiPowha
Lenke til kommentar
Ta å post HELE innholdet i filen.

5284198[/snapback]

 

 

 

 

# /etc/X11/xorg.conf (xorg X Window System server configuration file)

#

# This file was generated by dexconf, the Debian X Configuration tool, using

# values from the debconf database.

#

# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.

# (Type "man /etc/X11/xorg.conf" at the shell prompt.)

#

# This file is automatically updated on xserver-xorg package upgrades *only*

# if it has not been modified since the last upgrade of the xserver-xorg

# package.

#

# If you have edited this file but would like it to be automatically updated

# again, run the following command:

# sudo dpkg-reconfigure -phigh xserver-xorg

 

Section "Files"

FontPath "/usr/share/X11/fonts/misc"

FontPath "/usr/share/X11/fonts/cyrillic"

FontPath "/usr/share/X11/fonts/100dpi/:unscaled"

FontPath "/usr/share/X11/fonts/75dpi/:unscaled"

FontPath "/usr/share/X11/fonts/Type1"

FontPath "/usr/share/X11/fonts/CID"

FontPath "/usr/share/X11/fonts/100dpi"

FontPath "/usr/share/X11/fonts/75dpi"

# paths to defoma fonts

FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"

FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"

EndSection

 

Section "Module"

Load "GLcore"

Load "i2c"

Load "bitmap"

Load "ddc"

Load "dri"

Load "extmod"

Load "freetype"

Load "glx"

Load "int10"

Load "type1"

Load "vbe"

EndSection

 

Section "InputDevice"

Identifier "Generic Keyboard"

Driver "kbd"

Option "CoreKeyboard"

Option "XkbRules" "xorg"

Option "XkbModel" "pc105"

Option "XkbLayout" "no"

EndSection

 

Section "InputDevice"

Identifier "Configured Mouse"

Driver "mouse"

Option "CorePointer"

Option "Device" "/dev/input/mice"

Option "Protocol" "ImPS/2"

Option "Emulate3Buttons" "true"

Option "ZAxisMapping" "4 5"

EndSection

 

Section "Device"

Identifier "S3 Inc. Savage 4"

Driver "savage"

BusID "PCI:1:0:0"

EndSection

 

Section "Monitor"

Identifier "NEC LCD91VM"

Option "DPMS"

EndSection

 

Section "Screen"

Identifier "Default Screen"

Device "S3 Inc. Savage 4"

Monitor "NEC LCD91VM"

DefaultDepth 16

SubSection "Display"

Depth 1

Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"

EndSubSection

SubSection "Display"

Depth 4

Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"

EndSubSection

SubSection "Display"

Depth 8

Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"

EndSubSection

SubSection "Display"

Depth 15

Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"

EndSubSection

SubSection "Display"

Depth 16

Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"

EndSubSection

SubSection "Display"

Depth 24

Modes "1280x1024" "1024x768" "832x624" "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

Endret av AudiPowha
Lenke til kommentar

Opprett en konto eller logg inn for å kommentere

Du må være et medlem for å kunne skrive en kommentar

Opprett konto

Det er enkelt å melde seg inn for å starte en ny konto!

Start en konto

Logg inn

Har du allerede en konto? Logg inn her.

Logg inn nå
  • Hvem er aktive   0 medlemmer

    • Ingen innloggede medlemmer aktive
×
×
  • Opprett ny...