larseer83 6 Report post Posted December 11, 2005 (edited) 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? Edited December 12, 2005 by AudiPowha Quote Share this post Link to post
Palme 37 Report post Posted December 12, 2005 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. Quote Share this post Link to post
larseer83 6 Report post Posted December 12, 2005 jeg blir spurt om passord, taster det åsså står det bare cp: copying multiple files, but last argument ` /etc/X11/xorg.conf ' is not a directory Quote Share this post Link to post
Palme 37 Report post Posted December 12, 2005 Ta å kjør en ls i en terminal når du står i mappen /etc/X11 og paste innholdet her. Quote Share this post Link to post
LessThanJake 0 Report post Posted December 12, 2005 Tipper du har skevet alt på en linje, det skal du ikke, det er to separate komandoer! Quote Share this post Link to post
larseer83 6 Report post Posted December 12, 2005 Tipper du har skevet alt på en linje, det skal du ikke, det er to separate komandoer! 5284151[/snapback] javisst har jeg det.. hehe... Quote Share this post Link to post
larseer83 6 Report post Posted December 12, 2005 (edited) 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? Edited December 12, 2005 by AudiPowha Quote Share this post Link to post
Palme 37 Report post Posted December 12, 2005 Ta å post HELE innholdet i filen. Quote Share this post Link to post
larseer83 6 Report post Posted December 12, 2005 (edited) 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 Edited December 12, 2005 by AudiPowha Quote Share this post Link to post
larseer83 6 Report post Posted December 12, 2005 ingen som ble særlig kloke av dette tydeligvis... Quote Share this post Link to post