[Pardus-kullanicilari] Ekran cozunurlugu

Uður Çetin ugur.jnmbk at gmail.com
24 Ara 2006 Paz 06:10:45 EET


Şuradaki gibi kurulum yaparsanız sorun kalmayacak:
http://www.pardus-wiki.org/index.php/NASIL:NVidia_surucu_kurulumu

24.12.2006 tarihinde Emre Candan <emre.linux at gmail.com> yazmış:
>
> Meraba
>
> Dell Inspiron 5150 Laptop kullaniyorum. Ekran karti GeForceFX 5200.
> Ekran cozunurlugumun 32 bit 1400x1050 ve tazeleme hizinin 75hz olmasini
> istiyorum. xorg.conf dosyasini degistirdim ama yine de bi cozumu olmadi
> Onceden en fazla 800x600 vardi simdi 1024x768 de yapabiliyorum.
> Bide conf dosyasinda 800x600 olmamasina ragmen TASMA da boyle bir
> secenek de cikiyor.  Ne yapabilirim :(
> Bu arada yeni Pardus eski Parduslara ve diger Lİnux lara gore gayet
> basarili olmus :)
>
> Not: pardus wiki ve hata.pardus a baktim ama yine de basaramadim.
>
> xorg.conf dosyam asagidaki gibi
>
> 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"
>     Load "synaptics"
> 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" "trq"
> 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 "InputDevice"
>     Identifier "Touchpad"
>     Driver     "synaptics"
>     Option     "Protocol" "auto-dev"
>     # Option     "Device" "/dev/input/mouse0"
>     Option     "LeftEdge" "1700"
>     Option     "RightEdge" "5300"
>     Option     "TopEdge" "1700"
>     Option     "BottomEdge" "4200"
>     Option     "FingerLow" "25"
>     Option     "FingerHigh" "30"
>     Option     "MaxTapTime" "180"
>     Option     "MaxTapMove" "220"
>     Option     "VertScrollDelta" "100"
>     Option     "MinSpeed" "0.09"
>     Option     "MaxSpeed" "0.18"
>     Option     "AccelFactor" " 0.0015"
>     Option     "SHMConfig" "true"
>     # Option     "ClickTime"  "0"
> EndSection
>
>
> Section "Device"
>     Screen 0
>     Identifier "VideoCard0"
>     Driver     "nv"
>     VendorName "nVidia Corporation"
>     BoardName  "NV34M [GeForce FX Go5200]"
>     # BusID      "PCI:01:00:0"
> EndSection
>
>
> Section "Monitor"
>     Identifier  "Monitor0"
>     VendorName  "Unknown"
>     ModelName   "Unknown"
>     HorizSync    31.5-50
>     VertRefresh  50-70
>
> # 1400x1050 @ 60Hz,  65.04 kHz hsync
>     Mode "1400x1050"
>         DotClock    113.95
>         HTimings  1400 1432 1552 1752
>         VTimings  1050 1053 1056 1084
>     EndMode
> EndSection
>
>
> Section "Screen"
>     Identifier "Screen0"
>     Device     "VideoCard0"
>     Monitor    "Monitor0"
>     DefaultDepth 24
>     Subsection "Display"
>         Depth    16
>         Modes    "1600x1400" "1400x1050" "1024x768" "800x600"
>     EndSubsection
>     Subsection "Display"
>         Depth    24
>         Modes    "1600x1400" "1400x1050" "1024x768" "800x600"
>     EndSubsection
>     Subsection "Display"
>         Depth    32
>         Modes    "1600x1400" "1400x1050" "1024x768" "800x600"
>     EndSubsection
>
> EndSection
>
>
> Section "ServerLayout"
>     Identifier  "Simple Layout"
>     Screen      "Screen0"
>     InputDevice "Mouse0" "CorePointer"
>     InputDevice "Touchpad" "SendCoreEvents"
>     InputDevice "Keyboard0" "CoreKeyboard"
>     # Multihead stuff
>     # Screen      0  "Screen0" 0 0
>     # Screen      1  "Screen1" RightOf "Screen0"
>     Option      "Xinerama" "off"
>     Option      "Clone" "off"
> EndSection
>
>
>
> _______________________________________________
> Pardus-kullanicilari mailing list
> Pardus-kullanicilari at uludag.org.tr
> http://liste.uludag.org.tr/mailman/listinfo/pardus-kullanicilari
> Arama: http://liste.uludag.org.tr/arama/
>
>
>


-- 
Uğur Çetin
-------------- sonraki bölüm --------------
Bir HTML eklentisi temizlendi...
URL: http://liste.uludag.org.tr/pardus-kullanicilari/attachments/20061224/385034e4/attachment.html 


Pardus-kullanicilari mesaj listesiyle ilgili daha fazla bilgi