You are not logged in.

#1 2011-01-13 20:19:29

hosage
Member
Registered: 2010-04-08
Posts: 21

Can't change screen resolution [Solved]

Hello, for some reason, when a bunch of strange problems showed up, the default screen resolution changed to 640x480 and i can't change it by using the GUI or xrandr -s <resolution> (it says that the requested resolution is not in the modes, even when it actually is in xorg.conf).

xrandr output (whitout mouse and keyboard sections):

Screen 0: minimum 320 x 200, current 640 x 480, maximum 8192 x 8192
LVDS1 connected 640x480+0+0 (normal left inverted right x axis y axis) 303mm x 190mm
   640x480        59.9*
VGA1 disconnected (normal left inverted right x axis y axis)
DVI1 disconnected (normal left inverted right x axis y axis)
TV1 disconnected (normal left inverted right x axis y axis)

xorg.conf  (whitout mouse and keyboard sections):

# nvidia-xconfig: X configuration file generated by nvidia-xc$
# nvidia-xconfig:  version 1.0  (buildmeister@builder75)  Fri$
Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection
Section "Module"
         Load  "dri"
         Load  "glx"
EndSection
Section "Device"
    Identifier     "Intel GM965"
    Driver         "intel"
    VendorName     "INTEL Corporation"
EndSection
Section "Screen"
    Identifier     "Screen0"
    Device         "GM965"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1440x900" "1024x768" "1280x800"
    EndSubSection
EndSection
Section "DRI"
         Mode 0666
EndSection


The card is an integrated  Intel GM965 on a Dell Inspiron 1525
It worked perfect untill the second coming of strange problems that, just as the first time, were solved by some update or something, except for the screen resolution

Any idea?

Last edited by hosage (2011-01-14 04:22:56)

Offline

#2 2011-01-13 21:10:45

moetunes
Member
From: A comfortable couch
Registered: 2010-10-09
Posts: 1,033

Re: Can't change screen resolution [Solved]

That doesn't look like a very good xorg.conf...
in the device section you name the device as "Intel GM965" then in the screen section you call the device just "GM965".
I would rename the xorg.conf something else and let X figure things out.
You could also read /var/log/Xorg.0.log to find out what's going on.


You're just jealous because the voices only talk to me.

Offline

#3 2011-01-13 21:16:54

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,899
Website

Re: Can't change screen resolution [Solved]

Have you checked in /etc/X11/xorg.conf.d ? might be worth reading Arch wiki on Xorg for more information


Mr Green

Offline

#4 2011-01-13 21:56:58

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Can't change screen resolution [Solved]

hosage wrote:

# nvidia-xconfig: X configuration file generated by nvidia-xc$

...

The card is an integrated  Intel GM965 on a Dell Inspiron 1525

Can you make up your mind? ;-)

Run

pacman -Qs ^xf86-video

and post the output.
Post the relevant part of /var/log/pacman.log - the upgrade that broke the resolution.


When posting code, please use [ code ] tags https://bbs.archlinux.org/help.php#bbcode

Last edited by karol (2011-01-13 22:00:18)

Offline

#5 2011-01-14 02:41:48

hosage
Member
Registered: 2010-04-08
Posts: 21

Re: Can't change screen resolution [Solved]

sorry for the wrong tags... long story.

About the nvidia thing, it kind of surprised me since i don't remember messing with nvidia drivers but maybe, following a wrong guide i actually did, but i'm sure it is a intel GM965

pacman -Qs ^xf86-video:

local/xf86-video-fbdev 0.4.2-2 (xorg-video-drivers)
    X.org framebuffer video driver
local/xf86-video-intel 2.13.0-4 (xorg-video-drivers)
    X.org Intel i810/i830/i915/945G/G965+ video drivers
local/xf86-video-vesa 2.3.0-3 (xorg xorg-video-drivers)
    X.org vesa video driver

Offline

#6 2011-01-14 02:51:00

msx
Member
From: solar.system/earth/ar/bue/mdp
Registered: 2010-08-08
Posts: 184
Website

Re: Can't change screen resolution [Solved]

Sometimes after an upgrade happens that video modules won't detect correctly your video card -usually the built-in motherboard videocard- and/or the chip that identifies your monitor anymore.
I remember having this kind of issues from time to time when running Debian-based OSs AND Via OpenChrome modules for the ViaChrome chipset with a 17" CRT LG StudioWorks monitor.
I'm sorry I can't help you anymore but I hope I had help you head the right way to research and resolv your problem.
Best!


Enjoying i3wm w/ lifebar + j4-dmenu-desktop + tab_windows / fish shell / Emacs / tmux / Konsole / KDE apps
Arch + Linux-libre kernel: ParabolaGNULinux.org

Offline

#7 2011-01-14 02:53:11

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Can't change screen resolution [Solved]

I don't know how did you create that xorg.xonf, but do as moetunes suggests and remove / rename it so that X can work things out by itself. I'm not using xorg.conf anymore and never had any problems.

Please post /var/log/Xorg.0.log and the relevant part of /var/log/pacman.log.
If you haven't updated in a long time, maybe your problems are related to http://mailman.archlinux.org/pipermail/ … 18235.html

Offline

#8 2011-01-14 04:07:18

hosage
Member
Registered: 2010-04-08
Posts: 21

Re: Can't change screen resolution [Solved]

Solved!
The problem was in the xorg.conf file like everyone said, not sure how i end up with that file, or how got nvidia got involved, but i copied the conf file of https://wiki.archlinux.org/index.php/De … 1525#Video and it worked perfect (at the second reboot, the first time the keyboard lights freaked out).

Thanks a lot everyone.

Offline

#9 2011-01-14 13:02:56

brianhanna
Member
Registered: 2009-10-30
Posts: 157

Re: Can't change screen resolution [Solved]

I don't see an xorg.conf file in that link. 

Really, as has been said, I also think you'll be better off without an xorg.conf.  Xorg is very good at setting everything up itself (on Intel graphics at least).  If you use an xorg.conf, you'll probably just give yourself problems.

Offline

#10 2011-01-14 19:05:28

hosage
Member
Registered: 2010-04-08
Posts: 21

Re: Can't change screen resolution [Solved]

It was changed yesterday.
So you think i just should rename/delete xorg.conf and forget about it?

Last edited by hosage (2011-01-14 19:06:01)

Offline

#11 2011-01-15 03:02:20

brianhanna
Member
Registered: 2009-10-30
Posts: 157

Re: Can't change screen resolution [Solved]

Rename it and give it a shot.  You can always put it back if you liked it better with the xorg.conf.  I've been xorg.conf-less for a couple years now and see no reason to use it anymore.

Offline

Board footer

Powered by FluxBB