You are not logged in.

#1 2009-03-10 04:55:28

darkingPB
Member
Registered: 2008-02-28
Posts: 6

Who can post a xorg.conf with xorg-server1.6 and intel x4500 card?

thanks。
My's fps is only 600....

Offline

#2 2009-03-10 14:23:46

Bogart
Member
From: Madrid, Spain
Registered: 2005-06-22
Posts: 272

Re: Who can post a xorg.conf with xorg-server1.6 and intel x4500 card?

On a Dell Studio desktop with a E5200 dual core and X4500HD graphics, I get 1760 fps with packages from testing (I get a bit over 600 with packages from core). Here's my xorg.conf:

Section "Module"
    Load        "dbe"      # Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load        "freetype"
    Load       "glx"
    Load       "dri"
EndSection

Section "Files"
    FontPath   "/usr/share/fonts/misc"
    FontPath   "/usr/share/fonts/100dpi:unscaled"
    FontPath   "/usr/share/fonts/75dpi:unscaled"
    FontPath   "/usr/share/fonts/TTF"
EndSection

Section "InputDevice"
    Identifier    "Keyboard1"
    Driver    "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"    "xorg"
    Option "XkbModel"    "pc104"
    Option "XkbLayout"    "es"
EndSection

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

Section "Monitor"
    Identifier  "My Monitor"
    HorizSync   31.5 - 64.3
    VertRefresh 50-90
EndSection

Section "Device"
    Identifier  "** Intel i810 (generic)               [i810]"
    Driver      "intel"
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "** Intel i810 (generic)               [i810]"
    Monitor     "My Monitor"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Section "DRI"
   Mode 0666
EndSection

Nothing really special, as you can see.

Offline

#3 2009-03-10 15:39:43

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: Who can post a xorg.conf with xorg-server1.6 and intel x4500 card?

Are you running testing? 1.6 sure isn't in stable yet wink.

We have appropriate forums for the testing repos...

* B points


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

Board footer

Powered by FluxBB