ALT Linux hardware support
 help / color / mirror / Atom feed
* [Hardware] Как принудительно выставить разрешение на интеловских интегрированных видеокартах
@ 2008-03-04 13:02 Eugene Prokopiev
  2008-03-04 20:51 ` Genix
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Eugene Prokopiev @ 2008-03-04 13:02 UTC (permalink / raw)
  To: Hardware

Здравствуйте!

Попадалось уже несколько интеловских интегрированных видеокарт, на
которых никак не удавалось выставить разрешение в xorg.conf
принудительно. Например:


# lspci
...
00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated
Graphics Controller (rev 02)
...

# cat /etc/X11/xorg.conf
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/X11/modules"
        FontPath     "/usr/share/fonts/bitmap/misc/"
EndSection

Section "Module"
        Load  "xtrap"
        Load  "dri"
        Load  "glx"
        Load  "dbe"
        Load  "record"
        Load  "extmod"
        Load  "GLcore"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

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

Section "Monitor"
        #DisplaySize      340   270     # mm
        Identifier   "Monitor0"
        VendorName   "SAM"
        ModelName    "SyncMaster"
        HorizSync    30.0 - 81.0
        VertRefresh  56.0 - 75.0
        Option      "DPMS"
EndSection
Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                   # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "ColorKey"                  # <i>
        #Option     "CacheLines"                # <i>
        #Option     "Dac6Bit"                   # [<bool>]
        #Option     "DRI"                       # [<bool>]
        #Option     "NoDDC"                     # [<bool>]
        #Option     "ShowCache"                 # [<bool>]
        #Option     "XvMCSurfaces"              # <i>
        #Option     "PageFlip"                  # [<bool>]
        Identifier  "Card0"
        Driver      "intel"
        VendorName  "Intel Corporation"
        BoardName   "82865G Integrated Graphics Controller"
        BusID       "PCI:0:2:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0|0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     1
                Modes    "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
                Modes    "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
                Modes    "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
                Modes    "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes    "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
EndSection

В итоге:

$ xrandr
Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 1280 x 1280
VGA connected 1280x1024+0+0 (normal left inverted right x axis y axis)
338mm x 270mm
   1280x1024      60.0*+   59.9
   1280x960       59.9
   1152x864       75.0     74.8
   1024x768       70.1     60.0
   832x624        74.6
   800x600        72.2     75.0     60.3     56.2
   640x480        75.0     72.8     66.7     60.0
   720x400        70.1

Самое интересное, что средствами KDE разрешение 1024x768 прекрасно
выставляется, но, естественно, до закрытия сессии. Alterator тоже не
справляется :(

-- 
С уважением,
Прокопьев Евгений

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Hardware] Как принудительно выставить разрешение на интеловских интегрированных видеокартах
  2008-03-04 13:02 [Hardware] Как принудительно выставить разрешение на интеловских интегрированных видеокартах Eugene Prokopiev
@ 2008-03-04 20:51 ` Genix
  2008-03-05 11:34   ` Eugene Prokopiev
  2008-03-05  8:00 ` Vladimir A. Svyatoshenko
  2008-03-05 11:56 ` Valery V. Inozemtsev
  2 siblings, 1 reply; 9+ messages in thread
From: Genix @ 2008-03-04 20:51 UTC (permalink / raw)
  To: hardware

Eugene Prokopiev пишет:
> Здравствуйте!
> 
> Попадалось уже несколько интеловских интегрированных видеокарт, на
> которых никак не удавалось выставить разрешение в xorg.conf
> принудительно. Например:
> 

может /etc/sysconfig/xrandr попробовать?

-- 
У каждого в башке свои тараканы...



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Hardware] Как принудительно выставить разрешение на интеловских интегрированных видеокартах
  2008-03-04 13:02 [Hardware] Как принудительно выставить разрешение на интеловских интегрированных видеокартах Eugene Prokopiev
  2008-03-04 20:51 ` Genix
