You are not logged in.

#1 2007-03-01 14:01:24

Ladak
Member
Registered: 2007-03-01
Posts: 5

xorg-server 1.2.0-3 + nvidia = 800x600 only?

Hello,
I've just upgraded xorg-server to 1.2.0-3 version and I am not able to run X in 1024x768 resolution using nvidia driver. The resolution looks like 800x600. If I use nv drive it runs normaly in 1024x768. I use an old TNT Riva2 video card.

Is that an error with new Xorg or there is something wrong between chair and keyboard?

Thanks a lot.

PS: If anyone has xorg-server-1.1.1-6.pkg.tar.gz and be so kind to upload it anywhere and let me know I would be very pleased.

Last edited by Ladak (2007-03-01 14:49:59)

Offline

#2 2007-03-01 14:26:33

sincity
Member
Registered: 2005-12-15
Posts: 63

Re: xorg-server 1.2.0-3 + nvidia = 800x600 only?

Not sure but mine works perfectly. I get 1680x1050 Nvidia GeForce Go 7300 on my laptop...

Offline

#3 2007-03-01 15:36:01

Stalwart
Member
From: Latvia, Riga
Registered: 2005-10-18
Posts: 445
Website

Re: xorg-server 1.2.0-3 + nvidia = 800x600 only?

Are you sure your card is supported by driver you installed? Package named "nvidia" contains driver for GeForceFX and later. If package "nvidia-71xx" doesn't solve problem - switch to nv driver and ask crowd on #nouveau if they need tnt2 dumps


IRC: Stalwart @ FreeNode
Skype ID: thestalwart
WeeChat-devel nightly packages for i686

Offline

#4 2007-03-01 15:59:32

shen
Member
Registered: 2003-09-05
Posts: 272
Website

Re: xorg-server 1.2.0-3 + nvidia = 800x600 only?

Ladak wrote:

Hello,
I've just upgraded xorg-server to 1.2.0-3 version and I am not able to run X in 1024x768 resolution using nvidia driver. The resolution looks like 800x600. If I use nv drive it runs normaly in 1024x768. I use an old TNT Riva2 video card.

Is that an error with new Xorg or there is something wrong between chair and keyboard?

Thanks a lot.

PS: If anyone has xorg-server-1.1.1-6.pkg.tar.gz and be so kind to upload it anywhere and let me know I would be very pleased.

I have the 1.1.1-6 pacakge I snagged off a mirror I can upload somewhere. Question did you use the DisplaySize function in your xorg.conf? If so I think it's a known bug. I filed a bug report on the arch site already. I can upload it but need a site to upload to.

Offline

#5 2007-03-01 19:31:06

Ladak
Member
Registered: 2007-03-01
Posts: 5

Re: xorg-server 1.2.0-3 + nvidia = 800x600 only?

Stalwart wrote:

Are you sure your card is supported by driver you installed? Package named "nvidia" contains driver for GeForceFX and later. If package "nvidia-71xx" doesn't solve problem - switch to nv driver and ask crowd on #nouveau if they need tnt2 dumps

Hi, I use nvidia-71xx and it supports my card, with xorg-server 1.1.1-6 it works well.

Offline

#6 2007-03-01 19:37:20

Ladak
Member
Registered: 2007-03-01
Posts: 5

Re: xorg-server 1.2.0-3 + nvidia = 800x600 only?

shen wrote:
Ladak wrote:

Hello,
I've just upgraded xorg-server to 1.2.0-3 version and I am not able to run X in 1024x768 resolution using nvidia driver. The resolution looks like 800x600. If I use nv drive it runs normaly in 1024x768. I use an old TNT Riva2 video card.

Is that an error with new Xorg or there is something wrong between chair and keyboard?

Thanks a lot.

PS: If anyone has xorg-server-1.1.1-6.pkg.tar.gz and be so kind to upload it anywhere and let me know I would be very pleased.

