Announcement

Collapse
No announcement yet.

xrandr problems

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    xrandr problems

    Hi

    having done cvt 1920 1200 and got my modeline why does it fail lol

    Code:
     zebedee@i5-kub14lts:/home$ cvt 1920 1200
    # 1920x1200 59.88 Hz (CVT 2.30MA) hsync: 74.56 kHz; pclk: 193.25 MHz
    Modeline "1920x1200_60.00"  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync
    zebedee@i5-kub14lts:/home$ xrandr --newmode "1920x1200_60.00"  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync
    X Error of failed request:  BadName (named color or font does not exist)
      Major opcode of failed request:  140 (RANDR)
      Minor opcode of failed request:  16 (RRCreateMode)
      Serial number of failed request:  39
      Current serial number in output stream:  39
    Any ideas what I am doing wrong recommended nvidia drivers loaded as per driver manager and works on other distros

    Thanks in advance Zeb
    To understand true frustration, one must only go so far as to install Linux!!! and then came Kubuntu and the World is at peace again

    #2
    Remove the quotes.

    xrandr --newmode 1920x1200_60.00 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync

    Please Read Me

    Comment

    Working...
    X