@ 2008-03-05  8:00 ` Vladimir A. Svyatoshenko
  2008-03-05 11:51   ` Eugene Prokopiev
  2008-03-05 11:56 ` Valery V. Inozemtsev
  2 siblings, 1 reply; 9+ messages in thread
From: Vladimir A. Svyatoshenko @ 2008-03-05  8:00 UTC (permalink / raw)
  To: hardware

On Tue, 4 Mar 2008 16:02:55 +0300
Eugene Prokopiev wrote:

> Здравствуйте!
> 
> Попадалось уже несколько интеловских интегрированных видеокарт, на
> которых никак не удавалось выставить разрешение в xorg.conf
> принудительно. Например:
> 
> 
> # lspci
> ...
> 00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated
> Graphics Controller (rev 02)
> ...
> 

915resolution ?

я на некоторых ноутах им правил


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Hardware] Как принудительно выставить разрешение на интеловских интегрированных видеокартах
  2008-03-04 20:51 ` Genix
@ 2008-03-05 11:34   ` Eugene Prokopiev
  0 siblings, 0 replies; 9+ messages in thread
From: Eugene Prokopiev @ 2008-03-05 11:34 UTC (permalink / raw)
  To: hardware

> может /etc/sysconfig/xrandr попробовать?

А чего туда писать?

И, боюсь, не поможет, т.к.:

$ xrandr --fb 1024x768
xrandr: specified screen 1024x768 not large enough for output VGA
(1280x1024+0+0)

-- 
С уважением,
Прокопьев Евгений

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Hardware] Как принудительно выставить разрешение на интеловских интегрированных видеокартах
  2008-03-05  8:00 ` Vladimir A. Svyatoshenko
@ 2008-03-05 11:51   ` Eugene Prokopiev
  0 siblings, 0 replies; 9+ messages in thread
From: Eugene Prokopiev @ 2008-03-05 11:51 UTC (permalink / raw)
  To: hardware

> 915resolution ?
>
>  я на некоторых ноутах им правил

# lspci
...
00:02.0 VGA compatible controller: Intel Corporation
82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01)
...

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

Chipset: 845G
BIOS: TYPE 3
Mode Table Offset: $C0000 + $4d2
Mode Table Entries: 25

Mode 30 : 640x480, 8 bits/pixel
Mode 31 : 640x400, 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 : 1920x1440, 8 bits/pixel
Mode 40 : 640x480, 15 bits/pixel
Mode 41 : 640x480, 16 bits/pixel
Mode 42 : 800x600, 15 bits/pixel
Mode 43 : 800x600, 16 bits/pixel
Mode 44 : 1024x768, 15 bits/pixel
Mode 45 : 1024x768, 16 bits/pixel
Mode 48 : 1280x1024, 15 bits/pixel
Mode 49 : 1280x1024, 16 bits/pixel
Mode 4a : 1600x1200, 15 bits/pixel
Mode 4b : 1600x1200, 16 bits/pixel
Mode 4c : 1920x1440, 15 bits/pixel
Mode 4d : 1920x1440, 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 : 1920x1440, 32 bits/pixel

# cat 915resolution
MODE=45
XRESO=1024
YRESO=768
BIT=16

# cat /etc/X11/xorg.conf
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/X11/modules"
        FontPath     "/usr/share/fonts/bitmap/misc/"
EndSection

Section "Module"
        Load  "dbe"
        Load  "glx"
        Load  "record"
        Load  "xtrap"
        Load  "GLcore"
        Load  "dri"
        Load  "extmod"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

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

Section "Monitor"
        #DisplaySize      330   250     # mm
        Identifier   "Monitor0"
        VendorName   "GSM"
        ModelName    ""
        HorizSync    30.0 - 71.0
        VertRefresh  50.0 - 160.0
        Option      "DPMS"
EndSection

Section "DRI"
#        Group "video"
        Mode 0660
        EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "intel"
        VendorName  "Intel Corporation"
        BoardName   "82865G Integrated Graphics Controller"
        BusID       "PCI:0:2:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 16
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes "1024x768"
        EndSubSection
EndSection

В результате при запуске Х разрешение все равно оказывается не такое:

$ xrandr
Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 1280 x 1280
VGA connected 1280x1024+0+0 (normal left inverted right x axis y axis)
338mm x 270mm
   1280x1024      60.0*+   59.9
   1280x960       59.9
   1152x864       75.0     74.8
   1024x768       75.1     70.1     60.0
   832x624        74.6
   800x600        72.2     75.0     60.3     56.2
   640x480        75.0     72.8     66.7     60.0
   720x400        70.1


-- 
С уважением,
Прокопьев Евгений

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Hardware] Как принудительно выставить разрешение на интеловских интегрированных видеокартах
  2008-03-04 13:02 [Hardware] Как принудительно выставить разрешение на интеловских интегрированных видеокартах Eugene Prokopiev
  2008-03-04 20:51 ` Genix
  2008-03-05  8:00 ` Vladimir A. Svyatoshenko
@ 2008-03-05 11:56 ` Valery V. Inozemtsev
  2008-03-05 13:10   ` Eugene Prokopiev
  2 siblings, 1 reply; 9+ messages in thread
From: Valery V. Inozemtsev @ 2008-03-05 11:56 UTC (permalink / raw)
  To: hardware

[-- Attachment #1: Type: text/plain, Size: 732 bytes --]

В сообщении от 4 марта 2008 Eugene Prokopiev написал(a):
> Здравствуйте!
>
> Попадалось уже несколько интеловских интегрированных видеокарт, на
> которых никак не удавалось выставить разрешение в xorg.conf
> принудительно. Например:
...
> $ xrandr
> Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 1280 x 1280
> VGA connected 1280x1024+0+0 (normal left inverted right x axis y axis)
> 338mm x 270mm
>    1280x1024      60.0*+   59.9
>    1280x960       59.9
>    1152x864       75.0     74.8
>    1024x768       70.1     60.0
>    832x624        74.6
>    800x600        72.2     75.0     60.3     56.2
>    640x480        75.0     72.8     66.7     60.0
>    720x400        70.1

монитор какой?

-- 
Valery V. Inozemtsev

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Hardware] Как принудительно выставить разрешение на интеловских интегрированных видеокартах
  2008-03-05 11:56 ` Valery V. Inozemtsev