I have the 1.1.1-6 pacakge I snagged off a mirror I can upload somewhere. Question did you use the DisplaySize function in your xorg.conf? If so I think it's a known bug. I filed a bug report on the arch site already. I can upload it but need a site to upload to.

Thank a lot for your help, I've already find that package. Anyway I don't use DisplaySize function. Once I downgraded tu 1.1.1-6 everything workd well. May be I should upgrade my GPU :-)

Offline

#7 2007-03-01 22:26:39

Stalwart
Member
From: Latvia, Riga
Registered: 2005-10-18
Posts: 445
Website

Re: xorg-server 1.2.0-3 + nvidia = 800x600 only?

You should ask nouveau devs if they need dumps. Free driver will solve much compatibility problems


IRC: Stalwart @ FreeNode
Skype ID: thestalwart
WeeChat-devel nightly packages for i686

Offline

#8 2007-03-12 20:16:56

rossm
Member
From: Australia/Melbourne
Registered: 2006-09-25
Posts: 15

Re: xorg-server 1.2.0-3 + nvidia = 800x600 only?

Hi there,
I'm using xorg-server-1.2.0-3 and nvidia-71xx with

[tester@danger ~]$ cat /proc/driver/nvidia/cards/0
Model:           RIVA TNT2 Model 64/Model 64 Pro
IRQ:             9
Video BIOS:      02.05.17.03.00
Card Type:       AGP

and it works just fine. Here is the relevant section of xorg.conf:

Section "Device"
    Identifier  "TNT 64 PRO"
    Driver      "nvidia"
    Option "TripleBuffer" "True"
    Option "AddARGBGLXVisuals"
    Option "AllowGLXWithComposite" "true"
    Option "AGPMode" "4"
    #VideoRam    32768
    # Insert Clocks lines here if appropriate
EndSection

Hope this helps.
Ross

Offline

#9 2007-05-13 16:07:44

Drako
Member
Registered: 2006-03-04
Posts: 8

Re: xorg-server 1.2.0-3 + nvidia = 800x600 only?

Hello everybody

I have just upgraded my system and i also have this problem, i installed the nvidia-71xx driver and the only resolution that displays is 800x600 i have tried to fixed using xorgconfig but it didn't work, i used to have the nvidia-legacy package before the upgrade and it worked fine


my card

Model GeForced MX 440 with AGP8X
IRQ 18
Video BIOS: 04.18.20.22.00
Card Type: AGP

my xorg.conf

 cat /etc/X11/xorg.conf
Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/extra"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/terminus"
FontPath "/usr/share/fonts/artwiz-fonts"

EndSection

Section "Module"
        Load "freetype"
        # Load "xtt"
        Load  "extmod"
        Load  "glx"
        # Load  "dri"
        Load  "dbe"
        Load  "record"
        Load  "xtrap"
        Load  "type1"
        Load  "speedo"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "ImPS/2"
        Option      "Device" "/dev/psaux"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbModel" "geniuscomfy2"
        Option      "XkbLayout" "es"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
 ### Uncomment if you don't want to default to DDC:
#       HorizSync    28.0 - 96.0
#       VertRefresh  50.0 - 75.0
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        # ChipSet     "GeForce4 MX 440 with AGP8X"
        Card        "nv GeForce4 MX 440 with AGP8X"
        #Option "DPI" "101x108"
        Option "DPI" "96x96"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1280x1024" "1280x960" "1152x864" "1024x768"
        EndSubSection
EndSection

i try adding this to the "Device" section of my xorg.conf but it didn't work

Option "TripleBuffer" "True"
    Option "AddARGBGLXVisuals"
    Option "AllowGLXWithComposite" "true"
    Option "AGPMode" "4"

any pointers???

Thanks for your help

PD: xorg-server-1.2.0-5 is the one i upgrade to.


-----------------------

SOLVED:  apparently it was a monitor problem the vertical and horizontal sync were wrong, i ran xorgcfg and then i could used larger resolution values.

Last edited by Drako (2007-05-13 17:31:11)

Offline

Board footer

Powered by FluxBB