|
|
|
![]() |
|
Strumenti |
![]() |
#1 |
Senior Member
Iscritto dal: Jun 2002
Città: Milano
Messaggi: 3038
|
Kubuntu manca la risoluzione 2048x1024
Ho installato l'ultima versione di Kubuntu, installato tutti gli aggiornamenti consigliati all'avvio e installati i programmi che mi servivano tipo firefox, dolphin, amule e gimp oltre a quelli già installati di default,
ho installato anche beryl e emerald che funzionano benissimo.. unico problema la risoluzione massima che trovo in Impostazioni di sistema > monitor e display è 1024x768 e siccome in windows la mia scheda video regge benissimo anche 2048x1024 volevo sapere come impostarla.. ho cercato un po' e mi pare di capire che c'entri il file xorg.conf vi posto il mio: Codice:
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" Load "dbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "it" 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 R430 [Radeon X800 XL] (PCIe)" Driver "ati" BusID "PCI:2:0:0" Option "XAANoOffscreenPixmaps" "true" Option "RenderAccel" "true" EndSection Section "Monitor" Identifier "Generic Monitor" Option "DPMS" HorizSync 28-51 VertRefresh 43-60 EndSection Section "Screen" Identifier "Default Screen" Device "ATI Technologies Inc R430 [Radeon X800 XL] (PCIe)" 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" Option "AIGLX" "true" EndSection Section "DRI" Mode 0666 EndSection Section "Extensions" Option "Composite" "Enable" EndSection |
![]() |
![]() |
![]() |
#2 |
Senior Member
Iscritto dal: Jan 2005
Città: TTT
Messaggi: 6560
|
Mi sa che per quella risoluzione ti toccherà installare i driver proprietari.
__________________
HP 630 core i3 linux inside ![]() ![]() |
![]() |
![]() |
![]() |
#3 |
Senior Member
Iscritto dal: Apr 2006
Messaggi: 3461
|
E' molto semplice,
Ad ognuna delle righe Codice:
Modes "1024x768" "800x600" "640x480" Codice:
Modes "2048x1024 1024x768" "800x600" "640x480" A me senza driver proprietari nvidia, la risoluzione era comunque a 1920x1200 senza problemi.
__________________
Alienware M17xR3 // Intel Core i7 Processor 2670QM (2.20Ghz, 6MB, 4C); LCD 17.3in 120Hz w/ 3D Bundle WideFHD (1920 x 1080) WLED; RAM 8 Gb 1333MHz DDR3 Dual Channel; 1,5GB GDDR5 NVIDIA GeForce GTX 560M |
![]() |
![]() |
![]() |
#4 | |
Senior Member
Iscritto dal: Jun 2002
Città: Milano
Messaggi: 3038
|
Quote:
ho provato anche a installare i driver proprietari: http://ati.amd.com/support/drivers/l...ux-radeon.html dopodichè riesco ad andare a 2048x1024 ma non mi va più beryl, non rileva nessun decoratore finestra nonostante emerald funzionava benissimo prima.. ho anche già provato a formattare reinstallare tutto, e mettere subito i driver proprietari e poi dopo installare beryl e emerald, ma ottengo lo stesso difetto, ho la risoluzione che voglio ma beryl non ne vuole sapere di andare.. |
|
![]() |
![]() |
![]() |
#5 | |
Senior Member
Iscritto dal: Apr 2006
Messaggi: 3461
|
Quote:
Premesso che tu abbia messo su la 2048x1024 con accelerazione 3D ok, controlla queste cose in ordine: 1) che beryl funzioni effettivamente (tipo tieni premuto ALT e sposta una finestra anche senza decoratore e vedi se wobbla, se gira il cubo etc etc) 2) controlla che la profondita di colore sia 24 bit 3) controlla che il processo emerald sia attivo, se non lo e', lancialo da shell e dimmi quali errori riporta 4) se nessuna di queste funzionano, probabilmente devi aggiungere queste opzioni a Xorg.conf: Codice:
"AllowGLXWithComposite" "true" "AddARGBGLXVisuals" "True" EDIT: Aspetta pero', ma beryl ti parte o proprio nulla? riportami l'output di "glxinfo"
__________________
Alienware M17xR3 // Intel Core i7 Processor 2670QM (2.20Ghz, 6MB, 4C); LCD 17.3in 120Hz w/ 3D Bundle WideFHD (1920 x 1080) WLED; RAM 8 Gb 1333MHz DDR3 Dual Channel; 1,5GB GDDR5 NVIDIA GeForce GTX 560M Ultima modifica di phoenixbf : 07-10-2007 alle 20:37. |
|
![]() |
![]() |
![]() |
#6 |
Senior Member
Iscritto dal: Aug 2001
Città: San Francisco, CA, USA
Messaggi: 13827
|
Queste sono opzioni Nvidia, lui ha ATI
__________________
GPU Compiler Engineer |
![]() |
![]() |
![]() |
#7 |
Senior Member
Iscritto dal: Apr 2006
Messaggi: 3461
|
no.
valgono anche per schede ATI
__________________
Alienware M17xR3 // Intel Core i7 Processor 2670QM (2.20Ghz, 6MB, 4C); LCD 17.3in 120Hz w/ 3D Bundle WideFHD (1920 x 1080) WLED; RAM 8 Gb 1333MHz DDR3 Dual Channel; 1,5GB GDDR5 NVIDIA GeForce GTX 560M |
![]() |
![]() |
![]() |
#8 | |
Senior Member
Iscritto dal: Jun 2002
Città: Milano
Messaggi: 3038
|
Quote:
ps. dopo aver installato i driver ATI riesco a mettere a 2048x1024 ma modificando il file che ho postato sopra perchè se apri L'ATI Catalyst Panel che mi compare nel menù si avvia ma non mi si apre nulla.. mentre per quanto riguarda beryl non andando emerald mi si avvia rimane a destra nella barra e mi toglie i pulsanti in alto della finestra per chiudere ingrandire e ridurre a icona altra cosa? se vado in Impostazioni di sistema > monitor e display e clicco per diventare amministratore, poi vado su hardware e non vedo altri nomi rispetto a quelli che c'erano come driver, quindi seleziono sempre ati.. in sostanza io riesco a cambiare risoluzione solo dal xorg.conf per vedere gli errori che dici che comandi devo lanciare? se apro emerald dal menu lo apre correttamente.. ma non mi cambia i temi che ho importato. |
|
![]() |
![]() |
![]() |
#9 | |
Senior Member
Iscritto dal: Apr 2006
Messaggi: 3461
|
Quote:
Beryl e' un concetto a parte da emerald, emerald e' un decoratore (bordi e pulsanti finestre) che funziona a parte, esempio: compiz fusion usa emerald. Quindi beryl puo' funzionare tranqullamente senza emerald, o usarne altri (aquamarine ad es.) o addirittura non usarne nessuno. Detto questo e' IMPORTANTISSIMO che tu mi faccia capire se funziona beryl, non importa se non hai il decoratore per il momento, fammi capire se beryl FUNZIONA, cioe' se ti gira il cubo e tutte le altre cose che fa beryl. poi andiamo passo passo per cercare di risolvere
__________________
Alienware M17xR3 // Intel Core i7 Processor 2670QM (2.20Ghz, 6MB, 4C); LCD 17.3in 120Hz w/ 3D Bundle WideFHD (1920 x 1080) WLED; RAM 8 Gb 1333MHz DDR3 Dual Channel; 1,5GB GDDR5 NVIDIA GeForce GTX 560M |
|
![]() |
![]() |
![]() |
#10 | |
Senior Member
Iscritto dal: Jun 2002
Città: Milano
Messaggi: 3038
|
Quote:
|
|
![]() |
![]() |
![]() |
#11 | |
Senior Member
Iscritto dal: Apr 2006
Messaggi: 3461
|
Quote:
se lanci beryl da terminale cosa ti dice?
__________________
Alienware M17xR3 // Intel Core i7 Processor 2670QM (2.20Ghz, 6MB, 4C); LCD 17.3in 120Hz w/ 3D Bundle WideFHD (1920 x 1080) WLED; RAM 8 Gb 1333MHz DDR3 Dual Channel; 1,5GB GDDR5 NVIDIA GeForce GTX 560M |
|
![]() |
![]() |
![]() |
#12 |
Senior Member
Iscritto dal: Jun 2002
Città: Milano
Messaggi: 3038
|
lo lancio dal menu... mi si avvia e si mette in basso a destra nella barra.. non dice nulla.. devo provare qualche comando?
i driver ati invece vanno bene? nel senso che visto che non si avvia il pannello ATI catalyst control panel dal menu non penso sia buon segno.. io mi sono limitato a scaricare i driver dal sito ufficiale, sono andato come root nella cartella dove li avevo scaricati e ho digitato: sh ./ati-driver-installer-8.40.4-x86.x86_64.run poi ho seguito le istruzioni che mi dava la consolle, S per installare e quando sono venute fuori le schermate tipo installazione di windows non ho fatto altro che cliccare avanti e lasciare tutto di default.. poi mi fa pensare il fatto che quando vado in Impostazioni di sistema > monitor e display non c'è 2048x1024 e mi fa pensare anche il fatto che in hardware il driver selezionato è ati come prima in pratica mi sa tanto di problema driver non di beryl.. o forse quella è una conseguenza.. |
![]() |
![]() |
![]() |
#13 | |
Senior Member
Iscritto dal: Apr 2006
Messaggi: 3461
|
Quote:
apri un terminale (shell) e scrivi "beryl" poi invio, dimmi cosa dice
__________________
Alienware M17xR3 // Intel Core i7 Processor 2670QM (2.20Ghz, 6MB, 4C); LCD 17.3in 120Hz w/ 3D Bundle WideFHD (1920 x 1080) WLED; RAM 8 Gb 1333MHz DDR3 Dual Channel; 1,5GB GDDR5 NVIDIA GeForce GTX 560M |
|
![]() |
![]() |
![]() |
#14 | |
Senior Member
Iscritto dal: Jun 2002
Città: Milano
Messaggi: 3038
|
Quote:
Codice:
mrcnet@mrcnet-kubuntu:~$ beryl ************************************************************** * Beryl system compatiblity check * ************************************************************** Detected xserver : AIGLX Checking Display :0.0 ... Checking for XComposite extension : passed (v0.3) Checking for XDamage extension : passed Checking for RandR extension : passed Checking for XSync extension : passed Checking Screen 0 ... Checking for GLX_SGIX_fbconfig : passed Checking for GLX_EXT_texture_from_pixmap : passed Checking for non power of two texture support : passed Checking maximum texture size : passed (2048x2048) Reloading options Segmentation fault (core dumped) mrcnet@mrcnet-kubuntu:~$ |
|
![]() |
![]() |
![]() |
#15 |
Senior Member
Iscritto dal: Apr 2006
Messaggi: 3461
|
sempre da shell, scrivi "glxinfo" e dimmi cosa dice in output
sospetto che non sono installati bene i driver
__________________
Alienware M17xR3 // Intel Core i7 Processor 2670QM (2.20Ghz, 6MB, 4C); LCD 17.3in 120Hz w/ 3D Bundle WideFHD (1920 x 1080) WLED; RAM 8 Gb 1333MHz DDR3 Dual Channel; 1,5GB GDDR5 NVIDIA GeForce GTX 560M |
![]() |
![]() |
![]() |
#16 |
Senior Member
Iscritto dal: Mar 2005
Città: Ravenna
Messaggi: 1937
|
Deduco vi siate già tutti dimenticati che almeno fino alla prossima release serve Xgl per usare Beryl/Compiz sulle Ati coi driver proprietari......
__________________
Dell Inspiron 1720 Ice White Windows 7 Pro/Archlinux x86_64 - 3.0.x -Gnome3 Msi Wind U100 Windows Xp/Ubuntu 11.04 - Gnome3 |
![]() |
![]() |
![]() |
#17 | |
Senior Member
Iscritto dal: Jun 2002
Città: Milano
Messaggi: 3038
|
Quote:
Codice:
mrcnet@mrcnet-kubuntu:~$ glxinfo name of display: :0.0 display: :0 screen: 0 direct rendering: Yes server glx vendor string: SGI server glx version string: 1.2 server glx extensions: GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group client glx vendor string: SGI client glx version string: 1.4 client glx extensions: GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory, GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control, GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap GLX version: 1.2 GLX extensions: GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group OpenGL vendor string: Tungsten Graphics, Inc. OpenGL renderer string: Mesa DRI R300 20060815 x86/MMX/SSE2 TCL OpenGL version string: 1.3 Mesa 6.5.2 OpenGL extensions: GL_ARB_fragment_program, GL_ARB_imaging, GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_texture_border_clamp, GL_ARB_texture_compression, GL_ARB_texture_cube_map, GL_ARB_texture_env_add, GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3, GL_MESAX_texture_float, GL_ARB_texture_mirrored_repeat, GL_ARB_texture_rectangle, GL_ARB_transpose_matrix, GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_clip_volume_hint, GL_EXT_compiled_vertex_array, GL_EXT_convolution, GL_EXT_copy_texture, GL_EXT_draw_range_elements, GL_EXT_gpu_program_parameters, GL_EXT_histogram, GL_EXT_packed_pixels, GL_EXT_polygon_offset, GL_EXT_rescale_normal, GL_EXT_secondary_color, GL_EXT_separate_specular_color, GL_EXT_stencil_wrap, GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add, GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic, GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_vertex_array, GL_APPLE_packed_pixels, GL_ATI_blend_equation_separate, GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once, GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture, GL_MESA_window_pos, GL_NV_blend_square, GL_NV_light_max_exponent, GL_NV_texture_rectangle, GL_NV_texgen_reflection, GL_NV_vertex_program, GL_OES_read_format, GL_SGI_color_matrix, GL_SGI_color_table, GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat ---------------------------------------------------------------------- 0x23 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x24 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0x25 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x26 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0x27 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x28 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0x29 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x2a 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0x2b 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x2c 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0x2d 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x2e 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0x2f 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x30 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0x31 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x32 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0x4b 32 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 Ncon mrcnet@mrcnet-kubuntu:~$ sh ./ati-driver-installer-8.40.4-x86.x86_64.run il fatto è che senza driver a 1024x768 beryl funziona, se metto i driver e poi metto a 2048x1024 non va, ora ho formattato quindi essendo tutto pulito potrei anche provare una reinstallazione dei driver |
|
![]() |
![]() |
![]() |
#18 |
Senior Member
Iscritto dal: Apr 2006
Messaggi: 3461
|
ah non ne so nulla in quanto uso nvidia grazie a Dio... pero' almeno vedere se da glxinfo risultano installati bene, poi lui dice che prima beryl gli ha funzionato, quindi puo' darsi che gli aveva preso il server XGL mentre ora gli prende AIGLX e va in segfault.
__________________
Alienware M17xR3 // Intel Core i7 Processor 2670QM (2.20Ghz, 6MB, 4C); LCD 17.3in 120Hz w/ 3D Bundle WideFHD (1920 x 1080) WLED; RAM 8 Gb 1333MHz DDR3 Dual Channel; 1,5GB GDDR5 NVIDIA GeForce GTX 560M |
![]() |
![]() |
![]() |
#19 |
Senior Member
Iscritto dal: Jun 2002
Città: Milano
Messaggi: 3038
|
|
![]() |
![]() |
![]() |
#20 |
Senior Member
Iscritto dal: Jul 2006
Messaggi: 379
|
Sinceramente non riesco a capire perché andare a infognarsi con i driver proprietari quando si ha una scheda che funziona tranquillamente con quelli open source.
__________________
So high, so low, so many things to know. |
![]() |
![]() |
![]() |
Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 08:03.