ubuntu 8.04 menggunakan monitor samsung synchmaster 933 tidak bisa ke resolusi diatas 800x600

Asked by benny

resolusi 800x600 tidak tepat untuk monitor selebar ini:
SAMSUNG SYNCHMASTER 933
bagaimana bisa?

Question information

Language:
Indonesian Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
benny
Solved:
Last query:
Last reply:
Revision history for this message
benny (b3ny) said :
#1

ndonesian (id) doesn't seem to be a language spoken by any answer contacts in this community. If you go ahead and ask a question in that language, no answer contacts will be able to read it. Currently, the languages spoken by at least one answer contact are: Arabic, Bengali, Brazilian Portuguese, Catalan, Dutch, English, Esperanto, Finnish, French, Galician, German, German, Low, Greek, Hindi, Hungarian, Italian, Kannada, Korean, Latin, Lithuanian, Luxembourgish, Malay, Norwegian Bokmal, Norwegian Nynorsk, Occitan (post 1500), Persian, Polish, Portuguese, Quechua, Russian, Serbian, Simplified Chinese, Slovak, Spanish, Swedish, Tagalog, Thai, Turkish, Yiddish.

Revision history for this message
Tom (tom6) said :
#2

Hi :)

I've posted a message to the translators mailing lists about this. Even though there's no official answer contact there are some people around that answer questions sometimes so hopefully one of these people will be able to help you.

Good luck and regards from
Tom :)

Revision history for this message
Tom (tom6) said :
#3
Revision history for this message
Mahyuddin Susanto (udienz) said :
#4

Hi benny,
You can ask with indonesian to Ubuntu Indonesia mailing list [1], anyway launchpad doesn't support Indonesian at this time

[1] http://groups.google.com/group/id-ubuntu

Revision history for this message
benny (b3ny) said :
#5

Terminal
sudo apt-get install nvidia-settings
sudo displayconfig-gtk
sudo nvidia-settings

nvidia geforce fx 5500
Hi.I hope this helps. This is my working xorg file that I simply copied over the intrepid default xorg to get my resolution right.This also works with jaunty. After you copy and paste it ,restart your computer then install the restricted driver that comes with ubuntu. Here it is.

in root terminal type

sudo gedit /etc/X11/xorg.conf

copy xorg.conf below then paste into gedit over everything thats in there.

# /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" "pc104"
Option "XkbLayout" "us"
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 "NVIDIA Corporation NV34 [GeForce FX 5500]"
Driver "nv"
BusID "PCI:1:0:0"
EndSection

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

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV34 [GeForce FX 5500]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "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

Revision history for this message
benny (b3ny) said :
#6
Revision history for this message
benny (b3ny) said :
#7

https://help.ubuntu.com/community/Video <= meaning than copy paste to ref

Revision history for this message
Tom (tom6) said :
#8

Thanks :))
So your graphics are working now (allowing you to boot up properly) or do you need someone to look through your xorg.conf that you pasted in here?

Revision history for this message
benny (b3ny) said :
#9

Yes that one copy from somewhere i forgot, but nice to paste here, I can read easy. Ya that what xorg.conf contents using nvidia 5500 and monitor SynchMaster 933 solved. the graphics great!

Revision history for this message
Tom (tom6) said :
#10

Brilliant :)) Nicely done :))