@ 2008-03-05 13:10   ` Eugene Prokopiev
  2008-03-05 13:26     ` Valery V. Inozemtsev
  2008-03-05 13:31     ` Eugene Prokopiev
  0 siblings, 2 replies; 9+ messages in thread
From: Eugene Prokopiev @ 2008-03-05 13:10 UTC (permalink / raw)
  To: hardware

> > $ xrandr
>  > Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 1280 x 1280
>  > VGA connected 1280x1024+0+0 (normal left inverted right x axis y axis)
>  > 338mm x 270mm
>  >    1280x1024      60.0*+   59.9
>  >    1280x960       59.9
>  >    1152x864       75.0     74.8
>  >    1024x768       70.1     60.0
>  >    832x624        74.6
>  >    800x600        72.2     75.0     60.3     56.2
>  >    640x480        75.0     72.8     66.7     60.0
>  >    720x400        70.1
>
>
> монитор какой?

в данном случае TFT 17'' Samsung SyncMaster 740N - родное разрешение
как раз 1280x1024, но требуют 1024x768, т.к. с родным в одном случае
слишком дрожит экран (с 1024x768, выставленным средствами KDE, не
дрожит), в другом изображение уезжает куда-то очень далеко и
калибровка не помогает :(

-- 
С уважением,
Прокопьев Евгений

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Hardware] Как принудительно выставить разрешение на интеловских интегрированных видеокартах
  2008-03-05 13:10   ` Eugene Prokopiev
@ 2008-03-05 13:26     ` Valery V. Inozemtsev
  2008-03-05 13:31     ` Eugene Prokopiev
  1 sibling, 0 replies; 9+ messages in thread
From: Valery V. Inozemtsev @ 2008-03-05 13:26 UTC (permalink / raw)
  To: hardware

