Prosíme přihlašte se nebo zaregistrujte.

Přihlašte se svým uživatelským jménem a heslem.
Vaše pomoc je stále potřeba!

Autor Téma: Změna rozlišení  (Přečteno 5797 krát)

pasta

  • Návštěvník
  • Příspěvků: 26
Re: Změna rozlišení
« Odpověď #25 kdy: 26 Prosince 2010, 22:38:52 »
Toho mám doma ve skříni ;)
Integrovaná nezvládne 1920x1080

pasta

  • Návštěvník
  • Příspěvků: 26
Re: Změna rozlišení
« Odpověď #26 kdy: 27 Prosince 2010, 10:56:33 »
Kód: [Vybrat]
xrandr --newmode
usage: xrandr [options]
  where options are:
  -display <display> or -d <display>
  -help
  -o <normal,inverted,left,right,0,1,2,3>
            or --orientation <normal,inverted,left,right,0,1,2,3>
  -q        or --query
  -s <size>/<width>x<height> or --size <size>/<width>x<height>
  -r <rate> or --rate <rate> or --refresh <rate>
  -v        or --version
  -x        (reflect in x)
  -y        (reflect in y)
  --screen <screen>
  --verbose
  --dryrun
  --nograb
  --prop or --properties
  --fb <width>x<height>
  --fbmm <width>x<height>
  --dpi <dpi>/<output>
  --output <output>
      --auto
      --mode <mode>
      --preferred
      --pos <x>x<y>
      --rate <rate> or --refresh <rate>
      --reflect normal,x,y,xy
      --rotate normal,inverted,left,right
      --left-of <output>
      --right-of <output>
      --above <output>
      --below <output>
      --same-as <output>
      --set <property> <value>
      --scale <x>x<y>
      --transform <a>,<b>,<c>,<d>,<e>,<f>,<g>,<h>,<i>
      --off
      --crtc <crtc>
      --panning <w>x<h>[+<x>+<y>[/<track:w>x<h>+<x>+<y>[/<border:l>/<t>/<r>/<b>]]]
      --gamma <r>:<g>:<b>
      --primary
  --noprimary
  --newmode <name> <clock MHz>
            <hdisp> <hsync-start> <hsync-end> <htotal>
            <vdisp> <vsync-start> <vsync-end> <vtotal>
            [+HSync] [-HSync] [+VSync] [-VSync]
  --rmmode <name>
  --addmode <output> <name>
  --delmode <output> <name>
xxx@xxxxxx:~$ cvt 1920 1080 60 | perl -ne 'print if s/^Modeline\s+//'
"1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
xxx@xxxxxx:~$ xrandr --addmode
usage: xrandr [options]
  where options are:
  -display <display> or -d <display>
  -help
  -o <normal,inverted,left,right,0,1,2,3>
            or --orientation <normal,inverted,left,right,0,1,2,3>
  -q        or --query
  -s <size>/<width>x<height> or --size <size>/<width>x<height>
  -r <rate> or --rate <rate> or --refresh <rate>
  -v        or --version
  -x        (reflect in x)
  -y        (reflect in y)
  --screen <screen>
  --verbose
  --dryrun
  --nograb
  --prop or --properties
  --fb <width>x<height>
  --fbmm <width>x<height>
  --dpi <dpi>/<output>
  --output <output>
      --auto
      --mode <mode>
      --preferred
      --pos <x>x<y>
      --rate <rate> or --refresh <rate>
      --reflect normal,x,y,xy
      --rotate normal,inverted,left,right
      --left-of <output>
      --right-of <output>
      --above <output>
      --below <output>
      --same-as <output>
      --set <property> <value>
      --scale <x>x<y>
      --transform <a>,<b>,<c>,<d>,<e>,<f>,<g>,<h>,<i>
      --off
      --crtc <crtc>
      --panning <w>x<h>[+<x>+<y>[/<track:w>x<h>+<x>+<y>[/<border:l>/<t>/<r>/<b>]]]
      --gamma <r>:<g>:<b>
      --primary
  --noprimary
  --newmode <name> <clock MHz>
            <hdisp> <hsync-start> <hsync-end> <htotal>
            <vdisp> <vsync-start> <vsync-end> <vtotal>
            [+HSync] [-HSync] [+VSync] [-VSync]
  --rmmode <name>
  --addmode <output> <name>
  --delmode <output> <name>
