Gå til innhold

[FIXET] Får ikke forandret Hz paa monitor i Ubuntu


Anbefalte innlegg

Hei.

Jeg har bare hat Ubuntu i noen dager nå, Men det er en ting som irriterer meg og det er naar jeg starter op faar jeg en advarsel fra monitoren min ( Samsung SyncMaster 204B )

om at det ikek er annbefalt oppløsning og OppfriskningsRate (Hz).

Den står som låst på 1600 x 1200 - 65 hz men skulle satt den till 1600 x 1200 - 60 hz siden den anbefaler dette.

Så jeg går inn i system -- innstillinger -- skjermoppløsninger og bytter der.. men den lagrer liksom ikke disse forandringene .. den spørr om jeg vil forandre inst. osv... men intet blir forandra.

Instalerte alle di nyeste mulitmedia driverene og prøvde igjenn men det funka dårlig da og..

Så trur jeg maa be om hjelp naa.. :)

Om det er noe mere jeg må poste mht inf på hw eller lignende så skrik ut.

 

På forrhånd Takk.

Hilsen Stefan

Endret av DeStefanO
Lenke til kommentar
Videoannonse
Annonse

Du finner dette i /etc/X11/xorg.conf

 

Åpne en terminal og skriv:

 

'gksudo gedit /etc/X11/xorg.conf'

 

Finn "Monitor" seksjonen i xorg.conf og fjern instillingene om Hz og lignende, slik skal den se ut for at xorg skal spørre skjermen om hva den takler av frekvenser:

 

Section "Monitor"
   Identifier   "Generic Monitor"
   Option       "DPMS"
EndSection

 

EDIT: NB! Ta en backup av xorg.conf først. Dersom du ødelegger filen, så vil ikke det grafiske grensesnittet starte.

 

'sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup'

Endret av Mental
Lenke til kommentar

Først takk for raskt svar.

Men jeg titta inn der og saa ikke en eneste Hz inst.?

Poster teksten jeg :p

Beklager om jeg er veldig dum nå :blush:

 

 

 

Skjult tekst: (Marker innholdet i feltet for å se teksten):

# /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/100dpi"

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

# path to defoma fonts

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

EndSection

 

Section "Module"

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" "ExplorerPS/2"

Option "ZAxisMapping" "4 5"

Option "Emulate3Buttons" "true"

EndSection

 

Section "InputDevice"

Driver "wacom"

Identifier "stylus"

Option "Device" "/dev/wacom" # Change to

# /dev/input/event

# for USB

Option "Type" "stylus"

Option "ForceDevice" "ISDV4" # Tablet PC ONLY

EndSection

 

Section "InputDevice"

Driver "wacom"

Identifier "eraser"

Option "Device" "/dev/wacom" # Change to

# /dev/input/event

# for USB

Option "Type" "eraser"

Option "ForceDevice" "ISDV4" # Tablet PC ONLY

EndSection

 

Section "InputDevice"

Driver "wacom"

Identifier "cursor"

Option "Device" "/dev/wacom" # Change to

# /dev/input/event

# for USB

Option "Type" "cursor"

Option "ForceDevice" "ISDV4" # Tablet PC ONLY

EndSection

 

Section "Device"

Identifier "ATI Technologies, Inc. Radeon R350 NH [Radeon 9800 Pro]"

Driver "ati"

BusID "PCI:3:0:0"

EndSection

 

Section "Monitor"

Identifier "SyncMaster"

Option "DPMS"

EndSection

 

Section "Screen"

Identifier "Default Screen"

Device "ATI Technologies, Inc. Radeon R350 NH [Radeon 9800 Pro]"

Monitor "SyncMaster"gksudo gedit /etc/X11/xorg.conf

DefaultDepth 24

SubSection "Display"

Depth 1

Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"

EndSubSection

SubSection "Display"

Depth 4

Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"

EndSubSection

SubSection "Display"

Depth 8

Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"

EndSubSection

SubSection "Display"

Depth 15

Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"

EndSubSection

SubSection "Display"

Depth 16

Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"

EndSubSection

SubSection "Display"

Depth 24

Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"

EndSubSection

EndSection

 

Section "ServerLayout"

Identifier "Default Layout"

Screen "Default Screen"

InputDevice "Generic Keyboard"

InputDevice "Configured Mouse"

InputDevice "stylus" "SendCoreEvents"

InputDevice "cursor" "SendCoreEvents"

InputDevice "eraser" "SendCoreEvents"

EndSection

 

Section "DRI"

Mode 0666

EndSection

Lenke til kommentar

Dette var rart, det er mulig at skjermen din ikke støtter DCC (ikke er plug&play) eller at den rapporterer høyere frekvens enn denn støtter fordi den støtter høyere frekvenser med VGA kabel enn med DVI eller noe lignende. Men...

 

Jeg mener at du kan komme rundt dette ved å bytte ut disse linjene:

Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"

Med:

Modes "1600x1200"@60Hz "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"

 

Men da må du ta en backup og bytte tilbake igjen dersom xorg ikke starter.

 

I tillfelle, logger du bare inn og skriver:

'sudo rm /etc/X11/xorg.conf'

'sudo cp /etc/X11/xorg.conf.backup /etc/X11/xorg.conf'

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å
×
×
  • Opprett ny...