Konuyu Oyla:
  • Toplam: 0 Oy - Ortalama: 0
  • 1
  • 2
  • 3
  • 4
  • 5
cbox linux ekran ayari 1280x800 widescreen
#1
ayrıca, şu sitede de güzel bilgiler var: <!-- m --><a class="postlink" href="https://help.ubuntu.com/community/FixVideoResolutionHowto">https://help.ubuntu.com/community/FixVi ... utionHowto</a><!-- m -->
kurulacak paket, ekran kartınıza baglı olarak 915resolution da olabbilir.
apt-get install 915resolution
915resolution -l ile, şuanki modları görebilirsiniz.


----
hi,
i tried many thing for working on 1280x800 resolution, but did not succeed up to now...
my laptop supports 1280x800, it works on win2000 as 1280x800

i tried dpkg-reconfigure xserver-xorg
i tried 915resolution and set one of bios settings as 1280x800

i added horizsync and vertrefresh to my xorg.conf
my xorg.conf contains only modeline for 1280x800,

but still does not work...


please help...


my Xorg.0.log contains:

*(WW) (1280x800,Generic Monitor) mode clock 83.462MHz exceeds DDC maximum 80MHz

this may be the problem but i didnot solve yet,

my xorg.conf contains following:

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 48-50
VertRefresh 59-61
ModeLine "1280x800" 68.56 1280 1336 1472 1664 800 801 804 824 -HSync +VSync
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Monitor "Generic Monitor"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection




915resolution output :

# 915resolution -l
Intel 800/900 Series VBIOS Hack : version 0.5.2

Chipset: 915GM
BIOS: TYPE 1
Mode Table Offset: $C0000 + $269
Mode Table Entries: 36

Mode 30 : 640x480, 8 bits/pixel
Mode 32 : 800x600, 8 bits/pixel
Mode 34 : 1024x768, 8 bits/pixel
Mode 38 : 1280x1024, 8 bits/pixel
Mode 3a : 1600x1200, 8 bits/pixel
Mode 3c : 1280x800, 16 bits/pixel
Mode 41 : 640x480, 16 bits/pixel
Mode 43 : 800x600, 16 bits/pixel
Mode 45 : 1024x768, 16 bits/pixel
Mode 49 : 1280x1024, 16 bits/pixel
Mode 4b : 1600x1200, 16 bits/pixel
Mode 4d : 1280x800, 16 bits/pixel
Mode 50 : 640x480, 32 bits/pixel
Mode 52 : 800x600, 32 bits/pixel
Mode 54 : 1024x768, 32 bits/pixel
Mode 58 : 1280x1024, 32 bits/pixel
Mode 5a : 1600x1200, 32 bits/pixel
Mode 5c : 1280x800, 32 bits/pixel


any help is welcome
Reply With Quote
Ara
Cevapla
#2
sorun tahmin ettigimiz gibi cikti..
zaten modeline larda sorun oldugunu anlamistik ancak, biturlu dogru
modeline yazamamistim.
sonra , internetten biraz arastirma biraz tahmin, biraz da sans ile cozuldu.

dogru xorg.conf u gonderiyorum size.

modeline generate eden biyer buldum.
orda da, biturlu 1280x800 yapmiyordu.. 16:9 ekran ratio ile..
16:10 yapinca ve advanced configuration da, horizontal sync time ve
vertical sync time ayarlarini dusurunce oldu.

adresi: xtiming.sourceforge.net/cgi-bin/xtiming.pl


hersey icin tesekkurler...
nihayet notebookumu linuxde tam cozunurlukte kullanabilecegim...
windowsa mecbur kalmadigim icin memnunum...




xorg.conf:

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "int10"
Load "type1"
Load "vbe"
load "glx"
load "GLcore"
load "v4l"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
option "CoreKeyboard"
option "XkbRules" "xorg"
option "XkbModel" "pc105"
option "XkbLayout" "tr"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
option "CorePointer"
option "Device" "/dev/input/mice"
option "Protocol" "ExplorerPS/2"
option "ZAxisMapping" "4 5"
option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
option "Device" "/dev/wacom"# Change to
option "Type" "stylus"
option "ForceDevice" "ISDV4"# Tablet PC ONLY
# /dev/input/event
# for USB
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
option "Device" "/dev/wacom"# Change to
option "Type" "eraser"
option "ForceDevice" "ISDV4"# Tablet PC ONLY
# /dev/input/event
# for USB
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
option "Device" "/dev/wacom"# Change to
option "Type" "cursor"
option "ForceDevice" "ISDV4"# Tablet PC ONLY
# /dev/input/event
# for USB
EndSection

Section "Device"
identifier "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
boardname "i810"
busid "PCI:0:2:0"
driver "i810"
screen 0
EndSection

Section "Monitor"
identifier "Color LCD"
vendorname "Plug 'n' Play"
modelname "Plug 'n' Play"
# modeline "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
modeline "1280x800@60" 71.42 1280 1312 1376 1408 800 819 822 841 -hsync +vsync
gamma 1.0
horizsync 48-50
vertrefresh 59-61
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Monitor "Color LCD"

DefaultDepth 24

SubSection "Display"
depth 24
virtual 1280 800
modes "1280x800@60"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection
Section "device" #
identifier "device1"
boardname "i810"
busid "PCI:0:2:0"
driver "i810"
screen 1
EndSection
Section "screen" #
identifier "screen1"
device "device1"
defaultdepth 24
monitor "monitor1"
SubSection "Display"
depth 24
modes "1024x768@60"
EndSubSection
EndSection
Section "monitor" #
identifier "monitor1"
vendorname "Plug 'n' Play"
modelname "Plug 'n' Play"
modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
gamma 1.0
EndSection
Section "device" #
identifier "device2"
boardname "VESA driver (generic)"
busid "PCI:0:2:1"
driver "vesa"
screen 0
EndSection
Section "screen" #
identifier "screen2"
device "device2"
defaultdepth 24
monitor "monitor2"
SubSection "Display"
depth 24
modes "1024x768@60"
EndSubSection
EndSection
Section "monitor" #
identifier "monitor2"
vendorname "Plug 'n' Play"
modelname "Plug 'n' Play"
modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
gamma 1.0
EndSection
Section "ServerFlags"
EndSection
Ara
Cevapla


Hızlı Menü:


Şu anda bu konuyu okuyanlar: 1 Ziyaretçi


10tl.net Destek Forumu -

Online Shopping App
Online Shopping - E-Commerce Platform
Online Shopping - E-Commerce Platform
Feinunze Schmuck Jewelery Online Shopping