You are not logged in.

#1 2007-01-10 00:49:23

kalinatek
Member
From: Boston
Registered: 2007-01-07
Posts: 20

HP dv1000 screen resolution [solved.]

Hello all, I'm fairly new to Arch Linux.. but I'm not a total noob. I've had quite a journey figuring out the Bash commands I need to know and just getting X to work, and now I'm using FVWM2.

I have a HP Pavillion dv1000 which uses a screen resolution of 1280x1024, but every time I start up X I have 1024x768. I tried to fix the screen resolution in Gnome and KDE, just to see if it had anything to do with FVWM itself or something.

I've gotten the package xf86-video-i810 and set that up in Xorg but I'm still starting X With 1024 x 768. I have no idea what's going on. Here's a copy of my Xorg.conf:

Section "ServerLayout"
    Identifier     "Xorg Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "PS/2 Mouse" "CorePointer"
EndSection

Section "ServerFlags"
    Option "AllowMouseOpenFail"  "true"
    
EndSection

Section "Files"
    RgbPath      "/usr/share/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc:unscaled"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/100dpi"
    FontPath     "/usr/share/fonts/PEX"
    FontPath     "/usr/share/fonts/cyrillic"
    FontPath     "/usr/share/fonts/Type1"
    FontPath     "/usr/share/fonts/ttf/western"
    FontPath     "/usr/share/fonts/ttf/decoratives"
    FontPath     "/usr/share/fonts/truetype"
    FontPath     "/usr/share/fonts/truetype/openoffice"
    FontPath     "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath     "/usr/share/fonts/latex-ttf-fonts"
    FontPath     "/usr/share/fonts/defoma/CID"
    FontPath     "/usr/share/fonts/defoma/TrueType"
EndSection

Section "Module"
        Load  "ddc"  # ddc probing of monitor
    Load  "dbe"
    Load  "dri"
    Load  "extmod"
    Load  "glx"
        Load  "bitmap" # bitmap-fonts
    Load  "type1"
    Load  "freetype"
    Load  "record"
    Load  "synaptics"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "keyboard"
        Option      "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" ""
    Option "XkbVariant" ""
EndSection

Section "InputDevice"
    Identifier  "PS/2 Mouse"
    Driver      "synaptics"
    Option      "Protocol" "auto"
    Option          "ZAxisMapping"          "4 5"
    Option      "Device" "/dev/psaux"
    Option      "Emulate3Buttons" "true"
    Option      "Emulate3Timeout" "70"
    Option        "SendCoreEvents"  "true"
EndSection

Section "Device"
        Identifier       "Intel"
    Driver           "i810"
    BusID           "PCI:0:2:0" 
    VideoRam     65536
        Screen         0
EndSection


Section "Monitor"
        Identifier         "LCD Monitor"
        Option            "DPMS"
        HorizSync       28.0 - 96.0
        VertRefresh     50.0 - 75.0
    DisplaySize    336 269 # 96 DPI @ 1280x1024
    Modeline     "1280x1024@75" 156.43 1280 1312 1904 1936 1024 1043 1056 1076
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Intel"
    Monitor    "LCD Monitor"
    DefaultColorDepth 16
    SubSection "Display"
        Depth     1
        Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     4
        Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     8
        Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     15
        Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     16
        Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     24
        Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     32
        Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "DRI"
    Mode 0666
EndSection

Offline

#2 2007-01-10 02:41:31

skale
Member
From: Atlanta, GA
Registered: 2006-08-04
Posts: 146

Re: HP dv1000 screen resolution [solved.]

I was messing with this a few days ago, see my post.
http://bbs.archlinux.org/viewtopic.php? … highlight=

Offline

#3 2007-01-10 02:55:11

kalinatek
Member
From: Boston
Registered: 2007-01-07
Posts: 20

Re: HP dv1000 screen resolution [solved.]

If the i810 driver has a command for configure, I don't know it. The dv1000 wiki page didn't say anything about it. I tried the command "xrandr" and I only got the options 1024x768, 800x600, and 640x480.

As you can see I have "1280x1024" in front of all of my modes for each depth, and I still don't get that choice. I'm guessing it's Xorg.conf but I've tried like three different Mode lines for the "Monitor" section, and the one that I tried last was auto-generated at a website. Besides that line, I can't see anything else to worry about.

Xorg.0.log contained nothing useful last time I checked, I may check that again.

Ideas anyone?  :?

Offline

#4 2007-01-10 12:37:27

kalinatek
Member
From: Boston
Registered: 2007-01-07
Posts: 20

Re: HP dv1000 screen resolution [solved.]

..thanks for the help.
I got it to work.
Since the default depth is 16, under the Subsection with depth 16 I deleted all resolutions but "1280x1024" and now it works.

Offline

Board footer

Powered by FluxBB