1280X960 max video resolution in ver 7.04

Asked by jfarrug

I am using a nvidia GeForce FX5200 video card at 1280 X 1024 (60Hz) under windowsXP and Ubuntu ver 6.06 LTS
I just got a copy of Ubuntu ver 7.04 and cannot set the resolution to more than 1280X960. How do i go about setting the resolution to 1280X1024?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Cesare Tirabassi
Solved:
Last query:
Last reply:
Revision history for this message
Cesare Tirabassi (norsetto) said :
#1

Can you paste here your /etc/X11/xorg.conf file?

Revision history for this message
---æmøn--- (aaa1114) said :
#2

open a terminal : Applications > Accessories > Terminal

type: sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup

press return/enter

next type: sudo gedit /etc/X11/xorg.conf

press return/enter

now in the xorg.conf file scroll down to where you see:

    SubSection "Display"
        Depth 24
        Modes "1024x768" "800x600" "640x480"
    EndSubSection

(its near the bottom)

and change to look like:

    SubSection "Display"
        Depth 24
        Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection

save

close

restart X <ctrl><alt><backspace>

voila!

Revision history for this message
jfarrug (jfarrug) said :
#3

Joe Farruggio wrote:
Here it is. Note that my monitor is a Samsung Syncmaster 214T (analog
flat panel LCD) and shows up here as a generic monitor
> # /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 xorg.conf(5) manual page.
> # (Type "man 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/fonts/X11/misc"
> FontPath "/usr/share/fonts/X11/cyrillic"
> FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
> FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
> FontPath "/usr/share/fonts/X11/Type1"
> FontPath "/usr/share/fonts/X11/100dpi"
> FontPath "/usr/share/fonts/X11/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 "vbe"
> EndSection
>
> Section "InputDevice"
> Identifier "Generic Keyboard"
> Driver "kbd"
> Option "CoreKeyboard"
> Option "XkbRules" "xorg"
> Option "XkbModel" "pc105"
> Option "XkbLayout" "us"
> EndSection
>
> Section "InputDevice"
> Identifier "Configured Mouse"
> Driver "mouse"
> Option "CorePointer"
> Option "Device" "/dev/input/mice"
> Option "Protocol" "ImPS/2"
> Option "ZAxisMapping" "4 5"
> Option "Emulate3Buttons" "true"
> EndSection
>
> Section "InputDevice"
> Driver "wacom"
> Identifier "stylus"
> Option "Device" "/dev/input/wacom"
> Option "Type" "stylus"
> Option "ForceDevice" "ISDV4" # Tablet PC ONLY
> EndSection
>
> Section "InputDevice"
> Driver "wacom"
> Identifier "eraser"
> Option "Device" "/dev/input/wacom"
> Option "Type" "eraser"
> Option "ForceDevice" "ISDV4" # Tablet PC ONLY
> EndSection
>
> Section "InputDevice"
> Driver "wacom"
> Identifier "cursor"
> Option "Device" "/dev/input/wacom"
> Option "Type" "cursor"
> Option "ForceDevice" "ISDV4" # Tablet PC ONLY
> EndSection
>
> Section "Device"
> Identifier "nVidia Corporation NV34 [GeForce FX 5200]"
> 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 5200]"
> 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

Cesare Tirabassi wrote:
> Your question #8173 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/8173
>
> Status: Open => Needs information
>
> Cesare Tirabassi requested for more information:
> Can you paste here your /etc/X11/xorg.conf file?
>
> _______________________________________________________________________
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+question/8173
>
>

Revision history for this message
Best Cesare Tirabassi (norsetto) said :
#4

Thanks. Can you change these lines in the /ect/X11/xorg.conf lines:

SubSection "Display"
 Depth 24
 Modes "1024x768" "800x600" "640x480"
EndSubSection

To these:

SubSection "Display"
 Depth 24
 Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection

Note that you have to edit this file with superuser privileges (from Gnome open a command prompt with ALT-F2 and type this command (without quotes) "sudo gedit /etc/X11/xorg.conf").
After the change, save and restart the X server with CTRL-ALT-BACKSPACE.
If it still doesn't work we need to have a look at your /var/log/Xorg.0.log file.

Revision history for this message
jfarrug (jfarrug) said :
#5

Thanks Cesare Tirabassi, that solved my question.