powered by simpleCommunicator - 2.0.61     © 2026 Programmizd 02
Целевая тема:
Создать новую тему:
Автор:
Закрыть
Цитировать
Форумы / Unix-системы [игнор отключен] [закрыт для гостей] / Широкий экран в ASP 11.2
3 сообщений из 3, страница 1 из 1
Широкий экран в ASP 11.2
    #34390834
ватман
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
Всем привет!
Поставил себе на ноутбук Acer 3692wlmi ASP Linux 11.2. Никак не могу установить разрешение 1280х800..Система показывает только 1024х768 800х600 и 640х480..больше ничего..
В Xorg вроде прописал что нужно..вот мой Xorg.conf:
Код: plaintext
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
35.
36.
37.
38.
39.
40.
41.
42.
43.
44.
45.
46.
47.
48.
49.
50.
51.
52.
53.
54.
55.
56.
57.
58.
59.
60.
61.
62.
63.
64.
65.
66.
67.
68.
69.
70.
71.
72.
73.
74.
75.
76.
77.
78.
79.
80.
81.
82.
83.
84.
85.
86.
87.
88.
89.
90.
91.
92.
93.
94.
95.
96.
97.
98.
99.
100.
101.
102.
103.
104.
105.
106.
107.
108.
109.
110.
111.
112.
# Xorg configuration created by system-config-display

Section "ServerLayout"
	Identifier     "single head configuration"
	Screen       0   "Screen0"  0   0 
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	FontPath     "unix/:7100"
EndSection

Section "Module"
	Load  "GLcore"
	Load  "dbe"
	Load  "extmod"
	Load  "fbdevhw"
	Load  "glx"
#	Load  "pex5"
	Load  "record"
#	Load  "xie"
	Load  "v4l"
	Load  "type1"
	Load  "dri"
EndSection

Section "ServerFlags"
	Option	    "allowmouseopenfail"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option	    "Protocol" "Standard"
	Option	    "XkbModel" "pc104"
	Option	    "XkbLayout" "us,ru(winkeys)"
	Option	    "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "on"
	Option	    "Protocol" "IMPS/2"
	Option	    "Device" "/dev/input/mice"
EndSection

Section "Monitor"
#1280x800 @  60 . 00  Hz (GTF) hsync:  49 . 68  kHz; pclk:  83 . 46  MHz
        #Modeline       "1280x800_60.00"   83 . 46    1280   1344   1480   1680    800   801   804   828   -HSync +Vsync
#1280x768 @  60 . 3  Hz,  48 . 6  kHz hsync
	#Modeline	"1280x768"	 79 . 75   1280   1312   1608   1640   768   783   791   807 
#1280x720 @  60 . 0  Hz,  45 . 4  kHz hsync
	#Modeline	"1280x720"	 73 . 78   1280   1312   1592   1624   720   735   742   757 
#1024x768 @  60 . 0  Hz,  48 . 4  kHz hsync
	#Modeline	"1024x768"	 65      1024   1032   1176   1344     768    771    777    806  -hsync -vsync
#800x600 @  60 . 3  Hz,  37 . 9  kHz hsync
	#Modeline	"800x600"	 40       800    840    968   1056     600    601    605    628  +hsync +vsync
#640x480 @  59 . 9  Hz,  31 . 5  kHz hsync
	#Modeline	"640x480"	 25 . 175   640    664    760    800     480    491    493    525 
	Identifier   "Monitor"
	VendorName   "unknown"
	ModelName    "LCD Panel 1280x800"
	HorizSync     31 . 5  -  90 . 0 
	VertRefresh   60 . 0  -  60 . 0 
EndSection

Section "Device"

#	Option          "NoAccel"
	Identifier  "Card:Intel 945GM"
	Driver      "i810"
	BoardName   "Intel 945GM"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card:Intel 945GM"
	Monitor    "Monitor"
	DefaultDepth      24 
	SubSection "Display"
		Depth      4 
		Modes    "1280x768" "1280x720" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth      8 
		Modes    "1280x768" "1280x720" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth      15 
		Modes    "1280x768" "1280x720" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth      16 
		Modes    "1280x768" "1280x720" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth      24 
		Modes    "1280x768" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth      32 
		Modes    "1280x768" "1280x720" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "DRI"
	Mode          0666 
EndSection
...
Рейтинг: 0 / 0
Широкий экран в ASP 11.2
    #34390984
Фотография lissyara
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
у меня на фре всё влёт подцепилось (Aspire 5101 с таким же разрешением)
Если до вечера не ответят/допилишь - скину свой конфиг.
Posted via ActualForum NNTP Server 1.4
...
Рейтинг: 0 / 0
Широкий экран в ASP 11.2
    #34391661
VoRTEX64
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
Допилил сам с помощью этого ресурса . Всем спасибо за внимае ;)
...
Рейтинг: 0 / 0
3 сообщений из 3, страница 1 из 1
Форумы / Unix-системы [игнор отключен] [закрыт для гостей] / Широкий экран в ASP 11.2
Найденые пользователи ...
Разблокировать пользователей ...
Читали форум (0):
Пользователи онлайн (0):
x
x
Закрыть


Просмотр
0 / 0
Close
Debug Console [Select Text]