Gå til innhold

hvordan få 1280x768 i ubuntu


Anbefalte innlegg

har drevi å lest litt, men sitter døn fast (er lei av å reinstalere fordi jeg ikke aner hva jeg skal gjøre når det grafiske grensesnitte flipper ut)

Det har seg sånn at jeg har mobil ati radeon 9700

Men pcen blir helt ekstrem dårlig viss jeg innstalerer driverene, og har bestemt meg for å kjøre uten å innstalere noe spes.

For da funker blant annet video og opengl sånn at jeg faktisk får brukt lappisen litt =)

 

Det har seg sånn da at jeg bare får valget 640x480, 800x600 og 1024x768

Så lenge skjermen min er WS og er laget for 1280x768 ser det ganske monga ut.

 

Jeg får den valgmuligheten ved å restarte gnome (ctrl+alt+backspace) men da blir det masse artifact og tull på sidene (umulig å bruke)

 

Noen som vet hvordan jeg får 1280x768 til å fungere uten å innstalere de ufrie driverene? (funker foresten ikke da heller)

 

help.... :)

 

edit:

var 1280x800 jeg skulle ha (16:10)

Endret av VikinGz
Lenke til kommentar
Videoannonse
Annonse

Nei, skal absolutt ikke se ut slik. Hvis det er med 1280x768, så er det sikkert fordi skjermen ikke liker denne oppløsningen.

 

Kjør: sudo gedit /etc/X11/xorg.conf og legg til 1280x800 under modus, slik at den ser ut som noe liknende dette:

 

Section "Screen"
Identifier	"Default Screen"
Device  "Generic"
Monitor  "Generic Monitor"
Defaultdepth	24
SubSection "Display"
 Depth	24
 Modes  "1280x800"
EndSubSection

Endret av WzUp
Lenke til kommentar

jeg får opp oppløsningene nå,

Og begge er akurat likens. altså alt annet enn 640x480,800x600 og 1024x768 blir masse artifacts på sidene...

Den koden der, skal jeg kopiere den inn sist?

 

slik ser fila mi ut

Står foresten 9600 (men er 9700)

Klikk for å se/fjerne innholdet nedenfor
# /etc/X11/xorg.conf (xorg 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(5) 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 "Files"
FontPath	"/usr/share/fonts/X11/misc"
FontPath	"/usr/share/fonts/X11/cyrillic"
FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
FontPath	"/usr/share/fonts/X11/Type1"
FontPath	"/usr/share/fonts/X11/100dpi"
FontPath	"/usr/share/fonts/X11/75dpi"
# path to defoma fonts
FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load	"i2c"
Load	"bitmap"
Load	"ddc"
Load	"dri"
Load	"extmod"
Load	"freetype"
Load	"glx"
Load	"int10"
Load	"vbe"
EndSection

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

Section "InputDevice"
Identifier	"Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device"  "/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "ZAxisMapping"  "4 5"
Option  "Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
Driver  "wacom"
Identifier	"stylus"
Option  "Device"	"/dev/input/wacom"
Option  "Type"  "stylus"
Option  "ForceDevice"	"ISDV4"  # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver  "wacom"
Identifier	"eraser"
Option  "Device"	"/dev/input/wacom"
Option  "Type"  "eraser"
Option  "ForceDevice"	"ISDV4"  # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver  "wacom"
Identifier	"cursor"
Option  "Device"	"/dev/input/wacom"
Option  "Type"  "cursor"
Option  "ForceDevice"	"ISDV4"  # Tablet PC ONLY
EndSection

Section "Device"
Identifier	"ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]"
Driver  "ati"
BusID  "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier	"Generic Monitor"
Option  "DPMS"
HorizSync	28-51
VertRefresh	43-60
EndSection

Section "Screen"
Identifier	"Default Screen"
Device  "ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]"
Monitor  "Generic Monitor"
DefaultDepth	24
SubSection "Display"
 Depth  1
 Modes  "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
 Depth  4
 Modes  "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
 Depth  8
 Modes  "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
 Depth  15
 Modes  "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
 Depth  16
 Modes  "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
 Depth  24
 Modes  "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier	"Default Layout"
Screen  "Default Screen"
InputDevice	"Generic Keyboard"
InputDevice	"Configured Mouse"
InputDevice     "stylus"	"SendCoreEvents"
InputDevice     "cursor"	"SendCoreEvents"
InputDevice     "eraser"	"SendCoreEvents"
EndSection

Section "DRI"
Mode	0666
EndSection

 

Og vill ikke innstalere den orginale driveren, for da hakker til og med bildevisningen som skjermbeskytter :ph34r:

Endret av VikinGz
Lenke til kommentar

Du trenger ikke å kopiere inn noe. Bare legg til 1280x800 som oppløsning før de andre. La ved et eksempel i forrige post på hvordan det kunne se ut. Nå som du har postet xorg.conf, så legger jeg ved hvordan det ser ut når du har lagt til oppløsningen:

 

Klikk for å se/fjerne innholdet nedenfor
# /etc/X11/xorg.conf (xorg 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(5) 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 "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection

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

Section "InputDevice"
Identifier "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device"  "/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "ZAxisMapping"  "4 5"
Option  "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Driver  "wacom"
Identifier "stylus"
Option  "Device" "/dev/input/wacom"
Option  "Type"  "stylus"
Option  "ForceDevice" "ISDV4"  # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver  "wacom"
Identifier "eraser"
Option  "Device" "/dev/input/wacom"
Option  "Type"  "eraser"
Option  "ForceDevice" "ISDV4"  # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver  "wacom"
Identifier "cursor"
Option  "Device" "/dev/input/wacom"
Option  "Type"  "cursor"
Option  "ForceDevice" "ISDV4"  # Tablet PC ONLY
EndSection

Section "Device"
Identifier "ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]"
Driver  "ati"
BusID  "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option  "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device  "ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]"
Monitor  "Generic Monitor"
DefaultDepth 24
SubSection "Display"
 Depth  1
 Modes  "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
 Depth  4
 Modes  "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
 Depth  8
 Modes  1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
 Depth  15
 Modes  1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
 Depth  16
 Modes  1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
 Depth  24
 Modes  1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen  "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice     "stylus" "SendCoreEvents"
InputDevice     "cursor" "SendCoreEvents"
InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection

Endret av WzUp
Lenke til kommentar

Opprett en konto eller logg inn for å kommentere

Du må være et medlem for å kunne skrive en kommentar

Opprett konto

Det er enkelt å melde seg inn for å starte en ny konto!

Start en konto

Logg inn

Har du allerede en konto? Logg inn her.

Logg inn nå
  • Hvem er aktive   0 medlemmer

    • Ingen innloggede medlemmer aktive
×
×
  • Opprett ny...