Selamlar,
Gerekli eklemeyi xorg.conf dosyasýna yaptým ve komutu verdim aldýðým cevap þu:

--- at pardus ~ $ xrandr -o left
X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  156 (RANDR)
  Minor opcode of failed request:  2 (RRSetScreenConfig)
  Serial number of failed request:  12
  Current serial number in output stream:  12

Nedir eksik?
Esenlikler.


XOrg  dosyasý içeriði:

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

Section "Extensions"
#    Option "Composite" "enable"
EndSection

Section "dri"
    Mode 0666
EndSection

Section "Files"
    RgbPath  "/usr/lib/X11/rgb"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/dejavu/"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/freefont/"
    FontPath "/usr/share/fonts/TrueType/"
    FontPath "/usr/share/fonts/corefonts"
    FontPath "/usr/share/fonts/Speedo/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    FontPath "/usr/share/fonts/encodings/"
EndSection

Section "ServerFlags"
    Option     "AllowMouseOpenFail" "True"
    Option     "BlankTime" "0"
    Option     "StandbyTime" "0"
    Option     "SuspendTime" "0"
    Option     "OffTime" "0"
EndSection

Section "InputDevice"
    Identifier "Keyboard0"
    Driver     "kbd"
    Option     "AutoRepeat" "500 30"
    Option     "XkbModel" "pc105"
    Option    "XkbLayout" "us"
EndSection

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



Section "Device"
    Screen 0
    Identifier "VideoCard0"
    Driver     "vesa"
    VendorName "Intel Corporation"
    BoardName  "82915G Integrated Graphics Controller"
    # BusID    "PCI:00:02:1"
EndSection

Section "Device"
    Screen 1
    Identifier "VideoCard1"
    Driver     "i810"
    VendorName "Intel Corporation"
    BoardName  "82915G/GV/910GL Integrated Graphics Controller"
    # BusID    "PCI:00:02:0"
    Option     "RandRRotation" "true"
    Option     "Rotate" "CCW" #(counter clockwise)
EndSection


Section "Monitor"
    Identifier  "Monitor0"
    VendorName  "Dell"
    ModelName   "Dell 1901FP (Analog)"
    HorizSync    30.0-80.0
    VertRefresh  56.0-76.0
EndSection


Section "Screen"
    Identifier "Screen0"
    Device     "VideoCard0"
    Monitor    "Monitor0"
    DefaultDepth 16
    Subsection "Display"
        Depth    16
        Modes    "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" 
    EndSubsection
EndSection


Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen      "Screen0"
    InputDevice "Mouse0" "CorePointer"
    
    InputDevice "Keyboard0" "CoreKeyboard"
    # Multihead stuff
    # Screen      0  "Screen0" 0 0
    # Screen      1  "Screen1" RightOf "Screen0"
    Option      "Xinerama" "off"
    Option      "Clone" "off"
EndSection




-- 
Rahmi Lale
NTNU,
Department of Biotechnology
Sem Sælandsvei 6/8
N-7491 Trondheim, Norway
Phone: +47 73 59 78 68,
Fax number: +47 73 59 12 83
http://www.biotech.ntnu.no/molgen
mailto:rahmi.lale at biotech.ntnu.no

Simplicity is making the journey of this life with just baggage enough.
-Charles Dudley Warner, editor and author (1829-1900)

Cevap