xxx@xxxxxx:~$ VGA-1 1920x1080
VGA-1: command not found
Tohle mi to udělá

pasta

  • Návštěvník
  • Příspěvků: 26
Re: Změna rozlišení
« Odpověď #27 kdy: 27 Prosince 2010, 18:00:40 »
Udělal jsem to co jsi řekl, copy -> vložit a vylezlo toto
Kód: [Vybrat]
vit@desktop:~$ xrandr --newmode `cvt 1920 1080 60 | perl -ne 'print if s/^Modeline\s+//'`
vit@desktop:~$ xrandr --addmode VGA-1 1920x1080
xrandr: cannot find mode "1920x1080"
vit@desktop:~$ xrandr --output VGA-1 --mode 1920x1080
xrandr: cannot find mode 1920x1080

Pak jsem napsal jen xrandr a vylezlo toto
Kód: [Vybrat]
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 2048 x 2048
VGA-1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1024x768       60.0*
   800x600        60.3     56.2 
   848x480        60.0 
   640x480        59.9 
  "1920x1080_60.00" (0x12e)  173.0MHz
        h: width  1920 start 2048 end 2248 total 2576 skew    0 clock   67.2KHz
        v: height 1080 start 1083 end 1088 total 1120           clock   60.0Hz

pasta

  • Návštěvník
  • Příspěvků: 26
Re: Změna rozlišení
« Odpověď #28 kdy: 27 Prosince 2010, 22:25:14 »
MOC Vám děkuju za pomoc, už to funguje :) Všechno de tak jak má :) Akorát se mi zdá že to mám na levý straně trochu šouplý, ale to kdyžtak zpravim :) Opravdu děkuju :)

pasta

  • Návštěvník
  • Příspěvků: 26
