You are not logged in.

#1 2009-05-27 04:50:16

solarwind
Member
From: Toronto
Registered: 2008-03-18
Posts: 546

screen set to 640x480 after update

Hey all. I have an nvidia 8800GT graphics card and am running an updated arch linux system using the "nvidia" driver. It was working fine until I did an update a while ago (probably a few weeks ago) and then after the reboot, my screen was set to 640x480 and in KDE4, I was unable to set it any higher. Does anyone know why this is happening?

Offline

#2 2009-05-27 08:49:20

Aprz
Member
From: Newark
Registered: 2008-05-28
Posts: 277

Re: screen set to 640x480 after update

No idea, buddy. Anywho, have you tried setting your resolution using:

xrandr -s resolution goes here

or in /etc/X11/xorg.conf?

Section "Monitor"
    Option    "PreferredMode"    "resolution goes here"
EndSection

Offline

#3 2009-05-27 20:19:56

solarwind
Member
From: Toronto
Registered: 2008-03-18
Posts: 546

Re: screen set to 640x480 after update

Aprz wrote:

No idea, buddy. Anywho, have you tried setting your resolution using:

xrandr -s resolution goes here

or in /etc/X11/xorg.conf?

Section "Monitor"
    Option    "PreferredMode"    "resolution goes here"
EndSection

Thanks for the reply. Neither worked.

Offline

#4 2009-05-30 17:11:18

saneone
Member
From: Warsaw, PL/Bridgeport, CT
Registered: 2007-06-05
Posts: 70

Re: screen set to 640x480 after update

Same problem with Nvidia 6600GT... 800x600 by default and can't change it...

[saneone@mordor ~]$ xrandr -s 1280x1024
Size 1280x1024 not found in available modes


I never sleep, cause sleep is the cousin of death

Offline

#5 2009-05-30 22:47:10

solarwind
Member
From: Toronto
Registered: 2008-03-18
Posts: 546

Re: screen set to 640x480 after update

saneone wrote:

Same problem with Nvidia 6600GT... 800x600 by default and can't change it...

[saneone@mordor ~]$ xrandr -s 1280x1024
Size 1280x1024 not found in available modes

Nvidia has the 185 drivers out. Maybe you could try those. I haven't tried them yet.

http://www.nvnews.net/vbulletin/showthread.php?t=122606

Offline

#6 2009-05-31 02:41:20

solarwind
Member
From: Toronto
Registered: 2008-03-18
Posts: 546

Re: screen set to 640x480 after update

Tried 185 drivers. Still not working.

Offline

#7 2009-06-01 09:51:10

leepesjee
Member
Registered: 2008-11-06
Posts: 57

Re: screen set to 640x480 after update

I had the same problem with a nvidia GeForce 9500 GT. It seems that X is not able to read information from the display anymore. Form xorg.log:
"(WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-0".
It then falls down to the settings in xorg.conf. I had to set:

HorizSync       31.5 - 90.0
VertRefresh     60.0 - 75.0

in xorg.conf to be able to use the higher resolutions.

Offline

#8 2009-06-02 16:44:45

solarwind
Member
From: Toronto
Registered: 2008-03-18
Posts: 546

Re: screen set to 640x480 after update

leepesjee wrote:

I had the same problem with a nvidia GeForce 9500 GT. It seems that X is not able to read information from the display anymore. Form xorg.log:
"(WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-0".
It then falls down to the settings in xorg.conf. I had to set:

HorizSync       31.5 - 90.0
VertRefresh     60.0 - 75.0

in xorg.conf to be able to use the higher resolutions.

Thanks for the reply. I tried that. It still doesn't work. Here's my xorg.conf:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Wed May 27 03:15:36 PDT 2009

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder63)  Thu Apr 16 19:37:21 PDT 2009

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/share/fonts/misc"
    FontPath        "/usr/share/fonts/100dpi:unscaled"
    FontPath        "/usr/share/fonts/75dpi:unscaled"
    FontPath        "/usr/share/fonts/TTF"
    FontPath        "/usr/share/fonts/Type1"
EndSection

Section "Module"
    Load           "dbe"
    Load           "glx"
    Load           "extmod"
    Load           "xtrap"
    Load           "freetype"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "0"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "DFP-1"
    HorizSync       31.5 - 90.0
    VertRefresh     60.0 - 75.0
    Option         "PreferredMode" "1680x1050"
EndSection

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"               # [<bool>]
        #Option     "HWcursor"               # [<bool>]
        #Option     "NoAccel"                # [<bool>]
        #Option     "ShadowFB"               # [<bool>]
        #Option     "UseFBDev"               # [<bool>]
        #Option     "Rotate"                 # [<str>]
        #Option     "VideoKey"               # <i>
        #Option     "FlatPanel"              # [<bool>]
        #Option     "FPDither"               # [<bool>]
        #Option     "CrtcNumber"             # <i>
        #Option     "FPScale"                # [<bool>]
        #Option     "FPTweak"                # <i>
        #Option     "DualHead"               # [<bool>]
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "GeForce 8800 GT"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8800 GT"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "1680x1050 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Offline

#9 2009-06-02 18:16:26

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

Re: screen set to 640x480 after update

You can backup your xorg.conf and try various schemes like 'hwd', 'nvidia-xconfig', 'nvidia-settings' and whatever you can. If you f.e. need xinerama, make sure KDE is compiled w/ it, you can try qtmod, qt and gnome to see if it helps.
Everything up to date? Anything interesting in the logs?

Offline

#10 2009-06-06 19:07:30

solarwind
Member
From: Toronto
Registered: 2008-03-18
Posts: 546

Re: screen set to 640x480 after update

karol wrote:

You can backup your xorg.conf and try various schemes like 'hwd', 'nvidia-xconfig', 'nvidia-settings' and whatever you can. If you f.e. need xinerama, make sure KDE is compiled w/ it, you can try qtmod, qt and gnome to see if it helps.
Everything up to date? Anything interesting in the logs?

Nothing I do is making this work. I'm going to try the vesa drivers next and see if that helps. If not, I'll see if an Ubuntu live CD will work. If it doesn't, then there may be something wrong with the hardware. It's dual booting on windows and windows is working fine, though.

Offline

#11 2009-06-06 20:06:41

Ranguvar
Member
Registered: 2008-08-12
Posts: 2,549

Re: screen set to 640x480 after update

Good idea. If you can get a LiveCD to work, you can poke around in its configs and see what made it work.

Offline

#12 2009-06-07 19:48:18

solarwind
Member
From: Toronto
Registered: 2008-03-18
Posts: 546

Re: screen set to 640x480 after update

Ranguvar wrote:

Good idea. If you can get a LiveCD to work, you can poke around in its configs and see what made it work.

It's odd. I used unetbootin to create an Ubuntu live USB stick. It had always worked. Now when I booted into the USB stick, I was dropped to the initramfs shell. I then tested the stick on my laptop. Worked perfectly...

Windows still works though.

Offline

Board footer

Powered by FluxBB