800x600

Användarvisningsbild
rewz
Inlägg: 204
Blev medlem: 04 jun 2007, 15:41
OS: Ubuntu
Utgåva: 23.10 Mantic Minotaur
Ort: Karlskrona / Sweden

Re: 800x600

Inlägg av rewz »

RickardAronsson skrev:
rewz skrev:Om du klickar på "Advanced" kan du då inte knappa in din upplösning efter "panning" ???
Om så är fallet klicka på "apply" efter och spara
När ja skriver i 1024x768 efter panning och sen trycker apply så flashar skärmen till men inga inställningar är gjora. kollar ja då där det står panning så är inställningarna tillbaka till 640x480 igen :(
Testa att redigera xorg.conf

sudo gedit /etc/X11/xorg.conf

Under section "screen" lägg där till din upplösning
spara och starta om X

Sen kan du testa i Nvidia settings att välja din upplösning
RickardAronsson
Inlägg: 12
Blev medlem: 24 apr 2008, 23:40
OS: Ubuntu
Utgåva: 12.04 Precise Pangolin LTS

Re: 800x600

Inlägg av RickardAronsson »

rewz skrev:
RickardAronsson skrev:
rewz skrev:Om du klickar på "Advanced" kan du då inte knappa in din upplösning efter "panning" ???
Om så är fallet klicka på "apply" efter och spara
När ja skriver i 1024x768 efter panning och sen trycker apply så flashar skärmen till men inga inställningar är gjora. kollar ja då där det står panning så är inställningarna tillbaka till 640x480 igen :(
Testa att redigera xorg.conf

sudo gedit /etc/X11/xorg.conf

Under section "screen" lägg där till din upplösning
spara och starta om X

Sen kan du testa i Nvidia settings att välja din upplösning
för att undvika problem.... vart i denna texten ska ja lägga in 1024x768?

Kod: Markera allt

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Thu Feb 14 18:20:37 PST 2008

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard" "CoreKeyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "se"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
EndSection

Section "Monitor"
    Identifier     "Configured Monitor"
EndSection

Section "Device"
    Identifier     "Configured Video Device"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Configured Video Device"
    Monitor        "Configured Monitor"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals" "True"
    SubSection     "Display"
        Depth       24
        Modes      "nvidia-auto-select"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection
Nikke
Inlägg: 139
Blev medlem: 30 nov 2006, 07:38
OS: Fedora
Ort: Stockholm
Kontakt:

Re: 800x600

Inlägg av Nikke »

RickardAronsson skrev:
rewz skrev:
RickardAronsson skrev:
rewz skrev:Om du klickar på "Advanced" kan du då inte knappa in din upplösning efter "panning" ???
Om så är fallet klicka på "apply" efter och spara
När ja skriver i 1024x768 efter panning och sen trycker apply så flashar skärmen till men inga inställningar är gjora. kollar ja då där det står panning så är inställningarna tillbaka till 640x480 igen :(
Testa att redigera xorg.conf

sudo gedit /etc/X11/xorg.conf

Under section "screen" lägg där till din upplösning
spara och starta om X

Sen kan du testa i Nvidia settings att välja din upplösning
för att undvika problem.... vart i denna texten ska ja lägga in 1024x768?

Kod: Markera allt

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Thu Feb 14 18:20:37 PST 2008

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard" "CoreKeyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "se"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
EndSection

Section "Monitor"
    Identifier     "Configured Monitor"
EndSection

Section "Device"
    Identifier     "Configured Video Device"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Configured Video Device"
    Monitor        "Configured Monitor"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals" "True"
    SubSection     "Display"
        Depth       24
        Modes      "nvidia-auto-select"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection
Testa med följande...

Kod: Markera allt

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Thu Feb 14 18:20:37 PST 2008

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard" "CoreKeyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "se"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
EndSection

Section "Monitor"
    Identifier     "Configured Monitor"
EndSection

Section "Device"
    Identifier     "Configured Video Device"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Configured Video Device"
    Monitor        "Configured Monitor"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals" "True"
    SubSection     "Display"
        Depth       24
        Modes      "1024x768"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection
RickardAronsson
Inlägg: 12
Blev medlem: 24 apr 2008, 23:40
OS: Ubuntu
Utgåva: 12.04 Precise Pangolin LTS

Re: 800x600

Inlägg av RickardAronsson »

Så här ser allt ut nu men dock utan förändring.

Kod: Markera allt

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Thu Feb 14 18:20:37 PST 2008

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

    Section "ServerLayout"
        Identifier     "Default Layout"
        Screen         "Default Screen" 0 0
        InputDevice    "Generic Keyboard" "CoreKeyboard"
        InputDevice    "Configured Mouse"
    EndSection

Section "InputDevice"
        Identifier     "Generic Keyboard"
        Driver         "kbd"
        Option         "XkbRules" "xorg"
        Option         "XkbModel" "pc105"
        Option         "XkbLayout" "se"
 EndSection

Section "InputDevice"
        Identifier     "Configured Mouse"
        Driver         "mouse"
        Option         "CorePointer"
    EndSection

Section "Monitor"
        Identifier     "Configured Monitor"
    EndSection

Section "Device"
        Identifier     "Configured Video Device"
        Driver         "nvidia"
    EndSection

Section "Screen"
        Identifier     "Default Screen"
        Device         "Configured Video Device"
        Monitor        "Configured Monitor"
        DefaultDepth    24
        Option         "AddARGBGLXVisuals" "True"
        SubSection     "Display"
            Depth       24
            Modes      "1024x768"
        EndSubSection
    EndSection

Section "Extensions"
        Option         "Composite" "Enable"
    EndSection
Usch vad ledsamt det börjar kännas.
Antar att folk börjar bli lite less på mig nu så det är väl kanske dags att ge upp!
Får hoppas på att det kommer en update på ubuntu som fixar lite småsaker som detta! =/
Nikke
Inlägg: 139
Blev medlem: 30 nov 2006, 07:38
OS: Fedora
Ort: Stockholm
Kontakt:

Re: 800x600

Inlägg av Nikke »

Testa att köra:

Kod: Markera allt

sudo dpkg-reconfigure -phigh xserver-xorg
Gör om din xorg.conf med det kommandot, när du kommer till att välja drivare så väljer du nvidia i listan.
RickardAronsson
Inlägg: 12
Blev medlem: 24 apr 2008, 23:40
OS: Ubuntu
Utgåva: 12.04 Precise Pangolin LTS

Re: 800x600

Inlägg av RickardAronsson »

Nikkee skrev:Testa att köra:

Kod: Markera allt

sudo dpkg-reconfigure -phigh xserver-xorg
Gör om din xorg.conf med det kommandot, när du kommer till att välja drivare så väljer du nvidia i listan.
okidoki! får bli i morrn. har fått nog av det för idag :) men det vore verkligen guuuuld om det kunde funka! :)

ps. ja är verkligen jätte tacksam för all hjälp :D
RickardAronsson
Inlägg: 12
Blev medlem: 24 apr 2008, 23:40
OS: Ubuntu
Utgåva: 12.04 Precise Pangolin LTS

Re: 800x600

Inlägg av RickardAronsson »

RickardAronsson skrev:
Nikkee skrev:Testa att köra:

Kod: Markera allt

sudo dpkg-reconfigure -phigh xserver-xorg
Gör om din xorg.conf med det kommandot, när du kommer till att välja drivare så väljer du nvidia i listan.
okidoki! får bli i morrn. har fått nog av det för idag :) men det vore verkligen guuuuld om det kunde funka! :)

ps. ja är verkligen jätte tacksam för all hjälp :D
Kan tyvärr inte göra så mycket mer när ja har skrivit in det här

Kod: Markera allt

rickard@rickard-desktop:~$ sudo dpkg-reconfigure -phigh xserver-xorg
xserver-xorg postinst warning: overwriting possibly-customised configuration
   file; backup in /etc/X11/xorg.conf.20080426122540
rickard@rickard-desktop:~$ 
Nikke
Inlägg: 139
Blev medlem: 30 nov 2006, 07:38
OS: Fedora
Ort: Stockholm
Kontakt:

Re: 800x600

Inlägg av Nikke »

posta din nya xorg.conf här
Skriv svar

Återgå till "För nybörjaren - inaktuell"