Re: Změna rozlišení
« Odpověď #29 kdy: 28 Prosince 2010, 09:43:20 »
No tak po zapnutí to bylo zas na 1024x768  :-[ Zkusil jsem to co včera a nic :( Vylezlo mi toto:
Kód: [Vybrat]
> xrandr -q
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 2048 x 2048
VGA-1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1024x768       60.0*
   800x600        60.3     56.2 
   848x480        60.0 
   640x480        59.9 
  "1920x1080_60.00" (0x12f)  173.0MHz
        h: width  1920 start 2048 end 2248 total 2576 skew    0 clock   67.2KHz
        v: height 1080 start 1083 end 1088 total 1120           clock   60.0Hz
> xrandr --newmode `cvt 1920x1080_60 | perl -ne 'print if s/^Modeline\s+//'`

usage: cvt [-v|--verbose] [-r|--reduced] X Y [refresh]

 -v|--verbose : Warn about CVT standard adherance.
 -r|--reduced : Create a mode with reduced blanking (default: normal blanking).
            X : Desired horizontal resolution (multiple of 8, required).
            Y : Desired vertical resolution (required).
      refresh : Desired refresh rate (default: 60.0Hz).

Calculates VESA CVT (Coordinated Video Timing) modelines for use with X.
usage: xrandr [options]
  where options are:
  -display <display> or -d <display>
  -help
  -o <normal,inverted,left,right,0,1,2,3>
            or --orientation <normal,inverted,left,right,0,1,2,3>
  -q        or --query
  -s <size>/<width>x<height> or --size <size>/<width>x<height>
  -r <rate> or --rate <rate> or --refresh <rate>
  -v        or --version
  -x        (reflect in x)
  -y        (reflect in y)
  --screen <screen>
  --verbose
  --dryrun
  --nograb
  --prop or --properties
  --fb <width>x<height>
  --fbmm <width>x<height>
  --dpi <dpi>/<output>
  --output <output>
      --auto
      --mode <mode>
      --preferred
      --pos <x>x<y>
      --rate <rate> or --refresh <rate>
      --reflect normal,x,y,xy
      --rotate normal,inverted,left,right
      --left-of <output>
      --right-of <output>
      --above <output>
      --below <output>
      --same-as <output>
      --set <property> <value>
      --scale <x>x<y>
      --transform <a>,<b>,<c>,<d>,<e>,<f>,<g>,<h>,<i>
      --off
      --crtc <crtc>
      --panning <w>x<h>[+<x>+<y>[/<track:w>x<h>+<x>+<y>[/<border:l>/<t>/<r>/<b>]]]
      --gamma <r>:<g>:<b>
      --primary
  --noprimary
  --newmode <name> <clock MHz>
            <hdisp> <hsync-start> <hsync-end> <htotal>
            <vdisp> <vsync-start> <vsync-end> <vtotal>
            [+HSync] [-HSync] [+VSync] [-VSync]
  --rmmode <name>
  --addmode <output> <name>
  --delmode <output> <name>
> xrandr -q
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 2048 x 2048
VGA-1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1024x768       60.0*
   800x600        60.3     56.2 
   848x480        60.0 
   640x480        59.9 
  "1920x1080_60.00" (0x12f)  173.0MHz
        h: width  1920 start 2048 end 2248 total 2576 skew    0 clock   67.2KHz
        v: height 1080 start 1083 end 1088 total 1120           clock   60.0Hz
> --addmode VGA-1 0x12e
xrandr: cannot find mode "(null)"
> xrandr --output VGA-1 --mode 0x12e
xrandr: cannot find mode 0x12e
> xrandr --output VGA-1 --mode 0x12e
xrandr: cannot find mode 0x12e
> xrandr -q
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 2048 x 2048
VGA-1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1024x768       60.0*
   800x600        60.3     56.2 
   848x480        60.0 
   640x480        59.9 
  "1920x1080_60.00" (0x12f)  173.0MHz
        h: width  1920 start 2048 end 2248 total 2576 skew    0 clock   67.2KHz
        v: height 1080 start 1083 end 1088 total 1120           clock   60.0Hz

pasta

  • Návštěvník
  • Příspěvků: 26
Re: Změna rozlišení
« Odpověď #30 kdy: 28 Prosince 2010, 10:44:15 »
Už jsem to nějak udělal, snad to už bude fungovat ;) Děkuju moc :)

pasta

  • Návštěvník
  • Příspěvků: 26
Re: Změna rozlišení
« Odpověď #31 kdy: 28 Prosince 2010, 11:10:36 »
Teďka to už mám v 1920x1080

Tady je výpis z 50-moniitor.cong:
Section "Monitor"
  Identifier "Default Monitor"
  # 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz
    Modeline "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
  ## If your monitor doesn't support DDC you may override the
  ## defaults here
  #HorizSync 28-85
  #VertRefresh 50-100

  ## Add your mode lines here, use e.g the cvt tool

EndSection

A tady je z xrandr -q:
Kód: [Vybrat]
xrandr -q
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 2048 x 2048
VGA-1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1024x768       60.0 
   800x600        60.3     56.2 
   848x480        60.0 
   640x480        59.9 
   "1920x1080_60.00"   60.0*

pasta

  • Návštěvník
  • Příspěvků: 26
Re: Změna rozlišení
« Odpověď #32 kdy: 28 Prosince 2010, 12:24:32 »
Ano, vše funguje :) Akorát při přihlašování je to na 1024x768 ale to nevadí ;) Moc děkuju Všem za pomoc :)

 

Provoz zaštiťuje spolek OpenAlt.