[-- Attachment #1: Type: text/plain, Size: 966 bytes --]

В сообщении от 5 марта 2008 Eugene Prokopiev написал(a):
> > > $ xrandr
> > >
> >  > Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 1280 x 1280
> >  > VGA connected 1280x1024+0+0 (normal left inverted right x axis y axis)
> >  > 338mm x 270mm
> >  >    1280x1024      60.0*+   59.9
> >  >    1280x960       59.9
> >  >    1152x864       75.0     74.8
> >  >    1024x768       70.1     60.0
> >  >    832x624        74.6
> >  >    800x600        72.2     75.0     60.3     56.2
> >  >    640x480        75.0     72.8     66.7     60.0
> >  >    720x400        70.1
> >
> > монитор какой?
>
> в данном случае TFT 17'' Samsung SyncMaster 740N - родное разрешение
> как раз 1280x1024, но требуют 1024x768, т.к. с родным в одном случае
> слишком дрожит экран (с 1024x768, выставленным средствами KDE, не
> дрожит), в другом изображение уезжает куда-то очень далеко и
> калибровка не помогает :(

$ xrandr --output VGA --mode 1024x768

-- 
Valery V. Inozemtsev

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Hardware] Как принудительно выставить разрешение на интеловских интегрированных видеокартах
  2008-03-05 13:10   ` Eugene Prokopiev
  2008-03-05 13:26     ` Valery V. Inozemtsev
@ 2008-03-05 13:31     ` Eugene Prokopiev
  1 sibling, 0 replies; 9+ messages in thread
From: Eugene Prokopiev @ 2008-03-05 13:31 UTC (permalink / raw)
  To: hardware

>  > монитор какой?
>
>
> в данном случае TFT 17'' Samsung SyncMaster 740N - родное разрешение
>  как раз 1280x1024, но требуют 1024x768, т.к. с родным в одном случае
>  слишком дрожит экран (с 1024x768, выставленным средствами KDE, не
>  дрожит), в другом изображение уезжает куда-то очень далеко и
>  калибровка не помогает :(

Есть, впрочем, обратный случай:

# lspci
...
00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated
Graphics Controller (rev 02)
...
# cat xorg.conf
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/X11/modules"
        FontPath     "/usr/share/fonts/bitmap/misc/"
EndSection

Section "Module"
        Load  "dbe"
        Load  "dri"
        Load  "record"
        Load  "glx"
        Load  "extmod"
        Load  "GLcore"
        Load  "xtrap"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

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

Section "Monitor"
        #DisplaySize      280   210     # mm
        Identifier   "Monitor0"
        VendorName   "DWE"
        ModelName    "532X"
        HorizSync    30.0 - 54.0
        VertRefresh  50.0 - 160.0
        Option      "DPMS"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "i810"
        VendorName  "Intel Corporation"
        BoardName   "82865G Integrated Graphics Controller"
        BusID       "PCI:0:2:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 16
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes     "1024x768"
        EndSubSection
EndSection

Монитор CRT какой-то DAEWOO, других опознавательных знаков не имеет.
При запуске Х получаю:

$ xrandr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 1024 x 1024
VGA connected 800x600+0+0 (normal left inverted right x axis y axis)
280mm x 210mm
   800x600        85.1*+   84.9     72.2     75.0     60.3     56.2
   1024x768       60.0     43.5
   640x480        84.6     75.0     72.8     60.0

Хотелось бы 1024x768, но не 60, винда держала как минимум 75

-- 
С уважением,
Прокопьев Евгений

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-03-05 13:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-04 13:02 [Hardware] Как принудительно выставить разрешение на интеловских интегрированных видеокартах Eugene Prokopiev
2008-03-04 20:51 ` Genix
2008-03-05 11:34   ` Eugene Prokopiev
2008-03-05  8:00 ` Vladimir A. Svyatoshenko
2008-03-05 11:51   ` Eugene Prokopiev
2008-03-05 11:56 ` Valery V. Inozemtsev
2008-03-05 13:10   ` Eugene Prokopiev
2008-03-05 13:26     ` Valery V. Inozemtsev
2008-03-05 13:31     ` Eugene Prokopiev

ALT Linux hardware support

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/hardware/0 hardware/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 hardware hardware/ http://lore.altlinux.org/hardware \
		hardware@altlinux.ru hardware@lists.altlinux.org hardware@lists.altlinux.ru hardware@lists.altlinux.com hardware@altlinux.org
	public-inbox-index hardware

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.hardware


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git