Results 1 to 3 of 3

Thread: Pavillion DV5 + Dell 2005wfp

  1. #1
    Join Date
    Oct 2008
    Beans
    4

    Pavillion DV5 + Dell 2005wfp

    Hey guys,

    Trying to get my work laptop to play nice with my 20.1 1680x1050 monitor.

    I am running 9.10, the laptop runs at 1280x800.

    Display manager won't let me select 1680x1050 for the Dell. Just goes up to 1440x900.

    My xorg.conf is as follows.

    Code:
    Section "Screen"
    	Identifier	"Default Screen"
    	DefaultDepth	24
    	SubSection "Display"
    		Virtual	2720 900
    	EndSubSection
    EndSection
    
    Section "Module"
    	Load	"glx"
    EndSection
    
    Section "InputDevice"
    	Identifier  "VX Nano"
    	Driver      "evdev"
    	Option      "Name" "Logitech USB Receiver"
    	Option	    "Protocol" "evdev"
    	Option	    "Buttons" "9"
    	Option	    "SendCoreEvents"
    	Option	    "HWHEELRelativeAxisButtons" "7 6"
    EndSection
    
    Section "Device"
    	Identifier	"Default Device"
    	Driver	"fglrx"
    EndSection
    Thanks.

  2. #2
    Join Date
    Jun 2007
    Beans
    14,788

    Re: Pavillion DV5 + Dell 2005wfp

    Quote Originally Posted by P90Puma View Post
    SubSection "Display"
    Virtual 2720 900
    EndSubSection
    You have the virtual screen size set too small (900 < 1050)

  3. #3
    Join Date
    Oct 2008
    Beans
    4

    Re: Pavillion DV5 + Dell 2005wfp

    Quote Originally Posted by Temüjin View Post
    You have the virtual screen size set too small (900 < 1050)
    Adjusted to
    Code:
    Virtual	2960 1050
    That let me set 1680x1050 on the second screen.

    Thanks.

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
  •