* [Comm] Xfree и 1280x800
@ 2005-06-19 17:46 Yura K.
2005-06-19 18:27 ` Yuri N. Glibovetz
2005-06-21 2:13 ` Вадим Илларионов
0 siblings, 2 replies; 3+ messages in thread
From: Yura K. @ 2005-06-19 17:46 UTC (permalink / raw)
To: community; +Cc: community
Здравствуйте , недавно стал обладателем ноутбука . Там стандартное разрешение 1280х800 при котором все красиво и хорошо читается .
Помогите настроить XF86Config правильно, сейчас таков :
# **********************************************************************
# Monitor section
# **********************************************************************
# Any number of monitor sections may be present
Section "Monitor"
Identifier "Generic|Flat Panel 1280x854"
VendorName "Generic"
ModelName "Unknown"
# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
HorizSync 30.0-100.0
# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
VertRefresh 50.0-160.0
#1280x800 @ 60.00 Hz(GTF) hsync: 49.68 kHz; pclk: 83.46 MHZ
Modeline "1280x800" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync +Vsync
EndSection
# **********************************************************************
# Graphics device section
# **********************************************************************
Section "Device"
Identifier "Generic VGA"
0 Chipset "generic"
EndSection
Section "Device"
Identifier "NVIDIA GeForce4 (generic)"
VendorName "Unknown"
BoardName "Unknown"
# VideoRam 32768
# Clock lines
# Uncomment following option if you see a big white block
# instead of the cursor!
# Option "sw_cursor"
Option "power_saver"
EndSection
# **********************************************************************
# Screen sections
# **********************************************************************
s
Section "Screen"
Driver "accel"
Device "NVIDIA GeForce4 (generic)"
Monitor "Generic|Flat Panel 1280x800"
DefaultColorDepth 16
Subsection "Display"
Depth 16
Modes "1280x800"
ViewPort 0 0
EndSubsection
EndSection
С этим конфигом всеровно грузит 1024х768 .
Зарание спасибо.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Comm] Xfree и 1280x800
2005-06-19 17:46 [Comm] Xfree и 1280x800 Yura K.
@ 2005-06-19 18:27 ` Yuri N. Glibovetz
2005-06-21 2:13 ` Вадим Илларионов
1 sibling, 0 replies; 3+ messages in thread
From: Yuri N. Glibovetz @ 2005-06-19 18:27 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 1920 bytes --]
Yura K. пишет:
> Помогите настроить XF86Config правильно, сейчас таков :
XF86Config или XF86Config-4 ?
> Section "Device"
> Identifier "NVIDIA GeForce4 (generic)"
> VendorName "Unknown"
> BoardName "Unknown"
> # VideoRam 32768
> # Clock lines
>
>
> # Uncomment following option if you see a big white block
> # instead of the cursor!
> # Option "sw_cursor"
>
> Option "power_saver"
> EndSection
У меня
Section "Device"
Identifier "NVIDIA GeForce4 (generic)"
VendorName "Unknown"
BoardName "Unknown"
Driver "nvidia"
# VideoRam 65536
# Uncomment following option if you see a big white block
# instead of the cursor!
# Option "sw_cursor"
Option "AGPMode" "1"
Option "DPMS" "on"
EndSection
Если не установлен драйвер от nVidia, то в Driver вместо "nvidia" нужно "nv"
Это что касается перечисленных секций.
Из неперечисленных стоит упомянуть для nVidia:
Section "Module"
# This loads the DBE extension module.
Load "dbe"
# This loads the NVIDIA GLX extension module.
# IT IS IMPORTANT TO KEEP NAME AS FULL PATH TO libglx.so ELSE
# IT WILL LOAD XFree86 glx module and the server will crash.
Load "/usr/X11R6/lib/modules/extensions/libglx.so"
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection "extmod"
#Option "omit xfree86-dga"
EndSubSection
# This loads the Type1 and FreeType font modules
Load "type1"
Load "freetype"
EndSection
Section "DRI"
Mode 0666
EndSection
--
Чудес не бывает - бывают только глюки...
Linux Registered User #387540
http://counter.li.org/cgi-bin/runscript/display-person.cgi?user=387540
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Comm] Xfree и 1280x800
2005-06-19 17:46 [Comm] Xfree и 1280x800 Yura K.
2005-06-19 18:27 ` Yuri N. Glibovetz
@ 2005-06-21 2:13 ` Вадим Илларионов
1 sibling, 0 replies; 3+ messages in thread
From: Вадим Илларионов @ 2005-06-21 2:13 UTC (permalink / raw)
To: community
В сообщении от Пн 20 Июнь 2005 02:46 Yura K. написал(a):
> Section "Monitor"
> Identifier "Generic|Flat Panel 1280x854"
> Section "Screen"
> Monitor "Generic|Flat Panel 1280x800"
Теперь понятно?
________________________
С уважением,
Вадим Илларионов
системный администратор
Усолье-Сибирский почтамт
JID: см. <mailto:>
UIN: 7899517
Телефоны:
Мобильный +7 904 658 41 54
Рабочий +7 395 43 444 00
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-06-21 2:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-19 17:46 [Comm] Xfree и 1280x800 Yura K.
2005-06-19 18:27 ` Yuri N. Glibovetz
2005-06-21 2:13 ` Вадим Илларионов
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git