Page 10 of 19 FirstFirst ... 89101112 ... LastLast
Results 91 to 100 of 183

Thread: HOWTO: change resolution/refresh rate in Xorg

  1. #91
    Join Date
    Nov 2006
    Location
    There and back again
    Beans
    1,097

    Re: HOWTO: change resolution/refresh rate in Xorg

    Nice tutorial. Just in case you update this still, modeline can also be discovered with:
    Code:
    gtf x y refresh

  2. #92
    Join Date
    May 2007
    Beans
    2

    Re: HOWTO: change resolution/refresh rate in Xorg

    GREAT guide!!! My eyes thank you for your time.

  3. #93
    Join Date
    Mar 2007
    Beans
    53

    Re: HOWTO: change resolution/refresh rate in Xorg

    Thus far I am not having any luck. I have a Dell E1505 laptop with an nVidia Go7300. I am trying to get to 1680x1050 @ 60hz but cant seem to break the 1024x768 barrier. I've been searching these forums as well as Google for a couple of hours now and have found some excellent advice but sadly none of it seems to be working for me. Can someone assist me please? Thank you in advance

  4. #94
    Join Date
    Oct 2006
    Location
    The Netherlands
    Beans
    31
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: HOWTO: change resolution/refresh rate in Xorg

    Were you able to select 1680*1050 resolution during configuring;
    sudo dpkg-reconfigure xserver-xorg?

    What does "sudo gedit /etc/X11/xorg.conf" tell you, in section " screen"?
    Once you've configured xorg it should list the resolutions you've selected.

  5. #95
    Join Date
    Mar 2007
    Beans
    53

    Re: HOWTO: change resolution/refresh rate in Xorg

    Quote Originally Posted by zedfrugnug View Post
    Were you able to select 1680*1050 resolution during configuring;
    sudo dpkg-reconfigure xserver-xorg?

    What does "sudo gedit /etc/X11/xorg.conf" tell you, in section " screen"?
    Once you've configured xorg it should list the resolutions you've selected.
    Hi Zed,
    Yes, 1680x1050 was available in configuration and I hit the space bar to make sure it was selected.

    This is my Xorg file...
    Code:
    # /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	"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"
    	Identifier	"Synaptics Touchpad"
    	Driver		"synaptics"
    	Option		"SendCoreEvents"	"true"
    	Option		"Device"		"/dev/psaux"
    	Option		"Protocol"		"auto-dev"
    	Option		"HorizScrollDelta"	"0"
    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	"go7300 "
    	Driver		"nvidia"
    	BusID		"PCI:1:0:0"
    	Option		"UseFBDev"		"true"
    EndSection
    
    Section "Monitor"
    	Identifier	"Generic Monitor"
    	Option		"DPMS"
    	HorizSync	30-90
    	VertRefresh	50-60
    EndSection
    
    Section "Screen"
    	Identifier	"Default Screen"
    	Device		"go7300 "
    	Monitor		"Generic Monitor"
    	DefaultDepth	24
    	SubSection "Display"
    		Depth		1
    		Modes		"1680x1050"
    	EndSubSection
    	SubSection "Display"
    		Depth		4
    		Modes		"1680x1050"
    	EndSubSection
    	SubSection "Display"
    		Depth		8
    		Modes		"1680x1050"
    	EndSubSection
    	SubSection "Display"
    		Depth		15
    		Modes		"1680x1050"
    	EndSubSection
    	SubSection "Display"
    		Depth		16
    		Modes		"1680x1050"
    	EndSubSection
    	SubSection "Display"
    		Depth		24
    		Modes		"1680x1050"
    	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"
    	InputDevice	"Synaptics Touchpad"
    EndSection
    
    Section "DRI"
    	Mode	0666
    EndSection

  6. #96
    Join Date
    Mar 2007
    Beans
    53

    Re: HOWTO: change resolution/refresh rate in Xorg

    I also want to add that I am currently @ 1280x800 @? refresh rate according to Nvidia settings.

  7. #97
    Join Date
    Mar 2007
    Beans
    53

    Re: HOWTO: change resolution/refresh rate in Xorg

    Anyone?

  8. #98
    Join Date
    Oct 2006
    Location
    The Netherlands
    Beans
    31
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: HOWTO: change resolution/refresh rate in Xorg

    Very strange. Maybe it's a bug??
    Laptopsupport is getting more attention, so maybe things will work better for widescreens when Gutsy arrives.

    Where did you find " nvidia settings"?
    And what about preferences > screenresolution?

  9. #99
    Join Date
    Jun 2005
    Location
    France
    Beans
    7,100
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO: change resolution/refresh rate in Xorg

    en3rgy, try to add the modelline of the wanted resolution if nothing else works.

  10. #100
    Join Date
    Mar 2007
    Beans
    53

    Re: HOWTO: change resolution/refresh rate in Xorg

    Quote Originally Posted by zedfrugnug View Post
    Very strange. Maybe it's a bug??
    Laptopsupport is getting more attention, so maybe things will work better for widescreens when Gutsy arrives.

    Where did you find " nvidia settings"?
    And what about preferences > screenresolution?
    Hi again Zed,

    The Nvidia settings I found are located under APPLICATIONS>SYSTEM TOOLS>SYSINFO>NVIDIA.

    As far as preferences goes, this is a joke. It says 1280x800 but then tells me I'm @ 50hz refresh rate.

    I've posted this problem of mine in other threads too to see if I could get some help with this and thus far this problem seems to be stumping everyone.

    The E1505 Dell laptop has the upgraded screen and came with XP (which I am duel booting with Ubuntu). In XP my max (and only) screen size is 1680x1050 @60hz and it really looks wonderful.

    I have installed Ubuntu on two other PC's I have and so far all of them work really well except for the video. Then again, they're all Nvidia boxes so I am wondering if Nvidia actually is not very good to begin with and Ubuntu forces this imperfection to come out?

    Either way, I am almost demoralized at this point and am not sure what to do with this video/Nvidia problem.

Page 10 of 19 FirstFirst ... 89101112 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •